Home·Validation Tools·Burnt Network
Burnt Network logo
By LavenderFive

Catch the latest block faster or recover from a missed upgrade or corrupted database by using our daily snapshots.

ⓘ    Snapshots allows a new node to join the network by recovering application state from a backup file. Snapshot contains compressed copy of chain data directory. To keep backup files as small as plausible, snapshot server is periodically beeing state-synced.

Snapshots are taken automatically every 12 hours

PruningIndexerVersion Tag
107/0/13nullv14.1.1

BlockAgeDownload
1210358 hourssnapshot (306.42 MB)


ⓘ    You can query api.lavenderfive.com/testnet-snapshots/xion to double check the latest state if the above information doesnt display.

#Instructions

#Quick setup

ⓘ    One liner to get moving quickly
sudo systemctl stop xiond
cp $HOME/.xiond/data/priv_validator_state.json $HOME/.xiond/priv_validator_state.json.backup
rm -rf $HOME/.xiond/data
curl -L https://snapshots.lavenderfive.com/testnet-snapshots/xion/xion_121035.tar.zst | tar -Ilz4 -xf - -C $HOME/.xiond
mv $HOME/.xiond/priv_validator_state.json.backup $HOME/.xiond/data/priv_validator_state.json
sudo systemctl start xiond && sudo journalctl -u xiond -f --no-hostname -o cat

#Stop xiond and reset the data

sudo systemctl stop xiond
cp $HOME/.xiond/data/priv_validator_state.json $HOME/.xiond/priv_validator_state.json.backup
rm -rf $HOME/.xiond/data

#Download latest snapshot

curl -L https://snapshots.lavenderfive.com/testnet-snapshots/xion/xion_121035.tar.zst | tar -Ilz4 -xf - -C $HOME/.xiond
mv $HOME/.xiond/priv_validator_state.json.backup $HOME/.xiond/data/priv_validator_state.json

#Restart xiond and check the log

sudo systemctl start xiond && sudo journalctl -u xiond -f --no-hostname -o cat
Chain ID:
xion-testnet-2
Latest Version:
v14.1.1
Github:
burnt-labs/xion.git
Public endpoints
REST/LCD
testnet-rest.lavenderfive.com:443/xion
RPC
testnet-rpc.lavenderfive.com:443/xion
gRPC
testnet-xion.lavenderfive.com:443
WebSocket
wss://testnet-rpc.lavenderfive.com:443/xion/ws
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.