NennoMP / bitcoin-deanonymization

Implementation of Bitcoin deanonymization techniques on a real dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deanonymization Techniques for Bitcoin

Overview

Instructions

Run the application

  1. Go on the project's root
  2. Create a virtual environment with virtualenv venv
  3. Activate it with source venv/bin/activate or source venv/scripts/activate
  4. Install all requirements needed with pip install -r requirements.txt
  5. Run the script run.sh with bash run.sh

About

Implementation of Bitcoin deanonymization techniques on a real dataset.


Languages

Language:Python 99.7%Language:Shell 0.3%