Releases: doktor83/SRBMiner-Multi
SRBMiner-MULTI v2.7.5
-
Added support for dual mining AUTOLYKOS2/BLOCX + WALAHASH on AMD RDNA/RDNA2/RDNA3, NVIDIA GPUs
-
Fixed miner crashing when running a GPU+CPU algorithm combination
-
Fixes for epoch switching on progpow algorithms
-
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.7.5/srbminer_custom-2.7.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 )
mmpOS update script to v2.7.5:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.5/SRBMiner-Multi-2-7-5-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-5-Linux.tar.gz && cd SRBMiner-Multi-2-7-5 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.7.4 to v2.7.5:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.5/SRBMiner-Multi-2-7-5-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-5-Linux.tar.gz && cd SRBMiner-Multi-2-7-5 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.7.4 && miner start
Archive MD5 hashes
2909c50655d61fa66fd9ff71f92942d3 *SRBMiner-Multi-2-7-5-win64.zip
d9a6bf1b7cfa58e10ae0aa08fa1e84d4 *SRBMiner-Multi-2-7-5-Linux.tar.gz
SRBMiner-MULTI v2.7.4
-
Added support for dual mining FISHHASH/WALAHASH on AMD RDNA/RDNA2/RDNA3, NVIDIA (except Pascal)
-
Fixed miner crashing when mining 2 or more randomx algorithms
-
Lowered default priority for cpu worker threads on Windows (GUI should be more responsive)
-
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.7.4/srbminer_custom-2.7.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 )
mmpOS update script to v2.7.4:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.4/SRBMiner-Multi-2-7-4-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-4-Linux.tar.gz && cd SRBMiner-Multi-2-7-4 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.7.3 to v2.7.4:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.4/SRBMiner-Multi-2-7-4-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-4-Linux.tar.gz && cd SRBMiner-Multi-2-7-4 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.7.3 && miner start
Archive MD5 hashes
6b3c35a02967eab4348f646aace2804e *SRBMiner-Multi-2-7-4-win64.zip
019303bac5ff8e434bdd1edc5059fb45 *SRBMiner-Multi-2-7-4-Linux.tar.gz
SRBMiner-MULTI v2.7.3
-
Hashrate improvement for algorithms WALAHASH/ASTRIXHASH/NXLHASH on NVIDIA CMP GPU's
-
Added support for previous 'hoohashv1' algorithm - use it to mine coin PugDag*
-
Added support for Intel Battlemage GPUs
-
Added parameter '--cpu-threads-reduce' which reduces the number of threads used for cpu mining by the defined value (per algorithm)*
-
Fixed 'dual' mining of algorithm 'randomepic' with algorithms 'ghostrider' and 'mike'
-
Randomx fixes
-
Minor bug fixes
hoohashv1:
To mine PugDag (and get valid shares), you had to use SRBMiner version older than 2.7.0.
From this version you can mine it again by using algorithm 'hoohashv1' or alias 'pugdag' (--algorithm hoohashv1 or --algorithm pugdag).
If you use --algorithm hoohash (without v1) it will use latest version of hoohash which is supported only by Hoosat coin at the moment.
Optimized DUAL combos are NOT available for hoohashv1.
--cpu-threads-reduce:
Example:
- Auto allocate number of cpu threads used for mining, but use 1 thread less : --cpu-threads-reduce 1
It's set per algorithm, so if you mine for ex. 2 algorithms and you DON'T want to reduce from BOTH algorithms, only from the first one, use --cpu-threads-reduce 1 --cpu-threads-reduce 0, or a shorter version --cpu-threads-reduce 1;0
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.7.3/srbminer_custom-2.7.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 )
mmpOS update script to v2.7.3:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.3/SRBMiner-Multi-2-7-3-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-3-Linux.tar.gz && cd SRBMiner-Multi-2-7-3 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.7.2 to v2.7.3:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.3/SRBMiner-Multi-2-7-3-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-3-Linux.tar.gz && cd SRBMiner-Multi-2-7-3 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.7.2 && miner start
Archive MD5 hashes
27d72c856a33fc208b34186e5e7df741 *SRBMiner-Multi-2-7-3-win64.zip
c48a44c3f5e3641d7bbc5abe3c030448 *SRBMiner-Multi-2-7-3-Linux.tar.gz
SRBMiner-MULTI v2.7.2
-
Added algorithm 'yespowerdogemone' (Dogemone coin) for CPU mining, fee 0.85%
-
Added support for dual mining KARLSENHASHV2/BLAKE3_DECRED on AMD RDNA/RDNA2/RDNA3, NVIDIA and INTEL GPU's
-
Fixed broken progpow algorithms on AMD VEGA GPU's
-
Fixed broken algorithm 'panthera' on non-ryzen cpu's
-
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.7.2/srbminer_custom-2.7.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 )
mmpOS update script to v2.7.2:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.2/SRBMiner-Multi-2-7-2-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-2-Linux.tar.gz && cd SRBMiner-Multi-2-7-2 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.7.1 to v2.7.2:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.2/SRBMiner-Multi-2-7-2-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-2-Linux.tar.gz && cd SRBMiner-Multi-2-7-2 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.7.1 && miner start
Archive MD5 hashes
2f075fb5a7090ae213b2ae364735f48e *SRBMiner-Multi-2-7-2-win64.zip
ab503d70acb8ceb61959a731a2c48c55 *SRBMiner-Multi-2-7-2-Linux.tar.gz
SRBMiner-MULTI v2.7.1
-
Updated dual's: AUTOLYKOS2/BLOCX + HOOHASH, FISHHASH + HOOHASH, KARLSENHASHV2 + HOOHASH to be compatible with HOOHASH HF
-
Fixed miner crashing in some cases when mining ZIL
-
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.7.1/srbminer_custom-2.7.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 )
mmpOS update script to v2.7.1:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.1/SRBMiner-Multi-2-7-1-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-1-Linux.tar.gz && cd SRBMiner-Multi-2-7-1 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.6.9 to v2.7.1:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.1/SRBMiner-Multi-2-7-1-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-1-Linux.tar.gz && cd SRBMiner-Multi-2-7-1 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.6.9 && miner start
Archive MD5 hashes
2f887297d4a3b9668328a3d78607c0ca *SRBMiner-Multi-2-7-1-win64.zip
380e744e13464b874c68b79110234174 *SRBMiner-Multi-2-7-1-Linux.tar.gz
SRBMiner-MULTI v2.7.0
-
Added algorithm 'progpow_quai' (Quai Network - Golden Age Testnet) for GPU mining [AMD/NVIDIA/INTEL], fee 0.85%
-
Updated algorithm 'hoohash' and it's ready for the hard fork [Nov. 15, 2024]
-
Fixed broken algorithm 'panthera'
-
Removed algorithm 'xelishash' (old one, not v2)
-
Minor bug fixes
- Dual's with the new hoohash algorithm will be updated in the next release
- Quai can be mined solo with proxy or on pool quai.luckypool.io
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.7.0/srbminer_custom-2.7.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 )
mmpOS update script to v2.7.0:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.0/SRBMiner-Multi-2-7-0-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-0-Linux.tar.gz && cd SRBMiner-Multi-2-7-0 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.6.9 to v2.7.0:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.0/SRBMiner-Multi-2-7-0-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-7-0-Linux.tar.gz && cd SRBMiner-Multi-2-7-0 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.6.9 && miner start
Archive MD5 hashes
70d19b8aa3d6530d8983e30ef96a61e4 *SRBMiner-Multi-2-7-0-win64.zip
db6765bf96362fa2771314bf71a665b2 *SRBMiner-Multi-2-7-0-Linux.tar.gz
SRBMiner-MULTI v2.6.9
-
Added algorithm 'walahash' (Waglayla coin) for GPU mining [AMD/NVIDIA/INTEL], fee 1.00%
-
Fixed algorithm 'astrixhash' on NVIDIA CMP100-210
-
Fixed parameter '--disable-huge-pages'
-
Reduced miner binary size: removed algorithms -> 'pyrinhashv2', 'pyrinhash', 'karlsenhash', 'blake3_alephium', 'sha512_256d_radiant', 'sha3d', 'ubqhash', 'progpow_veriblock', 'pufferfish2bmb', 'randomkeva', 'randomgrft', 'randomnevo'
-
Minor bug fixes
Waglayla website: https://waglayla.com
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.6.9/srbminer_custom-2.6.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 )
mmpOS update script to v2.6.9:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.6.9/SRBMiner-Multi-2-6-9-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-6-9-Linux.tar.gz && cd SRBMiner-Multi-2-6-9 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.6.8 to v2.6.9:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.6.9/SRBMiner-Multi-2-6-9-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-6-9-Linux.tar.gz && cd SRBMiner-Multi-2-6-9 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.6.8 && miner start
Archive MD5 hashes
f387407af321c749fa689a65111c927d *SRBMiner-Multi-2-6-9-win64.zip
8525a52e3a6fc401b351968c1321c1b1 *SRBMiner-Multi-2-6-9-Linux.tar.gz
SRBMiner-MULTI v2.6.8
-
Added algorithm 'nxlhash' (Nexell-AI coin) for GPU mining [AMD/NVIDIA/INTEL], fee 1.00%
-
Hashrate/Efficiency improvement on 'astrixhash' algorithm for NVIDIA GPU's
-
Algorithm 'verushash' now accepts value 2 for '--cpu-threads-intensity' parameter
-
Minor bug fixes
- Nexell-AI fork date : Oct 15th 2024
Something to experiment with [verushash] :
- --cpu-threads-intensity 2 might increase your hashrate a little bit. But it probably won't.
- Try running more threads than you have physical threads, for example : if your cpu has 32 threads, set --cpu-threads 64
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.6.8/srbminer_custom-2.6.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 )
mmpOS update script to v2.6.8:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.6.8/SRBMiner-Multi-2-6-8-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-6-8-Linux.tar.gz && cd SRBMiner-Multi-2-6-8 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.6.6 to v2.6.8:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.6.8/SRBMiner-Multi-2-6-8-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-6-8-Linux.tar.gz && cd SRBMiner-Multi-2-6-8 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.6.6 && miner start
Archive MD5 hashes
435c8ca33566c0767971659b68f18115 *SRBMiner-Multi-2-6-8-win64.zip
86b822b16005c72080669c39669224e0 *SRBMiner-Multi-2-6-8-Linux.tar.gz
SRBMiner-MULTI v2.6.7
-
Fixed 'low difficulty share' issue on algorithm 'verushash' for CPU mining
-
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.6.7/srbminer_custom-2.6.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.6.7:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.6.7/SRBMiner-Multi-2-6-7-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-6-7-Linux.tar.gz && cd SRBMiner-Multi-2-6-7 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.6.6 to v2.6.7:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.6.7/SRBMiner-Multi-2-6-7-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-6-7-Linux.tar.gz && cd SRBMiner-Multi-2-6-7 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.6.6 && miner start
Archive MD5 hashes
0eb66a83233969ef89264fe9853bd184 *SRBMiner-Multi-2-6-7-win64.zip
e2ac1acd5989d27d9388bbab269f04a8 *SRBMiner-Multi-2-6-7-Linux.tar.gz
SRBMiner-MULTI v2.6.6
-
Added algorithm 'hoohash' (Hoosat coin) for GPU mining [AMD/NVIDIA/INTEL], fee 2.00%
-
Added support for dual mining FISHHASH/HOOHASH on AMD RDNA/RDNA2/RDNA3, NVIDIA (except Pascal) and INTEL GPU's
-
Added support for dual mining KARLSENHASHV2/HOOHASH on AMD RDNA/RDNA2/RDNA3, NVIDIA (except Pascal) and INTEL GPU's
-
Added support for dual mining AUTOLYKOS2/HOOHASH on AMD RDNA/RDNA2/RDNA3, NVIDIA and INTEL GPU's
-
Added parameter '--autolykos2-preload' which enables preloading of the next dataset on Autolykos2/Blocx if GPU has enough free memory
-
Fixed mining of algorithm 'verushash' on Nicehash
-
Removed algorithm 'memehash'
-
Removed dual mining support on INTEL GPU's for : AUTOLYKOS2/SHA256DT-RADIANT-HEAVYHASH-PYRINHASH-KARLSENHASH
Hoosat will use the new algorithm 'hoohash' after a fork at Sept 26th 2024.
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.6.6/srbminer_custom-2.6.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 )
mmpOS update script to v2.6.6:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.6.6/SRBMiner-Multi-2-6-6-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-6-6-Linux.tar.gz && cd SRBMiner-Multi-2-6-6 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.6.5 to v2.6.6:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.6.6/SRBMiner-Multi-2-6-6-Linux.tar.gz && tar -xzvf SRBMiner-Multi-2-6-6-Linux.tar.gz && cd SRBMiner-Multi-2-6-6 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.6.5 && miner start
Archive MD5 hashes
ba534f0b9a89cc54136baf0c030cca79 *SRBMiner-Multi-2-6-6-win64.zip
cec73f8425a366dc341411e5e2457531 *SRBMiner-Multi-2-6-6-Linux.tar.gz