Returns number of peers connected to node
web3.net.peerCount
none
The number of other Ethereum nodes connected to the node.
var peerCount = web3.net.peerCount; console.log(peerCount); > 5
Last updated 3 years ago