Home·Validation Tools·Gravity Bridge
Gravity Bridge 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.11.1

BlockAgeDownload
155958852 hourssnapshot (2.39 GB)


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

#Instructions

#Quick setup

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

#Stop gravity and reset the data

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

#Download latest snapshot

curl -L https://snapshots.lavenderfive.com/snapshots/gravitybridge/gravitybridge_15595885.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.gravity
mv $HOME/.gravity/priv_validator_state.json.backup $HOME/.gravity/data/priv_validator_state.json

#Restart gravity and check the log

sudo systemctl start gravity && sudo journalctl -u gravity -f --no-hostname -o cat
Chain ID:
gravity-bridge-3
Latest Version:
v1.11.1
Github:
Gravity-Bridge/Gravity-Bridge
Public endpoints
REST/LCD
rest.lavenderfive.com:443/gravitybridge
RPC
rpc.lavenderfive.com:443/gravitybridge
gRPC
gravitybridge.lavenderfive.com:443
WebSocket
wss://rpc.lavenderfive.com:443/gravitybridge/ws
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.