Reproducing the Snapshot
Getting the Registration Deadline slot number
select slot_no, time from block
where slot_no is not null and time <= '2026-01-04 21:45:00'
order by slot_no desc limit 1 ;175996801|2026-01-04 21:44:57Running 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-175996801.json --min-slot 0 --max-slot 175996801 --network-id mainnetProcessing the snapshot with Fund15 parameters
Official Snapshot Artifacts
Last updated
