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