The node-list-banned-peers
command in Mintlayer is used to list the addresses or peers that have been banned from connecting to your node. This command provides a way to review the nodes that have been restricted, typically due to malicious activities or harmful network behavior.
node-list-banned-peers
-h, --help
: Displays help information about the node-list-banned-peers
command.Listing Banned Peers:
To view a list of all banned peers or addresses, simply run:
node-list-banned-peers
The output will provide a list of banned peers, for example:
[
BannableAddress(
192.168.160.99,
),
]
Each entry in the list represents an address or peer that has been banned from connecting to your node.