BitSong Seeds and Peers
Chain ID:
bitsong-2b
Current Node Version:
v0.22.0
Our seed node
You might also decide to use a seed node to bootstrap your node.
955a296a5b32b8c91ae1a573edb4e9f9983e7c5f@bitsong-seed.noders.services:16033
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
b347b47a650981b2e12782e92cf26ba8aa0148c9@bitsong-rpc.noders.services:16056
Live Peers
Here is a list of 36 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml
if you have trouble finding peers.
9c9f030298bdda9ca69de7db8e9a3aef33972fba@142.132.131.249:31656,5a8ea109bc202a6ad129144e263c37478bda3ad9@165.232.122.168:26656,f3aba3c0a6fda012593df4001db5cfcd09d89070@207.121.31.220:27956,8786dc9305ff0799de09f2ddff795bfbda7636dd@128.140.92.64:26656,406aefcd5f1b8142c41414cbe2b1b5c66c32b633@65.108.236.5:16056,e6c10b29c27ca8ee9befc60a9dd8ae8fa8e2f6d4@109.123.234.203:36656,33537488478da9bb5da9aeb266e24fe78ed5b697@193.34.213.222:11656,533b1aba1e16c70e6b9f02ff17f57087f927d109@167.86.68.204:38656,a5ca61340cba363f99eed283ecd7fb38a9b4337f@107.155.67.202:26626,d4454c53b6c3ca970e38cb506de76a1598a619d8@65.108.121.190:2040,378254156e417fa64d101bb9decaf6a22ac224ee@65.109.18.169:16056,ecf0eb57e12fa733a506c5bb39166336f8b855ac@37.187.93.206:26667,469ec27f5bf779b520d7562ab445bee7ea9fbab6@103.180.28.106:26656,a369636384b7700e524988f55320ba52b17a2c06@65.109.97.249:16056,b150ba00b37bdd90b8d991c10b9c65506f8171cd@65.108.77.220:3000,d741773bc5eecbefb7b14fcca5e3e0fedd49d5a3@23.88.0.170:15631,171b6e944c314485c8ab2a5a70fcb8bbd11538d7@157.90.255.143:26656,601cbd873d1aca5c0282991f16a6f0c833d713cd@178.18.244.191:26656,e0ffbf9c725ad11637c19f8c49491d44f4006d1f@185.144.83.158:26656,32e7fc17e090cc3a4bf06ef1ab798162c69740c0@5.10.19.45:26656,95f3236d31511dd66059c58e4e2590e4dc361370@207.244.253.244:49656,f5e93022dfeae8a796ef235a324f91932294d62c@203.135.141.9:26656,7053a0374e06e7b6e0479002d1a05f53afb67790@62.109.12.16:26656,cd4a8164f9f0657ec7a765f19ad017fb5016cd4a@65.109.92.241:21036,7b7451e6bc5ea8d0f619439e5981807057b4834c@65.108.238.219:16056,346408bfc1c0b62bc995a516a5eb28e0677610ef@65.109.32.148:26626,614c4718eec5263dfcbe537d88b885cdb70ffe27@95.217.198.248:26666,a4673ba339a5b2600b6c0f8ffa4b46caf448c362@184.107.110.21:10400,73d13f9c80722d340cc2213908127ab7d7840839@89.58.17.242:16656,76ee51cf5ae45b28a8aebc3d5fe0df6cde99683e@143.110.239.73:26656,3992c3e8e9024d50656e398951fbf5a8df26f6ec@167.235.3.247:26626,bca36344413fbfe8374111f6f77b4861f29f00d3@37.27.59.245:56656,2c7c42ed5e67343b5b09b8d4dcc933af3c807dd4@65.108.6.54:31656,50503012f492693342dd3a0aa938c3df292f5556@217.182.198.128:26256,1622c80580d3d669a51ded7994c3a11d176f3f48@148.113.214.14:10400,58ca294709d0d770c6ce92a6ad8f7ca9d89beebf@57.128.22.214:16056
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=533b1aba1e16c70e6b9f02ff17f57087f927d109@167.86.68.204:38656,76ee51cf5ae45b28a8aebc3d5fe0df6cde99683e@143.110.239.73:26656,346408bfc1c0b62bc995a516a5eb28e0677610ef@65.109.32.148:26626,7b7451e6bc5ea8d0f619439e5981807057b4834c@65.108.238.219:16056,601cbd873d1aca5c0282991f16a6f0c833d713cd@178.18.244.191:26656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.bitsongd/config/config.toml
sudo systemctl restart bitsongd
sudo journalctl -fu bitsongd --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/bitsong/addrbook.json -o ~/.bitsongd/config/addrbook.json
sudo systemctl restart bitsongd