Transaction Graphs created using Neo4J for Bitcoin Blockchain using txindex and blockfiles
- python 3.6
- python pip package manager
- bitcoin-core 0.17 is installed
- neo4j:3.5.6
- Individual pip packages are in requirements.txt
- Please refer to installation of neo4j
- run: pip install -r requirements.txt in your shell
usage: traverse_block_indexes.py [-h] [-c BLOCK_COUNT]
Process Blocks in reverse to generate graph of given number of blocks
optional arguments:
-h, --help show this help message and exit
-c BLOCK_COUNT, --block_count BLOCK_COUNT
Retrieve recent number of blocks. Default: 5