Skip to main content
Aura Seeds and Peers

Aura Seeds and Peers

Chain ID:

aura_6322-2

Current Node Version:

v0.9.3

Our seed node

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

e038fb068587bfe9b67e23df287aabad352577d9@aura-rpc.noders.services:21756

Our peer

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

e038fb068587bfe9b67e23df287aabad352577d9@aura-rpc.noders.services:21756

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.

7a117dd135ae5de17f924301629f66f7d7be4584@202.61.205.133:26656,b5774014ea48bee11fede34398118f98215508f0@141.95.148.107:26656,4ebc1e89eb6d7f298b961d64594fc18a1d1b197c@57.128.22.207:15611,96bfa7fa61e309d1fa8802cf245fe848b61c13fd@136.243.147.235:21756,20221e4732076f07f017697de57ffdf707fdde81@65.109.104.118:36656,7af7246752e0a9af497136eca5791d7dea613565@65.21.45.173:21756,f5161247c9b33c10116d4aac3302a5c059d1e3f1@45.87.104.144:26656,d2ea7c421c8bb552b84eba4c7924f9e78d3a79ae@176.9.158.219:41256,6f3c95131a2446b89f0bdc0c0374955247828232@142.132.158.158:21756,5c719d6c950943a6b0cbe592c9979703bd64f024@65.108.238.219:21756

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=4ebc1e89eb6d7f298b961d64594fc18a1d1b197c@57.128.22.207:15611,7af7246752e0a9af497136eca5791d7dea613565@65.21.45.173:21756,7a117dd135ae5de17f924301629f66f7d7be4584@202.61.205.133:26656,b5774014ea48bee11fede34398118f98215508f0@141.95.148.107:26656,20221e4732076f07f017697de57ffdf707fdde81@65.109.104.118:36656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.aura/config/config.toml

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