Merge pull request #54 from Gonbatfire/dhub-ns6xcu
revamped use section
This commit is contained in:
commit
8172e2c2fb
7 changed files with 46 additions and 82 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sidebar_position: 10
|
||||
sidebar_position: 98
|
||||
---
|
||||
|
||||
# Reporting issues
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@ sidebar_position: 5
|
|||
slug: /use/auditable-wallets.md
|
||||
---
|
||||
|
||||
# Auditable wallets FAQ
|
||||
# Auditable wallets
|
||||
|
||||
### What is an auditable wallet?
|
||||
|
||||
Auditable is the type of wallet that allows 3rd party to see the balance and transaction history without permission to spend it or interact in any other way.
|
||||
|
||||
### How can I tell if wallet is auditable
|
||||
### How can I tell if a wallet is auditable
|
||||
|
||||
It's a wallet with an address in a special format that starts with "aZx", for instance: aZxawNXAuekCXcnzutthLaPZQxAyaofb59FpzNBSCQb7iT7D1nsaxdTCvK4Xhn6nfuRpqDiNjeUNx2J9KWfTXHmDWNQ85v2bpbi
|
||||
|
||||
|
|
@ -83,22 +83,16 @@ your wallet again. Your wallet keys is NOT under risk anyway.
|
|||
|
||||
Or in GUI wallet:
|
||||
|
||||

|
||||

|
||||
|
||||
### Are there any restrictions of using auditable wallets?
|
||||
### Are there any restrictions on using auditable wallets?
|
||||
|
||||
Only one: you cannot use mixins when you send coins from an auditable wallet.
|
||||
|
||||
***Obsolete***<br /> The following limitations were effective until hardfork 2:
|
||||
|
||||
1. An alias cannot be assigned to an auditable address.
|
||||
2. When sending coins from an auditable address the sender address is always hidden.
|
||||
3. When sending coins to an auditable address the receiver address is always hidden. Once the blockchain passed hardfork 2 these limitations were removed.
|
||||
|
||||
### Can I use integrated addresses with the auditable feature?
|
||||
|
||||
Yes. An integrated address for an auditable wallet can be generated as usual. Such addresses will have "aiZ" prefix.
|
||||
|
||||
### Can I mine PoS with my auditable wallet?
|
||||
|
||||
Yes, you can. Also, you can use a corresponding watch-only wallet to monitor your balance without the risk of leaking your spend key. The only tradeoff is you can not use mixins but only directly spend coins from your auditable wallet.
|
||||
Yes, you can. Also, you can use a corresponding watch-only wallet to monitor your balance without the risk of leaking your spend key.
|
||||
|
|
|
|||
|
|
@ -2,9 +2,13 @@
|
|||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Create a Wallet (GUI)
|
||||
# Create and Manage Wallets (GUI)
|
||||
|
||||
Zano app is available for mobile (Android/iOS) and desktop (Windows, Linux and MacOS). It can be downloaded [here](https://zano.org/downloads).
|
||||
Zano Wallet lets you manage multiple ZANO wallets, which can be easily created, restored, and removed from the app. The core of each wallet is a seed phrase, a sequence of 24 words that can be used to recover your wallet's private and public keys. A unique sequence is generated every time you create a new wallet within the app. **It's important to always keep it safe and accessible.**
|
||||
|
||||
For your convenience, it's not necessary to use a seed phrase to manage your wallet. In the official Zano Wallet apps, when you create a wallet, a wallet file is generated as well. This file is secured with an additional password, granting access to wallet features and the seed phrase. It can be copied to another device and used with another app.
|
||||
|
||||
Zano is available for mobile (Android/iOS) and desktop (Windows, Linux and MacOS). It can be downloaded [here](https://zano.org/downloads).
|
||||
|
||||
## Desktop Wallet Guide
|
||||
|
||||
|
|
@ -33,30 +37,51 @@ Some antivirus programs do not recognize wallet software and automatically flag
|
|||
|
||||
:::
|
||||
|
||||
### Create new wallet
|
||||
### Create a new wallet
|
||||
|
||||

|
||||
|
||||
Once app is open it will start syncing with the blockchain. While in progress some features such as sending transactions and contracts will be locked. Meanwhile you can still create your first Zano wallet by clicking `Create new wallet` .
|
||||
Once the app is open, it will start syncing with the blockchain. While in progress, some features such as sending transactions and contracts will be locked. Meanwhile, you can still create your first Zano wallet by clicking `Create new wallet`.
|
||||
|
||||

|
||||
|
||||
Enter wallet name and password, then click `Select wallet location`. Note that both can be changed later in wallet details menu.
|
||||
Enter wallet name and password, then click `Select wallet location`. Note that both can be changed later in the `Wallet options` menu.
|
||||
|
||||

|
||||
|
||||
When the wallet file is created you can continue with `Create wallet`. This file can be used to quickly import or restore closed wallets in Zano app.
|
||||
When the wallet file is created, you can continue with `Create wallet`. This file can be used to quickly import or restore wallets in both official Zano Wallets (Desktop and Mobile).
|
||||
|
||||

|
||||
|
||||
To finalise wallet creation, store the wallet's seed phrase.
|
||||
To finalise wallet creation, generate and store the wallet's seed phrase.
|
||||
|
||||
You will be prompted to add an extra password to further secure the seed, known as a passphrase ([Learn more about what this means here](https://docs.zano.org/docs/use/seed-phrase)). If you choose to generate it without it, you can still later add it in the `Wallet options` menu.
|
||||
|
||||
:::danger
|
||||
|
||||
IMPORTANT: Using the seed phrase, anyone can restore and take full control of the wallet. Keep it in a secure location and avoid unauthorized access to it by any means. Note that you can review the seed phrase later in the wallet details menu.
|
||||
IMPORTANT: Using the seed phrase, anyone can restore and take full control of the wallet. Keep it in a secure location and avoid unauthorized access to it by any means. Note that you can review the seed phrase later in the `Wallet options` menu.
|
||||
|
||||
:::
|
||||
|
||||

|
||||
|
||||
Now the wallet has been created. You can copy your wallet address and use it to receive ZANO or Confidential Assets from exchanges, mining pools and other sources.
|
||||
The wallet has been created. You can copy your wallet address to receive ZANO or Confidential Assets from exchanges, mining pools, and other sources.
|
||||
|
||||
### Wallet options
|
||||
|
||||
Each Zano wallet can be identified by a custom name assigned upon creation. This name can be edited in `Wallet options` the section at any time. Information about the wallet file location and its seed phrase is available here. Note that you can copy the seed phrase by clicking the right mouse button over it and choosing `COPY` from the context menu.
|
||||
|
||||
You can remove a wallet from the Zano app by clicking `Close wallet` in the same section. Note that the wallet file will remain unaffected, and you can import it again anytime if necessary.
|
||||
|
||||
### Changing wallet password
|
||||
|
||||
In case you want to change the wallet file password, you need to use `Restore from backup`. The following steps will be required:
|
||||
|
||||
1. Make sure you have the seed phrase saved
|
||||
2. Click `Close wallet` from wallet `Details`
|
||||
3. Delete the wallet file
|
||||
4. Click `+Add` from `Wallets` menu and choose `Restore from backup`
|
||||
5. Enter new wallet info
|
||||
6. Recover and enter the previously stored seed phrase
|
||||
7. Click `Select wallet location` to choose the wallet file location and name
|
||||
8. Continue with `Create wallet`
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sidebar_position: 8
|
||||
sidebar_position: 4
|
||||
slug: /use/locked-balance
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,59 +0,0 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Managing wallets
|
||||
|
||||
Zano app lets you manage multiple ZANO wallets, which can be easily created, restored and removed from the app. The core of each wallet is a seed phrase. It's a sequence of 24 words, that can be used to recovery your wallet private and public keys. Every time you create a new wallet within the app, a unique sequence is generated. It's important to always keep it safe and accessible.
|
||||
|
||||
For your convenience it's not necessary to use a seed phrase to manage your wallet. When you create a wallet the wallet file is generated as well. The file is secured with additional password and grants access to wallet features and the seed phrase. It can be copied to another device and used with another app.
|
||||
|
||||
### Creating wallets
|
||||
|
||||
There are 3 ways to create a wallet in Zano app. From the `Wallets` `Add` section choose
|
||||
|
||||
- Create new wallet
|
||||
|
||||
1. Enter wallet name and password
|
||||
2. Click `Select wallet location` to choose wallet file location and name
|
||||
3. Continue with `Create wallet`
|
||||
4. Save shown seed phrase in a secure place and click `Create`
|
||||
|
||||
_<figcaption style={{textAlign: "center" }} >Create new wallet</figcaption>_
|
||||
|
||||
- Open existing wallet
|
||||
|
||||
1. Locate wallet file
|
||||
2. Enter password then open wallet
|
||||
|
||||
_<figcaption style={{textAlign: "center" }} >Open existing wallet</figcaption>_
|
||||
|
||||
- Restore from backup
|
||||
|
||||
1. Enter new wallet info
|
||||
2. Recover and enter previously stored seed phrase
|
||||
3. Click `Select wallet location` to choose wallet file location and name
|
||||
4. Continue with `Create wallet`
|
||||
|
||||
_<figcaption style={{textAlign: "center" }} >Restore from backup</figcaption>_
|
||||
|
||||
### Wallet details
|
||||
|
||||
Each Zano wallet can be identified by a custom name assigned on creation. This name can be edited in `Details` section anytime. Information about wallet file location and it's seed phrase available here as well. Note that you can copy the seed phrase by clicking right mouse button over it and choosing `COPY` from the context menu.
|
||||
|
||||
You can remove a wallet from the Zano app by clicking `Close wallet` in the same section. Note that wallet file will remain unaffected and you can import it again anytime if necessary.
|
||||
|
||||
_<figcaption style={{textAlign: "center" }} >Wallet details</figcaption>_
|
||||
|
||||
### Changing wallet password
|
||||
|
||||
In case you want to change wallet file password, you need to use `Restore from backup``. The following step will be required.
|
||||
|
||||
1. Make sure you have the seed phrase saved
|
||||
2. Click `Close wallet` from wallet `Details`
|
||||
3. Delete wallet file
|
||||
4. Click `+Add` from `Wallets` menu and choose `Restore from backup`
|
||||
5. Enter new wallet info
|
||||
6. Recover and enter previously stored seed phrase
|
||||
7. Click `Select wallet location` to choose wallet file location and name
|
||||
8. Continue with `Create wallet`
|
||||
|
|
@ -1,4 +1,8 @@
|
|||
# Zano Matrix Guide
|
||||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# Zano Matrix
|
||||
|
||||
Zano Matrix enables secure, private messaging.
|
||||
|
||||
|
|
|
|||
BIN
static/img/use/wallet-features/auditablewallet.png
Normal file
BIN
static/img/use/wallet-features/auditablewallet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
Loading…
Add table
Reference in a new issue