Terra logo
MAINNET
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/13nullv2.16.0

BlockAgeDownload
160766867 hourssnapshot (8.88 GB)


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

#Instructions

#Quick setup

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

#Stop terrad and reset the data

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

#Download latest snapshot

curl -L https://snapshots.lavenderfive.com/snapshots/terra2/terra2_16076686.tar.zst | tar -Ilz4 -xf - -C $HOME/.terrad
mv $HOME/.terrad/priv_validator_state.json.backup $HOME/.terrad/data/priv_validator_state.json

#Restart terrad and check the log

sudo systemctl start terrad && sudo journalctl -u terrad -f --no-hostname -o cat
Chain ID:
phoenix-1
Latest Version:
v2.16.0
Github:
phoenix-directive/core
Public endpoints
REST/LCD
rest.lavenderfive.com:443/terra2
RPC
rpc.lavenderfive.com:443/terra2
gRPC
terra2.lavenderfive.com:443
WebSocket
wss://rpc.lavenderfive.com:443/terra2/websocket
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.