HomeยทValidation ToolsยทInitia
Initia 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/13nullv1.0.0-rc.0

BlockAgeDownload
79115543 hourssnapshot (125.93 GB)


โ“˜ย ย ย  You can query api.lavenderfive.com/testnet-snapshots/initia to double check the latest state if the above information doesnt display.

#Instructions

#Quick setup

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

#Stop initiad and reset the data

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

#Download latest snapshot

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

#Restart initiad and check the log

sudo systemctl start initiad && sudo journalctl -u initiad -f --no-hostname -o cat
Chain ID:
initiation-2
Latest Version:
v1.0.0-rc.0
Github:
initia-labs/initia
Public endpoints
REST/LCD
testnet-rest.lavenderfive.com:443/initia
RPC
testnet-rpc.lavenderfive.com:443/initia
gRPC
testnet-initia.lavenderfive.com:443
WebSocket
wss://testnet-rpc.lavenderfive.com:443/initia/websocket
Lavender Five
ยฉ 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.