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
screen -dmS miner $HCD ...
to
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.