Pylons Seeds and Peers
Chain ID:
pylons-mainnet-1
Current Node Version:
v1.1.4
Our seed node
You might also decide to use a seed node to bootstrap your node.
28096cb1a2e9f46e283c10965e4831279ad21ad4@pylons-seed.noders.services:16533
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
ae94eb20e73c0ad93dbb980338eb313320c56194@pylons-rpc.noders.services:16556
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.
0496369603c974b14c612f4bdaf63c671340a108@109.205.182.224:37656,71b2ccc335a2ed88854444d23c2f2e2fd343c7e9@65.109.52.156:9656,738ce404cc42b7640b3d2b4a5f587d5e7ab63634@65.109.88.251:38656,88842d9e1b2e95cdd95227ae6d952b0fa6290737@84.16.241.18:29656,dea08fa4f608d954890631468fdf4de3ba1ae103@138.201.225.104:47256,2fbafcad63eefd2053135061682042e803f8cf0b@65.109.109.225:26656,ec0091eb96865721725a6668f65e1c7782149c35@65.21.45.173:16556,ac927f72c6fd74268202650d123f718ddf4a499c@142.132.158.9:19456,af4cc3ce89e51b9d99c46496daec60e2cdf2143b@65.108.126.49:27656,5eb57ba49c53dd6269e5afa9062265b0227886e5@144.76.45.59:26156
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=71b2ccc335a2ed88854444d23c2f2e2fd343c7e9@65.109.52.156:9656,88842d9e1b2e95cdd95227ae6d952b0fa6290737@84.16.241.18:29656,0496369603c974b14c612f4bdaf63c671340a108@109.205.182.224:37656,ac927f72c6fd74268202650d123f718ddf4a499c@142.132.158.9:19456,dea08fa4f608d954890631468fdf4de3ba1ae103@138.201.225.104:47256
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.pylonsd/config/config.toml
sudo systemctl restart pylonsd
sudo journalctl -fu pylonsd --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/pylons/addrbook.json -o ~/.pylonsd/config/addrbook.json
sudo systemctl restart pylonsd