diff --git a/docs/mine/solo-mining-guide.md b/docs/mine/solo-mining-guide.md index 0760759..3809883 100644 --- a/docs/mine/solo-mining-guide.md +++ b/docs/mine/solo-mining-guide.md @@ -4,50 +4,71 @@ The Zano daemon features an internal stratum-like server that can serve miner cl :::caution Requirements -2GB graphic card is required for GPU mining +A 2GB graphic card is required for GPU mining. ::: -To run a GPU miner with the internal Zano stratum server follow these steps: +## Windows quick guide -- build the daemon (zanod executable) -- run the daemon with an activated stratum server -- run the GPU or CPU miner connected to the daemon +### Step 1: Set up the Zano node -Once all started the miner should connect to the daemon and receive a job from it. Upon finding a solution, the miner should send it to the daemon and the daemon should confirm the solution. Both can run on remote machines. +- First, install the Zano app, open the wallet, and wait until blockchain syncing is complete, when the syncing process is complete, close the app. -### Windows quick guide + -First, install the Zano app, a wallet and wait until blockchain syncing is complete. When syncing is complete close the app. +- Locate where your Zano node executable (`zanod.exe`) is. -In order to mine, Zano must be started with the stratum server activated. Open a `cmd` console window and navigate to the Zano folder (`C:\Program Files\Zano by default`): + By default, it's in `C:\Program Files\Zano` -```text -cd C:\Program Files\Zano -``` +### Step 2: Download and Configure TT-Miner -Then +- Go to the [TT-Miner GitHub page ](https://github.com/TrailingStop/TT-Miner-release/releases/tag/2024.2.0)and download the latest .ZIP file, extract it to a folder on your computer. -``` -zanod.exe --stratum --stratum-miner-address= --log-level=0 --stratum-bind-port=11555 -``` + -Get the latest [mining software](overview) for Windows. To make it simple, if you use an Nvidia graphic card choose Cuda miner, for AMD go for OpenCL. +- In the extracted folder, create a text file named `start-zano-mining` -:::info Nvidia/CUDA cards +- Paste the following content inside: -If you have an NVIDIA card you need to install CUDA GPU Computing Toolkit v10.1 and then add `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin` to your `Path` environment variable. + ``` + rem starts zano with the stratum server activated + start "" "C:\Program Files\Zano\zanod.exe" --stratum --stratum-miner-address= --stratum-bind-port=11555 -::: + rem TT commandline + start TT-Miner.exe -luck -c ZANO -P miner@127.0.0.1:11555 + pause + ``` -Open another `cmd` window and navigate to the progminer folder. Run one of the following commands to start mining. +- Replace `` with your actual Zano wallet address. -``` -progminer-zano-opencl.exe -P stratum1+tcp://miner@localhost:11555 +- If your installation is not in the default location, replace `C:\Program Files\Zano` with the correct path. -progminer-zano-cuda.exe -P stratum1+tcp://miner@localhost:11555 +- Once you finish editing, if using Notepad, select `file` option, then `save as`, an add a `.bat` to the end of your file name (`start-zano-mining.bat`), this will make it executable. -progminer-zano-cpu.exe -P stratum1+tcp://miner@localhost:11555 -``` +### Step 3: Start Mining -You can use many instances of running mining software (`progminer-zano-*.exe`) with only one instance of the Zano daemon (`zanod`). + + +- Double-click `start-zano-mining.bat` to run TT-Miner & Zano node, verify that it's working as intended. + + :::note If your `zanod.exe` instance fails to start, make sure that there isn't another one running, and close your Zano desktop wallet if you haven't done so already. ::: + +### Step 4 (Optional): Start miner on boot + +- Search `Run` on your Windows search bar and hit enter. + +- Paste the following command into the text field, and hit enter. + + ``` + shell:startup + ``` + + The `Startup` folder will be opened + +- Go back to your TT-miner folder, right-click `start-zano-mining.bat` and select Create Shortcut + +- Copy the new shortcut to the previous `Startup` folder, now the script will be executed whenever your PC starts. + + :::note Remember that to open your Zano desktop wallet, you must first close all zanod.exe instances. ::: + +Visit our Mining-Talk channels on our [Discord and Telegram](https://links.zano.org) if you need more assistance or want to further tune your setup! diff --git a/docs/use/companion.md b/docs/use/companion.md index fe9ea5e..6530f8b 100644 --- a/docs/use/companion.md +++ b/docs/use/companion.md @@ -32,6 +32,6 @@ It's your gateway to the broader Zano ecosystem! 8. A popup will appear on the Companion to authorize the connection, you will only need to this on the first time. -![](/img/use/companion/sign_request.png) + ![](/img/use/companion/sign_request.png) **And that's it! Welcome to the Zano Ecosystem!** diff --git a/docs/use/legacy/coinswap-guide.md b/docs/use/legacy/coinswap-guide.md deleted file mode 100644 index 8d9499a..0000000 --- a/docs/use/legacy/coinswap-guide.md +++ /dev/null @@ -1,47 +0,0 @@ -# Coinswap guide - -As you may already know, Boolberry holders can swap their coins to the Zano network. The dev team managed to make this process as simple as possible. Basically, all you need is a transaction from the Boolberry wallet to a desired Zano address. The rest of the swap process will be completed automatically. The Boolberry funds will be burnt and after 20 confirmations your Zano address will receive the amount in Zano. - -:::danger ⠀ -Swapped coins will no longer exist in the Boolberry network and this action is irreversible. -::: - -The first step to coin swap is to obtain a Zano address. There is a [Getting started](https://docs.zano.org/docs/getting-started-1) article which will guide you through the process. - -:::danger ⠀ -Make sure you have Boolberry wallet version 93 or higher, available [here](https://boolberry.com/#downloads). -::: - -Next step is the coin transfer. Depending on how you prefer to store your coins there are three options. - -### Boolberry wallet - -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/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. - -### Exchange - -At first, you will have to make sure that you exchange uses the latest BBR daemon version which supports the coinswap. If so, you can request a withdrawal from your BBR exchange account to your Zano address and wait for transaction confirmation. Soon you will be able to see funds in your Zano wallet. - -### Daemon - -If you use the simplewallet daemon here is an example for making the coinswap transfer. - -![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. - -``` -$ curl http://127.0.0.1:12233/json_rpc -s -H 'content-type:application/json;' --data-binary '{"jsonrpc":"2.0","id":"5","method":"transfer", "params":{"destinations":[{"address":"}], "fee":1000000000, "mixin":0}}' -``` - -For more information please refer to [BBR Documentation](https://docs.boolberry.com/wallet). - -### Finalizing the swap - -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/use/coinswap-guide/coinswap-guide-final.png "coinswap-guide-final") diff --git a/docs/use/zano-trade.md b/docs/use/zano-trade.md index efe3b8a..c34b97e 100644 --- a/docs/use/zano-trade.md +++ b/docs/use/zano-trade.md @@ -92,8 +92,9 @@ When users publish their orders to Zano Trade, our DEX coordinator combines sell ### Is Zano Trade decentralized? -At no point does Zano Trade hold any custody of funds, it's simply a forum for users to find each other's orders.\ -You can even do trades without it by simply using the "Swap" function available in the official Zano wallets, in a fully self-hosted manner. +Zano trade is simply a forum for users to find each other's orders, at no point does it hold any custody of funds. + +You can even do trades without the site by simply using the "Swap" function available in the official Zano wallets, in a fully self-hosted manner. ### Why isn't there a traditional order book/liquidity pool? @@ -101,7 +102,7 @@ While technically a traditional order book is possible by building a list of hal However if there's a demand for an app like this and users are willing to opt-in, it could be built by a third party. -### What currencies can I trade? +### Which currencies can I trade? All [confidential assets](https://docs.zano.org/docs/learn/frequently-asked-questions#what-are-confidential-assets) issued or bridged over to Zano are tradeable. diff --git a/static/img/use/coinswap-guide/coinswap-guide-boolberry-wallet.png b/static/img/use/coinswap-guide/coinswap-guide-boolberry-wallet.png deleted file mode 100644 index 3c4f602..0000000 Binary files a/static/img/use/coinswap-guide/coinswap-guide-boolberry-wallet.png and /dev/null differ diff --git a/static/img/use/coinswap-guide/coinswap-guide-daemon-example.png b/static/img/use/coinswap-guide/coinswap-guide-daemon-example.png deleted file mode 100644 index b2ee8a8..0000000 Binary files a/static/img/use/coinswap-guide/coinswap-guide-daemon-example.png and /dev/null differ diff --git a/static/img/use/coinswap-guide/coinswap-guide-final.png b/static/img/use/coinswap-guide/coinswap-guide-final.png deleted file mode 100644 index 8d291ff..0000000 Binary files a/static/img/use/coinswap-guide/coinswap-guide-final.png and /dev/null differ