Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
rayd89
on 18/09/2017, 14:21:35 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

Legend
Thanks
After checking the log I can see I'm getting "illegal memory access" on all GPUs then GPU failed restart miner.
Then claymore resets and it occurs again after 1-2hours
Settings haven't changed from before and previously  it was stable for 4 days prior.
I have reduced the memory clock a little for now and will see what happens.
Any ideas ?