Parity Peers – What Do the 3 Different Peer Numbers Represent in Parity

paritypeers

My peer numbers in Parity are quite consistently at 0/25/25. What does each one of those numbers represent?

Best Answer

Active, connected, and currently configured minimum number of connections.

<active> / <connected> / <min_configured>

If you're seeing 0/25/25 it means that you have the minimum number of connections set by your configuration, but that the nodes you're connected to aren't active.

One thing you could do is try setting the minimum to a higher number to force it to open new connections which are, hopefully, more likely to be active.

--min-peers NUM (where NUM > 25)

Related Topic