You are viewing a single comment's thread from:RE: How to mine ZCL using nVidia or AMD GPUs on windowsView the full contextodellconcrete (34)in #zclassic • 7 years ago Hey do you also know how to setup Hush Minning Batch File?
which miner are you using? EWBF? Claymore?
I recommend you use SuprNova pool for Hush mining. Try this for claymore batch file:
:loop
ZecMiner64.exe -zpool zdash.suprnova.cc:4048 -zwal YourUsername.YourWorker -zpsw YourWorkerPass -allpools 1
goto loop
And this for EWBF batch file:
:loop
miner --server zdash.suprnova.cc --port 4048 --user UserName.WorkerName --pass YourWorkerPassword --eexit 1 --eexit 3 --fee 0 --tempunits C --templimit 78 --pec --log 2 --api 0.0.0.0:42000
goto loop