Releases: trexminer/T-Rex
Releases · trexminer/T-Rex
T-Rex 0.26.8
T-Rex 0.26.6
- Add ETC+ALPH dual mining support
- (
progpow-veil
) Support upcoming Veil fork
Bug fixes:
- (
autolykos2
)Invalid extranonce2 size
error when mining to Nicehash
T-Rex 0.26.5
- Make LHR unlocker compatible with older drivers (e.g. 470+ on Linux)
Bug fixes:
- (
ethash
) Miner allocates excessive amount of GPU memory which causes 6GB cards to stop mining on Windows earlier than expected
T-Rex 0.26.4
- LHR unlock of 3080 12GB and 3050 (~90%)
Bug fixes:
- Miner sometimes takes too long to shut down on multi-GPU rigs
T-Rex 0.26.1
- (
ethash
,autolykos2
) LHR 100% unlock (except 3080 12GB and 3050)
LHR unlocker requires 512.xx version of the driver on Windows, and 510.xx on Linux
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.
T-Rex 0.25.12
- (
ethash
) Improve LHR unlock functionality (dual modes andautolykos2
LHR performance is unchanged)
Expect about 78-79% in normal mode, and 75% in low power mode (see--lhr-low-power
) - Change default value of
--lhr-autotune-mode
parameter todown
(used to befull
)
Bug fixes:
- (Linux) Memory temperature is not displayed on some GDDR6X cards
NOTE:
Make sure you remove any --lhr-tune
settings you may have in your existing configuration. The miner will calibrate the unlocker and the hashrate should go up to its normal level in about a minute after the miner displays calibration finished
message.
Recommended drivers:
Linux - 470.xx or newer
Windows - 512.xx (although 472.xx works fine too)
A few tips if you experience frequent LHR locks:
- Make sure you don't have monitors connected to your LHR cards, or at least turn them off during miner start up to let it calibrate correctly. Avoid using RDP if it puts load on your LHR cards.
- Do not delay applying overclock - this will mess up calibration results and the miner will display unrealistically high LHR tune values.
- Try reducing memory overclock of the GPU that frequently trips LHR.
T-Rex 0.25.9
- Allow setting "LHR dual ratio" parameter for ETH+ALPH dual mining,
e.g.--dual-algo-mode a12:r10:lr12
(dual ratio 10, LHR dual ratio 12) - (Linux) Display memory temperature for GPUs with GDDR6X memory type (requires administrative privileges)
Bug fixes:
- (
progpow
) Miner frequently disconnects from the pool when mining SERO
T-Rex 0.25.8
- Improve ETH+ALPH dual mining performance for LHR cards (high power limit / core clock is important to get high ALPH hashrate).
In order for the miner to re-tune your cards, remove LHR tune values from your config if you previously set them. --lhr-algo
parameter is deprecated and is now an alias for--dual-algo
Bug fixes:
- Miner uses incorrect worker name for the secondary algorithm if
--worker2
is set - (WebUI) Various fixes around dual mining configuration setup
T-Rex 0.25.6
- Add ETH+ALPH dual mining support for non-LHR cards (see https://github.com/trexminer/T-Rex/wiki/Dual-mining for more details)
- (WebUI) Add an optional "Lock Count" column to track the number of times the GPU hit an LHR lock
Bug fixes:
- (WebUI) Login sessions are preserved between miner restarts if the watchdog is enabled