🧾 Creating and Managing Additional Accounts for Transaction Segmentation in Monero Wallet

➕ Create a New Account

account new <label>

🏷️ Create and Label a Subaddress

address new <label>

🔖 Assign a Tag to an Account

account tag <tag_name> <account_index>

📝 Set a Tag Description

account tag_description <tag_name> <description>

💸 Send Funds from Account 0 to Account 1

First, switch to account 0 (if not already selected):

account switch 0

Then send funds to the Dev Team subaddress in account 1:

transfer <destination_address> <amount>
transfer 88xkUv...xyz 0.04

🔄 Notes on Monero Account and Address Behaviour


🏷️ Address Labelling

Create a new subaddress with a label:

address new <label>

View all addresses and their labels:

address all

Change an existing label:

address label <index> <new label>

🧷 Tag Management

Assign a tag to a specific account index:

account tag <tag_name> <account_index>

Set a description for a tag:

account tag_description <tag_name> <description>`


Revision #2
Created 28 May 2025 01:08:59 by coolbaron
Updated 31 May 2025 01:47:17 by coolbaron