|
Overview
|
|
|
You can have a list of the most important commands by running `help`:
|
|
|
Important commands:
"welcome" - Show welcome message. "help all" - Show the list of all available commands. "help <command>" - Show a command's documentation. "apropos <keyword>" - Show commands related to a keyword.
"wallet_info" - Show wallet main address and other info. "balance" - Show balance. "address all" - Show all addresses. "address new [<label text with white spaces allowed>]" - Create new subaddress. "transfer <address> <amount>" - Send XMR to an address. "show_transfers [in|out|pending|failed|pool]" - Show transactions. "sweep_all <address>" - Send whole balance to another wallet. "seed" - Show secret 25 words that can be used to recover this wallet. "refresh" - Synchronize wallet with the Monero network. "status" - Check current status of wallet. "version" - Check software version. "exit" - Exit wallet.
"donate <amount>" - Donate XMR to the development team.
|
|
|
Output:
|
|
|
Currently selected account: [0] Primary account Tag: (No tag assigned) Balance: 7.499942880000, unlocked balance: 7.499942880000
|
|
|
You will need the standard address you want to send to (a long string starting with '4' or a '8'). The command structure is:
|
|
|
Replace `ADDRESS` with the address you want to send to and `AMOUNT` with how many monero you want to send.
|
|
|
Random payment ID: <82d79055f3b27f56> Matching integrated address: 4KHQkZ4MmVePC2yau6Mb8vhuGGy8LVdsZD8CFcQJvr4BSTfC5AQX3aXCn5RiDPjvsEHiJu1TC1ybR8pRTCbZM5bhTrAD3HDwWMtAn1K7nV
|
|
|
Using subaddresses
|
|
|
It's suggested to use subaddresses (starting with `8`) instead of your main address (starting with `4`) to receive funds. Run:
|
|
|
address new [<label text with white spaces allowed>]
|
|
|
This will generate a subaddress and its optional label, which addess you can share to receive payment on the account it's linked to. For example,
|
|
|
address new github_donations
|
|
|
will generate a subaddress and its label 'github_donations'.
|
|
|
To view all generated addresses, run:
|
|
|
address all
|
address
|
|
address
|
address
|
|
check_tx_key TXID TXKEY ADDRESS
|
check_tx_key TXID TXKEY ADDRESS
|
|
Pass in the transaction ID you want the key for. Remember that a payment might have been split in more than one transaction, so you may need several keys. You can then send that key, or these keys, to whoever you want to provide proof of your transaction, along with the transaction id and the address you sent to. Note that this third party, if knowing your own address, will be able to see how much change was returned to you as well.
|
Coloca el ID de la transacción del cual quieres la llave. Recuerda que un pago puede haber sido dividido en más de una transacción, así que puedes necesitar varias llaves. Puedes enviar esa llave, o llaves, a quien quieras proveer con pruebas de tu transacción, junto con los ID de transacción y la dirección a la que enviaste. Ten en cuenta que este tercero, si conoce tu dirección, será capaz de ver cuánto cambio regresó a tu cuenta también.
|
|
How to find a payment to you
|
## Cómo encontrar un pago
|