rchain-community / governance

0 stars 0 forks source link

Get Latest REV Balances from RChain Mainnet #1

Open holdenr123 opened 2 years ago

holdenr123 commented 2 years ago

File 20220930-revbalances.txt has been produced based off the REV Addresses in the RPC Snapshot taken circa June 19th, 2022. However, it will not include any new REV Addresses created since that date, barring a few minor alterations to this file before 30th July.

Therefore there is an outstanding task to do better, i.e.

  1. Identify all REV Addresses at a point in time, so a current snapshot can always be initiated
  2. Failing that, to incremental search for any REV addresses members ask to be queried

The code in subdirectory https://github.com/rchain-community/governance/tree/main/snapshot/20220930 allows for the snapshotting of a given list of REV addresses, as can easily be understood by reverse engineering the bash script.