SRBMiner-MULTI v2.2.2 released

Published on: 2023-03-15

6808360?s=60&v=4

fcaa44199b3da6ae1d1f3ae6d0190263 *SRBMiner-Multi-2-2-2-win64.zip
d13a674a8547726d6ca18b01dc56ab42 *SRBMiner-Multi-2-2-2-Linux.tar.xz

  • Moved CPU part of the POUW work for algorithm 'dynex' on NVIDIA GPU's to the GPU*

  • Better utilization of CPU's that have more threads than running GPU's for algorithm 'dynex'

  • Parameter '--dynex-cpu-pow' now expects GPU id's of devices on which you want to use the old CPU POW method

  • Increased value of auto intensity a little bit under Linux OS for algorithm 'dynex'*

  • Minor bug fixes


Good news for NVIDIA GPU'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 use the --dynex-cpu-pow parameter,
list all the GPU id's 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 value now, mainly because
on some systems video driver reports more free memory for the GPU than there really is.
Also devices that have a display (monitor) attached will probably need to manually lower intensity.

In this case a few things can happen :

  • gpu works but hashrate is lower than expected (previous version)
  • gpu errors and won't start working
  • 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.
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.2/srbminer_custom-2.2.2.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.1 to v2.2.2:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.2.2/SRBMiner-Multi-2-2-2-Linux.tar.xz && tar -xvf SRBMiner-Multi-2-2-2-Linux.tar.xz && cd SRBMiner-Multi-2-2-2 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.2.1 && miner start

SRBMiner as a GPU miner for Nvidia, AMD.

Go to the SRBMiner-MULTI v2.2.2 released download page