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 <= '2024-01-15 21:45:00'
order by slot_no desc limit 1 ;113788796,2024-01-15 21:44: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-113788796.json --min-slot 0 --max-slot 113788796 --network-id mainnetProcessing the snapshot with Fund 11 parameters
Official Snapshot Artifacts
Last updated
