monero-site/_i18n/template/resources/user-guides/view_only.md
rehrar 983cc334a8
Finished multi-lingual implementation
- Updated README to accomodate for changes
- Updated footer and roadmap for multi-lingual readiness
- Updated yml files for an 'untranslated' string
- Added an 'untranslated' snippet to all untranslated files
- Added a 'template' language for new languages to be made easily
- Added link to Monerujo site to Downloads page
- CSS updates
2018-01-30 13:18:02 -07:00

1 KiB

{% include untranslated.html %} A view-only wallet can only see which incoming transactions belong to you. It can not spend any of your Monero, in fact it can't even see outgoing transactions from this wallet. This makes view-only wallets particularly interesting for

  • Developers writing libraries to validate payments
  • End users validating incoming transactions to cold wallets

Creating A View-Only Wallet

You can create a view-only wallet from any existing wallet.

Open an existing wallet or create a new one using monero-wallet-cli. In the wallet, type address and viewkey to display the wallet's address and secret viewkey. Type exit to close the wallet.

Next, create your view-only wallet by typing monero-wallet-cli --generate-from-view-key wallet-name. The last argument will be your new wallet's file name. You will be prompted for Standard address and View key by the wallet. Paste in your original wallet's address and secret view key. Next, enter and confirm a password for your new wallet and you're done.