Low Peer Count

Symptom: Few or no connected peers

Solution:

  1. Check peer count:

curl -s http://localhost:12346/network/peers | jq length
  1. If low, check your firewall settings and ensure the required ports are open

  2. Add seed nodes manually if necessary (refer to network documentation for current seed nodes)

Last updated