Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
papampi
on 18/09/2017, 14:07:50 UTC
Can someone please tell me where the logs are stored for claymore miner ?

I have a GPU which is causing the miner to reset and I would like to see which GPU it is from the log
You should enable logging in 3main
find the claymore line in 3main and add L to arguments like this :

from
Code:
screen -dmS miner $HCD ...
to
Code:
screen -dmSL miner $HCD .....

then you get a screenlog.0

This will work; as will modifying the code block in 3main for the COIN you are mining to enable Claymore logs.

Thanks for this

I made the change in 3main and there is a screenlog.0 file that has appeared but when I try open it up I get an error "this file is of unknown type"
Right click on the file > properties > open with >  "gedit"  
Set default.OK.
Double click screenlog.0

or in gauke terminal you can watch real time log with :

Code:
tail -f ~/screenlog.0