Skip to content

Releases: trexminer/T-Rex

T-Rex 0.8.4

02 Dec 14:37
529e941
Compare
Choose a tag to compare
T-Rex 0.8.4 Pre-release
Pre-release
  • Performance improvements: x22i +1-4%

Known issues: performance regression for RTX cards, will be fixed in the next release

T-Rex 0.8.3

29 Nov 13:56
529e941
Compare
Choose a tag to compare
T-Rex 0.8.3 Pre-release
Pre-release
  • Add algo: x21s (Ritocoin) - can be mined at MinerMore and a few other pools
  • New config parameter: --sharerate-avr - Sliding window length in seconds used to compute sharerate (default: 600).

T-Rex 0.8.2

27 Nov 15:50
529e941
Compare
Choose a tag to compare
T-Rex 0.8.2 Pre-release
Pre-release
  • Add algo: dedal
  • Improve x22i: +1-3%
  • Fix skunk performance issue introduced in 0.8.1

T-Rex 0.8.1

25 Nov 11:20
529e941
Compare
Choose a tag to compare
T-Rex 0.8.1 Pre-release
Pre-release
  • Performance improvements: x22i +10-20%

Bug fixes:

  • Miner hangs on start up when it doesn't receive authorize message response

NOTE: skunk may be slower by 1% than the previous version, will be fixed soon

T-Rex 0.8.0

20 Nov 11:32
529e941
Compare
Choose a tag to compare
T-Rex 0.8.0 Pre-release
Pre-release
  • New algo: geek (GeekCash coin)
  • Performance improvements (1-3%) of x16-like algorithms for GTX/RTX cards.
  • Added watchdog. Replace t-rex.exe with watchdog.exe in your bat file in order to use it.
  • Watchdog lets you update T-Rex using the monitoring web page or perform auto-updates if launched with --autoupdate parameter, and also restarts the miner if it hangs for any reason.
  • Default value for -N paramater increased from 30 to 60 seconds.
  • Added "shares per minute" stats read-out.

Bug fixes:

  • stratum+tcp:// pool URL prefix is no longer mandatory
  • Reduce CPU load when using large -N parameter values
  • "Clean jobs" feature removed in the previous release is back
  • Hung on Ctrl+C in Windows

T-Rex 0.7.4

08 Nov 10:40
529e941
Compare
Choose a tag to compare
T-Rex 0.7.4 Pre-release
Pre-release
  • Minor performance improvements for skunk and x16-algorithms for Pascal and Turing cards

Bug fixes

  1. Crashes 20 sec after dev fee session when using -r 0
  2. Temporary backed out "clean job" feature that was causing rejects on some pools e.g. beepool and bitpoolmining
  3. Fix average hashrate reporting when using large -N values (over -N 4294)

T-Rex 0.7.3

05 Nov 11:57
529e941
Compare
Choose a tag to compare
T-Rex 0.7.3 Pre-release
Pre-release
  • Improve skunk, phi, polytimos; small improvements for x16r/s etc on some configurations.

  • Performance improvements for Turing GPUs (20xx series)

  • Add functionality to return to the main pool after mining on failover ones (see --back-to-main-pool-sec launch parameter)

  • Handle client.reconnect stratum messages (used by MiningRigRentals)

  • Handle clean jobs stratum flag correctly (resulting in fewer stale jobs) - this feature is supported by coinblockers.com

  • Add file handler to API. Allows to create custom files in miner directory via API.

  • Add functionality to keep your failover pools separately in a config file. May be helpful if you need to load pools from file. (t-rex -c pools.json -a x16r <your parameters>)

Bug fixes

  1. Remove assert on NULL rpath in Linux.
  2. Fix average hashrate reporting when using large -N values.