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.
-
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
pause -
Replace
YOUR_WALLET_ADDRESSwith your actual Zano wallet address. -
If your installation is not in the default location, replace
C:\Program Files\Zanowith the correct path. -
Once you finish editing, if using Notepad, select
fileoption, thensave as, an add a.batto the end of your file name (start-zano-mining.bat), this will make it executable.
Step 3: Start Mining
- Double-click
start-zano-mining.batto 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
Runon your Windows search bar and hit enter. -
Paste the following command into the text field, and hit enter.
shell:startupThe
Startupfolder will be opened -
Go back to your TT-miner folder, right-click
start-zano-mining.batand select Create Shortcut -
Copy the new shortcut to the previous
Startupfolder, 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!