Merge branch 'main' of github.com:PRavaga/zano-docs into main
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
In order to provide more security it's possible to sign transactions offline using a dedicated wallet application instance e.g. running in a secure environment.
|
||||
|
||||

|
||||

|
||||
|
||||
Zano as a CryptoNote coin uses two key pairs (4 keys) per wallet: view key (secret+public) and spend key (secret+public)
|
||||
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ deploy_new_asset <asset specs file location>
|
|||
|
||||
You should see a confirmation message upon successful execution
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
|
@ -141,7 +141,7 @@ To check the balance, use the following command:
|
|||
balance
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
However, the wallet will not automatically refresh. To see any updates or changes to your balance, you'll need to manually refresh the wallet with the following command:
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Zano total supply increases slightly over time while the inflation percentage de
|
|||
|
||||
The chart below visually displays the emission (shown in blue) of the number of coins (on the vertical access) and the time duration (in 6 month timestamps) of the total supply.
|
||||
|
||||

|
||||

|
||||
|
||||
### Why was there a coinswap with Boolberry?
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ Even top tier projects have come across this issue in the past. These financial
|
|||
|
||||
Zano proposes a new solution. By staking our own development fund we will be able to run our operations using the interest gained, giving the team an ongoing source of funding to keep everyone paid and working happily. This also means that the actual development fund will remain intact.
|
||||
|
||||

|
||||

|
||||
|
||||
**55% Foundation fund (2029500 ZANO)** Set aside for marketing, partnerships, and ongoing project expenses. This will be transparent and reported.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ Second, we again divide it by `288`. This operation lets us take the PoS mining
|
|||
|
||||
Now we have an estimation of how many coins participate in PoS mining currently as `Coins_in_PoS = PoS_difficulty / 1000000000000 / 288` or:
|
||||
|
||||

|
||||

|
||||
|
||||
where `C` is the total amount of coins participating in PoS mining, and `D_PoS` is the current PoS difficulty.
|
||||
|
||||
As you may know, the Zano network emits an average of 1 coin each minute with a 50-50 spread between PoS and PoW. That makes it `720` potential PoS reward coins per day. So if you owned all the coins in PoS, that could be your total day earnings. And if you divide `C` by `720`, you will get the number of coins you need to mine 1 Zano coin a day. Now, you can estimate the number of coins you will earn as `your_PoS_earnings = 720 * your_staking_coins / C` or, in other words:
|
||||
|
||||

|
||||

|
||||
|
||||
where `E_daily` is the estimated number of coins you'll earn per day, and `N` is the number of coins you're staking.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Proof-of-stake mining or POS for short is typically implemented such that a rand
|
|||
|
||||
Open Zano app, make sure the blockchain is synchronised and turn on `Staking` switch.
|
||||
|
||||
*<figcaption style={{textAlign: "center" }} >Proof-of-stake mining</figcaption>*
|
||||
*<figcaption style={{textAlign: "center" }} >Proof-of-stake mining</figcaption>*
|
||||
|
||||
You can observe your progress in the `Staking` tab of your staking wallet. The amount of earnings depends on the wallet balance. Note that funds, that participate in proof-of-stake will be locked. When you turn `Staking` off, balance will get unlocked right away. You can switch `Staking` on and off without any limitations.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ To reduce possibility of phishing we set limitations on alias registrations. Use
|
|||
|
||||
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).
|
||||
|
||||
*<figcaption style={{textAlign: "center" }} >Alias registration</figcaption>*
|
||||
*<figcaption style={{textAlign: "center" }} >Alias registration</figcaption>*
|
||||
|
||||
Aliases can be used for more than just Zano transactions. Think of them as a decentralised address book with universal IDs that can be used for various services based on the Zano platform.
|
||||
|
|
@ -79,7 +79,7 @@ your wallet again. Your wallet keys is NOT under risk anyway.
|
|||
|
||||
Or in GUI wallet:
|
||||
|
||||

|
||||

|
||||
|
||||
### Are there any restrictions of using auditable wallets?
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Next step is the coin transfer. Depending on how you prefer to store your coins
|
|||
|
||||
Enter your Zano address as 'Send payment address' in the latest Boolberry wallet app. The coinswap notification will appear.
|
||||
|
||||

|
||||

|
||||
|
||||
Then enter the desired BBR amount, then press Send to proceed with the coinswap.
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ At first, you will have to make sure that you exchange uses the latest BBR daemo
|
|||
|
||||
If you use the simplewallet daemon here is an example for making the coinswap transfer.
|
||||
|
||||

|
||||

|
||||
|
||||
It is also possible to make coin swap with the transfer RPC.
|
||||
|
||||
|
|
@ -44,4 +44,4 @@ For more information please refer to [BBR Documentation](https://docs.boolberry.
|
|||
|
||||
Usually, the coinswap procedure will be completed within an hour. However, it may take up to 24 hours in some cases. You should see a similar incoming transaction shortly.
|
||||
|
||||

|
||||

|
||||
|
|
@ -16,13 +16,13 @@ Each escrow contract starts with the buyer proposal. Once it's sent the deposit
|
|||
- Time until response - proposal expiration time
|
||||
- Payment ID - transaction payment identifier provided by seller
|
||||
|
||||
*<figcaption style={{textAlign: "center" }} >Contract proposal</figcaption>*
|
||||
*<figcaption style={{textAlign: "center" }} >Contract proposal</figcaption>*
|
||||
|
||||
### Confirmation
|
||||
|
||||
When the seller accepts the proposal a special multi signature transaction will be sent to the blockchain. Then after 10 confirmations a new contract will be started. The seller can now fulfil contract terms like shipping the item to the buyer.
|
||||
|
||||
*<figcaption style={{textAlign: "center" }} >Contract response</figcaption>*
|
||||
*<figcaption style={{textAlign: "center" }} >Contract response</figcaption>*
|
||||
|
||||
The buyers contract window will get three options to continue with: `Cancel and return deposits`, `Terminate and burn deposits` and `Complete and release deposits`.
|
||||
|
||||
|
|
@ -38,4 +38,4 @@ When parties cannot find mutual agreement on any occasions one can decide to bur
|
|||
|
||||
If buyer is satisfied with the delivery or a provided service the contract can be closed. Releasing deposits will return both parties collaterals.
|
||||
|
||||
*<figcaption style={{textAlign: "center" }} >Contract confirmation</figcaption>*
|
||||
*<figcaption style={{textAlign: "center" }} >Contract confirmation</figcaption>*
|
||||
|
|
@ -8,28 +8,28 @@ Zano app is available for Windows, Linux and MacOS. It can be downloaded here.
|
|||
|
||||
### Open Zano app
|
||||
|
||||

|
||||

|
||||
|
||||
First you need to create a master password. It will let you manage your Zano wallets inside the app. Note that each wallet account will have separate password as well. Hit `Next` when ready.
|
||||
|
||||
### Create 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` .
|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||
When 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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
Now the wallet has been created. You can copy wallet address and use it to receive ZANO from exchanges, mining pools and other sources.
|
||||
|
|
@ -4,32 +4,32 @@
|
|||
|
||||
Go to the official site: https://zano.org
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 2**
|
||||
|
||||
Go to Downloads, which takes you to: https://github.com/hyle-team/zano/releases
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
**Step 3**
|
||||
|
||||
Download Linux (Ubuntu 16.04+) CLI Wallet
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 4**
|
||||
|
||||
Right click the file and select Properties
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 5**
|
||||
|
||||
Copy the file name
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 6**
|
||||
|
||||
|
|
@ -41,8 +41,8 @@ sha256sum zano-linux-x64-v<XXX>.tar.bz2
|
|||
|
||||
(Results should match release notes from Download page)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
**Step 7**
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ If checksums match, decompress & extract the .tar.bz2 file:
|
|||
tar -xvjf zano-linux-x64-release-devtools-v1.5.0.143[336fac2].tar.bz2
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
**Steps 8-10**
|
||||
|
||||
|
|
@ -64,14 +64,14 @@ tar -xvjf zano-linux-x64-release-devtools-v1.5.0.143[336fac2].tar.bz2
|
|||
./zanod
|
||||
```
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
**Step 11**
|
||||
|
||||
Wait for the blockchain to download and sync. This may take quite a few hours, depending on your download speed. And leave the daemon running! We’ll need that to create our new wallet.
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 12**
|
||||
|
||||
|
|
@ -87,14 +87,14 @@ Replace “name” with your new wallet’s name, e.g.,:
|
|||
./simplewallet --generate-new-wallet=zanocli.wallet
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
**Step 13**
|
||||
|
||||
When asked, enter a password for your wallet. You should use a password generator, found in password managers such as KeePass.
|
||||
|
||||

|
||||

|
||||
|
||||
**Steps 14-15**
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ When asked, enter a password for your wallet. You should use a password generato
|
|||
|
||||
15. Enter your password, when prompted. Notice that the wallet displays your receive address after “Opened wallet.” You will use this to fund your new wallet.
|
||||
|
||||

|
||||

|
||||
|
||||
**Steps 16-17**
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ show_seed
|
|||
|
||||
17. Again, when prompted provide a password for the seed phrase you’re about to get. Confirm the password, and be sure to save both it and your seed phrase!!
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
**You've successfully installed your new Zano Wallet!**
|
||||
|
|
@ -15,7 +15,7 @@ There are 3 ways to create a wallet in Zano app. From the `Wallets` `Add` sectio
|
|||
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>*
|
||||
*<figcaption style={{textAlign: "center" }} >Create new wallet</figcaption>*
|
||||
|
||||
|
||||
- Open existing wallet
|
||||
|
|
@ -23,7 +23,7 @@ There are 3 ways to create a wallet in Zano app. From the `Wallets` `Add` sectio
|
|||
1. Locate wallet file
|
||||
2. Enter password then open wallet
|
||||
|
||||
*<figcaption style={{textAlign: "center" }} >Open existing wallet</figcaption>*
|
||||
*<figcaption style={{textAlign: "center" }} >Open existing wallet</figcaption>*
|
||||
|
||||
- Restore from backup
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ There are 3 ways to create a wallet in Zano app. From the `Wallets` `Add` sectio
|
|||
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>*
|
||||
*<figcaption style={{textAlign: "center" }} >Restore from backup</figcaption>*
|
||||
|
||||
|
||||
### Wallet details
|
||||
|
|
@ -41,7 +41,7 @@ Each Zano wallet can be identified by a custom name assigned on creation. This n
|
|||
|
||||
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>*
|
||||
*<figcaption style={{textAlign: "center" }} >Wallet details</figcaption>*
|
||||
|
||||
### Changing wallet password
|
||||
|
||||
|
|
|
|||
|
|
@ -24,19 +24,19 @@ Welcome to Zano Discord, now that you’re here, you should have something that
|
|||
|
||||
Head to the ‘Bounties’ category and select the ‘tip-bot-settings’ channel, here lies a summary of the tip bots usage.
|
||||
|
||||

|
||||

|
||||
|
||||
### Get tipping!
|
||||
|
||||
Let's take a look at the tip bots functionality, the below image shows what we can do with the bot.
|
||||
|
||||

|
||||

|
||||
|
||||
#### Deposit
|
||||
|
||||
Before we can begin tipping, we must have some Zano in our tip bot wallet, to do this click on ‘Deposit’, get your wallet address and send some Zano to it.
|
||||
|
||||

|
||||

|
||||
|
||||
#### Register alias
|
||||
|
||||
|
|
@ -44,13 +44,13 @@ Before you can withdraw Zano others have tipped you, you must register an alias,
|
|||
|
||||
Click ‘register alias’ and enter your alias.
|
||||
|
||||

|
||||

|
||||
|
||||
#### How to tip
|
||||
|
||||
Tipping users is done with one simple command, to see this command, click ‘how to tip’
|
||||
|
||||

|
||||

|
||||
|
||||
:::tip Tip command
|
||||
|
||||
|
|
@ -60,19 +60,19 @@ $tip
|
|||
|
||||
Simply replace and with the values you want to use, a real world example within discord looks something like this
|
||||
|
||||

|
||||

|
||||
|
||||
#### Balance
|
||||
|
||||
To view how much Zano you have, simply click balance, and the tip bot will show how much Zano is in your wallet.
|
||||
|
||||

|
||||

|
||||
|
||||
#### History & simple view
|
||||
|
||||
There are 2 history buttons, one designated History, and the other History (simple view).
|
||||
|
||||

|
||||

|
||||
|
||||
History is formatted as a table, whereas History (simple) is a simple one-liner.
|
||||
|
||||
|
|
@ -80,13 +80,13 @@ History is formatted as a table, whereas History (simple) is a simple one-liner.
|
|||
|
||||
If you want to know the current price of Zano, click ‘Rate’, to see the current price in $USD.
|
||||
|
||||

|
||||

|
||||
|
||||
#### 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.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ Open another terminal in the same directory (with simplewallet). Start your wall
|
|||
|
||||
Enter your password, when prompted. Notice that the wallet displays your receive address after “Opened wallet.” You will use this to fund your new wallet.
|
||||
|
||||

|
||||

|
||||
|
||||
You are now ready to get yourself some ZANO! Two exchanges to consider:
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ For example:<br/>
|
|||
(1) (2) (3) (4)
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
### Creating an Auditable CLI Wallet
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ Give the following command, substituting "name":
|
|||
|
||||
When prompted, enter your new password, preferably generated from a password generator.
|
||||
|
||||

|
||||

|
||||
|
||||
You now have an auditable CLI. Anyone to whom you provide the tracking seed will be able to see the wallet's balance and transaction history.
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ If you ever need to retrieve the tracking seed, simply open the wallet and give
|
|||
tracking_seed
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
Now, we must get our seed phrase, in case we ever need to restore our auditable CLI wallet. Within the wallet, give the command:
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ show_seed
|
|||
|
||||
Again, when prompted, supply and confirm another password, specific to the seed itself.
|
||||
|
||||

|
||||

|
||||
|
||||
Lastly, note that the address of an auditable wallet always begins with an initial "a", in contrast to a standard wallet, which always begins with "Zx":
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ After starting zanod, open another terminal in the simple-wallet directory. Give
|
|||
|
||||
You will then be asked to reenter the seedphrase, enter the password specific to that seedphrase, and then enter your restored wallet's password.
|
||||
|
||||

|
||||

|
||||
|
||||
### Creating a Watch-Only CLI Wallet
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ If you wish to allow someone to merely view your wallet, without being able to s
|
|||
save_watch_only new_name.wallet password_for_wallet
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Other Useful in-Terminal Flags
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 308 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 448 KiB After Width: | Height: | Size: 448 KiB |
|
Before Width: | Height: | Size: 306 KiB After Width: | Height: | Size: 306 KiB |
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 163 KiB |
|
Before Width: | Height: | Size: 339 KiB After Width: | Height: | Size: 339 KiB |
|
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 288 KiB |
|
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 244 KiB |
|
Before Width: | Height: | Size: 470 KiB After Width: | Height: | Size: 470 KiB |
|
Before Width: | Height: | Size: 441 KiB After Width: | Height: | Size: 441 KiB |
|
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 268 KiB |
|
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 284 KiB |
|
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 284 KiB |
|
Before Width: | Height: | Size: 358 KiB After Width: | Height: | Size: 358 KiB |
|
Before Width: | Height: | Size: 338 KiB After Width: | Height: | Size: 338 KiB |
|
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 948 KiB After Width: | Height: | Size: 948 KiB |
|
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 279 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 157 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 260 KiB |
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 284 KiB |
|
Before Width: | Height: | Size: 280 KiB After Width: | Height: | Size: 280 KiB |
|
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 311 KiB |
|
Before Width: | Height: | Size: 294 KiB After Width: | Height: | Size: 294 KiB |
|
Before Width: | Height: | Size: 245 KiB After Width: | Height: | Size: 245 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 183 KiB |
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 318 KiB After Width: | Height: | Size: 318 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 194 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 237 KiB |
|
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 232 KiB After Width: | Height: | Size: 232 KiB |
|
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 179 KiB |