Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
fullzero
on 15/09/2017, 20:57: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.