Andromeda Seeds and Peers
Chain ID:
andromeda-1
Current Node Version:
v2.0.0
Our seed node
You might also decide to use a seed node to bootstrap your node.
bf23dd8baf62d28b281ed40254148d66d75b3c75@andromeda-seed.noders.services:21233
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
c1cde7020a3f96c7480702ede7ce470f4140bb8f@andromeda-rpc.noders.services:21256
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.
2b3c34c6d3c20c02d07f856d17707bf576319fa2@147.135.31.22:21256,9e480e0ee7a70859bd6a6a878527d41de64ae7b8@65.21.197.25:27656,9d6955d6661e00f609986706aa9458d310575efc@65.109.108.47:21256,69ab9e148f3406089b2f0895fb4c6b47f4a2a40a@2001:bc8:1203:1b2::2:26656,fd8f04a2d264411d28c690ae8c9009dc472c0139@65.109.104.72:21256,03c2a4016f0395795d89f7b8e37ac41407280549@65.21.45.173:21256,a4f4f7efde5d23b7a48334d6967455454e0e13d1@46.16.144.134:26656,3761e89198e3085a363ac504494948ee143344f6@142.132.158.9:21256,1085c1c44816a6d4941864ccc3253e82b6932e45@2001:41d0:203:e4db::2: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=9d6955d6661e00f609986706aa9458d310575efc@65.109.108.47:21256,3761e89198e3085a363ac504494948ee143344f6@142.132.158.9:21256,a4f4f7efde5d23b7a48334d6967455454e0e13d1@46.16.144.134:26656,69ab9e148f3406089b2f0895fb4c6b47f4a2a40a@2001:bc8:1203:1b2::2:26656,1085c1c44816a6d4941864ccc3253e82b6932e45@2001:41d0:203:e4db::2:26656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.andromeda/config/config.toml
sudo systemctl restart andromedad
sudo journalctl -fu andromedad --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/andromeda/addrbook.json -o ~/.andromeda/config/addrbook.json
sudo systemctl restart andromedad