34c2d4ee3a75d36034388a3eb717a951 *SRBMiner-Multi-2-2-1-win64.zip
48e4e5890220d07b983bf177e78a4381 *SRBMiner-Multi-2-2-1-Linux.tar.xz
Re-uploaded release with quick fix for high CPU usage
-
Moved CPU part of the POUW work for algorithm 'dynex' on AMD and INTEL GPU's to the GPU*
-
Added parameter '--dynex-cpu-pow' which uses the old way of 'dynex' hashing
-
Added parameter '--gpu-reset-oc' which resets OC settings to their default values on miner start [NVIDIA]
-
Removed auto-tune for algorithm 'dynex'
-
Bug fixes for algorithm 'dynex'
Good news for AMD & INTEL GPU's (and in an upcoming release probably for NVIDIA's) :
A part of POUW work that was done on the CPU's is now done on GPU side.
This unfortunately comes with a penalty : less hashrate
More memory and additional work is needed on the GPU, which unfortunately decreases the total hashrate.
If you have a good CPU which can run all your cards without issues, then add the --dynex-cpu-pow parameter
and the additional work will again be calculated on the CPU side.
Info:
Auto intensity (when you don't set --gpu-intensity parameter manually) can set a too high or too low value, mainly because
on some systems video driver reports more free memory for the GPU than there really is.
In this case a few things can happen :
- gpu errors and won't start working
- gpu works but hashrate is lower than expected
- gpu crashes**
You should manually set the gpu intensity in these cases with --gpu-intensity parameter.
The initial (auto set) value can be seen on miner start. Increase/decrease that value and do some tests.
Custom miner for Hiveos
To use it you need to select “Custom miner†when you create Flight Sheet and paste this into 'Installation url' : https://github.com/doktor83/SRBMiner-Multi/releases/download/2.2.1/srbminer_custom-2.2.1.tar.gz
After that you must set everything manually through the 'Extra config arguments' field by using SRBMiner parameters ( https://github.com/doktor83/SRBMiner-Multi/blob/master/Parameters )
HiveOS update script from v2.2.0 to v2.2.1:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.2.1/SRBMiner-Multi-2-2-1-Linux.tar.xz && tar -xvf SRBMiner-Multi-2-2-1-Linux.tar.xz && cd SRBMiner-Multi-2-2-1 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.2.0 && miner start
SRBMiner as a GPU miner for Nvidia, AMD.