Chain ID: loyal-main-02 | Current Node Version: v0.25.2
Here is a list of 8 active peers as observed by
Polkachu's state-sync
server in real-time. Add them to your config.toml
if you
have trouble finding peers.
[email protected]:26676,[email protected]:17856,[email protected]:26656,[email protected]:27656,[email protected]:17256,[email protected]:27656,[email protected]:17856,[email protected]:17856
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 up to 5
random live peers.
[email protected]:17856,[email protected]:26676,[email protected]:17856,[email protected]:17856,[email protected]:27656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.loyal/config/config.toml
When you state-sync, you might also consider adding Polkachu's
state-sync peer
to your persistent_peers
setting in
config.toml
.
[email protected]:17856