You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# compressed
tar -czvf network_start-end.tar.gz data.db
# decompressed
tar -xzvf name-of-archive.tar.gz
Getting Started
cp chain_config.json.example chain_config.json
# Setup the values correctly and ranges for blocks# TASK Types:# - download# - decode# - missing# - sync (When you have it all indexed, use this to stay up on the tip. This gets latest chain & downloaded, and downloads / decodes all inbetween)
python3 main.py 0
python3 main.py 1
...
Notes
- Addresses of UNKOWN are for MultiSendMessages. These Messages do not contain the actual addresses.