The node-peer-count
command in Mintlayer is used to obtain the current count of peers connected to your node. This command provides a quick way to assess the network connectivity of your node by displaying the number of active peer connections.
node-peer-count
-h, --help
: Displays help information about the node-peer-count
command.Checking the Number of Connected Peers:
To check the current number of peers connected to your node, execute the command:
node-peer-count
This command will return a number indicating how many peers are currently connected to your node. For example:
11
In this case, it indicates that there are 11 peers currently connected to your node.