SoftwarePage.Miners.srbminer.Title
آخرین نسخه
-
Added algorithm 'randomhscx' (HashCoinX) for CPU mining, fee 2.0%*
-
Performance improvements for algorithm 'tht' on AVX2 CPU's
-
--cpu-affinity can now be used to pin 'tht' main threads(instances) to specific PU's*
-
Fixed broken argon2 algorithms (CPU)
'randomhscx' can be mined on rplant.xyz [ eu.rplant.xyz:7023 ] HashCoinX website : https://hashcoinx.org
'tht' affinity examples: --cpu-threads 2 --cpu-threads-intensity 16 --cpu-affinity 0x0000000000010001 [first instance starts from PU 0 up to PU 15, second instance starts from PU 16 up to PU 31] --cpu-threads 4 --cpu-threads-intensity 8 --cpu-affinity 0x0000000001010101 [instances pinned to PU's 0,4,8,12]
Note: hashrate is better on windows, even better if you can find a good combo for threads, intensity and affinity [try first example if you have a 5950x on windows : 33 (linux) vs 43 (windows) sol/s in my case]
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.0.0/srbminer_custom-3.0.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 v3.0.0:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.0.0/SRBMiner-Multi-3-0-0-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-0-0-Linux.tar.gz && cd SRBMiner-Multi-3-0-0 && agent-stop && cp SRBMiner-MULTI /opt/mmp/miners/sbrminer/ && agent-start
HiveOS update script from v2.9.9 to v3.0.0:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/3.0.0/SRBMiner-Multi-3-0-0-Linux.tar.gz && tar -xzvf SRBMiner-Multi-3-0-0-Linux.tar.gz && cd SRBMiner-Multi-3-0-0 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.9.9 && miner start
Archive MD5 hashes e500d106851f18c8b56dbe001f43fccb *SRBMiner-Multi-3-0-0-win64.zip 389d43100e5faf2627844a4f50f52757 *SRBMiner-Multi-3-0-0-Linux.tar.gz