T-Rex 0.25.15
- (LHR) Extend the new LHR unlock functionality to ETH+ALPH dual mining, and ERGO single mode.
LHR tune values aren't accurate, but once you've found a value that's stable for your GPU, you can set it manually with--lhr-tune
and get consistent results across miner restarts. - (LHR) Allow setting "up" and "down" auto-tune intervals separately, e.g.
--lhr-autotune-interval 5:120
, meaning that in--lhr-autotune-mode full
mode the miner will be increasing LHR tune value every 5 minutes, and decreasing it as soon as it starts tripping LHR more frequently than once every two hours. - (LHR) Change
--lhr-autotune-step-size
default value to 0.1 (previously 0.5) - (LHR) Low power mode can now be set for GPUs individually, e.g.
--lhr-low-power 0,1,1,0
- the second and third GPUs will be working in low power mode.
If you previously had--lhr-low-power
in your config, the equivalent would be--lhr-low-power 1
(or"lhr-low-power": "1"
in HiveOS).
Bug fixes:
- LHR unlocker is more stable compared to 0.25.12, infinite LHR lock loops should be solved now
- (
ethash
,blake3
) "Duplicate share" issue
IMPORTANT: LHR unlocker requires 512.xx version of the driver on Windows, and 510.xx on Linux. It will not work properly with older drivers.