Releases: trexminer/T-Rex
T-Rex 0.8.4
- Performance improvements: x22i +1-4%
Known issues: performance regression for RTX cards, will be fixed in the next release
T-Rex 0.8.3
- 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
- Add algo: dedal
- Improve x22i: +1-3%
- Fix skunk performance issue introduced in 0.8.1
T-Rex 0.8.1
- 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
- New algo: geek (GeekCash coin)
- Performance improvements (1-3%) of x16-like algorithms for GTX/RTX cards.
- Added watchdog. Replace
t-rex.exe
withwatchdog.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
- Minor performance improvements for skunk and x16-algorithms for Pascal and Turing cards
Bug fixes
- Crashes 20 sec after dev fee session when using
-r 0
- Temporary backed out "clean job" feature that was causing rejects on some pools e.g. beepool and bitpoolmining
- Fix average hashrate reporting when using large -N values (over -N 4294)
T-Rex 0.7.3
-
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
- Remove assert on NULL rpath in Linux.
Fix average hashrate reporting when using large-N
values.