Skip to content

Releases: trexminer/T-Rex

T-Rex 0.22.1

20 Sep 10:54
d10ccf1
Compare
Choose a tag to compare
  • (ethash) Add partial LHR unlock functionality for 30xx cards. Refer to https://github.com/trexminer/T-Rex/blob/master/LHR.md for more details.
  • Add firopow algorithm for upcoming FIRO hard fork.
  • (kawpow) Add CPU share validation functionality for all progpow-like algorithms
  • Add compatibility with CentOS 7

Bug fixes:

  • (octopus) CFX mining is broken in 0.22.0
  • (autolykos2) CPU share validation is broken
  • Switching to failover pools takes too long
  • Stability fixes

T-Rex 0.22.0

20 Sep 07:55
c818541
Compare
Choose a tag to compare

Known issues: CFX mining is broken, please use 0.22.1

T-Rex 0.21.6

10 Aug 06:18
5ddbca8
Compare
Choose a tag to compare
  • (Windows) Add optional min/max fan speed constraints in auto-fan mode (see --fan for more details)
  • (API) Add timestamp of the last submitted share (last_submit_ts)

Bug fixes:

  • (autolykos2) Improve compatibility with mining pools
  • Command line parameter --worker does not take precedence over the one specified in the config file
  • (API) Pausing the miner through HTTP POST is not working
  • --fork-at functionality is broken
  • Cosmetic UI fixes

NOTE: Telnet API will be removed from the miner in the next release as superseded by HTTP API.

T-Rex 0.21.5

27 Jul 12:46
2ed121b
Compare
Choose a tag to compare
  • (Linux) Add GPU power limit management support (see --pl parameter for details)

Bug fixes:

  • (autolykos2) Duplicate share issue
  • (Windows) Fans spin up to 100% in auto-fan mode if GPU temperature is well below the target temperature
  • (Web UI) watchdog-exit-mode parameter is missing in the config

T-Rex 0.21.4

16 Jul 14:48
94db32a
Compare
Choose a tag to compare
  • (autolykos2) Minor performance improvements (mainly Pascal GPUs)
  • (Windows) Increase fan speed to 100% in auto-fan mode

Bug fixes:

  • (autolykos2) Invalid shares when mining ERGO at NiceHash
  • (mtp) ntime out of range and Low difficulty share errors

T-Rex 0.21.3

12 Jul 11:18
94db32a
Compare
Choose a tag to compare

Bug fixes:

  • (autolykos2) Low pool side hashrate when mining ERGO at Nanopool

T-Rex 0.21.2

07 Jul 11:49
94db32a
Compare
Choose a tag to compare

Bug fixes:

  • (autolykos2) Low pool side hashrate caused by invalid shares

T-Rex 0.21.1

07 Jul 03:15
94db32a
Compare
Choose a tag to compare

Bug fixes:

  • (autolykos2) Low pool side hashrate caused by unnecessary dataset creations
  • (autolykos2) High CPU usage on some configurations
  • (Windows) Fan speed settings do not reset on miner exit
  • (Windows) System freezes after shutting down the miner if overclock settings are applied with --cclock or --mclock

T-Rex 0.21.0

04 Jul 11:50
b05b19c
Compare
Choose a tag to compare
  • Add autolykos2 algorithm for ERGO mining (dev fee 2%).
  • (Windows) Display memory junction temperature if available (can also be used with auto-fan, see --fan for details)

Bug fixes:

  • (Windows) Overclock setting are not restored if miner terminal is closed by clicking X button
  • Total power consumption is not displayed when some GPUs do not report it (#516)

T-Rex 0.20.4

04 Jun 08:20
dd1ee4c
Compare
Choose a tag to compare
  • Add --lock-cclock parameter to lock GPU core clock speed
  • (Windows) Add --lock-cv parameter to lock GPU core voltage
  • (Windows) Add --pstate parameter to lock GPU performance/power state (currently p0 is the only supported value)
  • (Windows) Allow passing in values greater than 100% to --pl if the GPU supports it
  • Reduce miner startup time

Bug fixes:

  • T-Rex has a problem with GPU, terminating... error when system time changes as a result of time synchronisation
  • (ethash) ethproxy mode is broken
  • (Windows) NVAPI_NOT_SUPPORTED error when passing in out of range values to --mclock, --cclock and so on
  • GPUs keep consuming significant amount of power even after being disabled due to the temperature exceeding --temperature-limit
  • Miner fails to start with --mt parameter specified if video drivers are older than 410.xx
  • (Web UI) Miner fails to start after saving the config file through the Web UI
  • --help command queries GPU status preventing the display of the help message if NVIDIA driver is not installed