Chain ID:cheqd-mainnet-1
Block Height:—
RPC Status:Checking...
Node Version:—

Sync Options

Bootstrap a node using Snapshot or State Sync.

Download Snapshot

New NodeAfter Reset
bash
# Install dependencies
sudo apt-get install -y lz4

# Stop node
sudo systemctl stop cheqd-noded

# Backup validator state
cp $HOME/.cheqdnode/data/priv_validator_state.json $HOME/.cheqdnode/priv_validator_state.json.backup

# Remove old data
rm -rf $HOME/.cheqdnode/data

# Download and extract snapshot
curl -o - -L https://snapshot.kynraze.com/cheqd/cheqd_latest.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.cheqdnode

# Restore validator state
mv $HOME/.cheqdnode/priv_validator_state.json.backup $HOME/.cheqdnode/data/priv_validator_state.json

# Restart node
sudo systemctl restart cheqd-noded

Contact Us

Questions about staking, delegation, or running a validator with us? Reach out directly or use the form.

Kynraze
Kynraze
Validator operator

Questions about delegating, commission, or a specific chain? Email us or send a message through the form, and we'll get back to you.