|
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
|
address
|
|
address all
|
address
|
|
Payments made to an integrated address generated from your account will go to your account, with that payment ID attached, so you can tell payments apart.
|
An eine von deinem Konto aus generierte integrierte Adresse gesendete Zahlungen gehen mit der Zahlungs-ID markiert auf dein Konto. Auf diese Weise kannst du Zahlungen unterscheiden.
|
|
check_tx_key TXID TXKEY ADDRESS
|
check_tx_key TXID TXKEY ADDRESS
|
|
Since the blockchain handling and the wallet are separate programs, many uses of `monero-wallet-cli` need to work with the @daemon. This includes looking for incoming transactions to your address. Once you are running both `monero-wallet-cli` and `monerod`, enter `balance`.
|
Da die Zuständigkeiten für Blockchain und Wallet bei verschiedenen Programmen liegen, benötigen einige Dienste des `monero-wallet-cli` eine Verbindung mit einem Hintergrunddienst (darunter die Suche nach eingehenden Transaktionen). Sobald du sowohl `monero-wallet-cli` wie auch `monerod` gestartet hast, kannst du `balance` eingeben.
|