A tool for collecting Ethereum network addresses with balances for future gifts. This is a preparation tool, the output is a .csv file with addresses and balances of the current snapshot.
- Open
google-big-query-key.example.jsonand fill the sections with your gcp account credentials - Rename
google-big-query-key.example.jsontogoogle-big-query-key.json - Check the
config.pyfile. TheDEFAULT_ETHEREUM_BLOCKvariable should be8080808, andETHEREUM_THRESHOLD0.997. - Install packages
pip3 install pandas
pip3 install google.cloud.bigquery
pip3 install tqdm
pip3 install click- Run:
python3 ethereum_gift_snapshot.pyThe collecting process can take up to 30-40 minutes
- The
ethereum.csvfile will show up at$PATH_TO_LAUNCH_KIT/launch-kit/ethereum_gift_tool/data/ethereum.csv
Well done!
You now have 80% of ethereum addresses with non-zero balances, non-contracts, and at least one outgoing transaction of type ethereumaddress,ethereumbalance in the .csv file. You now need cyber address converter to convert ethereum addresses into cyber. More details in cyber address converter README