some docs fixes

This commit is contained in:
avtushko2004 2023-09-07 09:26:24 +03:00
parent 8676ed5550
commit edb5e778c7
8 changed files with 33 additions and 17 deletions

View file

@ -24,6 +24,6 @@ where:
**DEAMON_ADDR:DAEMON_PORT** — daemon address and port (may be omitted if the daemon is running on the same machine with the default settings);<br/>
**LOG_FILE_NAME** — path and filename of simplewallet log file.<br/>
Examples in List of Wallet RPCs are given with assumption that the wallet application is running in RPC server mode and listening at 127.0.0.1:12233.
Examples in [List of Wallet RPCs](https://docs.zano.org/docs/api-reference-1) are given with assumption that the wallet application is running in RPC server mode and listening at 127.0.0.1:12233.
All amounts and balances are represented as unsigned integers and measured in atomic units — the smallest fraction of a coin. One coin equals 10^12 atomic units.

View file

@ -1,11 +1,15 @@
# How to launch a confidential asset
:::tip As of the time of writing, asset creation is only supported by the CLI wallet (simplewallet).
:::info As of the time of writing, asset creation is only supported by the CLI wallet (simplewallet).
Binaries and support for the GUI wallet is expected soon.
:::
:::tip Feel free to skip to the Creating asset part you're using pre-built binaries available here https://docs.zano.org/docs/testnet-builds
:::
## Building a Testnet Wallet
### Linux
@ -56,11 +60,11 @@ make -j1 daemon simplewallet
### Windows
Install required prerequisites (Boost, Qt, CMake, OpenSSL)
Rename `utils/configure_local_paths.cmd.example` to `utils/configure_local_paths.cmd` and edit paths in this file so they correspond to your environment.
Run one of `utils/configure_win64_msvsNNNN_testnet`.cmd according to your MSVC version.
Go to the build folder and open generated Zano.sln in MSVC
Build it.
Install required prerequisites (Boost, Qt, CMake, OpenSSL)<br/>
Rename `utils/configure_local_paths.cmd.example` to `utils/configure_local_paths.cmd` and edit paths in this file so they correspond to your environment.<br/>
Run one of `utils/configure_win64_msvsNNNN_testnet`.cmd according to your MSVC version.<br/>
Go to the build folder and open generated Zano.sln in MSVC<br/>
Build it.<br/>
### MacOS

View file

@ -12,7 +12,7 @@ You can observe your progress in the `Staking` tab of your staking wallet. The a
Sometimes it may be convenient to do PoS mining without the GUI application running. Here are steps to achieve it.
1. Download Zano daemon (zanod executable) and simplewallet or build them following the instructions.
1. Download Zano daemon (zanod executable) and simplewallet or build them following the [instructions](https://github.com/hyle-team/zano/blob/master/README.md).
2. Navigate to the Zano folder.
3. Start zanod daemon (service).
4. Start simplewallet in RPC mode with PoS mining enabled:

View file

@ -17,6 +17,14 @@ There are 3 ways to create a wallet in Zano app. From the `Wallets` `Add` sectio
![alt creating-wallets](../../static/img/creating-wallets.png "creating-wallets")*<figcaption style={{textAlign: "center" }} >Create new wallet</figcaption>*
- Open existing wallet
1. Locate wallet file
2. Enter password then open wallet
![alt open-existing-wallet](../../static/img/open-existing-wallet.png "open-existing-wallet ")*<figcaption style={{textAlign: "center" }} >Open existing wallet</figcaption>*
- Restore from backup
1. Enter new wallet info

View file

@ -4,23 +4,23 @@ Hyle team puts a lot of hard work to bring you the best blockchain experience po
All you need to do is to follow the [report link](https://jira.hyle.io/secure/CreateIssue!default.jspa) which can also be found in top of [docs page](https://docs.zano.org/docs/docs.zano.org). The describe your situation and submit a request.
### Log files
## Log files
In most cases log files are essential for troubleshooting. It could be wise to attach them to the report you submit. Specifically, `Zano.log` or `zanod.log` would be useful for our dev team. They are stored in different locations depending on OS:
**Windows**
### Windows
```
C:\Users\<USER NAME>\AppData\Roaming\Zano
```
**MacOS**
### MacOS
```
/Users/<USER NAME>/Library/Application Support/Zano
```
**Linux**
### Linux
```
~/.Zano

View file

@ -6,14 +6,14 @@ Using Zanos Discord TipBot is fairly straightforward and intuitive, but here
#### Get Discord
In order to use the Discord TipBot, we must first have Discord installed, head over to their website (or your package manager) and get signed up!
In order to use the Discord TipBot, we must first have Discord installed, head over to their website (or your package manager) and get signed up!<br/>
https://discord.com/download/
#### Join Zanos Discord Channel
Now that we have Discord, head over to our discord
channel and join the rest of the community! Simply click
the link below.
the link below.<br/>
https://discord.gg/wE3rmYY
### The Tip Bot

View file

@ -18,7 +18,7 @@ Enter your password, when prompted. Notice that the wallet displays your receive
You are now ready to get yourself some ZANO! Two exchanges to consider:
Trade Ogre: https://tradeogre.com.
Trade Ogre: https://tradeogre.com <br/>
Stex: https://www.stex.com/
P.S. Zanod (your node) can be left running, if youll be transferring funds to your wallet soon. If not, close your wallet by giving the command:
@ -37,13 +37,17 @@ Now lets send some ZANO to a friend!
The command for sending ZANO consists of four important bits of information:
`. the command itself
1. the command itself
2. the number of UTXOs with which to mix yours (between 10-50/maximum available)
3. the receiving address
4. the amount of ZANO you wish to send
For example:
<br/>
For example:<br/>
(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")
### Creating an Auditable CLI Wallet

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB