Seda Seeds and Peers
Chain ID:
seda-1-testnet
Current Node Version:
1.0.0-rc.2
Our seed node
You might also decide to use a seed node to bootstrap your node.
d9e79bc821f1fcf7b5924dfc1c2a8ffec91737fe@seda-t-rpc.noders.services:25856
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
d9e79bc821f1fcf7b5924dfc1c2a8ffec91737fe@seda-t-rpc.noders.services:25856
Live Peers
Here is a list of 9 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml
if you have trouble finding peers.
e5af5f5c2650fb13da1c661460e72186face79be@95.217.35.179:25856,cb75c263cff51a14a4f10694046bb81414d10064@18.171.36.35:26656,1fef9721db7cb37ace237d1a2b1271c319bb1c0c@94.130.164.82:25856,d967e409d7353994e43fd5c13191f4c99673d297@5.9.116.21:25856,50d00c212df119eb19ab976b40cf3cd149ad50ab@185.183.35.185:26656,8cfdbb242658a42a108b64bbdff73216df9a8e7d@51.195.61.9:25856,bb70ef54f9bf39695fe76c6d29579f20e1f374a6@193.84.3.28:25856,3da2316011d98adc484d1582ccee563edda6fe8f@2a01:26656,e25298af7d8884992ab5ae14d0d4e1368bee799f@131.153.154.57: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=3da2316011d98adc484d1582ccee563edda6fe8f@2a01:26656,1fef9721db7cb37ace237d1a2b1271c319bb1c0c@94.130.164.82:25856,e5af5f5c2650fb13da1c661460e72186face79be@95.217.35.179:25856,50d00c212df119eb19ab976b40cf3cd149ad50ab@185.183.35.185:26656,d967e409d7353994e43fd5c13191f4c99673d297@5.9.116.21:25856
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