Changes from Dhub
This commit is contained in:
parent
c409854236
commit
42e1b91fd2
9 changed files with 55 additions and 47 deletions
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
slug: /use/aliases
|
||||
---
|
||||
|
||||
# Aliases
|
||||
|
|
@ -10,19 +11,18 @@ Each alias is assigned to a particular wallet. Only one alias can be created per
|
|||
|
||||
To reduce possibility of phishing we set limitations on alias registrations. Users can use any combination of the lower-case Latin letters a-z and the Arabic numerals 0-9. Additionally, there is a length minimum of 6 characters, and a maximum length of 12.
|
||||
|
||||
The comment section will be temporarily stored in the blockchain until passing a checkpoint. For more information on pruning mechanism please refer to the [whitepaper](https://docs.zano.org/docs/whitepaper).\
|
||||
|
||||
The comment section will be temporarily stored in the blockchain until passing a checkpoint. For more information on pruning mechanism please refer to the [whitepaper](https://docs.zano.org/docs/whitepaper).\\
|
||||
|
||||
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0 }}>
|
||||
<iframe
|
||||
src="https://www.youtube.com/embed/ImbcSEc6cTU"
|
||||
title="YouTube video player"
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
width: '100%',
|
||||
height: '100%'
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
width: '100%',
|
||||
height: '100%'
|
||||
}}
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 5
|
||||
slug: /use/auditable-wallets.md
|
||||
---
|
||||
|
||||
# Auditable wallets FAQ
|
||||
|
|
@ -58,8 +59,7 @@ aZxb9v1DFtaK6Z4bW7UUuaZcmq7MZBzz875eZ5N3vSRa2vWz9wBVE3vVKFGNH8414TTjhiwPz7PTV5tt
|
|||
Anyone having this tracking seed is able to watch your balance and transaction history, but unable to spend coins.
|
||||
```
|
||||
|
||||
Tracking seed technically is an auditable address, secret view key and a creation timestamp combined with a colon:
|
||||
aZxawNXAuekCXcnzutthLaPZQxAyaofb59FpzNBSCQb7iT7D1nsaxdTCvK4Xhn6nfuRpqDiNjeUNx2J9KWfTXHmDWNQ85v2bpbi:1be5866b6fda704c0c4a08f9c79c774911fda72dcd8cc8c7ca31bc1a6fda4d0b:1593998615
|
||||
Tracking seed technically is an auditable address, secret view key and a creation timestamp combined with a colon: aZxawNXAuekCXcnzutthLaPZQxAyaofb59FpzNBSCQb7iT7D1nsaxdTCvK4Xhn6nfuRpqDiNjeUNx2J9KWfTXHmDWNQ85v2bpbi:1be5866b6fda704c0c4a08f9c79c774911fda72dcd8cc8c7ca31bc1a6fda4d0b:1593998615
|
||||
|
||||
### I got a tracking seed. How can I track the wallet it is bound to?
|
||||
|
||||
|
|
@ -89,8 +89,7 @@ Or in GUI wallet:
|
|||
|
||||
Only one: you cannot use mixins when you send coins from an auditable wallet.
|
||||
|
||||
**_Obsolete_**<br/>
|
||||
The following limitations were effective until hardfork 2:
|
||||
***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.
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
sidebar_position: 6
|
||||
slug: /use/deeplinks
|
||||
---
|
||||
|
||||
# Deeplinks
|
||||
|
||||
Based on materials of Matthew Reichardt me@matthewreichardt.com (https://github.com/hyle-team/zano/issues/269)
|
||||
Based on materials of Matthew Reichardt [me@matthewreichardt.com](mailto\:me@matthewreichardt.com) ([https://github.com/hyle-team/zano/issues/269](https://github.com/hyle-team/zano/issues/269))
|
||||
|
||||
### Zano URI Scheme
|
||||
|
||||
|
|
@ -12,31 +13,33 @@ Based on materials of Matthew Reichardt me@matthewreichardt.com (https://github.
|
|||
|
||||
- send - simply send coins to given address
|
||||
- escrow - create escrow-contract
|
||||
- marketplace_offer_create - create marketplace offer
|
||||
- marketplace\_offer\_create - create marketplace offer
|
||||
|
||||
### Action "send"
|
||||
|
||||
Example of **send** command:
|
||||
|
||||
**zano:action=send&address=ZxCkvE7zhS6JuFE5neAaTtcY8PUT2CwfLZJQWP32jrELB1Vg9oSJyGJDyRWurqX6SXSqxjGz2yrAKaMqmxDa7E8313igosBVT&comment='Some payment'&mixins=11&hide_sender=true&hide_receiver=true**
|
||||
**zano\:action
|
||||
\=send\&address=ZxCkvE7zhS6JuFE5neAaTtcY8PUT2CwfLZJQWP32jrELB1Vg9oSJyGJDyRWurqX6SXSqxjGz2yrAKaMqmxDa7E8313igosBVT\&comment='Some payment'\&mixins=11\&hide\_sender=true\&hide\_receiver=true**
|
||||
|
||||
- address - address of recipient
|
||||
- comment - comment about payment[optional]
|
||||
- mixins - number of mixins[optional]
|
||||
- hide_sender - specify if sender address should be included in transaction(and visible for receiver)
|
||||
- hide_receiver - specify if receiver address should be included in transaction(and visible for sender later, if wallet been restored from seed phrase)
|
||||
- comment - comment about payment\[optional]
|
||||
- mixins - number of mixins\[optional]
|
||||
- hide\_sender - specify if sender address should be included in transaction(and visible for receiver)
|
||||
- hide\_receiver - specify if receiver address should be included in transaction(and visible for sender later, if wallet been restored from seed phrase)
|
||||
|
||||
### Action "marketplace_offer_create"
|
||||
### Action "marketplace\_offer\_create"
|
||||
|
||||
Example of **marketplace_offer_create** command:
|
||||
Example of **marketplace\_offer\_create** command:
|
||||
|
||||
**zano:action=marketplace_offer_create&mixins=11&hide_sender=true&hide_receiver=true&title='Random t-shirt'&description='One size fits all'&category='merch-tshirt'&price=10&img-url=''&contact='@ravaga'&comments='zzzz'**
|
||||
**zano\:action
|
||||
\=marketplace\_offer\_create\&mixins=11\&hide\_sender=true\&hide\_receiver=true\&title='Random t-shirt'\&description='One size fits all'\&category='merch-tshirt'\&price=10\&img-url=''\&contact='@ravaga'\&comments='zzzz'**
|
||||
|
||||
**Basic params:**
|
||||
|
||||
- mixins - number of mixins[optional]
|
||||
- hide_sender - specify if sender address should be included in transaction(and visible for receiver)
|
||||
- hide_receiver - specify if receiver address should be included in transaction(and visible for sender later, if wallet been restored from seed phrase)
|
||||
- mixins - number of mixins\[optional]
|
||||
- hide\_sender - specify if sender address should be included in transaction(and visible for receiver)
|
||||
- hide\_receiver - specify if receiver address should be included in transaction(and visible for sender later, if wallet been restored from seed phrase)
|
||||
|
||||
**Offer details:**
|
||||
|
||||
|
|
@ -52,15 +55,16 @@ Example of **marketplace_offer_create** command:
|
|||
|
||||
Example of **escrow** command:
|
||||
|
||||
**zano:action=escrow&description='Some Description'&seller_address='ZxCXALhZRodKmqRCWUPNAUCXqprJBNKv4eFsjzcMooAGVM6J2U2vSyTNpxNybwBnvzGWLtSWpBiddSZhph8HNfBn1bVE3c6ix'&amount='10'&my_deposit='5'&seller_deposit='5'&comment='Some comment if needed'**
|
||||
**zano\:action
|
||||
\=escrow\&description='Some Description'\&seller\_address='ZxCXALhZRodKmqRCWUPNAUCXqprJBNKv4eFsjzcMooAGVM6J2U2vSyTNpxNybwBnvzGWLtSWpBiddSZhph8HNfBn1bVE3c6ix'\&amount='10'\&my\_deposit='5'\&seller\_deposit='5'\&comment='Some comment if needed'**
|
||||
|
||||
**Escrow parameters:**
|
||||
|
||||
- description – Escrow description
|
||||
- seller_address – Address of the wallet that have to accept/reject this offer
|
||||
- seller\_address – Address of the wallet that have to accept/reject this offer
|
||||
- amount – Total amount of the deal (not include security deposits)
|
||||
- my_deposit – amount of coins that buyer put as a deposit
|
||||
- seller_deposit – amount of coins that seller supposed to put as a deposit if he accept escrow
|
||||
- my\_deposit – amount of coins that buyer put as a deposit
|
||||
- seller\_deposit – amount of coins that seller supposed to put as a deposit if he accept escrow
|
||||
- comment – any comments regarding this deal
|
||||
|
||||
All mentioned information will be encrypted and won't be available for third party.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 8
|
||||
slug: /use/locked-balance
|
||||
---
|
||||
|
||||
# Locked balance
|
||||
|
|
|
|||
|
|
@ -1,9 +1,12 @@
|
|||
---
|
||||
slug: /use/seed-phrase
|
||||
---
|
||||
|
||||
# Secure Seed Phrases and Passphrases in Zano
|
||||
|
||||
A **seed phrase** (also known as a recovery phrase or mnemonic phrase) is a set of words generated by your wallet that gives you access to the funds associated with that wallet. In Zano, a seed phrase consists of 24 to 26 words chosen from a standardized list of 1626 words. This phrase is all you need to recover your funds if you lose access to your wallet.
|
||||
|
||||
A **passphrase** is an additional layer of security that can be added to your seed phrase. When used together, the seed phrase and passphrase create a two-factor authentication system for accessing your wallet.
|
||||
Here’s a detailed explanation of how a seed phrase secured with a passphrase works:
|
||||
A **passphrase** is an additional layer of security that can be added to your seed phrase. When used together, the seed phrase and passphrase create a two-factor authentication system for accessing your wallet. Here’s a detailed explanation of how a seed phrase secured with a passphrase works:
|
||||
|
||||
## Seed Phrase
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sidebar_position: 9
|
||||
sidebar_label: none
|
||||
---
|
||||
|
||||
# Tip Bot Guide
|
||||
|
|
@ -10,15 +10,11 @@ Using Zano’s Discord TipBot is fairly straightforward and intuitive, but here
|
|||
|
||||
#### Get Discord
|
||||
|
||||
In order to use the Discord TipBot, we must first have Discord installed, head over to their website (or your package manager) and get signed up!<br/>
|
||||
https://discord.com/download/
|
||||
In order to use the Discord TipBot, we must first have Discord installed, head over to their website (or your package manager) and get signed up!<br /> [https://discord.com/download/](https://discord.com/download/)
|
||||
|
||||
#### Join Zano’s Discord Channel
|
||||
|
||||
Now that we have Discord, head over to our discord
|
||||
channel and join the rest of the community! Simply click
|
||||
the link below.<br/>
|
||||
https://discord.gg/wE3rmYY
|
||||
Now that we have Discord, head over to our discord channel and join the rest of the community! Simply click the link below.<br /> [https://discord.gg/wE3rmYY](https://discord.gg/wE3rmYY)
|
||||
|
||||
### The Tip Bot
|
||||
|
||||
|
|
@ -44,7 +40,7 @@ Before we can begin tipping, we must have some Zano in our tip bot wallet, to do
|
|||
|
||||
#### Register alias
|
||||
|
||||
Before you can withdraw Zano others have tipped you, you must register an alias, more on aliases can be found here: https://docs.zano.org/docs/aliases
|
||||
Before you can withdraw Zano others have tipped you, you must register an alias, more on aliases can be found here: [https://docs.zano.org/docs/aliases](https://docs.zano.org/docs/aliases)
|
||||
|
||||
Click ‘register alias’ and enter your alias.
|
||||
|
||||
|
|
@ -88,7 +84,6 @@ If you want to know the current price of Zano, click ‘Rate’, to see the curr
|
|||
|
||||
#### Redeem coupon
|
||||
|
||||
If you have a coupon code, the ‘Redeem Coupon’ button allows you to exchange your coupon for Zano coins.
|
||||
Simply click the button and enter your coupon code.
|
||||
If you have a coupon code, the ‘Redeem Coupon’ button allows you to exchange your coupon for Zano coins. Simply click the button and enter your coupon code.
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@ When the wallet file is created you can continue with `Create wallet`. This file
|
|||
|
||||

|
||||
|
||||
To finalise wallet creation store wallet's seed phrase. IMPORTANT: using the seed phrase anyone can restore and take full control of the wallet. Keep it in a secured location and avoid unauthorized access to it by any means. Note that you can review the seed phrase later in wallet details menu.
|
||||
To finalise wallet creation, store the wallet's seed phrase. 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 wallet details menu.
|
||||
|
||||

|
||||
|
||||
Now the wallet has been created. You can copy wallet address and use it to receive ZANO from exchanges, mining pools and other sources.
|
||||
Now the wallet has been created. You can copy your wallet address and use it to receive ZANO from exchanges, mining pools and other sources.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
slug: /use/zano-passwords.md
|
||||
---
|
||||
|
||||
# Different Password Types in Zano Wallets
|
||||
|
||||
When managing Zano wallets, utilizing multiple password types enhances security and convenience. Each password serves a unique purpose:
|
||||
|
|
@ -6,6 +10,7 @@ When managing Zano wallets, utilizing multiple password types enhances security
|
|||
|
||||
- **Purpose:** This is the basic level of security for your Zano wallet file.
|
||||
- **Use Case:**
|
||||
|
||||
- If you run your Zano wallet on a remote server for staking, the wallet password protects the wallet file from unauthorized access.
|
||||
- When opening your wallet locally on a GUI wallet, the wallet password is required on the first launch. If the master password is enabled, the wallet password will be stored and not required for subsequent launches.
|
||||
|
||||
|
|
@ -18,6 +23,7 @@ When managing Zano wallets, utilizing multiple password types enhances security
|
|||
|
||||
- **Feature:** This is primarily a feature in Zano GUI wallets.
|
||||
- **Benefit:**
|
||||
|
||||
- Allows users to bypass entering individual wallet passwords every time they open the application, and it secures all GUI data, including secrets and ports that allow connections to the Zano browser extension.
|
||||
- Particularly useful for users operating multiple Zano wallets, as it eliminates the need to enter each wallet password repeatedly on every launch.
|
||||
- **Convenience:** Simplifies access and enhances usability, especially when managing multiple wallets.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 11
|
||||
sidebar_label: none
|
||||
slug: /use/zarcanum-migration
|
||||
---
|
||||
|
||||
# Zarcanum Migration
|
||||
|
|
@ -12,8 +13,7 @@ Auto Migration is an automated process within the Zano wallet that takes pre-Zar
|
|||
|
||||
**Collection**: The wallet automatically gathers all old outputs in your Zano wallet that were created before the Zarcanum hardfork.
|
||||
|
||||
**Consolidation**: These outputs are then consolidated into a few transactions. This step is crucial because it reduces the complexity and size of your wallet, making it more
|
||||
efficient.
|
||||
**Consolidation**: These outputs are then consolidated into a few transactions. This step is crucial because it reduces the complexity and size of your wallet, making it more efficient.
|
||||
|
||||
**Recreation**: The consolidated funds are sent to your own wallet address. This step recreates the outputs in the post-Zarcanum format, making your funds compatible with the new network rules.
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ Using the Auto Migration feature is simple, thanks to the new wallet interface.
|
|||
|
||||
**Look for the Migration Button**: When you open your updated Zano wallet, look for the 'Migrate wallet to Zarcanum' button, typically located at the top of the screen.
|
||||
|
||||
<figcaption style={{textAlign: "center" }} >Migration button</figcaption>
|
||||
<figcaption style={{textAlign: "center" }}>Migration button</figcaption>
|
||||
|
||||
**Initiate Migration**: If your wallet detects pre-Zarcanum outputs, a popup will appear informing you of the number of outputs and the total ZANO amount they represent. For example, "There are 112 outputs with a total amount of 24 ZANO".
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ Using the Auto Migration feature is simple, thanks to the new wallet interface.
|
|||
|
||||
**Confirm Migration**: By clicking the 'Migrate' button, the wallet will consolidate your outputs and recreate them in the post-Zarcanum format.
|
||||
|
||||
<figcaption style={{textAlign: "center" }} >Migration popup</figcaption>
|
||||
<figcaption style={{textAlign: "center" }}>Migration popup</figcaption>
|
||||
|
||||
**Complete the Process**: The migration transaction will be sent. It require 10 blocks time to get confirmed, just like any other transaction.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue