Merge pull request #1185

View-only wallet guide: update instructions + create from private view key in GUI
This commit is contained in:
luigi1111 2020-09-23 13:45:12 -05:00 committed by GitHub
commit 5c927b1646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 237 additions and 94 deletions

View file

@ -1,4 +1,4 @@
{% include disclaimer.html translated="yes" translationOutdated="no" %}
{% include disclaimer.html translated="yes" translationOutdated="yes" %}
محفظه الرؤيه فقط يمكنها رؤيه المعاملات الوارده إلي المحفظه ولا يمكنها القيام بإنفاق الأموال, في الواقع لا يُمكنها حتي رؤيه المعاملات الصادره من هذه المحفظه. وهذا يجعلها مثيره للإهتمام لكل من

View file

@ -1,28 +1,51 @@
{% include disclaimer.html translated="no" translationOutdated="no" %}
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
A view-only wallet is a special type of wallet that can only see incoming transactions. Since it doesn't hold your mnemonic seed and private spend key, it can't sign transactions and it can't see outgoing transactions. This makes them particularly interesting for
* Validate incoming transactions to cold wallets or hardware wallets
* Monitor incoming donations to a fundraising campaign
* Developers writing libraries to validate payments
* End users validating incoming transactions to cold wallets
### Creating A View-Only Wallet
View-only wallets cannot sign transactions, therefore they can't spend a balance alone. However, they can be used as part of an offline transaction signing, by creating unsigned transactions to be signed offline in a cold device, and later by sending the signed transaction to the network.
You can create a view-only wallet from any existing wallet.
If your wallet has outgoing transactions, the balance displayed will not be correct. To get a correct balance in a view-only wallet, you have to import the accompanying key images of each output of the wallet.
#### CLI
You can also create a view-only wallet of a hardware wallet, however this kind of view-only wallet doesn't support offline transaction signing and importing of key images.
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.
In order to create a view-only wallet, you must either have access to a wallet or know the main address and the private view key from a 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.
### CLI: Creating a View-Only Wallet from a Private View Key
#### GUI
Open an existing wallet and type `address` and `viewkey` commands to display the wallet's address and its private (secret) view key. Type `exit` to close the wallet.
Open an existing wallet or create a new one using `monero-wallet-gui`. In the wallet, go to the `Settings` > `Wallet` page:
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 private (secret) view key. Next, enter and confirm a password for your new wallet.
### GUI: Creating a View-Only Wallet from an Existing Wallet File
If you have access to the existing wallet, open your wallet and go to the `Settings` > `Wallet` page:
![settings](png/view-only/settings.png)
Click on `Create a view only wallet` > `Create wallet`, the wallet will be created within the same directory and using your current password.
Click on `Create a view only wallet` > `Create wallet`. The view-only wallet file will be created within the same directory and using your current password.
Optionally, double-click the `Success` windows to copy the message, then click `OK` to close it:
![Success](png/view-only/Success.png)
### GUI: Creating a View-only Wallet from a Private View Key
If you don't have access to the existing wallet, you can create a view-only wallet by knowing the wallet's main address and its private view key.
In order to do that, go to the main Menu and click on `Restore wallet from keys or mnemonic seed`:
![restore-view-only](png/view-only/restore-view-only.png)
Enter a name for you view-only wallet file. Optionally, you can change the file location.
Select `Restore from keys`.
In `Account address (public)` field, enter your wallet's main address, which starts with 4.
In `View key (private)` field, enter the private view key of your wallet.
Leave the `Spend key (private)` field blank.
Click on `Next` to create your view-only wallet file.

View file

@ -1,28 +1,51 @@
{% include disclaimer.html translated="no" translationOutdated="no" %}
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
A view-only wallet is a special type of wallet that can only see incoming transactions. Since it doesn't hold your mnemonic seed and private spend key, it can't sign transactions and it can't see outgoing transactions. This makes them particularly interesting for
* Validate incoming transactions to cold wallets or hardware wallets
* Monitor incoming donations to a fundraising campaign
* Developers writing libraries to validate payments
* End users validating incoming transactions to cold wallets
### Creating A View-Only Wallet
View-only wallets cannot sign transactions, therefore they can't spend a balance alone. However, they can be used as part of an offline transaction signing, by creating unsigned transactions to be signed offline in a cold device, and later by sending the signed transaction to the network.
You can create a view-only wallet from any existing wallet.
If your wallet has outgoing transactions, the balance displayed will not be correct. To get a correct balance in a view-only wallet, you have to import the accompanying key images of each output of the wallet.
#### CLI
You can also create a view-only wallet of a hardware wallet, however this kind of view-only wallet doesn't support offline transaction signing and importing of key images.
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.
In order to create a view-only wallet, you must either have access to a wallet or know the main address and the private view key from a 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.
### CLI: Creating a View-Only Wallet from a Private View Key
#### GUI
Open an existing wallet and type `address` and `viewkey` commands to display the wallet's address and its private (secret) view key. Type `exit` to close the wallet.
Open an existing wallet or create a new one using `monero-wallet-gui`. In the wallet, go to the `Settings` > `Wallet` page:
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 private (secret) view key. Next, enter and confirm a password for your new wallet.
### GUI: Creating a View-Only Wallet from an Existing Wallet File
If you have access to the existing wallet, open your wallet and go to the `Settings` > `Wallet` page:
![settings](png/view-only/settings.png)
Click on `Create a view only wallet` > `Create wallet`, the wallet will be created within the same directory and using your current password.
Click on `Create a view only wallet` > `Create wallet`. The view-only wallet file will be created within the same directory and using your current password.
Optionally, double-click the `Success` windows to copy the message, then click `OK` to close it:
![Success](png/view-only/Success.png)
### GUI: Creating a View-only Wallet from a Private View Key
If you don't have access to the existing wallet, you can create a view-only wallet by knowing the wallet's main address and its private view key.
In order to do that, go to the main Menu and click on `Restore wallet from keys or mnemonic seed`:
![restore-view-only](png/view-only/restore-view-only.png)
Enter a name for you view-only wallet file. Optionally, you can change the file location.
Select `Restore from keys`.
In `Account address (public)` field, enter your wallet's main address, which starts with 4.
In `View key (private)` field, enter the private view key of your wallet.
Leave the `Spend key (private)` field blank.
Click on `Next` to create your view-only wallet file.

View file

@ -1,4 +1,4 @@
{% include disclaimer.html translated="yes" translationOutdated="no" %}
{% include disclaimer.html translated="yes" translationOutdated="yes" %}
Un monedero de visualización solamente puede ver qué transacciones de entrada te pertenecen. No puede utilizar nada de tu Monero, de hecho ni siquiera puede ver las transacciones de salida del monedero. Esto hace a los monederos de sólo visualización interesantes para

View file

@ -1,4 +1,4 @@
{% include disclaimer.html translated="yes" translationOutdated="no" %}
{% include disclaimer.html translated="yes" translationOutdated="yes" %}
Un portefeuille d'audit ne peut que voir quelles transactions entrantes vous appartiennent. Il ne peut pas dépenser vos Moneroj, en fait il ne peut même pas voir les transactions sortantes de votre portefeuille. Cela rend le portefeuille d'audit particulièrement intéressant pour :

View file

@ -1,28 +1,51 @@
{% include disclaimer.html translated="no" translationOutdated="no" %}
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
A view-only wallet is a special type of wallet that can only see incoming transactions. Since it doesn't hold your mnemonic seed and private spend key, it can't sign transactions and it can't see outgoing transactions. This makes them particularly interesting for
* Validate incoming transactions to cold wallets or hardware wallets
* Monitor incoming donations to a fundraising campaign
* Developers writing libraries to validate payments
* End users validating incoming transactions to cold wallets
### Creating A View-Only Wallet
View-only wallets cannot sign transactions, therefore they can't spend a balance alone. However, they can be used as part of an offline transaction signing, by creating unsigned transactions to be signed offline in a cold device, and later by sending the signed transaction to the network.
You can create a view-only wallet from any existing wallet.
If your wallet has outgoing transactions, the balance displayed will not be correct. To get a correct balance in a view-only wallet, you have to import the accompanying key images of each output of the wallet.
#### CLI
You can also create a view-only wallet of a hardware wallet, however this kind of view-only wallet doesn't support offline transaction signing and importing of key images.
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.
In order to create a view-only wallet, you must either have access to a wallet or know the main address and the private view key from a 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.
### CLI: Creating a View-Only Wallet from a Private View Key
#### GUI
Open an existing wallet and type `address` and `viewkey` commands to display the wallet's address and its private (secret) view key. Type `exit` to close the wallet.
Open an existing wallet or create a new one using `monero-wallet-gui`. In the wallet, go to the `Impostazioni` > `Portafoglio` page:
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 private (secret) view key. Next, enter and confirm a password for your new wallet.
### GUI: Creating a View-Only Wallet from an Existing Wallet File
If you have access to the existing wallet, open your wallet and go to the `Settings` > `Wallet` page:
![settings](png/view-only/settings.png)
Click on `Create a view only wallet` > `Create wallet`, the wallet will be created within the same directory and using your current password.
Click on `Create a view only wallet` > `Create wallet`. The view-only wallet file will be created within the same directory and using your current password.
Optionally, double-click the `Success` windows to copy the message, then click `OK` to close it:
![Success](png/view-only/Success.png)
### GUI: Creating a View-only Wallet from a Private View Key
If you don't have access to the existing wallet, you can create a view-only wallet by knowing the wallet's main address and its private view key.
In order to do that, go to the main Menu and click on `Restore wallet from keys or mnemonic seed`:
![restore-view-only](png/view-only/restore-view-only.png)
Enter a name for you view-only wallet file. Optionally, you can change the file location.
Select `Restore from keys`.
In `Account address (public)` field, enter your wallet's main address, which starts with 4.
In `View key (private)` field, enter the private view key of your wallet.
Leave the `Spend key (private)` field blank.
Click on `Next` to create your view-only wallet file.

View file

@ -1,4 +1,4 @@
{% include disclaimer.html translated="yes" translationOutdated="no" %}
{% include disclaimer.html translated="yes" translationOutdated="yes" %}
Met een alleen-lezen portemonnee kun je alleen zien welke binnenkomende transacties van jou zijn. Je kunt er geen Monero mee uitgeven. Sterker nog, je kunt zelfs uitgaande transacties vanuit deze portemonnee niet zien. Alleen-lezen portemonnees zijn daarom interessant voor:

View file

@ -1,4 +1,4 @@
{% include disclaimer.html translated="yes" translationOutdated="no" %}
{% include disclaimer.html translated="yes" translationOutdated="yes" %}
Portfel tylko do odczytu wyświetla jedynie twoje przychodzące transakcje. Nie może on dokonać żadnej płatności, nie może nawet wyświetlić żadnej transakcji wychodzącej. Portfel tylko do odczytu może być ciekawą opcją dla:

View file

@ -1,28 +1,51 @@
{% include disclaimer.html translated="no" translationOutdated="no" %}
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
A view-only wallet is a special type of wallet that can only see incoming transactions. Since it doesn't hold your mnemonic seed and private spend key, it can't sign transactions and it can't see outgoing transactions. This makes them particularly interesting for
* Validate incoming transactions to cold wallets or hardware wallets
* Monitor incoming donations to a fundraising campaign
* Developers writing libraries to validate payments
* End users validating incoming transactions to cold wallets
### Creating A View-Only Wallet
View-only wallets cannot sign transactions, therefore they can't spend a balance alone. However, they can be used as part of an offline transaction signing, by creating unsigned transactions to be signed offline in a cold device, and later by sending the signed transaction to the network.
You can create a view-only wallet from any existing wallet.
If your wallet has outgoing transactions, the balance displayed will not be correct. To get a correct balance in a view-only wallet, you have to import the accompanying key images of each output of the wallet.
#### CLI
You can also create a view-only wallet of a hardware wallet, however this kind of view-only wallet doesn't support offline transaction signing and importing of key images.
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.
In order to create a view-only wallet, you must either have access to a wallet or know the main address and the private view key from a 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.
### CLI: Creating a View-Only Wallet from a Private View Key
#### GUI
Open an existing wallet and type `address` and `viewkey` commands to display the wallet's address and its private (secret) view key. Type `exit` to close the wallet.
Open an existing wallet or create a new one using `monero-wallet-gui`. In the wallet, go to the `Settings` > `Wallet` page:
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 private (secret) view key. Next, enter and confirm a password for your new wallet.
### GUI: Creating a View-Only Wallet from an Existing Wallet File
If you have access to the existing wallet, open your wallet and go to the `Settings` > `Wallet` page:
![settings](png/view-only/settings.png)
Click on `Create a view only wallet` > `Create wallet`, the wallet will be created within the same directory and using your current password.
Click on `Create a view only wallet` > `Create wallet`. The view-only wallet file will be created within the same directory and using your current password.
Optionally, double-click the `Success` windows to copy the message, then click `OK` to close it:
![Success](png/view-only/Success.png)
### GUI: Creating a View-only Wallet from a Private View Key
If you don't have access to the existing wallet, you can create a view-only wallet by knowing the wallet's main address and its private view key.
In order to do that, go to the main Menu and click on `Restore wallet from keys or mnemonic seed`:
![restore-view-only](png/view-only/restore-view-only.png)
Enter a name for you view-only wallet file. Optionally, you can change the file location.
Select `Restore from keys`.
In `Account address (public)` field, enter your wallet's main address, which starts with 4.
In `View key (private)` field, enter the private view key of your wallet.
Leave the `Spend key (private)` field blank.
Click on `Next` to create your view-only wallet file.

View file

@ -1,4 +1,4 @@
{% include disclaimer.html translated="yes" translationOutdated="no" %}
{% include disclaimer.html translated="yes" translationOutdated="yes" %}
Кошелек для просмотра может видеть только то, какие входящие транзакции принадлежат вам. С помощью него нельзя потратить ваши Monero. На самом деле он даже не может видеть исходящие транзакции из этого кошелька. Это делает кошелек для просмотра исключительно интересным в следующих целях:

View file

@ -1,34 +1,51 @@
{% include disclaimer.html translated="no" translationOutdated="no" %}
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
A view-only wallet is a special type of wallet that can only see incoming transactions. Since it doesn't hold your mnemonic seed and private spend key, it can't sign transactions and it can't see outgoing transactions. This makes them particularly interesting for
* Validate incoming transactions to cold wallets or hardware wallets
* Monitor incoming donations to a fundraising campaign
* Developers writing libraries to validate payments
* End users validating incoming transactions to cold wallets
### Creating A View-Only Wallet
View-only wallets cannot sign transactions, therefore they can't spend a balance alone. However, they can be used as part of an offline transaction signing, by creating unsigned transactions to be signed offline in a cold device, and later by sending the signed transaction to the network.
You can create a view-only wallet from any existing wallet.
If your wallet has outgoing transactions, the balance displayed will not be correct. To get a correct balance in a view-only wallet, you have to import the accompanying key images of each output of the wallet.
#### CLI
You can also create a view-only wallet of a hardware wallet, however this kind of view-only wallet doesn't support offline transaction signing and importing of key images.
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.
In order to create a view-only wallet, you must either have access to a wallet or know the main address and the private view key from a 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.
### CLI: Creating a View-Only Wallet from a Private View Key
#### GUI
Open an existing wallet and type `address` and `viewkey` commands to display the wallet's address and its private (secret) view key. Type `exit` to close the wallet.
Open an existing wallet or create a new one using `monero-wallet-gui`. In the wallet, go to the `Settings` > `Wallet` page:
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 private (secret) view key. Next, enter and confirm a password for your new wallet.
### GUI: Creating a View-Only Wallet from an Existing Wallet File
If you have access to the existing wallet, open your wallet and go to the `Settings` > `Wallet` page:
![settings](png/view-only/settings.png)
Click on `Create a view only wallet` > `Create wallet`, then give it a name and a storage location before clicking the `Right` arrow:
![create-view-only](png/view-only/create-view-only.png)
Give your view-only wallet a strong password and confirm it before clicking on `Create wallet`:
![wallet-password](png/view-only/wallet-password.png)
Click on `Create a view only wallet` > `Create wallet`. The view-only wallet file will be created within the same directory and using your current password.
Optionally, double-click the `Success` windows to copy the message, then click `OK` to close it:
![Success](png/view-only/Success.png)
### GUI: Creating a View-only Wallet from a Private View Key
If you don't have access to the existing wallet, you can create a view-only wallet by knowing the wallet's main address and its private view key.
In order to do that, go to the main Menu and click on `Restore wallet from keys or mnemonic seed`:
![restore-view-only](png/view-only/restore-view-only.png)
Enter a name for you view-only wallet file. Optionally, you can change the file location.
Select `Restore from keys`.
In `Account address (public)` field, enter your wallet's main address, which starts with 4.
In `View key (private)` field, enter the private view key of your wallet.
Leave the `Spend key (private)` field blank.
Click on `Next` to create your view-only wallet file.

View file

@ -1,34 +1,51 @@
{% include disclaimer.html translated="no" translationOutdated="no" %}
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
A view-only wallet is a special type of wallet that can only see incoming transactions. Since it doesn't hold your mnemonic seed and private spend key, it can't sign transactions and it can't see outgoing transactions. This makes them particularly interesting for
* Validate incoming transactions to cold wallets or hardware wallets
* Monitor incoming donations to a fundraising campaign
* Developers writing libraries to validate payments
* End users validating incoming transactions to cold wallets
### Creating A View-Only Wallet
View-only wallets cannot sign transactions, therefore they can't spend a balance alone. However, they can be used as part of an offline transaction signing, by creating unsigned transactions to be signed offline in a cold device, and later by sending the signed transaction to the network.
You can create a view-only wallet from any existing wallet.
If your wallet has outgoing transactions, the balance displayed will not be correct. To get a correct balance in a view-only wallet, you have to import the accompanying key images of each output of the wallet.
#### CLI
You can also create a view-only wallet of a hardware wallet, however this kind of view-only wallet doesn't support offline transaction signing and importing of key images.
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.
In order to create a view-only wallet, you must either have access to a wallet or know the main address and the private view key from a 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.
### CLI: Creating a View-Only Wallet from a Private View Key
#### GUI
Open an existing wallet and type `address` and `viewkey` commands to display the wallet's address and its private (secret) view key. Type `exit` to close the wallet.
Open an existing wallet or create a new one using `monero-wallet-gui`. In the wallet, go to the `Settings` > `Wallet` page:
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 private (secret) view key. Next, enter and confirm a password for your new wallet.
### GUI: Creating a View-Only Wallet from an Existing Wallet File
If you have access to the existing wallet, open your wallet and go to the `Settings` > `Wallet` page:
![settings](png/view-only/settings.png)
Click on `Create a view only wallet` > `Create wallet`, then give it a name and a storage location before clicking the `Right` arrow:
![create-view-only](png/view-only/create-view-only.png)
Give your view-only wallet a strong password and confirm it before clicking on `Create wallet`:
![wallet-password](png/view-only/wallet-password.png)
Click on `Create a view only wallet` > `Create wallet`. The view-only wallet file will be created within the same directory and using your current password.
Optionally, double-click the `Success` windows to copy the message, then click `OK` to close it:
![Success](png/view-only/Success.png)
### GUI: Creating a View-only Wallet from a Private View Key
If you don't have access to the existing wallet, you can create a view-only wallet by knowing the wallet's main address and its private view key.
In order to do that, go to the main Menu and click on `Restore wallet from keys or mnemonic seed`:
![restore-view-only](png/view-only/restore-view-only.png)
Enter a name for you view-only wallet file. Optionally, you can change the file location.
Select `Restore from keys`.
In `Account address (public)` field, enter your wallet's main address, which starts with 4.
In `View key (private)` field, enter the private view key of your wallet.
Leave the `Spend key (private)` field blank.
Click on `Next` to create your view-only wallet file.

View file

@ -1,34 +1,51 @@
{% include disclaimer.html translated="no" translationOutdated="no" %}
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
A view-only wallet is a special type of wallet that can only see incoming transactions. Since it doesn't hold your mnemonic seed and private spend key, it can't sign transactions and it can't see outgoing transactions. This makes them particularly interesting for
* Validate incoming transactions to cold wallets or hardware wallets
* Monitor incoming donations to a fundraising campaign
* Developers writing libraries to validate payments
* End users validating incoming transactions to cold wallets
### Creating A View-Only Wallet
View-only wallets cannot sign transactions, therefore they can't spend a balance alone. However, they can be used as part of an offline transaction signing, by creating unsigned transactions to be signed offline in a cold device, and later by sending the signed transaction to the network.
You can create a view-only wallet from any existing wallet.
If your wallet has outgoing transactions, the balance displayed will not be correct. To get a correct balance in a view-only wallet, you have to import the accompanying key images of each output of the wallet.
#### CLI
You can also create a view-only wallet of a hardware wallet, however this kind of view-only wallet doesn't support offline transaction signing and importing of key images.
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.
In order to create a view-only wallet, you must either have access to a wallet or know the main address and the private view key from a 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.
### CLI: Creating a View-Only Wallet from a Private View Key
#### GUI
Open an existing wallet and type `address` and `viewkey` commands to display the wallet's address and its private (secret) view key. Type `exit` to close the wallet.
Open an existing wallet or create a new one using `monero-wallet-gui`. In the wallet, go to the `Settings` > `Wallet` page:
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 private (secret) view key. Next, enter and confirm a password for your new wallet.
### GUI: Creating a View-Only Wallet from an Existing Wallet File
If you have access to the existing wallet, open your wallet and go to the `Settings` > `Wallet` page:
![settings](png/view-only/settings.png)
Click on `Create a view only wallet` > `Create wallet`, then give it a name and a storage location before clicking the `Right` arrow:
![create-view-only](png/view-only/create-view-only.png)
Give your view-only wallet a strong password and confirm it before clicking on `Create wallet`:
![wallet-password](png/view-only/wallet-password.png)
Click on `Create a view only wallet` > `Create wallet`. The view-only wallet file will be created within the same directory and using your current password.
Optionally, double-click the `Success` windows to copy the message, then click `OK` to close it:
![Success](png/view-only/Success.png)
### GUI: Creating a View-only Wallet from a Private View Key
If you don't have access to the existing wallet, you can create a view-only wallet by knowing the wallet's main address and its private view key.
In order to do that, go to the main Menu and click on `Restore wallet from keys or mnemonic seed`:
![restore-view-only](png/view-only/restore-view-only.png)
Enter a name for you view-only wallet file. Optionally, you can change the file location.
Select `Restore from keys`.
In `Account address (public)` field, enter your wallet's main address, which starts with 4.
In `View key (private)` field, enter the private view key of your wallet.
Leave the `Spend key (private)` field blank.
Click on `Next` to create your view-only wallet file.

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB