UX Seeds and Peers
Chain ID:
umee-1
Current Node Version:
v6.7.3
Our seed node
You might also decide to use a seed node to bootstrap your node.
8349a4ab1d96f63cd0c9ff603c9869810e4a8e15@umee-rpc.noders.services:13656
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
8349a4ab1d96f63cd0c9ff603c9869810e4a8e15@umee-rpc.noders.services:13656
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.
cf1622cdbd05d10b24a055a13890174d23c32bb7@34.140.141.139:26656,cf81d5d16fc0b231a77770803ddf972c8e2b9909@88.99.68.249:13656,635debe6c5cbcb6861b6c8b32c47d8ee84d99c16@138.201.21.197:29656,b52ad7a5c02c582aed32c2c023788c20145d27d0@65.21.73.120:26656,d7517266083fd38bd284d6a1df4de335f1a912d4@94.130.138.41:26116,900b26dbb2fa4a42116cd3340b8959ac6c538b6b@37.27.48.4:2640,9f144fd92cd9b58e8ba16a193992b1934fc8a06c@51.89.98.102:28656,9ea73078edc85a833ac9164bf564cac1bad86aea@65.108.76.28:13656,e4f70d6f88644980e12bcc1d3454190c2bc9b6de@198.244.176.206:26656,3bfc97bc4bac20b73e0314cfc3deb1d19608edca@143.198.193.122: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=3bfc97bc4bac20b73e0314cfc3deb1d19608edca@143.198.193.122:26656,e4f70d6f88644980e12bcc1d3454190c2bc9b6de@198.244.176.206:26656,cf81d5d16fc0b231a77770803ddf972c8e2b9909@88.99.68.249:13656,cf1622cdbd05d10b24a055a13890174d23c32bb7@34.140.141.139:26656,9ea73078edc85a833ac9164bf564cac1bad86aea@65.108.76.28:13656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.umee/config/config.toml
sudo systemctl restart umeed
sudo journalctl -fu umeed --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/umee/addrbook.json -o ~/.umee/config/addrbook.json
sudo systemctl restart umeed