Snapshot
note
Snapshots facilitate the integration of a new node into the network by restoring the application state from a backup file. These snapshots comprise compressed copies of the chain data directory. To maintain the compactness of backup files, the snapshot server undergoes periodic state synchronization processes.
Snapshots are taken automatically every 6 hours starting at 05:30 UTC
pruning: 100/0/19 | indexer: null | version tag: v3.1.0
Instructionsβ
Stop the service and reset the dataβ
sudo systemctl stop dymd.service
cp $HOME/.dymension/data/priv_validator_state.json $HOME/.dymension/priv_validator_state.json.backup
rm -rf $HOME/.dymension/data
Download latest snapshotβ
curl -L https://snapshots.owlstake.com/dymension_1100-1/snapshot_latest.tar.lz4 | tar -I lz4 -xf - -C $HOME/.dymension
mv $HOME/.dymension/priv_validator_state.json.backup $HOME/.dymension/data/priv_validator_state.json
Restart the service and check the logβ
sudo systemctl start dymd.service && sudo journalctl -u dymd.service -f --no-hostname -o cat