Home·Validation Tools·celestia
celestia logo
By LavenderFive

Get your node synchronized with the chain in minutes using all the available peering options and optimize your p2p connection using our seed node.

#Peering tools

#quick connect through Snapshot

ⓘ    Use this if you need to quickly re-peer
sudo systemctl stop celestia-appd
seeds="{{ seeds }}"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.celestia-appd/config/config.toml
curl -Ls https://snapshots.lavenderfive.com/testnet-snapshots/celestia/addrbook.json > $HOME/.celestia-appd/config/addrbook.json
sudo systemctl restart celestia-appd

#seed node

[email protected]:11656

#latest addrbook

curl -Ls https://snapshots.lavenderfive.com/testnet-snapshots/celestia/addrbook.json > $HOME/.celestia-appd/config/addrbook.json

#live peers

peers="{{ peers }}"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.celestia-appd/config/config.toml

#all seed nodes

seeds="{{ seeds }}"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.celestia-appd/config/config.toml
Chain ID:
mocha-4git
Latest Version:
v2.3.1-mocha
Github:
celestiaorg/celestia-app.git
Public endpoints
REST/LCD
testnet-rest.lavenderfive.com:443/celestia
RPC
testnet-rpc.lavenderfive.com:443/celestia
gRPC
testnet-celestia.lavenderfive.com:443
WebSocket
wss://testnet-rpc.lavenderfive.com:443/celestia/ws
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.