Home·Validation Tools·Babylon Genesis
Babylon Genesis 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/13nullv1.0.1

BlockAgeDownload
21694002 hourssnapshot (42.95 GB)


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

#Instructions

#Quick setup

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

#Stop babylond and reset the data

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

#Download latest snapshot

curl -L https://snapshots.lavenderfive.com/snapshots/babylon/babylon_2169400.tar.zst | tar -Ilz4 -xf - -C $HOME/.babylond
mv $HOME/.babylond/priv_validator_state.json.backup $HOME/.babylond/data/priv_validator_state.json

#Restart babylond and check the log

sudo systemctl start babylond && sudo journalctl -u babylond -f --no-hostname -o cat
Chain ID:
bbn-1
Latest Version:
v1.0.1
Github:
babylonlabs-io/babylon
Public endpoints
REST/LCD
rest.lavenderfive.com:443/babylon
RPC
rpc.lavenderfive.com:443/babylon
gRPC
babylon.lavenderfive.com:443
WebSocket
wss://rpc.lavenderfive.com:443/babylon/websocket
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.