The node-remove-reserved-peer
command in Mintlayer is used to remove a peer from the list of reserved peers in your node. This command is essential for managing your node's network and adjusting its connectivity preferences.
node-remove-reserved-peer <ADDRESS>
<ADDRESS>
: The IP address of the peer you wish to remove from the reserved peers list.-h, --help
: Displays help information about the node-remove-reserved-peer
command.Removing a Reserved Peer:
To remove a peer with the IP address 192.168.150.140
from the list of reserved peers, execute the command:
node-remove-reserved-peer 192.168.150.140
Upon successful completion of the command, a confirmation message will be displayed:
Success
This indicates that the specified peer has been successfully removed from your node's reserved peers list.