internet-sicherheit / ethereum-cache-creator

GNU General Public License v3.0
0 stars 0 forks source link

ethereum-cache-creator

What does the program do?

The program extracts data from an ethereum based blockchain and writes out the results in a json-file. In its current iteration it only extracts the sender-address (from_address) and receiver-address (to_address) from every transaction within every block that is looked into. This program can extract data from the entire blockchain history.

How to use program in the current iteration

The list of additional command line arguments, if required.

indicator value defaults
--ui=gui to run with GUI cli
--url= the url of the client https://core.bloxberg.org
--filename= the name of the file transactions_from_to
--start= first block to extract data from 0
--stop= last block to extract data from 1000

Notes

Software requirements