Low Peer Count
Symptom: Few or no connected peers
Solution:
Check peer count:
curl -s http://localhost:12346/network/peers | jq length
If low, check your firewall settings and ensure the required ports are open
Add seed nodes manually if necessary (refer to network documentation for current seed nodes)
Last updated
Was this helpful?