Skip to content

analyseether/analyzeEthereum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install geth: https://github.com/ethereum/go-ethereum
  2. Sync the geth to ethereum blockchain:
$ geth --fast --cache=512 console
  1. Export the chain using the command:
$ geth export geth.dump
  1. Install pyethapp: https://github.com/ethereum/pyethapp

  2. Run the script and start downloading human readable chain as csv

Table schemas for reference

mainnet.blocks

mainnet.uncles

mainnet.transactions

mainnet.receipts

staging.logs

staging.traces

About

First iteration of Analyse Ether

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%