-
Notifications
You must be signed in to change notification settings - Fork 31
node ban peer address Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
Ban an address in the node for the specified duration.
node-ban-peer-address <ADDRESS> <DURATION>
-
<ADDRESS>: The IP address to ban. -
<DURATION>: How long to ban the address. Supports a compact format:-
1M— 1 month -
1y 3M 10d 6h 30m 45s— 1 year, 3 months, 10 days, 6 hours, 30 minutes, 45 seconds
-
# Ban an address for 1 week
node-ban-peer-address 1.2.3.4 7d
# Ban for 1 month
node-ban-peer-address 1.2.3.4 1M
-
node-unban-peer-address: Unban an address. -
node-list-banned-peers: List banned addresses.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG