Reproducing the Snapshot
Auditing the Snapshot is simply reproducing a snapshot directly from blockchain data and comparing it with the officially published snapshot data.
Getting the Registration Deadline slot number
select slot_no, time from block
where slot_no is not null and time <= '2023-08-18 21:00'
order by slot_no desc limit 1 ;100826079,2023-08-18 20:59:30.000000Running the Raw snapshot
export USERNAME=<Your dbSync postgresql Username>
export PASSWORD=<Your dbSync postgresql Password>
export DBSYNC_POSTGRES="localhost:5432"
./target/release/snapshot_tool --db cexplorer --db-user $USERNAME --db-pass $password --db-host $DBSYNC_POSTGRES --out-file ./cexplorer-100826079.json --min-slot 0 --max-slot 100826079 --network-id mainnetProcessing the snapshot with Fund 10 parameters
Official Snapshot Artifacts
Last updated
