YourZanoAddress.WorkerNamex
Mine Zano (ZANO) using the ProgPowZ algorithm. Compatible with Rigel, WildRig, and SRBMiner. Works with HiveOS and any Linux/Windows mining OS.
⚠️ Worker name required for rig tracking. Format: YourAddress.WorkerName
Rigel is the recommended miner for ProgPowZ on Nvidia GPUs. In HiveOS, use the settings below:
%WAL%.%WORKER_NAME% — this appends your rig name so it shows in your stats dashboard. Without it, workers appear as "undefined".
rigel -a progpowz \ -o stratum+tcp://zano.alphapool.tech:5336 \ -u <YourZanoAddress>.<WorkerName> \ -p x
WildRig Multi is the recommended miner for ProgPowZ on AMD GPUs. Use the settings below:
wildrig-multi --algo progpowz \n --url stratum+tcp://zano.alphapool.tech:5336 \n --user <YourZanoAddress>.<WorkerName> \n --pass x
SRBMiner-MULTI supports ProgPowZ on AMD GPUs with competitive performance.
SRBMiner-MULTI --algorithm progpowz \ --pool stratum+tcp://zano.alphapool.tech:5336 \ --wallet <YourZanoAddress>.<WorkerName> \ --password x
Add solo: before your wallet address. Connect to any port — port 5338 has higher starting difficulty and is preferred for large farms (>1 GH/s). Smaller rigs can use port 5336.
If your rig finds a block, 99.25% of the reward goes directly to you. If no block is found, you earn nothing — shares are tracked but not rewarded until a block is found.
solo: — without this prefix your rig mines in PPLNS pool mode instead.
rigel -a progpowz \ -o stratum+tcp://zano.alphapool.tech:5338 \ -u solo:<YourZanoAddress>.<WorkerName> \ -p x