Skip to content

Releases: doktor83/SRBMiner-Multi

SRBMiner-MULTI v2.4.1

27 Nov 10:56
2fd84ed
Compare
Choose a tag to compare

32177a964b80f17834d29d57cbcb8bf5 *SRBMiner-Multi-2-4-1-win64.zip
26bb8f3868d59edc7115109738d93d56 *SRBMiner-Multi-2-4-1-Linux.tar.xz

  • Added algorithm 'karlsenhash' (Karlsen) for GPU mining [AMD/NVIDIA/INTEL], fee 1.0%

  • Added algorithm 'randomnevo' (NevoCoin) for CPU mining, fee 0.85%

  • Added support for dual mining ETHASHB3/SHA256DT on AMD/NVIDIA/INTEL GPU's

  • Lowered devfee on algorithm 'memehash' to 0.85%

  • Removed algorithms 'randomxl' and 'randomwow'

  • Added parameter '--gpu-disable-oc' which completely disables built-in OC functionality

  • Minor bug fixes


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.4.1/srbminer_custom-2.4.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.4.0 to v2.4.1:

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

SRBMiner-MULTI v2.4.0

18 Nov 12:55
8a62c64
Compare
Choose a tag to compare

f418385692a34907b4cf730b181e0eeb *SRBMiner-Multi-2-4-0-win64.zip
74d24f1ae8223e14cc8b2b118171325f *SRBMiner-Multi-2-4-0-Linux.tar.xz

  • Added support for algorithm 'cryptonight_xhv' on NVIDIA GPUs

  • Added support for algorithm 'cryptonight_gpu' on NVIDIA GPUs

  • Added support for algorithm 'ethashb3' on INTEL ARC GPUs

  • Added support for dual mining ETHASHB3/BLAKE3_ALEPHIUM on AMD Ellesmere GPUs

  • Added support for dual mining ETHASHB3/SHA512_256D_RADIANT on AMD Ellesmere GPUs

  • Added support for dual mining ETHASHB3/BLAKE3_ALEPHIUM on INTEL ARC GPUs

  • Improved performance on algorithm 'autolykos2' for NVIDIA, INTEL ARC and some AMD GPU's

  • Improved auto tuner for DUAL mining [control A0/A1 ratio with --gpu-dual-max-loss]

  • Removed algorithm 'dynex'

  • Removed built-in AMD GPU memory tweaking options

  • Minor bug fixes


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.4.0/srbminer_custom-2.4.0.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.3.9 to v2.4.0:

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

SRBMiner-MULTI v2.3.9

19 Oct 13:06
6e87592
Compare
Choose a tag to compare

005a518268e38705fc35d473eeef05bf *SRBMiner-Multi-2-3-9-win64.zip
db619916e6dc577af50362b833bd36f1 *SRBMiner-Multi-2-3-9-Linux.tar.xz

  • Fixed invalid shares issue on algorithm 'dynex' [introduced in v2.3.8]

  • Performance improvement on algorithm 'dynex' for some GPU's

  • Reduced devfee for algorithm 'dynex' to 2.0%

  • Added accepted/rejected/compute error stats per GPU in json API->algorithms

  • Minor bug fixes

Update:
Re-uploaded binaries and updated md5 hashes because i did a quick bug fix:

  • When '--max-no-share-sent' parameter was used it always triggered if ZIL was mined too.

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.3.9/srbminer_custom-2.3.9.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.3.7 to v2.3.9:

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

SRBMiner-MULTI v2.3.8

14 Oct 19:54
6e87592
Compare
Choose a tag to compare

bdb9769caf39ee1e5e7e1fa455bfcaad *SRBMiner-Multi-2-3-8-win64.zip
881a423ef2d6ad1e1e8267120b2d8369 *SRBMiner-Multi-2-3-8-Linux.tar.xz

  • Added support for NVIDIA 'Volta' architecture - displayed as 'unknown_nvidia' but supported algorithms should work

  • Dynex bug fixes

  • Minor bug fixes

!MANDATORY UPGRADE FOR DYNEX MINING!

I got informed by Dynex developers that after the optimisations i made in previous miner version, some of the jobs they tested returned invalid pouw solutions.
Because of the changes i had to make to fix the problem, hashrate decreased on most of the GPU's. (except AMD RDNA2 GPUs which actually got an increase in hashrate from the new code)
NVIDIA GPU's got the biggest hit.

To be able to continue mining, users MUST upgrade to this version (v 2.3.8) as soon as possible!
Older versions will stop working in a few days (i don't know the exact date - Dynex team will make that decision).


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.3.8/srbminer_custom-2.3.8.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.3.7 to v2.3.8:

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

SRBMiner-MULTI v2.3.7

03 Oct 20:43
2f1f905
Compare
Choose a tag to compare

e782700793619155afd408e43ba391d2 *SRBMiner-Multi-2-3-7-win64.zip
04f00adc27a66e56a26c0f5d95e7a672 *SRBMiner-Multi-2-3-7-Linux.tar.xz

  • Performance improvement on algorithm 'dynex' on AMD and NVIDIA GPUs

  • Minor bug fixes


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.3.7/srbminer_custom-2.3.7.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.3.6 to v2.3.7:

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

SRBMiner-MULTI v2.3.6

29 Sep 09:37
2f1f905
Compare
Choose a tag to compare

33975faee580aa1e99b03725890f6484 *SRBMiner-Multi-2-3-6-win64.zip
e631f4dfcac0aacc5b991824f492ebfc *SRBMiner-Multi-2-3-6-Linux.tar.xz

  • Added support for algorithm 'dynex' on NVIDIA GPUs

  • Performance improvement on algorithm 'dynex' on AMD GPUs

  • Removed Dynex optimised dual kernels

  • Lowered devfee for algorithm 'ethashb3' to standard 0.85%

  • Added parameter '--busy-wait-recheck' which sets the NVIDIA/INTEL GPUs OpenCL busy wait recheck value per algorithm*


--busy-wait-recheck:

Nvidia's OpenCL implementation has a bug known for many years which manifests in the way of having higher CPU usage (LA - load average) than it should be.
This will probably never get fixed, and its present only in their OpenCL implementation, but not in CUDA.
SRBMiner uses OpenCL for NVIDIA, and a workaround for this bug is used since the addition of NVIDIA support, but doing so (lowering/fixing the CPU usage bug) comes with a penalty, which is lower hashrate in some cases.
Every rig behaves differently depending on the CPU and number of GPU's used on it.
Unfortunately lowering the CPU usage also might lower the hashrate too, so finding an optimal 'golden middle' is important.

--busy-wait-recheck accepts values from 0.01 to 0.99 -> lower the value, higher the CPU usage will be, which allows for higher hashrate

Default value of --busy-wait-recheck is 0.3, which might or might not be the best value for your rig.

As a first step, set '--busy-wait-recheck 0.01' to get the maximum hashrate, then increase the value of --busy-wait-recheck and do some tests.
Experiment and try out different values to find an acceptable hashrate / CPU LA ratio.


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.3.6/srbminer_custom-2.3.6.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.3.5 to v2.3.6:

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

SRBMiner-MULTI v2.3.5

24 Aug 21:46
e1d2e86
Compare
Choose a tag to compare

fdafa622b35862c093577ad519963de0 *SRBMiner-Multi-2-3-5-win64.zip
5e646f0d31774d85180dbee832cecf5c *SRBMiner-Multi-2-3-5-Linux.tar.xz

  • Added support for dual mining ETHASHB3/BLAKE3_ALEPHIUM on NVIDIA and AMD RDNA1/2/3 GPUs

  • Minor performance improvement on algorithm 'ethashb3'

  • Minor performance improvement on algorithm 'dynex'

  • Lowered devfee for algorithm 'ethashb3' to 1%

  • Added field 'wallet' to API->algorithms->pool

  • Minor bug fixes


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.3.5/srbminer_custom-2.3.5.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.3.4 to v2.3.5:

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

SRBMiner-MULTI v2.3.4

17 Aug 20:21
3694428
Compare
Choose a tag to compare

MD5:
92ef01d665cd93eceaee6677bacfb8f0 *SRBMiner-Multi-2-3-4-win64.zip
fa1101c50882c1fe0a970b8dd789c39f *SRBMiner-Multi-2-3-4-Linux.tar.xz

  • Added algorithm 'ethashb3' (RETHEREUM coin) support for NVIDIA GPUs

  • Added support for dual mining ETHASHB3/SHA512_256D_RADIANT on NVIDIA and AMD RDNA1/2/3 GPUs

  • Added gfx906 (Vega VII) binaries for algorithm 'dynex' on newer drivers (tested on 22.40.6)

  • Fixed gfx900 mining on algorithm 'dynex' broke in previous version


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.3.4/srbminer_custom-2.3.4.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.3.3 to v2.3.4:

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

SRBMiner-MULTI v2.3.3

16 Aug 19:11
77aafed
Compare
Choose a tag to compare

MD5:
01483507ab5c9418cb096c0eb4e87330 *SRBMiner-Multi-2-3-3-win64.zip
947bf0e5a81c42e3b46ac5630a3f947b *SRBMiner-Multi-2-3-3-Linux.tar.xz

  • Added algorithm 'ethashb3' (RETHEREUM coin) for GPU mining, fee 2% [AMD only]*

  • Minor performance improvement on algorithm 'dynex' [Dynexcoin]

  • Bug fixes for algorithm 'dynex'*

  • Minor bug fixes


ethashb3:
NVIDIA support will be available in next release


dynex:
Upgrading to this release is advised because of better mallob handling and other fixes


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.3.3/srbminer_custom-2.3.3.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.3.2 to v2.3.3:

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

SRBMiner-MULTI v2.3.2

06 Aug 09:08
77aafed
Compare
Choose a tag to compare

MD5:
a6afe592f7bce694655fe7efc67a5b37 *SRBMiner-Multi-2-3-2-win64.zip
d2ddee2411a217a5433391a9707c5734 *SRBMiner-Multi-2-3-2-Linux.tar.xz

  • Performance improvement on algorithm 'dynex' [Dynexcoin]

  • Added parameter '--gpu-dynex-r' (performance tuning for algorithm 'dynex' - min 1, max 16)

  • Removed auto tuner for algorithm 'dynex' [it was causing data reporting issues]

  • Minor bug fixes


Dynex:

  • Higher value for '--gpu-dynex-r' parameter can lead to increased number of stale shares (rejected shares)!
  • Try playing with the combination of '--gpu-intensity' and '--gpu-dynex-r' parameter to find optimal settings

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.3.2/srbminer_custom-2.3.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.3.1 to v2.3.2:

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

RaveOS update script from v2.3.1 to v2.3.2:

Nvidia:
stop && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.3.2/SRBMiner-Multi-2-3-2-Linux.tar.xz && tar -xvf SRBMiner-Multi-2-3-2-Linux.tar.xz && cp -adpR SRBMiner-Multi-2-3-2/SRBMiner-MULTI /app-data/miners/srbminer-nvidia-2.3.1 && start

Amd:
stop && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.3.2/SRBMiner-Multi-2-3-2-Linux.tar.xz && tar -xvf SRBMiner-Multi-2-3-2-Linux.tar.xz && cp -adpR SRBMiner-Multi-2-3-2/SRBMiner-MULTI /app-data/miners/srbminer-2.3.1 && start