Ethereum_Blockchain_Parser icon indicating copy to clipboard operation
Ethereum_Blockchain_Parser copied to clipboard

Parse the Ethereum blockchain from a local geth node!

Results 4 Ethereum_Blockchain_Parser issues
Sort by recently updated
recently updated
newest added

Alex, thanks for writing this project. I started the preprocess file, and it is populating the mongodb collection, but it is slow. With Ethereum creating a block every 17 secs...

Hi, When trying to run preprocessing.py it can't find the crawler_util module. From crawler_util import * isn't a solution... Traceback (most recent call last): File "preprocess.py", line 9, in from...

These changes enable parsing of 250 blocks/seconds on Windows 10 localhost

Hi, I'm trying to run this, but `stream.py` can't find the `util` module. Is this in the project somewhere or an external module? ``` File "stream.py", line 5, in from...