monero-site/_i18n/nb-no/resources/user-guides/monero-wallet-cli.md

216 lines
6.8 KiB
Markdown
Raw Normal View History

Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
{% include disclaimer.html translated="yes" translationOutdated="no" %}
`monero-wallet-cli` is the wallet software shipped in the Monero
archives. It is a console program, and manages an account. While a bitcoin
wallet manages both an account and the blockchain, Monero separates these:
`monerod` handles the blockchain, and `monero-wallet-cli` handles the
account.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
This guide will show how to perform various operations with
`monero-wallet-cli`. The guide assumes you are using the most recent version
of Monero and have already created an account according to the other guides.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
## Overview
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
You can have a list of the most important commands by running `help`:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
Important commands:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
"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.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
"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.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
"donate <amount>" - Donate XMR to the development team.
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
## Checking your balance
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Fordi håndteringen av blokkjeden og lommeboken er separate programmer, må
mye av bruken av `monero-wallet-cli` skje med @daemon. Dette omfatter å se
etter innkommende transaksjoner til adressen din. Når du kjører både
`monero-wallet-cli` og `monerod`, kan du taste inn `balance.`
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Output:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
Currently selected account: [0] Primary account
Tag: (No tag assigned)
Balance: 7.499942880000, unlocked balance: 7.499942880000
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
In this example you're viewing the balance of your primary account (with
index `[0]`). `Balance` is your total balance. The `unlocked balance` is the
amount currently available to spend. Newly received transactions require 10
confirmations on the blockchain before being unlocked.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
## Sending monero
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
You will need the standard address you want to send to (a long string
starting with '4' or a '8'). The command structure is:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
transfer ADDRESS AMOUNT
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Replace `ADDRESS` with the address you want to send to and `AMOUNT` with how
many monero you want to send.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
## Receiving monero
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
If you have your own Monero address, you just need to give your address to
someone.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
You can find out your primary address with:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
address
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Since Monero is anonymous, you won't see the origin address the funds you
receive came from. If you want to know, for instance to credit a particular
customer, you'll have to tell the sender to use a payment ID, which is an
arbitrary optional tag which gets attached to a transaction. It's not
possible to use standalone payment addresses, but you can generate an
address that already includes a random payment ID (integrated addresss)
using `integrated_address`:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
Random payment ID: <82d79055f3b27f56>
Matching integrated address: 4KHQkZ4MmVePC2yau6Mb8vhuGGy8LVdsZD8CFcQJvr4BSTfC5AQX3aXCn5RiDPjvsEHiJu1TC1ybR8pRTCbZM5bhTrAD3HDwWMtAn1K7nV
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
This will generate a random payment ID, and give you the address that
includes your own account and that payment ID. If you want to select a
particular payment ID, you can do that too. Use:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
integrated_address 82d79055f3b27f56
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
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.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
### Using subaddresses
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
It's suggested to use subaddresses (starting with `8`) instead of your main
address (starting with `4`) to receive funds. Run:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
address new [<label text with white spaces allowed>]
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
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,
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
address new github_donations
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
will generate a subaddress and its label 'github_donations'.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
To view all generated addresses, run:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
address all
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
## Proving to a third party you paid someone
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Hvis du betaler en forhandler og forhandleren påstår å ikke ha mottatt
midlene, må du kunne bevise for en tredjepart at du har sendt midlene
eller til og med til forhandleren, dersom det er en ærlig feil. Monero er
privat, så du kan ikke bare vise til transaksjonen din i blokkjeden, i og
med at man ikke kan fastslå hvem som har sendt det, og hvem som mottok
det. Ved å forsyne parten med en «per-transaction»-privat nøkkel, kan den
parten si hvorvidt den transaksjonen sendte monero til den bestemte adressen
eller ikke. Merk at å lagre disse «per-transaction»-nøklene er deaktivert
som standard, så du må aktivere det før du sender hvis du tror du kan få
bruk for det:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
set store-tx-info 1
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Du kan finne igjen tx-nøkkelen fra en tidligere transaksjon slik:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
get_tx_key 1234567890123456789012345678901212345678901234567890123456789012
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Legg inn transaksjons-ID-en som du ønsker nøkkelen for. Husk at en betaling
må splittes inn i mer enn én transaksjon, så du trenger kanskje flere
nøkler. Du kan deretter sende den nøkkelen eller disse nøklene til hvem nå
enn du vil sende bevis på transaksjonen din til sammen med
transaksjons-ID-en og adressen du sendte til. Merk at denne tredjeparten
også vil kunne se hvor mye veksel som ble sendt tilbake til deg dersom
vedkommende kjenner til din adresse.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Hvis du er tredjeparten (altså om noen vil bevise til deg at de har sendt
monero til en adresse), kan du sjekke det slik:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
check_tx_key TXID TXKEY ADDRESS
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Replace `TXID`, `TXKEY` and `ADDRESS` with the transaction ID,
per-transaction key, and destination address which were supplied to you,
respectively. `monero-wallet-cli` will check that transaction and let you
know how much monero this transaction paid to the given address.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
## How to find a payment to you
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Hvis du har mottatt en betaling ved bruk av en bestemt betalings-ID, kan du
slå den opp:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
payments PAYMENTID
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Du kan også gi dem mer enn én betalings-ID.
Mer generelt kan du gjennomgå innkommende og utgående betalinger:
```
show_transfers
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Du kan gi en valgfri høyde for å kun liste opp nylige transaksjoner og kun
be om innkommende eller utgående transaksjoner.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
show_transfers in 650000
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
vil for eksempel kun vise innkommende overføringer etter blokk 650 000. Du
kan også gi et høydeintervall.
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Hvis du vil utvinne, kan du gjøre det fra lommeboken:
```
start_mining 2
```
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
Dette setter i gang utvinning på daemonen ved bruk at to tråder. Merk at
dette er solo-utvinning, så det kan ta litt tid før du finner en blokk. For
å stanse utvinningen:
Add Norwegian User Guides (2/2) (#1493) * Norwegian translation of the User Guides files: – node-i2p-zero.md – restore_account.md – restore_from_keys.md – securely_purchase.md – solo_mine_GUI.md – tor_wallet.md – verification-allos-advanced.md – verification-windows-beginner.md – view_only.md – vps_run_node.md – monero-wallet-cli.md – monero_tools.md – mine-to-pool.md – ledger-wallet.md – importing_blockchain.md – howto_fix_stuck_funds.md – cli_wallet_daemon_isolation_qubes_whonix.md - ledger-wallet-cli.md - Offline_Backup.md - prove-payment * Update Offline_Backup.md Fixed typo * Update cli_wallet_daemon_isolation_qubes_whonix.md Fix typo * Update howto_fix_stuck_funds.md Update sentence for better flow * Update importing_blockchain.md Fix typo and improve sentence flow * Update mine-to-pool.md Fix typo and improve sentence flow * Update monero-wallet-cli.md Fix untranslated string * Update node-i2p-zero.md Fix two typos and improve sentence * Update prove-payment.md Fix typo * Update restore_account.md Remove extra spacing + fix typo * Update restore_from_keys.md Change word to "avkode" * Update securely_purchase.md Remove extra space Fix typo Change word to "avkoding" * Update tor_wallet.md Remove extra space and change wording * Update verification-allos-advanced.md Fix missing letter Fix untranslated word Fix typo * Update verification-windows-beginner.md Fix typo * Update view_only.md Fix typo * Update vps_run_node.md Change sentence flow * Update cli_wallet_daemon_isolation_qubes_whonix.md Update guide to updated version from November 2020 * Update howto_fix_stuck_funds.md Translate `yourwalletname` and `yourwallet` * Update Offline_Backup.md Remove string to make it up to date with January 2021 update * Update importing_blockchain.md Update version to make it up to date with January 2021 update * ledger-wallet-cli.md Update version to have it up to date with January 2021 update * Update monero-wallet-cli.md Update version to have it up to date with January 2021 update
2021-03-15 21:43:07 +00:00
```
stop_mining
```