RE: How to mine ZCL using nVidia or AMD GPUs on windows

You are viewing a single comment's thread from:

How to mine ZCL using nVidia or AMD GPUs on windows

in zclassic •  7 years ago 

Hey do you also know how to setup Hush Minning Batch File?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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