Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.8.8 - native algo switching
by
doktor83
on 20/05/2019, 11:50:42 UTC

I wish I could, but I don't see any log files being created like in the previous versions.


If you open start.bat you will see this :

Quote
REM LOGGING ENABLED
REM SRBMiner-CN.exe --config Config\config-normalv4.txt --pools pools.txt --logfile %LOGTIME%

REM LOGGING DISABLED
SRBMiner-CN.exe --config Config\config-normalv4.txt --pools pools.txt

if you remove the REM under the 'LOGGING ENABLED', and put a REM before the 'LOGGING DISABLED' part, you will get logging enabled.

Quote
REM LOGGING ENABLED
SRBMiner-CN.exe --config Config\config-normalv4.txt --pools pools.txt --logfile %LOGTIME%

REM LOGGING DISABLED
REM SRBMiner-CN.exe --config Config\config-normalv4.txt --pools pools.txt

Or if you have a custom start script use the --logfile parameter. It's all the same as before, just it's not turned on by default.