1ad7d89ec2ead044cc3440420c564010 *SRBMiner-Multi-2-2-0-win64.zip
ef5536c79f7968101e948e19bd40c86a *SRBMiner-Multi-2-2-0-Linux.tar.xz
-
Added algorithm 'dynex' (DYNEX coin) for GPU mining, fee 3.0%* [AMD/NVIDIA/INTEL]
-
Added INTEL ARC support for algorithms : autolykos2, etchash, ethash, ubqhash, blake3_ironfish
-
Added INTEL ARC support for dual mining : autolykos2/kaspa, autolykos2/heavyhash, autolykos2/sha512_256d_radiant, autolykos2/sha256dt, autolykos2/blake3_alephium, autolykos2/blake3_ironfish
-
Added dynex specific parameter '--mallob-endpoint'
-
Fixed 'blake3_ironfish' algorithm [also for DUAL modes]
-
Fixed 'sha256dt' algorithm for Nvidia ADA and HOPPER architectures
-
Added parameter '--disable-ptx-check' [nvidia]
-
Fixed bugs with NVIDIA OC parameters
Dynex:
Multiple pools & mallobs can be used.
There is no 'adj' parameter, to manually set the number of chips use '--gpu-intensity' parameter.
Dynex can be 'dual' mined with ZIL :
--disable-cpu --algorithm dynex --mallob-endpoint mallob.neuropool.net:8081,https://dnx.eu.ekapool.com --pool dynex.neuropool.net:19331,dnx.eu.ekapool.com:19666,dnx.mineradnow.space:18000 --wallet dynex-wallet-here --zil-enable --zil-pool eu.crazypool.org:5005 --zil-wallet zil-wallet-here --zil-esm 2
You can define multiple pools with the same/different wallets, miner will automatically failover when needed:
--pool dynex.neuropool.net:19331,dnx.eu.ekapool.com:19666,dnx.mineradnow.space:18000 --wallet pool1-wallet,pool2-wallet,pool3-wallet
Windows users [ AMD GPUS ]:
Dynex POUW computations are long, so you should apply TDR fix [can be found in the Help folder], or else driver crashes might occur.
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.2.0/srbminer_custom-2.2.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 )
HiveOS update script from v2.1.0 to v2.2.0:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.2.0/SRBMiner-Multi-2-2-0-Linux.tar.xz && tar -xvf SRBMiner-Multi-2-2-0-Linux.tar.xz && cd SRBMiner-Multi-2-2-0 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.1.0 && miner start