Post
Share your knowledge.
Cattos80
Mar 19, 2025
Expert Q&A
How to resolve Heimdall seed connection errors?
I'm having trouble with my Heimdall node not being able to connect to any seeds. I've followed the docs and started the Bor service, but I get errors like 'Couldn’t connect to any seeds' and it seems the Heimdall rest server shuts down. What steps can I take to resolve this issue and ensure my node connects properly?
- General
2
1
Share
Comments
Answers
1Chim83
Mar 20 2025, 00:22You may need to clear the addrbook.json
file. Here's how:
- Open the config.toml file:
vi /var/lib/heimdall/config/config.toml
- Stop the heimdalld service:
sudo service heimdalld stop
- Clear your
addrbook
:sudo service heimdalld stop
cp /var/lib/heimdall/config/addrbook.json /var/lib/heimdall/config/addrbook.json.bkp
rm /var/lib/heimdall/config/addrbook.json
- Increase
max_num_inbound_peers
andmax_num_outbound_peers
in/var/lib/heimdall/config/config.toml
:max_num_inbound_peers = 300
max_num_outbound_peers = 100
- Restart the heimdalld service:
sudo service heimdalld start
. It's also suggested to add the necessary entries in persistent peers and try once before following the steps above.
1
Comments
Do you know the answer?
Please log in and share it.
Polygon is a decentralised Ethereum scaling platform that enables developers to build scalable user-friendly dApps with low transaction fees without ever sacrificing on security.
84Posts176Answers
Trending posts