Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.8.8 - native algo switching
by
Bllacky
on 24/05/2019, 05:46:01 UTC
Hi,

I've solved the stability problems by installing the latest Adrenaline drivers.
Since then, the rigs have been running flawlessly on monero.

However, speed has also gone down, from 455 H/s on my ageing 280X to 430-445 H/s.
The speed decrease is not so much of an issue, it's better to have the rig mining than to have them crash all the time and not mine anything.
Though I would be much happier if they still worked at 450 H/s.


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.

GOT it! Will report back with the logs.