Home·Validation Tools·Nillion
Nillion logo
TESTNET
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/13nullv0.2.2

BlockAgeDownload
107963477 hourssnapshot (149.66 GB)


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

#Instructions

#Quick setup

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

#Stop nilchaind and reset the data

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

#Download latest snapshot

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

#Restart nilchaind and check the log

sudo systemctl start nilchaind && sudo journalctl -u nilchaind -f --no-hostname -o cat
Chain ID:
nillion-chain-testnet-1
Latest Version:
v0.2.2
Github:
NillionNetwork/nilliond
Public endpoints
REST/LCD
testnet-rest.lavenderfive.com:443/nillion
RPC
testnet-rpc.lavenderfive.com:443/nillion
gRPC
testnet-nillion.lavenderfive.com:443
WebSocket
wss://testnet-rpc.lavenderfive.com:443/nillion/ws
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.