Merge pull request #7 from Gonbatfire/main

Broken links, typos and improved accuracies
This commit is contained in:
Ravaga 2024-12-08 01:54:03 +04:00 committed by GitHub
commit e458db15bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,6 +1,6 @@
# Overview
## Zanos Values
## Zano's Values
### Privacy

View file

@ -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=<YOUR_WALLET_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 `<YOUR_WALLET_ADDRESS>` 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.

View file

@ -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)