Skip to content

Releases: trexminer/T-Rex

T-Rex 0.26.8

14 Oct 05:00
c14d1e8
Compare
Choose a tag to compare
  • Add support for NVIDIA 40xx GPUs
  • Handle v520+ LHR-free video drivers correctly

T-Rex 0.26.6

29 Sep 15:12
1468cc5
Compare
Choose a tag to compare
  • 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

15 Aug 13:17
1468cc5
Compare
Choose a tag to compare
  • 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

22 May 10:30
1468cc5
Compare
Choose a tag to compare
  • 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

11 May 07:25
9298f62
Compare
Choose a tag to compare
  • (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

03 May 10:38
ca9da93
Compare
Choose a tag to compare
  • (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

15 Apr 10:50
08fa822
Compare
Choose a tag to compare
  • (ethash) Improve LHR unlock functionality (dual modes and autolykos2 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 to down (used to be full)

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:

  1. 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.
  2. Do not delay applying overclock - this will mess up calibration results and the miner will display unrealistically high LHR tune values.
  3. Try reducing memory overclock of the GPU that frequently trips LHR.

T-Rex 0.25.9

17 Mar 11:38
cc54503
Compare
Choose a tag to compare
  • 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

18 Feb 12:22
6187b3c
Compare
Choose a tag to compare
  • 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

14 Feb 14:31
8066c4f
Compare
Choose a tag to compare

Bug fixes:

  • (WebUI) Login sessions are preserved between miner restarts if the watchdog is enabled