Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
keno1234
on 21/07/2017, 03:03:57 UTC
Thank you very much for making such a wonderful OS.

Does NVOC v0018 have log file when miner restart after GPU soft crash?

In the v0018 1bash it does; in this updated version it only logs restarts.  This is because logging slightly decreases stability with using USB keys.  I will make watchdog logs a YES/NO option for the next 1bash.  For now you can open the watchdog file:

Code:
IAmNotAJeep_and_Maxximus007_WATCHDOG

go to line 86:

Code:
kill $target #| tee -a ${LOG_FILE}

and remove the # so it reads:

Code:
kill $target | tee -a ${LOG_FILE}

and it will log soft crashes.


Thank you very much. I'll try.