forked from mikispag/bitiodine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDOCS
15 lines (8 loc) · 849 Bytes
/
DOCS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This document is a minimal quickstart tutorial to use BitIodine and is in no way comprehensive or complete.
1) Make sure the bitcoind (>= 0.8.6) blockchain is up to date in ~/.bitcoin
2) Go to blockparser, type "make" to compile the BlockParser
3) Run "./parser sql" to generate (or incrementally update) the SQLite database of the blockchain
4) To generate clusters, go to clusterizer/ and run "./clusterizer.py --generate-clusters". To generate a CSV file, after generating clusters run "./clusterizer.py --csv"
5) To generate the NetworkX transaction graph (and user graph) or the LEMON transaction graph, you can use the Python scripts in grapher/
6) After generating clusters and the NetworkX transaction graph, you can use the Classifier in "classifier/"
6) To run the C++ server, compile ("make") and run "./bitiodine_server" in lemon/