Post
Topic
Board Mining (Altcoins)
Re: Mining zclassic whit nvidia video card
by
Za1n
on 11/10/2017, 16:44:11 UTC
Guys I need help about mining zclassic in supernova pool. I dont know what miner to use to mine zclassic. I somehow set up miner for zcash but I want to mine zclassic. I installed EWBF miner for zcash. But what I need to do so I can mine zclassic?!

You just need to point to the Zclassic pool and use a Zclassic wallet for your worker ID just as you would for Zcash. They both use the Equihash algorithm, so any miner capable of mining Zcash can also mine Zclassic. If you use Claymore's Zcash miner you may also need to add -allpools 1 to the bat file. For the Suprnova pool, use:  stratum+tcp://zcl.suprnova.cc:4042
This is my setting that I set up for my miner : http://prntscr.com/gw0wdz
Now I cant even start miner, I know that I did something wrong but what I dont know Sad

Try this in your bat file:   miner --server zcl.suprnova.cc --user serbking97.Kopac2 --pass x --port 4042  

Leave off the cuda-devices, intensity and the fee parameters for now just to see if it works. If it does work you can add back any additional parameters you want at a later point. At first just keep your bat file as simple as it can be to get going.

Also, get rid of all the setx lines above your bat too as they are mainly for AMD cards. If you do have a AMD card you should be using a miner like Claymore's Zcash instead:  https://bitcointalk.org/index.php?topic=1670733.0

If that is the case (you do have a AMD card) you will need to use this in your Claymore batch file:    ZecMiner64.exe -zpool ssl://zcl.suprnova.cc:4142 -zwal serbking97.Kopac2 -zpsw x -allpools 1