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