YourZanoAddress.WorkerNamex
Mine Zano (ZANO) using the ProgPowZ algorithm. Compatible with Rigel, lolMiner, and TeamRedMiner. 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
# lolMiner lolMiner --algo PROGPOWZ \ --pool zano.alphapool.tech:5336 \ --user <YourZanoAddress>.<WorkerName> \ --pass x # TeamRedMiner (AMD) teamredminer -a progpowz \ -o stratum+tcp://zano.alphapool.tech:5336 \ -u <YourZanoAddress>.<WorkerName> \ -p x
Solo mining gives you the full block reward (minus the 0.75% pool fee) if you find a block — but with no guarantee of finding one. Best for large farms. Connect to port 5338 and prefix your address with solo:
# Rigel solo rigel -a progpowz \ -o stratum+tcp://zano.alphapool.tech:5338 \ -u solo:<YourZanoAddress>.<WorkerName> \ -p x # lolMiner solo lolMiner --algo PROGPOWZ \ --pool zano.alphapool.tech:5338 \ --user solo:<YourZanoAddress>.<WorkerName> \ --pass x