Skip to main content
Mantra Seeds and Peers

Mantra Seeds and Peers

Chain ID:

mantra-dukong-1

Current Node Version:

v4.0.0

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 12 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,1f402acf2e4ad59aca187e84c64ef973b2b3c8bb@35.220.173.152:26656,e726816f42831689eab9378d5d577f1d06d25716@169.155.171.102:36656,6433d1a2778e4cab56639dfadc6b397d2d12619d@176.9.157.142:25156,da54ab1be9e88bdfa2845269ef24f975bb1c90c1@34.130.170.97:26656,9c23fe95a222f437ca80fe2192328fa9e812e6b8@34.18.92.69:26656,7e061edecef73a700b699c785f61a44ca981ff7f@34.150.103.79:26656,f4d6998717f016d1c4d1ea052c57c66b5ff7fe1a@34.18.106.22:26656,0bfc4c0e18f09c50f26a7ac38b1541c3024edb87@34.96.208.200:26656,e0592e1929cc5d4b588a567543fec90ad575ddaa@65.109.92.241:19656,e1b058e5cfa2b836ddaa496b10911da62dcf182e@134.65.192.193:36656,8d211642ef2cab09135a6ab52a2043bc579d3887@65.109.26.242: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=0bfc4c0e18f09c50f26a7ac38b1541c3024edb87@34.96.208.200:26656,7e061edecef73a700b699c785f61a44ca981ff7f@34.150.103.79:26656,1f402acf2e4ad59aca187e84c64ef973b2b3c8bb@35.220.173.152:26656,e726816f42831689eab9378d5d577f1d06d25716@169.155.171.102:36656,e0592e1929cc5d4b588a567543fec90ad575ddaa@65.109.92.241:19656
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