Cheqd 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/13nullv3.0.1

BlockAgeDownload
173227015 hourssnapshot (2.91 GB)


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

#Instructions

#Quick setup

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

#Stop cheqd-noded and reset the data

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

#Download latest snapshot

curl -L https://snapshots.lavenderfive.com/snapshots/cheqd/cheqd_17322701.tar.zst | tar -Ilz4 -xf - -C $HOME/.cheqd-noded
mv $HOME/.cheqd-noded/priv_validator_state.json.backup $HOME/.cheqd-noded/data/priv_validator_state.json

#Restart cheqd-noded and check the log

sudo systemctl start cheqd-noded && sudo journalctl -u cheqd-noded -f --no-hostname -o cat
Chain ID:
cheqd-mainnet-1
Latest Version:
v3.0.1
Github:
cheqd/cheqd-node
Public endpoints
REST/LCD
rest.lavenderfive.com:443/cheqd
RPC
rpc.lavenderfive.com:443/cheqd
gRPC
cheqd.lavenderfive.com:443
WebSocket
wss://rpc.lavenderfive.com:443/cheqd/ws
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.