Xion 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 xiond
seeds="ebc272824924ea1a27ea3183dd0b9ba713494f83@xion-mainnet-seed.autostake.com:27596,[email protected]:22356,[email protected]:22356"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.xiond/config/config.toml
curl -Ls https://snapshots.lavenderfive.com/snapshots/xion/addrbook.json > $HOME/.xiond/config/addrbook.json
sudo systemctl restart xiond

#seed node

[email protected]:22356

#latest addrbook

curl -Ls https://snapshots.lavenderfive.com/snapshots/xion/addrbook.json > $HOME/.xiond/config/addrbook.json

#live peers

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

#all seed nodes

seeds="ebc272824924ea1a27ea3183dd0b9ba713494f83@xion-mainnet-seed.autostake.com:27596,[email protected]:22356,[email protected]:22356"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.xiond/config/config.toml
Chain ID:
xion-mainnet-1
Latest Version:
v17.1.0
Github:
burnt-labs/xion
Public endpoints
REST/LCD
rest.lavenderfive.com:443/xion
RPC
rpc.lavenderfive.com:443/xion
gRPC
xion.lavenderfive.com:443
WebSocket
wss://rpc.lavenderfive.com:443/xion/websocket
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.