Snapshot
Jump faster to the latest block with our fresh snapshot.
Snapshot Information
π’
Every 12 hours, snapshots are taken automatically!
Reset blockchain data
Make sure backup your priv_validator_state.json before reset
sudo systemctl stop xion
cp $HOME/.xiond/data/priv_validator_state.json $HOME/.xiond/priv_validator_state.json.backup
rm -rf $HOME/.xiond/data
Download snapshot
Download the latest snapshot
curl -L https://snap.nodex.one/xion-testnet/xion-latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.xiond
Backup state data
Return state file to the previous location
mv $HOME/.xiond/priv_validator_state.json.backup $HOME/.xiond/data/priv_validator_state.json
Restart node
Restart your nodes after download a snapshot
sudo systemctl restart xion