Skip to main content

Live Peers / Seeds

When you start a node, you often need to connect to the network. This requires you to connect to one or more peers to start downloading the blockchain and receiving new blocks and transactions. Seeding nodes or bootstrap nodes help in this initial connection process.

info

Copy and run the commands below to add your peers into config.toml.

Loading live peers...

PEERS="LOADING..."
sed -i 's|^persistent_peers *=.*|persistent_peers = "'$PEERS'"|' $HOME/.babylond/config/config.toml
sudo systemctl restart babylond