Post
Topic
Board Mining (Altcoins)
Re: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6
by
Taxidermista
on 02/11/2016, 13:30:01 UTC
    Released 0.6.

    - time & thread logging
    - fancy console colors
    - logs output to file in ./logs directory
    - 0 sols/s watchdog
    - some minor SilentArmy improvements[/li][/list]

    The 0 sols watchdog is enabled by default. Because I don't know yet what is actually causing it, I have added three ways to deal with it. You can specify that with -f flag.

    -f 0: attempt to restart the GPU.
    -f 1: leave the gpu thread and do nothing (basically what happens now)
    -f 2: quit the application. when used in conjunction with a looping bat file, this could be most effective.

    Still, loads to do before I can call it 1.0, but it's getting better every release.

    Thanks ppl who either accidentally or intentionally leave the default bat file like it is!

    Do you think it's better -f 0 than -f 2?