Merge pull request #7 from Gonbatfire/main
Broken links, typos and improved accuracies
This commit is contained in:
commit
e458db15bc
5 changed files with 5 additions and 5 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Overview
|
||||
|
||||
## Zano’s Values
|
||||
## Zano's Values
|
||||
|
||||
### Privacy
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue