analyzeEthereum
Analysing ethereum blockchain
Objective is to download the ethereum blockchain in human readable format Extension of this script: https://github.com/ethereum/research/blob/master/uncle_regressions/block_datadump_generator.py
To run the script
- Install geth: https://github.com/ethereum/go-ethereum
- Sync the geth to ethereum blockchain:
$ geth --fast --cache=512 console
- Export the chain using the command:
$ geth export geth.dump
-
Install pyethapp: https://github.com/ethereum/pyethapp
-
Run the script and start downloading human readable chain as csv