Skip to main content
Seda Seeds and Peers

Seda Seeds and Peers

Chain ID:

seda-1

Current Node Version:

v0.1.8-hotfix.3

Our seed node

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

6e4921541dbdcc44d6d157d6d3e87fe811407d4e@seda-seed.noders.services:25833

Our peer

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

c9100af84ba8c9dbeb0c1c49837620bf447bf55c@seda-rpc.noders.services:25856

Live Peers

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

44b419fd4c50d5f020d99815198fec9e0d65eeb7@46.4.23.120:17356,8d887e7007696439a955e839d786532af746f697@94.130.13.186:25856,5c66fc77b1bc1329f879ad4b12d2766a7e39ca34@23.129.20.120:25856,78d052e44bd44ee4f019825d7bc1271f048e9111@94.130.77.170:26656,7c522356a7b56371d79c3b3e2e90cc0fbcabe123@65.108.99.37:44656,71620b329b80632f1b6d996c53d08c26fe8863f9@217.170.204.54:16656,2cb792992a85a590359a6edfdca62bbd555d8585@89.58.41.234:26656,f6bdb78ff8c7487b9d6a1a3694ec7ecf3ddc2911@46.17.103.41:25856,5b4f3aa566881af5cd084c2ca948b53f260848d0@149.50.102.53:17356,1b022b410d739ada3667388dd5f900f376880a9d@51.159.221.46: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=78d052e44bd44ee4f019825d7bc1271f048e9111@94.130.77.170:26656,f6bdb78ff8c7487b9d6a1a3694ec7ecf3ddc2911@46.17.103.41:25856,1b022b410d739ada3667388dd5f900f376880a9d@51.159.221.46:26656,7c522356a7b56371d79c3b3e2e90cc0fbcabe123@65.108.99.37:44656,5b4f3aa566881af5cd084c2ca948b53f260848d0@149.50.102.53:17356
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.sedad/config/config.toml

sudo systemctl restart sedad
sudo journalctl -fu sedad --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/seda/addrbook.json -o ~/.sedad/config/addrbook.json
sudo systemctl restart sedad