Skip to content

EOSLaoMao/eos-unregistered-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verify Unregistered eosio balance

1. clone this project and install requirements

pip install requirements.txt

2. config the following params in config.py

# block chain http end point
HTTP_ENDPOINT = ""

# the block height to end register(after `eosio` resign)
END_BLOCK = 4550

# the snapshot used to verify unregistered, use the final/2 version: https://github.com/raw/eosauthority/genesis/master/snapshot-files/final/2/snapshot_unregistered.csv
SNAPSHOT_CSV = "snapshot_unregistered.csv"

3. run validation

python validator.py

If any mismatch happened, verification process will abort.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages