Use the following instructions to mine a block.
Open your wallet, and make sure your wallet is connected with a node.
Your wallet is connected when you see the icon in the lower right corner of your wallet.
The message “Syncing Headers (0,0%)” will disappear once you mine your first block.
Close your wallet and create the file zoow.conf in the folder “%APPDATA%\zoow\”.
Paste the following text into zoow.conf and save the file.
rpcuser=rpc_zoow
rpcpassword=cfd110dfccf87870a46589
rpcallowip=127.0.0.1
rpcport=8491
listen=1
server=1
addnode=212.237.9.94
addnode=94.177.213.159
addnode=80.211.96.205
Open your wallet.
Create a .bat file named mine.bat in the same folder where you extracted zoow-cli.exe and paste the following text into mine.bat.
@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
zoow-cli.exe generate 1
goto begin
Save the file.
Execute mine.bat to start mining your first block.
It will take about +/- 30 minutes to mine your first block, depending on your computer hardware