Post
Topic
Board Mining (Altcoins)
Re: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.4.2
by
bathrobehero
on 31/10/2016, 16:52:29 UTC
Genoil

Awesome work! Its mining well....yes a bit unstable but best out there IMO.

Quick question. What is the setting to have this miner auto restart every 30 mins. I have a few cards acting up and need a auto restart. :p

Your best bet is to run it in a loop:

:loop
genoil.exe ...
timeout -t 5
goto loop

so it starts over and over again and have another bat running which kills the miner periodically:

:loop
timeout -t 300
taskkill -t -f /im genoil.exe
goto loop



Tried it on nvidia out of curiosity but it didn't work (Mining thread quit zec-sa#2clEnqueueNDRangeKernel(-4)).

Not surprising just thought I'd give it a try. Interestingly it also didn't seem to recognize the intensity argument (error: unrecognised option '-i').