mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 19:49:22 +00:00
Update subaddress.md
Also, I would say they are just as important as anything else in the gui.
This commit is contained in:
parent
5400fd5e09
commit
6dbe5ba171
1 changed files with 0 additions and 5 deletions
|
@ -20,9 +20,6 @@ Note it won't help if you have an account with the service. Then your payouts ar
|
|||
|
||||
## Group funds into accounts
|
||||
|
||||
!!! Note
|
||||
Feel free to skip this if your are new to Monero. Accounts are not essential and currently not supported by the GUI.
|
||||
|
||||
**Accounts** are a convenience wallet-level feature to group subaddresses under one label and balance.
|
||||
|
||||
You may want to organize your funds into accounts like "cash", "work", "trading", "mining", "donations", etc.
|
||||
|
@ -31,8 +28,6 @@ As accounts are only groupings of subaddresses, they themselves do not have an a
|
|||
|
||||
Accounts are deterministically derived from the root private key along with subaddresses.
|
||||
|
||||
As of September 2018 accounts are only supported by the CLI wallet and missing from GUI wallet.
|
||||
|
||||
Accounts are similar to subaccounts in your classic bank account. There is a very important difference though. In Monero funds don't really sit on accounts or public addresses. Public addresses are conceptually a gateway or a routing mechanism. Funds sit on transactions' unspent outputs. Thus, a single transaction can - in principle - aggregate and spend outputs from multiple addresses (and by extension from multiple accounts). The CLI or GUI wallet may not directly support creating such transactions for simplicity.
|
||||
|
||||
In short, think of accounts as a **soft** grouping of your funds.
|
||||
|
|
Loading…
Reference in a new issue