Releases: trexminer/T-Rex
Releases · trexminer/T-Rex
T-Rex 0.22.1
- (
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
Known issues: CFX mining is broken, please use 0.22.1
T-Rex 0.21.6
- (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
- (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
- (
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
andLow difficulty share
errors
T-Rex 0.21.3
Bug fixes:
- (
autolykos2
) Low pool side hashrate when mining ERGO at Nanopool
T-Rex 0.21.2
Bug fixes:
- (
autolykos2
) Low pool side hashrate caused by invalid shares
T-Rex 0.21.1
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
- 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
- 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 (currentlyp0
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