diff --git a/docs/learn/frequently-asked-questions.md b/docs/learn/frequently-asked-questions.md index d374ef7..4e5278b 100644 --- a/docs/learn/frequently-asked-questions.md +++ b/docs/learn/frequently-asked-questions.md @@ -18,7 +18,7 @@ Our implementation boils down to: - **Stealth addresses** that hide the receiver and asset type being transacted. -- **RingCT** which hides amounts/balances, even when staking thanks to **Zarcanum.** +- **Pedersen commitments** that hide amounts/balances, the asset type being transacted, and facilitate private staking (Zarcanum). This makes sure that **by default,** transaction data being stored on the blockchain is **only** accessible by parties who authorized the transactions, none of it is ever publicly published. diff --git a/docs/learn/zano-features/overview.md b/docs/learn/zano-features/overview.md index 17bc453..d099776 100644 --- a/docs/learn/zano-features/overview.md +++ b/docs/learn/zano-features/overview.md @@ -1,6 +1,6 @@ # Overview -## Zano’s Values +## Zano's Values ### Privacy diff --git a/docs/mine/solo-guides/solo-mining-windows.md b/docs/mine/solo-guides/solo-mining-windows.md index 6936ed7..d786af1 100644 --- a/docs/mine/solo-guides/solo-mining-windows.md +++ b/docs/mine/solo-guides/solo-mining-windows.md @@ -32,14 +32,14 @@ A 2GB graphic card is required for GPU mining. ``` rem starts zano with the stratum server activated - start "" "C:\Program Files\Zano\zanod.exe" --stratum --stratum-miner-address= --stratum-bind-port=11555 + start "" "C:\Program Files\Zano\zanod.exe" --stratum --stratum-miner-address=YOUR_WALLET_ADDRESS --stratum-bind-port=11555 rem TT commandline start TT-Miner.exe -luck -c ZANO -P miner@127.0.0.1:11555 pause ``` -- Replace `` with your actual Zano wallet address. +- Replace `YOUR_WALLET_ADDRESS` with your actual Zano wallet address. - If your installation is not in the default location, replace `C:\Program Files\Zano` with the correct path. diff --git a/docs/use/auditable-wallets-faq.md b/docs/use/auditable-wallets.md similarity index 100% rename from docs/use/auditable-wallets-faq.md rename to docs/use/auditable-wallets.md diff --git a/docs/use/companion.md b/docs/use/companion.md index e72e664..fa1a887 100644 --- a/docs/use/companion.md +++ b/docs/use/companion.md @@ -22,7 +22,7 @@ It's your gateway to the broader Zano ecosystem! 5. Click on the extension, and paste the secret you copied in the appropriate field, as well as the password that you will use to log in to the Companion. -6. You can now register an[ alias](https://app.dhub.dev/c/goncativas-projects/zano-docs/docs/use/aliases.md) if you haven't done so already, this will be displayed as your identity when using the Zano ecosystem. +6. You can now register an[ alias](https://docs.zano.org/docs/learn/zano-features/overview#aliases) if you haven't done so already, this will be displayed as your identity when using the Zano ecosystem. ![Companion extension showcase](/img/use/companion/companion.png)