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