Accounts

Each wallet has the ability to create multiple accounts. Each account has its own balance, transaction history and set of addresses.

Accounts are deterministically derived from your private keys, you only need to know your seed in order to restore the accounts and addresses associated with your wallet.

It may be useful to use a seperate account:

Using a new account is faster than creating a new wallet file as it eliminates the need to synchronize multiple wallets. Creating accounts does not significantly slow down wallet synchronization.

To learn how to create a new account or to switch between accounts, see Switch subaddress account.

Sending a transaction that spends outputs from multiple accounts is not supported.