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