Skip to main content
Andromeda Seeds and Peers

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 10 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml if you have trouble finding peers.

07e3af8b546c400c1936c74d614e4627f8ee38ef@144.76.74.73:28656,151d0678c7709c8d1daa3afc49a0a4bf9981d9cb@2a0e:dc0:2:27a5::1:12156,6058a5ad8efb9552d4974851175be24cd2feb109@152.53.228.126:14656,2b3c34c6d3c20c02d07f856d17707bf576319fa2@147.135.31.22:21256,03c2a4016f0395795d89f7b8e37ac41407280549@65.21.45.173:21256,ca39e87b6c9d1946f466cd41b5e9565248378ad1@185.119.116.245:26656,69ab9e148f3406089b2f0895fb4c6b47f4a2a40a@2001:bc8:1203:1b2::2:26656,9e480e0ee7a70859bd6a6a878527d41de64ae7b8@65.21.197.25:27656,3761e89198e3085a363ac504494948ee143344f6@142.132.158.9:21256,fd8f04a2d264411d28c690ae8c9009dc472c0139@65.109.104.72:21256

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=fd8f04a2d264411d28c690ae8c9009dc472c0139@65.109.104.72:21256,3761e89198e3085a363ac504494948ee143344f6@142.132.158.9:21256,69ab9e148f3406089b2f0895fb4c6b47f4a2a40a@2001:bc8:1203:1b2::2:26656,6058a5ad8efb9552d4974851175be24cd2feb109@152.53.228.126:14656,07e3af8b546c400c1936c74d614e4627f8ee38ef@144.76.74.73:28656
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