Skip to main content
Lava Seeds and Peers

Lava Seeds and Peers

Chain ID:

lava-mainnet-1

Current Node Version:

v5.3.0

Our seed node

You might also decide to use a seed node to bootstrap your node.

2b0daf7ab2976dc5bf2702c0fd3fffad6f62d5e2@lava-rpc.noders.services:19956

Our peer

When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml.

2b0daf7ab2976dc5bf2702c0fd3fffad6f62d5e2@lava-rpc.noders.services:19956

Live Peers

Here is a list of 11 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml if you have trouble finding peers.

052d1e10f9b7fdc66faec173e50583c6d3b23789@88.99.68.249:19956,35699d219003077eb6112e971ae2a20c0cb80060@162.55.29.50:26656,deaeb9474a0d13359a7e1c3c8aa8ea2c8e153af6@86.111.48.98:26656,cfa12173d2237cc5d0cd76793b6f5522df831b8b@152.53.47.55:26656,6cb93b4e1f02b0b88105bf496b872169f6888953@169.155.168.77:26656,19f75a1aea4cdf8ce987b3d4e1ef6617eb3604b3@95.214.52.240:27066,e726816f42831689eab9378d5d577f1d06d25716@169.155.171.209:26656,bc221c0bfb055efb46c1fd9171fe1170208c2092@2a01:4f9:6b:476d::18:26656,a3c10d83569abf6c58b874e6e99b0f8bffe0c8f6@91.134.37.34:26676,71bd0e4e60696bf6e54d709b03481abda0b96250@116.202.242.39:13556,e1b058e5cfa2b836ddaa496b10911da62dcf182e@164.152.161.54:26656

Here is a script for you to update persistent_peers setting in config.toml. Stale peers can cause node inefficiency over time, so the script below selects a few random live peers.

PEERS=e726816f42831689eab9378d5d577f1d06d25716@169.155.171.209:26656,35699d219003077eb6112e971ae2a20c0cb80060@162.55.29.50:26656,cfa12173d2237cc5d0cd76793b6f5522df831b8b@152.53.47.55:26656,bc221c0bfb055efb46c1fd9171fe1170208c2092@2a01:4f9:6b:476d::18:26656,a3c10d83569abf6c58b874e6e99b0f8bffe0c8f6@91.134.37.34:26676
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.lava/config/config.toml

sudo systemctl restart lavad
sudo journalctl -fu lavad --no-hostname -o cat

Address book

The address book contains a list of previously connected peers. It helps your node find and connect to the network quickly. Download our address book to speed up your initial connection:

curl https://snapshots.noders.services/lava/addrbook.json -o ~/.lava/config/addrbook.json
sudo systemctl restart lavad