Post
Topic
Board Mining (Altcoins)
Re: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6
by
zawawa
on 02/11/2016, 21:03:42 UTC
0.6 suffers from the very same stability issues. works nicely when I start it, come back after an hour an all cards are showing 0.0Sol/s.

Use the -f 2 option and a goto loop in the batch file. I also have a watchdog daemon to monitor power consumption of my rigs and restart them when the power consumption is too low. Works like a charm. I'm getting 35-40 sol/s stable with RX 480 and 0.6.

Can you share that script?

The batch file is quite simple:

Quote
:loop
genoil.exe -f 2 ...
goto loop

The script for the watchdog daemon wouldn't be useful for you as it remotely controls Wifi power outlets. I was sick and tired of running around in my apartment and keep rebooting my rigs, you know.