V0.4.5+ Added 'randomepic' algorithm (EpicCash RandomX) solo/pool
+ 'ethash' and 'ubqhash' algorithm faster ~1.5% on Vega
+ 'RandomX' algorithm improvements
+ Fixed allocation of 'RandomX' dataset for 1Gb pages (--randomx-use-1gb-pages parameter)
+ Fixed an issue with MSR tweaks not being applied correctly
+ Lowered 'minotaur' algorithm devfee to 2%
+ Fixed crashing of 'minotaur' algorithm on AVX2 capable cpu's
+ '--send-stales' is now set per pool, it accepts true/false. Default is true.
+ 'send_stales' parameter added to pools config file too
+ '--gpu-intensity' option can now be used in combination with auto gpu setup in cmd
+ Improved gpu watchdog
+ Added temporary parameter '--cnpool-bbc-fix' which disables workers if job diff >= 50
+ Minor bug fixes
- When mining 'randomepic' miner workers will stop when jobs are not randomx.
- Found a bug that was here from the beginning of randomx addition, where MSR tweaks were applied incorrectly, so the hashrate was lower than it could be.
-
'--send-stales' and
send_stales parameters now accept a bool (true, false) and are now set per pool. Some pools accept stales while others don't, with this parameter you can control to which pool you want to send/not send shares that miner thinks are stale. Default is true, it means stale shares are sent if this parameter is not set to false.
- added parameter
'--cnpool-bbc-fix' on request of cnpool.cc operator. If this parameter is used miner will stop workers when a job diff >= 50 received.
- Now you can use
'--gpu-intensity' parameter alone, and miner will set the rest parameters for you automatically.
Example :
1. Set same intensity to every gpu:SRBMiner-MULTI.exe --algorithm ethash --gpu-intensity 24 --disable-cpu --pool eth-eu1.nanopool.org:9999 --wallet 0x74fb183Dfa951A9dC8C6de5ae4E1A8587fa6f371
2. Set different intensities (4 gpu's in rig):SRBMiner-MULTI.exe --algorithm ethash --gpu-intensity 24,23,23,25 --disable-cpu --pool eth-eu1.nanopool.org:9999 --wallet 0x74fb183Dfa951A9dC8C6de5ae4E1A8587fa6f371
Also from previous version the
'--gpu-tweak-profile' parameter works the same, so it can be applied without setting the rest of the gpu parameters.
Example:
1. Apply intensity 24 to every gpu and set tweak-profile 5 to themSRBMiner-MULTI.exe --algorithm ethash --gpu-intensity 24 --gpu-tweak-profile 5 --disable-cpu --pool eth-eu1.nanopool.org:9999 --wallet 0x74fb183Dfa951A9dC8C6de5ae4E1A8587fa6f371