Скачать

SRBMiner

3.2.6

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

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

SRBMiner

SRBMiner-MULTI v3.2.6 (latest)

  • Fixed a critical bug that affected maximum number of useable threads on GPU Yescrypts - delete your Autotune folder and re-run miner

  • New feature : when defining pool/s (with parameter --pool) it now accepts 'ssl://' or 'tls://' to enable encryption

  • Removed algorithm 'sha3x' and duals 'fishash+sha3x', 'autolykos2+sha3x'

  • Removed algorithms 'xelishashv2_pepew', 'randomhscx', 'randomxeq'


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/3.2.6/srbminer_custom-3.2.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 v3.2.6:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.2.6/SRBMiner-Multi-3-2-6-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-2-6-Linux.tar.gz && cd SRBMiner-Multi-3-2-6 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start

HiveOS update script from v3.2.2 to v3.2.6:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.2.6/SRBMiner-Multi-3-2-6-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-2-6-Linux.tar.gz && cd SRBMiner-Multi-3-2-6 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/3.2.2 && miner start


Archive MD5 hashes a018b79b1c9f12871d10e5d8c3ef38fc *SRBMiner-Multi-3-2-6-win64.zip 76a2eff948cde608990dd00f8592da83 *SRBMiner-Multi-3-2-6-Linux.tar.gz

Download

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

SRBMiner-MULTI v3.2.5

  • Added support for algorithms 'yescrypt', 'yescryptr16' and 'yescryptr32' on AMD Ellesmere and Vega GPUs*
  • Fixed bug in 'randomepic' and 'progpow_epic' algorithms that broke algo switching capability

It is possible that you will have better results on older miner versions for these gpu's on yescrypts. If so, use older version then, don't ask me to improve current code because i won't,


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/3.2.5/srbminer_custom-3.2.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 v3.2.5:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.2.5/SRBMiner-Multi-3-2-5-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-2-5-Linux.tar.gz && cd SRBMiner-Multi-3-2-5 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start

HiveOS update script from v3.2.2 to v3.2.5:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.2.5/SRBMiner-Multi-3-2-5-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-2-5-Linux.tar.gz && cd SRBMiner-Multi-3-2-5 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/3.2.2 && miner start


Archive MD5 hashes 608ae0952e39de67ee8197c38c245229 *SRBMiner-Multi-3-2-5-win64.zip 0329305e53dab2630abe654fa8d879cf *SRBMiner-Multi-3-2-5-Linux.tar.gz

Download

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

SRBMiner-MULTI v3.2.4

  • Added AMD/INTEL GPU support for algorithm 'dutahashv4'

  • Hashrate improvement on algorithm 'dutahashv4' for some NVIDIA GPUs

  • New feature: save/load GPU autotune result*

  • New parameter: '--autotune-no-load' which disables the newly added autotune save/load functionality

  • New parameters: '--algorithm-cpu' and '--algorithm-gpu' to split algorithms by device type in the same miner instance*


Miner now saves best autotune result to a file, and loads it on next miner start. This way autotune won't run every time. If you are not satisfied with the autotune result, go into Autotune folder and remove the related file/files, so on next start it will autotune again.


'--algorithm-gpu' runs selected algorithms on GPU only '--algorithm-cpu' runs selected algorithms on CPU only

Also added aliases for these new parameters : '-ac' and '-ag'

Order of parameters matters: if you define --algorithm-cpu first then the first occurences of --pool, --wallet ... etc will be used for the algorithm defined in first --algorithm-cpu

Example [Cpu: yespower, Gpu: xelishashv3]: --algorithm-cpu yespower --pool yespower-pool --wallet yespower-wallet --algorithm-gpu xelishashv3 --pool xelis-pool --wallet xelis-wallet


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/3.2.4/srbminer_custom-3.2.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 v3.2.4:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.2.4/SRBMiner-Multi-3-2-4-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-2-4-Linux.tar.gz && cd SRBMiner-Multi-3-2-4 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start

HiveOS update script from v3.2.2 to v3.2.4:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.2.4/SRBMiner-Multi-3-2-4-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-2-4-Linux.tar.gz && cd SRBMiner-Multi-3-2-4 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/3.2.2 && miner start


Archive MD5 hashes d63fa6791a1158400ffe419c03f79698 *SRBMiner-Multi-3-2-4-win64.zip 4cd09359da86df338d111856c71941c1 *SRBMiner-Multi-3-2-4-Linux.tar.gz

Download

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

SRBMiner-MULTI v3.2.3

  • Added algorithm 'dutahashv4' (Duta coin) for CPU and NVIDIA GPU mining, fee 2.00%*

  • Added NVIDIA GPU support for algorithm 'cryptonight_turtle' :)

  • Fixed algorithm 'cryptonight_gpu' so it can use more than 2048 threads without getting invalid shares [can get higher hashrate]

  • Removed dead algorithms 'randomsfx', 'nxlhash', 'cryptonight_xhv', 'cryptonight_ccx', 'cryptonight_upx', 'argon2id_chukwa', 'argon2id_chukwa2'


'dutahashv4' can be mined on rplant pool [ randomx.rplant.xyz:7093 ]

AMD support and possible further optimisations will come later


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/3.2.3/srbminer_custom-3.2.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 v3.2.3:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.2.3/SRBMiner-Multi-3-2-3-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-2-3-Linux.tar.gz && cd SRBMiner-Multi-3-2-3 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start

HiveOS update script from v3.2.2 to v3.2.3:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.2.3/SRBMiner-Multi-3-2-3-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-2-3-Linux.tar.gz && cd SRBMiner-Multi-3-2-3 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/3.2.2 && miner start


Archive MD5 hashes f97d2533c7d3d545da30a974c022e1f6 *SRBMiner-Multi-3-2-3-win64.zip 963c0fb75a5e6aa31d5aa01f033b7517 *SRBMiner-Multi-3-2-3-Linux.tar.gz

Download

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

SRBMiner-MULTI v3.2.2

  • Added algorithm 'yespowerbitok' (Bitok coin) for CPU mining, fee 0.85%*

  • Hashrate improvement on all 'yescrypt' variants for NVIDIA & AMD GPUs


'yespowerbitok' can be mined on lastbitcoin.org [ lastbitcoin.org:3032 ]


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/3.2.2/srbminer_custom-3.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 )


mmpOS update script to v3.2.2:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.2.2/SRBMiner-Multi-3-2-2-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-2-2-Linux.tar.gz && cd SRBMiner-Multi-3-2-2 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start

HiveOS update script from v3.1.8 to v3.2.2:

cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.2.2/SRBMiner-Multi-3-2-2-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-2-2-Linux.tar.gz && cd SRBMiner-Multi-3-2-2 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/3.1.8 && miner start


Archive MD5 hashes edbc058d0200f90308c9e9ca72c82c51 *SRBMiner-Multi-3-2-2-win64.zip 663dbb612d21e2306ab12d372c7acabf *SRBMiner-Multi-3-2-2-Linux.tar.gz

Download

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