-
Notifications
You must be signed in to change notification settings - Fork 31
standalone address label rename Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
Add, rename or delete a label for an already added standalone address.
Specifying a label will add or replace the existing one. Not specifying a label will remove the existing one.
standalone-address-label-rename [OPTIONS] <ADDRESS>
-
<ADDRESS>: The existing standalone address to update.
-
--label <LABEL>: The new label to assign. Omit to remove the existing label.
# Add or rename a label
standalone-address-label-rename --label "Cold storage" <address>
# Remove the existing label
standalone-address-label-rename <address>
-
standalone-address-show: List all standalone addresses with their labels.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG