Windows
The Zano daemon features an internal stratum-like server that can serve miner clients via the ethProxy protocol. It works like a very light and simple pool that mines to a single address.
A 2GB graphic card is required for GPU mining.
Solo Mining in Windows (AMD & NVIDIA)
Step 1: Set up the Zano node
- First, install the Zano app, open the wallet, and wait until blockchain syncing is complete, when the syncing process is complete, close the app.
Locate where your Zano node executable (
zanod.exe
) is.By default, it's in
C:\Program Files\Zano
Step 2: Download and Configure TT-Miner
- Go to the TT-Miner GitHub page and download the latest .ZIP file, extract it to a folder on your computer.
In the extracted folder, create a text file named
start-zano-mining
Paste the following content inside:
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
rem TT commandline
start TT-Miner.exe -luck -c ZANO -P [email protected]:11555
pauseReplace
<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.Once you finish editing, if using Notepad, select
file
option, thensave as
, an add a.bat
to the end of your file name (start-zano-mining.bat
), this will make it executable.
Step 3: Start Mining
- Double-click
start-zano-mining.bat
to run TT-Miner & Zano node, verify that it's working as intended.
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 openedGo back to your TT-miner folder, right-click
start-zano-mining.bat
and select Create ShortcutCopy the new shortcut to the previous
Startup
folder, now the script will be executed whenever your PC starts.
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 if you need more assistance or want to discuss, happy mining!