Скачать

SRBMiner

2.7.5

Скачать:
WindowsLinux
Криптекс пул –– Надежный. Эффективный. Прибыльный

Версии майнера

SRBMiner

SRBMiner-MULTI v2.7.5 (latest)

  • 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

Download

SRBMiner-Multi-2-7-5-Linux.tar.gz
SRBMiner-Multi-2-7-5-win64.zip

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

Download

SRBMiner-Multi-2-7-4-Linux.tar.gz
SRBMiner-Multi-2-7-4-win64.zip

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

Download

SRBMiner-Multi-2-7-3-Linux.tar.gz
SRBMiner-Multi-2-7-3-win64.zip

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

Download

SRBMiner-Multi-2-7-2-Linux.tar.gz
SRBMiner-Multi-2-7-2-win64.zip

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

Download

SRBMiner-Multi-2-7-1-Linux.tar.gz
SRBMiner-Multi-2-7-1-win64.zip