diff --git a/docs/build/exchange-guidlines/signing-transactions-offline.md b/docs/build/exchange-guidlines/signing-transactions-offline.md index a685834..e758ffe 100644 --- a/docs/build/exchange-guidlines/signing-transactions-offline.md +++ b/docs/build/exchange-guidlines/signing-transactions-offline.md @@ -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. -![alt signing-transactions-offline-introduction](../../../static/img/signing-transactions-offline-introduction.png "signing-transactions-offline-introduction") +![alt signing-transactions-offline-introduction](../../../static/img/build/exchange-guidlines/signing-transactions-offline/signing-transactions-offline-introduction.png "signing-transactions-offline-introduction") Zano as a CryptoNote coin uses two key pairs (4 keys) per wallet: view key (secret+public) and spend key (secret+public) diff --git a/docs/build/testnet-resources/how-to-launch-confidential-asset.md b/docs/build/testnet-resources/how-to-launch-confidential-asset.md index d4d816f..6a12f68 100644 --- a/docs/build/testnet-resources/how-to-launch-confidential-asset.md +++ b/docs/build/testnet-resources/how-to-launch-confidential-asset.md @@ -101,7 +101,7 @@ deploy_new_asset You should see a confirmation message upon successful execution -![alt launch-asset-confirmation-message](../../../static/img/launch-asset-confirmation-message.png "launch-asset-confirmation-message") +![alt launch-asset-confirmation-message](../../../static/img/build/testnet-resources/how-to-launch-confidential-asset/launch-asset-confirmation-message.png "launch-asset-confirmation-message") @@ -141,7 +141,7 @@ To check the balance, use the following command: balance ``` -![alt lauch-asset-check-balance](../../../static/img/lauch-asset-check-balance.png "lauch-asset-check-balance") +![alt lauch-asset-check-balance](../../../static/img/build/testnet-resources/how-to-launch-confidential-asset/lauch-asset-check-balance.png "lauch-asset-check-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: diff --git a/docs/learn/emission.md b/docs/learn/emission.md index fb2945e..6d4e016 100644 --- a/docs/learn/emission.md +++ b/docs/learn/emission.md @@ -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. -![alt emission-motiovation](../../static/img/emission-motivation.png "emission-motiovation") +![alt emission-motiovation](../../static/img/learn/emission/emission-motivation.png "emission-motiovation") ### 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. -![alt zano-premine-distibution](../../static/img/zano-premine-distibution.png "zano-premine-distibution") +![alt zano-premine-distibution](../../static/img/learn/emission/zano-premine-distibution.png "zano-premine-distibution") **55% Foundation fund (2029500 ZANO)** Set aside for marketing, partnerships, and ongoing project expenses. This will be transparent and reported. diff --git a/docs/mine/estimating-pos-earning.md b/docs/mine/estimating-pos-earning.md index 67dd09a..c9fc5ae 100644 --- a/docs/mine/estimating-pos-earning.md +++ b/docs/mine/estimating-pos-earning.md @@ -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: -![alt coins-in-pos](../../static/img/coins-in-pos.png "coins-in-pos") +![alt coins-in-pos](../../static/img/mine/estimating-pos-earning/coins-in-pos.png "coins-in-pos") 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: -![alt pos-earnings](../../static/img/pos-earnings.png "pos-earnings") +![alt pos-earnings](../../static/img/mine/estimating-pos-earning/pos-earnings.png "pos-earnings") where `E_daily` is the estimated number of coins you'll earn per day, and `N` is the number of coins you're staking. diff --git a/docs/mine/proof-of-stake-mining.md b/docs/mine/proof-of-stake-mining.md index 7cad5c2..b896bb1 100644 --- a/docs/mine/proof-of-stake-mining.md +++ b/docs/mine/proof-of-stake-mining.md @@ -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. -![alt proof-of-stake-mining](../../static/img/proof-of-stake-mining.png "proof-of-stake-mining")*
Proof-of-stake mining
* +![alt proof-of-stake-mining](../../static/img/mine/proof-of-stake-mining/proof-of-stake-mining.png "proof-of-stake-mining")*
Proof-of-stake mining
* 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. diff --git a/docs/use/aliases.md b/docs/use/aliases.md index e4eae24..abb5808 100644 --- a/docs/use/aliases.md +++ b/docs/use/aliases.md @@ -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). -![alt alias-registration](../../static/img/alias-registration.png "alias-registration")*
Alias registration
* +![alt alias-registration](../../static/img/use/aliases/alias-registration.png "alias-registration")*
Alias registration
* 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. \ No newline at end of file diff --git a/docs/use/auditable-wallets-faq.md b/docs/use/auditable-wallets-faq.md index c773925..7202bc1 100644 --- a/docs/use/auditable-wallets-faq.md +++ b/docs/use/auditable-wallets-faq.md @@ -79,7 +79,7 @@ your wallet again. Your wallet keys is NOT under risk anyway. Or in GUI wallet: -![alt auditable-wallets-gui-wallet](../../static/img/auditable-wallets-gui-wallet.png "auditable-wallets-gui-wallet") +![alt auditable-wallets-gui-wallet](../../static/img/use/auditable-wallets-faq/auditable-wallets-gui-wallet.png "auditable-wallets-gui-wallet") ### Are there any restrictions of using auditable wallets? diff --git a/docs/use/coinswap-guide.md b/docs/use/coinswap-guide.md index 7745841..e303d15 100644 --- a/docs/use/coinswap-guide.md +++ b/docs/use/coinswap-guide.md @@ -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. -![alt coinswap-guide-boolberry-wallet](../../static/img/coinswap-guide-boolberry-wallet.png "coinswap-guide-boolberry-wallet") +![alt coinswap-guide-boolberry-wallet](../../static/img/use/coinswap-guide/coinswap-guide-boolberry-wallet.png "coinswap-guide-boolberry-wallet") 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. -![alt coinswap-guide-daemon-example](../../static/img/coinswap-guide-daemon-example.png "coinswap-guide-daemon-example") +![alt coinswap-guide-daemon-example](../../static/img/use/coinswap-guide/coinswap-guide-daemon-example.png "coinswap-guide-daemon-example") 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. -![alt coinswap-guide-final](../../static/img/coinswap-guide-final.png "coinswap-guide-final") \ No newline at end of file +![alt coinswap-guide-final](../../static/img/use/coinswap-guide/coinswap-guide-final.png "coinswap-guide-final") \ No newline at end of file diff --git a/docs/use/escrow-contracts.md b/docs/use/escrow-contracts.md index 22ba4a7..fd038e8 100644 --- a/docs/use/escrow-contracts.md +++ b/docs/use/escrow-contracts.md @@ -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 -![alt contract-propsal](../../static/img/contract-propsal.png "contract-propsal")*
Contract proposal
* +![alt contract-propsal](../../static/img/use/escrow-contracts/contract-propsal.png "contract-propsal")*
Contract proposal
* ### 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. -![alt contract-response](../../static/img/contract-response.png "contract-response")*
Contract response
* +![alt contract-response](../../static/img/use/escrow-contracts/contract-response.png "contract-response")*
Contract response
* 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. -![alt contract-confirmation](../../static/img/contract-confirmation.png "contract-confirmation")*
Contract confirmation
* \ No newline at end of file +![alt contract-confirmation](../../static/img/use/escrow-contracts/contract-confirmation.png "contract-confirmation")*
Contract confirmation
* \ No newline at end of file diff --git a/docs/use/get-started/getting-started.md b/docs/use/get-started/getting-started.md index a896b04..8f7eba6 100644 --- a/docs/use/get-started/getting-started.md +++ b/docs/use/get-started/getting-started.md @@ -8,28 +8,28 @@ Zano app is available for Windows, Linux and MacOS. It can be downloaded here. ### Open Zano app -![alt login](../../../static/img/open-zano-app.png "Login") +![alt login](../../../static/img/use/get-started/getting-started/open-zano-app.png "Login") 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 -![alt createwallet-1](../../../static/img/create-new-wallet-1.png "create-wallet-1") +![alt createwallet-1](../../../static/img/use/get-started/getting-started/create-new-wallet-1.png "create-wallet-1") 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` . -![alt createwallet-2](../../../static/img/create-new-wallet-2.png "create-wallet-2") +![alt createwallet-2](../../../static/img/use/get-started/getting-started/create-new-wallet-2.png "create-wallet-2") Enter wallet name and password, then click `Select wallet location`. Note that both can be changed later in wallet details menu. -![alt createwallet-3](../../../static/img/create-new-wallet-3.png "create-wallet-3") +![alt createwallet-3](../../../static/img/use/get-started/getting-started/create-new-wallet-3.png "create-wallet-3") 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. -![alt createwallet-4](../../../static/img/create-new-wallet-4.png "create-wallet-4") +![alt createwallet-4](../../../static/img/use/get-started/getting-started/create-new-wallet-4.png "create-wallet-4") 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. -![alt createwallet-5](../../../static/img/create-new-wallet-5.png "create-wallet-5") +![alt createwallet-5](../../../static/img/use/get-started/getting-started/create-new-wallet-5.png "create-wallet-5") Now the wallet has been created. You can copy wallet address and use it to receive ZANO from exchanges, mining pools and other sources. \ No newline at end of file diff --git a/docs/use/install-zano-cli-wallet-ubuntu.md b/docs/use/install-zano-cli-wallet-ubuntu.md index 2488fa8..433cc02 100644 --- a/docs/use/install-zano-cli-wallet-ubuntu.md +++ b/docs/use/install-zano-cli-wallet-ubuntu.md @@ -4,32 +4,32 @@ Go to the official site: https://zano.org -![alt install-zano-cli-wallet-step-1](../../static/img/install-zano-cli-wallet-step-1.png "install-zano-cli-wallet-step-1") +![alt install-zano-cli-wallet-step-1](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-1.png "install-zano-cli-wallet-step-1") **Step 2** Go to Downloads, which takes you to: https://github.com/hyle-team/zano/releases -![alt install-zano-cli-wallet-step-2](../../static/img/install-zano-cli-wallet-step-2.png "install-zano-cli-wallet-step-2") +![alt install-zano-cli-wallet-step-2](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-2.png "install-zano-cli-wallet-step-2") **Step 3** Download Linux (Ubuntu 16.04+) CLI Wallet -![alt install-zano-cli-wallet-step-3](../../static/img/install-zano-cli-wallet-step-3.png "install-zano-cli-wallet-step-3") +![alt install-zano-cli-wallet-step-3](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-3.png "install-zano-cli-wallet-step-3") **Step 4** Right click the file and select Properties -![alt install-zano-cli-wallet-step-4](../../static/img/install-zano-cli-wallet-step-4.png "install-zano-cli-wallet-step-4") +![alt install-zano-cli-wallet-step-4](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-4.png "install-zano-cli-wallet-step-4") **Step 5** Copy the file name -![alt install-zano-cli-wallet-step-5](../../static/img/install-zano-cli-wallet-step-5.png "install-zano-cli-wallet-step-5") +![alt install-zano-cli-wallet-step-5](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-5.png "install-zano-cli-wallet-step-5") **Step 6** @@ -41,8 +41,8 @@ sha256sum zano-linux-x64-v.tar.bz2 (Results should match release notes from Download page) -![alt install-zano-cli-wallet-step-6-1](../../static/img/install-zano-cli-wallet-step-6-1.png "install-zano-cli-wallet-step-6-1") -![alt install-zano-cli-wallet-step-6-2](../../static/img/install-zano-cli-wallet-step-6-2.png "install-zano-cli-wallet-step-6-2") +![alt install-zano-cli-wallet-step-6-1](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-6-1.png "install-zano-cli-wallet-step-6-1") +![alt install-zano-cli-wallet-step-6-2](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-6-2.png "install-zano-cli-wallet-step-6-2") **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 ``` -![alt install-zano-cli-wallet-step-7](../../static/img/install-zano-cli-wallet-step-7.png "install-zano-cli-wallet-step-7") +![alt install-zano-cli-wallet-step-7](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-7.png "install-zano-cli-wallet-step-7") **Steps 8-10** @@ -64,14 +64,14 @@ tar -xvjf zano-linux-x64-release-devtools-v1.5.0.143[336fac2].tar.bz2 ./zanod ``` -![alt install-zano-cli-wallet-step-8-10-1](../../static/img/install-zano-cli-wallet-step-8-10-1.png "install-zano-cli-wallet-step-8-10-1") -![alt install-zano-cli-wallet-step-8-10-2](../../static/img/install-zano-cli-wallet-step-8-10-2.png "install-zano-cli-wallet-step-8-10-2") +![alt install-zano-cli-wallet-step-8-10-1](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-8-10-1.png "install-zano-cli-wallet-step-8-10-1") +![alt install-zano-cli-wallet-step-8-10-2](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-8-10-2.png "install-zano-cli-wallet-step-8-10-2") **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. -![alt install-zano-cli-wallet-step-11](../../static/img/install-zano-cli-wallet-step-11.png "install-zano-cli-wallet-step-11") +![alt install-zano-cli-wallet-step-11](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-11.png "install-zano-cli-wallet-step-11") **Step 12** @@ -87,14 +87,14 @@ Replace “name” with your new wallet’s name, e.g.,: ./simplewallet --generate-new-wallet=zanocli.wallet ``` -![alt install-zano-cli-wallet-step-12](../../static/img/install-zano-cli-wallet-step-12.png "install-zano-cli-wallet-step-12") +![alt install-zano-cli-wallet-step-12](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-12.png "install-zano-cli-wallet-step-12") **Step 13** When asked, enter a password for your wallet. You should use a password generator, found in password managers such as KeePass. -![alt install-zano-cli-wallet-step-13](../../static/img/install-zano-cli-wallet-step-13.png "install-zano-cli-wallet-step-13") +![alt install-zano-cli-wallet-step-13](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-13.png "install-zano-cli-wallet-step-13") **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. -![alt install-zano-cli-wallet-step-15](../../static/img/install-zano-cli-wallet-step-15.png "install-zano-cli-wallet-step-15") +![alt install-zano-cli-wallet-step-15](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-15.png "install-zano-cli-wallet-step-15") **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!! -![alt install-zano-cli-wallet-step-17](../../static/img/install-zano-cli-wallet-step-17.png "install-zano-cli-wallet-step-17") +![alt install-zano-cli-wallet-step-17](../../static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-17.png "install-zano-cli-wallet-step-17") **You've successfully installed your new Zano Wallet!** \ No newline at end of file diff --git a/docs/use/managing-wallets.md b/docs/use/managing-wallets.md index 3e403ba..c595f6e 100644 --- a/docs/use/managing-wallets.md +++ b/docs/use/managing-wallets.md @@ -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` -![alt creating-wallets](../../static/img/creating-wallets.png "creating-wallets")*
Create new wallet
* +![alt creating-wallets](../../static/img/use/managing-wallets/creating-wallets.png "creating-wallets")*
Create new wallet
* - 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 -![alt open-existing-wallet](../../static/img/open-existing-wallet.png "open-existing-wallet ")*
Open existing wallet
* +![alt open-existing-wallet](../../static/img/use/managing-wallets/open-existing-wallet.png "open-existing-wallet ")*
Open existing wallet
* - 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` -![alt restore-from-backup](../../static/img/restore-from-backup.png "restore-from-backup")*
Restore from backup
* +![alt restore-from-backup](../../static/img/use/managing-wallets/restore-from-backup.png "restore-from-backup")*
Restore from backup
* ### 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. -![alt wallet-details](../../static/img/wallet-details.png "wallet-details")*
Wallet details
* +![alt wallet-details](../../static/img/use/managing-wallets/wallet-details.png "wallet-details")*
Wallet details
* ### Changing wallet password diff --git a/docs/use/tip-bot-guilde.md b/docs/use/tip-bot-guilde.md index 2ba218d..6e8aaf4 100644 --- a/docs/use/tip-bot-guilde.md +++ b/docs/use/tip-bot-guilde.md @@ -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. -![alt head-to-tipbot-settings](../../static/img/head-to-tipbot-settings.png "head-to-tipbot-settings") +![alt head-to-tipbot-settings](../../static/img/use/tip-bot-guide/head-to-tipbot-settings.png "head-to-tipbot-settings") ### Get tipping! Let's take a look at the tip bots functionality, the below image shows what we can do with the bot. -![alt welcome-to-tip-bot-zano](../../static/img/welcome-to-zano-tip-bot.png "welcome-to-tip-bot-zano") +![alt welcome-to-tip-bot-zano](../../static/img/use/tip-bot-guide/welcome-to-zano-tip-bot.png "welcome-to-tip-bot-zano") #### 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. -![alt tip-bot-zano-deposit](../../static/img/tip-bot-zano-deposit.png "tip-bot-zano-deposit") +![alt tip-bot-zano-deposit](../../static/img/use/tip-bot-guide/tip-bot-zano-deposit.png "tip-bot-zano-deposit") #### 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. -![alt zano-tip-bot-register-alias](../../static/img/zano-tip-bot-register-alias.png "zano-tip-bot-register-alias") +![alt zano-tip-bot-register-alias](../../static/img/use/tip-bot-guide/zano-tip-bot-register-alias.png "zano-tip-bot-register-alias") #### How to tip Tipping users is done with one simple command, to see this command, click ‘how to tip’ -![alt how-to-tip-zano](../../static/img/how-to-tip-zano.png "how-to-tip-zano") +![alt how-to-tip-zano](../../static/img/use/tip-bot-guide/how-to-tip-zano.png "how-to-tip-zano") :::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 -![alt tip-example](../../static/img/tip-example.png "tip-example") +![alt tip-example](../../static/img/use/tip-bot-guide/tip-example.png "tip-example") #### Balance To view how much Zano you have, simply click balance, and the tip bot will show how much Zano is in your wallet. -![alt tip-bot-balance](../../static/img/tip-bot-balance.png "tip-bot-balance") +![alt tip-bot-balance](../../static/img/use/tip-bot-guide/tip-bot-balance.png "tip-bot-balance") #### History & simple view There are 2 history buttons, one designated History, and the other History (simple view). -![alt tip-bot-history](../../static/img/tip-bot-history.png "tip-bot-history") +![alt tip-bot-history](../../static/img/use/tip-bot-guide/tip-bot-history.png "tip-bot-history") 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. -![alt tip-bot-rate](../../static/img/tip-bot-rate.png "tip-bot-rate") +![alt tip-bot-rate](../../static/img/use/tip-bot-guide/tip-bot-rate.png "tip-bot-rate") #### 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. -![alt tip-bot-redeem-coupon](../../static/img/tip-bot-redeem-coupon.png "tip-bot-redeem-coupon") +![alt tip-bot-redeem-coupon](../../static/img/use/tip-bot-guide/tip-bot-redeem-coupon.png "tip-bot-redeem-coupon") diff --git a/docs/use/using-zano-cli-wallet-ubuntu.md b/docs/use/using-zano-cli-wallet-ubuntu.md index fdf1d35..3689c09 100644 --- a/docs/use/using-zano-cli-wallet-ubuntu.md +++ b/docs/use/using-zano-cli-wallet-ubuntu.md @@ -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. -![alt using-zano-ubuntu-enter-password](../../static/img/using-zano-ubuntu-enter-password.png "using-zano-ubuntu-enter-password") +![alt using-zano-ubuntu-enter-password](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-enter-password.png "using-zano-ubuntu-enter-password") You are now ready to get yourself some ZANO! Two exchanges to consider: @@ -48,7 +48,7 @@ For example:
(1) (2) (3) (4) -![alt using-zano-ubuntu-send-bits-example](../../static/img/using-zano-ubuntu-send-bits-example.png "using-zano-ubuntu-send-bits-example") +![alt using-zano-ubuntu-send-bits-example](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-send-bits-example.png "using-zano-ubuntu-send-bits-example") ### 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. -![alt using-zano-ubuntu-enter-new-password](../../static/img/using-zano-ubuntu-enter-new-password.png "using-zano-ubuntu-enter-new-password") +![alt using-zano-ubuntu-enter-new-password](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-enter-new-password.png "using-zano-ubuntu-enter-new-password") 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 ``` -![alt using-zano-ubuntu-tracking-seed](../../static/img/using-zano-ubuntu-tracking-seed.png "using-zano-ubuntu-tracking-seed") +![alt using-zano-ubuntu-tracking-seed](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-tracking-seed.png "using-zano-ubuntu-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. -![alt using-zano-ubuntu-show-seed](../../static/img/using-zano-ubuntu-show-seed.png "using-zano-ubuntu-show-seed") +![alt using-zano-ubuntu-show-seed](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-show-seed.png "using-zano-ubuntu-show-seed") 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. -![alt using-zano-ubuntu-restore-wallet](../../static/img/using-zano-ubuntu-restore-wallet.png "using-zano-ubuntu-restore-wallet") +![alt using-zano-ubuntu-restore-wallet](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-restore-wallet.png "using-zano-ubuntu-restore-wallet") ### 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 ``` -![alt using-zano-ubuntu-watch-only](../../static/img/using-zano-ubuntu-watch-only.png "using-zano-ubuntu-watch-only") +![alt using-zano-ubuntu-watch-only](../../static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-watch-only.png "using-zano-ubuntu-watch-only") ### Other Useful in-Terminal Flags diff --git a/static/img/signing-transactions-offline-introduction.png b/static/img/build/exchange-guidlines/signing-transactions-offline/signing-transactions-offline-introduction.png similarity index 100% rename from static/img/signing-transactions-offline-introduction.png rename to static/img/build/exchange-guidlines/signing-transactions-offline/signing-transactions-offline-introduction.png diff --git a/static/img/lauch-asset-check-balance.png b/static/img/build/testnet-resources/how-to-launch-confidential-asset/lauch-asset-check-balance.png similarity index 100% rename from static/img/lauch-asset-check-balance.png rename to static/img/build/testnet-resources/how-to-launch-confidential-asset/lauch-asset-check-balance.png diff --git a/static/img/launch-asset-confirmation-message.png b/static/img/build/testnet-resources/how-to-launch-confidential-asset/launch-asset-confirmation-message.png similarity index 100% rename from static/img/launch-asset-confirmation-message.png rename to static/img/build/testnet-resources/how-to-launch-confidential-asset/launch-asset-confirmation-message.png diff --git a/static/img/emission-motivation.png b/static/img/learn/emission/emission-motivation.png similarity index 100% rename from static/img/emission-motivation.png rename to static/img/learn/emission/emission-motivation.png diff --git a/static/img/zano-premine-distibution.png b/static/img/learn/emission/zano-premine-distibution.png similarity index 100% rename from static/img/zano-premine-distibution.png rename to static/img/learn/emission/zano-premine-distibution.png diff --git a/static/img/coins-in-pos.png b/static/img/mine/estimating-pos-earning/coins-in-pos.png similarity index 100% rename from static/img/coins-in-pos.png rename to static/img/mine/estimating-pos-earning/coins-in-pos.png diff --git a/static/img/pos-earnings.png b/static/img/mine/estimating-pos-earning/pos-earnings.png similarity index 100% rename from static/img/pos-earnings.png rename to static/img/mine/estimating-pos-earning/pos-earnings.png diff --git a/static/img/proof-of-stake-mining.png b/static/img/mine/proof-of-stake-mining/proof-of-stake-mining.png similarity index 100% rename from static/img/proof-of-stake-mining.png rename to static/img/mine/proof-of-stake-mining/proof-of-stake-mining.png diff --git a/static/img/alias-registration.png b/static/img/use/aliases/alias-registration.png similarity index 100% rename from static/img/alias-registration.png rename to static/img/use/aliases/alias-registration.png diff --git a/static/img/auditable-wallets-gui-wallet.png b/static/img/use/auditable-wallets-faq/auditable-wallets-gui-wallet.png similarity index 100% rename from static/img/auditable-wallets-gui-wallet.png rename to static/img/use/auditable-wallets-faq/auditable-wallets-gui-wallet.png diff --git a/static/img/coinswap-guide-boolberry-wallet.png b/static/img/use/coinswap-guide/coinswap-guide-boolberry-wallet.png similarity index 100% rename from static/img/coinswap-guide-boolberry-wallet.png rename to static/img/use/coinswap-guide/coinswap-guide-boolberry-wallet.png diff --git a/static/img/coinswap-guide-daemon-example.png b/static/img/use/coinswap-guide/coinswap-guide-daemon-example.png similarity index 100% rename from static/img/coinswap-guide-daemon-example.png rename to static/img/use/coinswap-guide/coinswap-guide-daemon-example.png diff --git a/static/img/coinswap-guide-final.png b/static/img/use/coinswap-guide/coinswap-guide-final.png similarity index 100% rename from static/img/coinswap-guide-final.png rename to static/img/use/coinswap-guide/coinswap-guide-final.png diff --git a/static/img/contract-confirmation.png b/static/img/use/escrow-contracts/contract-confirmation.png similarity index 100% rename from static/img/contract-confirmation.png rename to static/img/use/escrow-contracts/contract-confirmation.png diff --git a/static/img/contract-propsal.png b/static/img/use/escrow-contracts/contract-propsal.png similarity index 100% rename from static/img/contract-propsal.png rename to static/img/use/escrow-contracts/contract-propsal.png diff --git a/static/img/contract-response.png b/static/img/use/escrow-contracts/contract-response.png similarity index 100% rename from static/img/contract-response.png rename to static/img/use/escrow-contracts/contract-response.png diff --git a/static/img/create-new-wallet-1.png b/static/img/use/get-started/getting-started/create-new-wallet-1.png similarity index 100% rename from static/img/create-new-wallet-1.png rename to static/img/use/get-started/getting-started/create-new-wallet-1.png diff --git a/static/img/create-new-wallet-2.png b/static/img/use/get-started/getting-started/create-new-wallet-2.png similarity index 100% rename from static/img/create-new-wallet-2.png rename to static/img/use/get-started/getting-started/create-new-wallet-2.png diff --git a/static/img/create-new-wallet-3.png b/static/img/use/get-started/getting-started/create-new-wallet-3.png similarity index 100% rename from static/img/create-new-wallet-3.png rename to static/img/use/get-started/getting-started/create-new-wallet-3.png diff --git a/static/img/create-new-wallet-4.png b/static/img/use/get-started/getting-started/create-new-wallet-4.png similarity index 100% rename from static/img/create-new-wallet-4.png rename to static/img/use/get-started/getting-started/create-new-wallet-4.png diff --git a/static/img/create-new-wallet-5.png b/static/img/use/get-started/getting-started/create-new-wallet-5.png similarity index 100% rename from static/img/create-new-wallet-5.png rename to static/img/use/get-started/getting-started/create-new-wallet-5.png diff --git a/static/img/open-zano-app.png b/static/img/use/get-started/getting-started/open-zano-app.png similarity index 100% rename from static/img/open-zano-app.png rename to static/img/use/get-started/getting-started/open-zano-app.png diff --git a/static/img/install-zano-cli-wallet-step-1.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-1.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-1.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-1.png diff --git a/static/img/install-zano-cli-wallet-step-11.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-11.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-11.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-11.png diff --git a/static/img/install-zano-cli-wallet-step-12.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-12.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-12.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-12.png diff --git a/static/img/install-zano-cli-wallet-step-13.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-13.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-13.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-13.png diff --git a/static/img/install-zano-cli-wallet-step-15.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-15.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-15.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-15.png diff --git a/static/img/install-zano-cli-wallet-step-17.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-17.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-17.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-17.png diff --git a/static/img/install-zano-cli-wallet-step-2.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-2.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-2.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-2.png diff --git a/static/img/install-zano-cli-wallet-step-3.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-3.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-3.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-3.png diff --git a/static/img/install-zano-cli-wallet-step-4.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-4.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-4.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-4.png diff --git a/static/img/install-zano-cli-wallet-step-5.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-5.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-5.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-5.png diff --git a/static/img/install-zano-cli-wallet-step-6-1.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-6-1.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-6-1.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-6-1.png diff --git a/static/img/install-zano-cli-wallet-step-6-2.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-6-2.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-6-2.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-6-2.png diff --git a/static/img/install-zano-cli-wallet-step-7.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-7.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-7.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-7.png diff --git a/static/img/install-zano-cli-wallet-step-8-10-1.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-8-10-1.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-8-10-1.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-8-10-1.png diff --git a/static/img/install-zano-cli-wallet-step-8-10-2.png b/static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-8-10-2.png similarity index 100% rename from static/img/install-zano-cli-wallet-step-8-10-2.png rename to static/img/use/install-zano-cli-wallet-ubuntu/install-zano-cli-wallet-step-8-10-2.png diff --git a/static/img/creating-wallets.png b/static/img/use/managing-wallets/creating-wallets.png similarity index 100% rename from static/img/creating-wallets.png rename to static/img/use/managing-wallets/creating-wallets.png diff --git a/static/img/open-existing-wallet.png b/static/img/use/managing-wallets/open-existing-wallet.png similarity index 100% rename from static/img/open-existing-wallet.png rename to static/img/use/managing-wallets/open-existing-wallet.png diff --git a/static/img/restore-from-backup.png b/static/img/use/managing-wallets/restore-from-backup.png similarity index 100% rename from static/img/restore-from-backup.png rename to static/img/use/managing-wallets/restore-from-backup.png diff --git a/static/img/wallet-details.png b/static/img/use/managing-wallets/wallet-details.png similarity index 100% rename from static/img/wallet-details.png rename to static/img/use/managing-wallets/wallet-details.png diff --git a/static/img/head-to-tipbot-settings.png b/static/img/use/tip-bot-guide/head-to-tipbot-settings.png similarity index 100% rename from static/img/head-to-tipbot-settings.png rename to static/img/use/tip-bot-guide/head-to-tipbot-settings.png diff --git a/static/img/how-to-tip-zano.png b/static/img/use/tip-bot-guide/how-to-tip-zano.png similarity index 100% rename from static/img/how-to-tip-zano.png rename to static/img/use/tip-bot-guide/how-to-tip-zano.png diff --git a/static/img/tip-bot-balance.png b/static/img/use/tip-bot-guide/tip-bot-balance.png similarity index 100% rename from static/img/tip-bot-balance.png rename to static/img/use/tip-bot-guide/tip-bot-balance.png diff --git a/static/img/tip-bot-history.png b/static/img/use/tip-bot-guide/tip-bot-history.png similarity index 100% rename from static/img/tip-bot-history.png rename to static/img/use/tip-bot-guide/tip-bot-history.png diff --git a/static/img/tip-bot-rate.png b/static/img/use/tip-bot-guide/tip-bot-rate.png similarity index 100% rename from static/img/tip-bot-rate.png rename to static/img/use/tip-bot-guide/tip-bot-rate.png diff --git a/static/img/tip-bot-redeem-coupon.png b/static/img/use/tip-bot-guide/tip-bot-redeem-coupon.png similarity index 100% rename from static/img/tip-bot-redeem-coupon.png rename to static/img/use/tip-bot-guide/tip-bot-redeem-coupon.png diff --git a/static/img/tip-bot-zano-deposit.png b/static/img/use/tip-bot-guide/tip-bot-zano-deposit.png similarity index 100% rename from static/img/tip-bot-zano-deposit.png rename to static/img/use/tip-bot-guide/tip-bot-zano-deposit.png diff --git a/static/img/tip-example.png b/static/img/use/tip-bot-guide/tip-example.png similarity index 100% rename from static/img/tip-example.png rename to static/img/use/tip-bot-guide/tip-example.png diff --git a/static/img/welcome-to-zano-tip-bot.png b/static/img/use/tip-bot-guide/welcome-to-zano-tip-bot.png similarity index 100% rename from static/img/welcome-to-zano-tip-bot.png rename to static/img/use/tip-bot-guide/welcome-to-zano-tip-bot.png diff --git a/static/img/zano-tip-bot-register-alias.png b/static/img/use/tip-bot-guide/zano-tip-bot-register-alias.png similarity index 100% rename from static/img/zano-tip-bot-register-alias.png rename to static/img/use/tip-bot-guide/zano-tip-bot-register-alias.png diff --git a/static/img/using-zano-ubuntu-enter-new-password.png b/static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-enter-new-password.png similarity index 100% rename from static/img/using-zano-ubuntu-enter-new-password.png rename to static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-enter-new-password.png diff --git a/static/img/using-zano-ubuntu-enter-password.png b/static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-enter-password.png similarity index 100% rename from static/img/using-zano-ubuntu-enter-password.png rename to static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-enter-password.png diff --git a/static/img/using-zano-ubuntu-restore-wallet.png b/static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-restore-wallet.png similarity index 100% rename from static/img/using-zano-ubuntu-restore-wallet.png rename to static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-restore-wallet.png diff --git a/static/img/using-zano-ubuntu-send-bits-example.png b/static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-send-bits-example.png similarity index 100% rename from static/img/using-zano-ubuntu-send-bits-example.png rename to static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-send-bits-example.png diff --git a/static/img/using-zano-ubuntu-show-seed.png b/static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-show-seed.png similarity index 100% rename from static/img/using-zano-ubuntu-show-seed.png rename to static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-show-seed.png diff --git a/static/img/using-zano-ubuntu-tracking-seed.png b/static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-tracking-seed.png similarity index 100% rename from static/img/using-zano-ubuntu-tracking-seed.png rename to static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-tracking-seed.png diff --git a/static/img/using-zano-ubuntu-watch-only.png b/static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-watch-only.png similarity index 100% rename from static/img/using-zano-ubuntu-watch-only.png rename to static/img/use/using-zano-cli-wallet-ubuntu/using-zano-ubuntu-watch-only.png