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.
c1cde7020a3f96c7480702ede7ce470f4140bb8f@andromeda-rpc.noders.services:21256
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.
69ab9e148f3406089b2f0895fb4c6b47f4a2a40a@2001:26656,314318c86315fb9a90e7fcaf828ba746c2ff0244@23.88.5.169:35656,8202dd8702d4475b48149c96753ea65eee827b9e@95.217.43.216:26656,03c2a4016f0395795d89f7b8e37ac41407280549@65.21.45.173:21256,3761e89198e3085a363ac504494948ee143344f6@142.132.158.9:21256,26cdc42778d24c8b0b0b68ed07c97685bfd8682f@178.162.165.65:27656,fd8f04a2d264411d28c690ae8c9009dc472c0139@65.109.104.72:21256,1085c1c44816a6d4941864ccc3253e82b6932e45@2001:26656,34fedc09dc2194d08c1740287109360e98ac1229@65.109.112.148:26656,2d7ef2d2b1ad30d06a4a6d31943d301b5e99a3b9@15.235.50.120:20033
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=34fedc09dc2194d08c1740287109360e98ac1229@65.109.112.148:26656,1085c1c44816a6d4941864ccc3253e82b6932e45@2001:26656,314318c86315fb9a90e7fcaf828ba746c2ff0244@23.88.5.169:35656,26cdc42778d24c8b0b0b68ed07c97685bfd8682f@178.162.165.65:27656,69ab9e148f3406089b2f0895fb4c6b47f4a2a40a@2001: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