Quicksync / Snapshot

Snapshots are compressed folders of the database to reach the current block quickly.

You can either chose to use the Quicksync / Snapshot script or do it with the Manual Method

Quicksync / Snapshot script

Download the quicksync script

wget https://raw.githubusercontent.com/SecretFoundation/docs/main/docs/node-guides/quicksync

Run the quicksync script

bash quicksync

Manual Method

All of the above steps can also be done manually if you wish.

Download snapshot

Quicksync / snapshots are provided by Lavender.five Nodes.

curl -L https://snapshots.lavenderfive.com/snapshots/secretnetwork/secretnetwork_18259769.tar.zst | tar -Ilz4 -xf - -C $HOME/.secretd
mv $HOME/.secretd/priv_validator_state.json.backup $HOME/.secretd/data/priv_validator_state.json

Install dependencies

Delete old data

Reset your node.

Decompress snapshot

Download latest addrbook

This will ensure you connect to peers quickly.

Restart service and open logs

Last updated

Was this helpful?