SRBMiner-MULTI v2.4.7
1ba5dff14a0bb7521eaf4075af26ff69 *SRBMiner-Multi-2-4-7-win64.zip
f3a7889216367b4be77fd3bbccfcc546 *SRBMiner-Multi-2-4-7-Linux.tar.xz
-
Performance improvement on algorithm 'aurum' for AVX2 supported CPU's
-
Fixed broken 'yespower' algorithms
-
Fixed broken algorithm 'blake3_decred'
-
Fixed broken --gpu-coffset and --gpu-moffset parameters (Linux)
-
Added parameter '--cpu-numa-bind' which can force binding of CPU worker threads to a specific NUMA node (per algorithm)*
-
Default --esm (ethereum stratum mode) value for algorithms 'ethash' and 'etchash' is now 2 (EthereumStratum 1.0 + nicehash mode)
-
Renamed parameter 'disable-numa' to 'disable-numa-binding'
-
Minor bug fixes
--cpu-numa-bind
Bind CPU worker threads to NUMA node id 1 (second NUMA node) with auto thread selection and affinity mask:
--algorithm ... --pool ... --wallet ... --cpu-numa-bind 1
Bind CPU worker threads to NUMA node id 1 (second NUMA node) with manually set number of threads and affinity mask:
--algorithm ... --pool ... --wallet ... --cpu-threads 8 --cpu-affinity 0x5555 --cpu-numa-bind 1
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.7/srbminer_custom-2.4.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 )
mmpOS update script to v2.4.7:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.4.7/SRBMiner-Multi-2-4-7-Linux.tar.xz && tar -xvf SRBMiner-Multi-2-4-7-Linux.tar.xz && cd SRBMiner-Multi-2-4-7 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.4.6 to v2.4.7:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.4.7/SRBMiner-Multi-2-4-7-Linux.tar.xz && tar -xvf SRBMiner-Multi-2-4-7-Linux.tar.xz && cd SRBMiner-Multi-2-4-7 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.4.6 && miner start