Skip to main content
Mantra Seeds and Peers

Mantra Seeds and Peers

Chain ID:

mantra-dukong-1

Current Node Version:

v5.0.0-rc0

Our seed node

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

0767221d878318764af082adac089eee9f1cdb4e@mantra-t-seed.noders.services:25133

Our peer

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

8ac264aa8af65b4363f98fcab3fbc58c81b2ca90@mantra-t-rpc.noders.services:25156

Live Peers

Here is a list of 16 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml if you have trouble finding peers.

593824b79d719e764832efca9e5137f29d1c49ca@88.218.226.175:26656,9c23fe95a222f437ca80fe2192328fa9e812e6b8@34.18.92.69:26656,da54ab1be9e88bdfa2845269ef24f975bb1c90c1@34.130.170.97:26656,1f402acf2e4ad59aca187e84c64ef973b2b3c8bb@35.220.173.152:26656,e1b058e5cfa2b836ddaa496b10911da62dcf182e@134.65.192.193:36656,f4d6998717f016d1c4d1ea052c57c66b5ff7fe1a@34.18.96.80:26656,76325cbb57d271af065df62d159911516cce2485@5.196.91.165:20656,0bfc4c0e18f09c50f26a7ac38b1541c3024edb87@34.96.208.200:26656,b012f7451c6fc4603177ffb4dc7a50d7133f17a9@34.130.203.50:26656,a746d7e267b7cbde9d1ba004071afcca9528741c@37.27.127.220:18656,e726816f42831689eab9378d5d577f1d06d25716@169.155.171.102:36656,8ed6e14dcfa5dd7a9110660a10999f0a432048f1@37.27.19.58:19656,a3c6b306f3154f77cb2d804dd5b5a969ed35de6d@34.150.22.96:26656,8d211642ef2cab09135a6ab52a2043bc579d3887@65.109.26.242:25156,7e061edecef73a700b699c785f61a44ca981ff7f@34.150.103.79:26656,02172d11bde574d1ac38892cfda2530877a095e2@65.109.24.155:25156

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=02172d11bde574d1ac38892cfda2530877a095e2@65.109.24.155:25156,b012f7451c6fc4603177ffb4dc7a50d7133f17a9@34.130.203.50:26656,8d211642ef2cab09135a6ab52a2043bc579d3887@65.109.26.242:25156,e726816f42831689eab9378d5d577f1d06d25716@169.155.171.102:36656,9c23fe95a222f437ca80fe2192328fa9e812e6b8@34.18.92.69:26656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.mantrachaind/config/config.toml

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