This repository was archived by the owner on Apr 28, 2024. It is now read-only.
Releases: dockminer/T-Rex
Releases Β· dockminer/T-Rex
0.24.8
Changes since v0.24.7
π Features
- Add DNS-over-HTTPS support when resolving mining pool domain names (see
--dns-https-server for details) - Add an option not to set mining pool domain name in SNI header for SSL connections (see
--no-sni) - Resolve domain names through SOCKS5 proxy if
--proxyis set - Display mining pool IP address in console
- (WebUI) Make the monitoring page layout more compact on mobile phones
π Bug Fixes
- Miner is not creating a log file when
--log-pathis specified - GPU does not get turned off when overheated while mining in dual mode
- (WebUI) Charts are not scaled correctly when zooming in
π¦ Downloads
0.24.7
Changes since v0.24.6
π Bug Fixes
- Some command line arguments don't take precedence over the values set in a config file (e.g
. --lhr-autotune-step-size) - (WebUI) Performance degradation introduced in 0.24.6
- (WebUI) Monitoring page shows a blank page if you had 15M or 2H graph views selected while using an older version of T-Rex
- (WebUI) Impossible to set LHR tune values with decimal point
π¦ Downloads
0.23.1
Changes since v0.21.5
π Features
- New WebUI and API (refer to https://github.com/trexminer/T-Rex/wiki/WebUI on how to set it up)
- (Windows) Add optional min/max fan speed constraints in auto-fan mode (see
--fanfor more details) - (API) Add timestamp of the last submitted share (
last_submit_ts) - (
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
firopowalgorithm for upcoming FIRO hard fork. - (
kawpow) Add CPU share validation functionality for all progpow-like algorithms - Add compatibility with CentOS 7
π Bug Fixes
- (
autolykos2) Improve compatibility with mining pools - Command line parameter
--workerdoes not take precedence over the one specified in the config file - (API) Pausing the miner through HTTP POST is not working
--fork-atfunctionality is broken- Cosmetic UI 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
π¦ Downloads
0.21.5
Changes since v0.19.12
π Features
- (
ethash,etchash) Add--validate-sharesparameter to enable share validation and display share difficulty - Display maximum share difficulty if
--validate-sharesis set - Add miner state to the summary handler output (paused - true/false)
--extra-dag-epochcan now be set per-GPU- (
octopus) Add share validation support via--validate-sharesparameter - Enable miner termination upon exceeding predefined maximum of total power consumption (see
--exit-on-high-powerin readme) - Add
--lock-cclockparameter to lock GPU core clock speed - Add
autolykos2algorithm for ERGO mining (dev fee 2%) - Add GPU power limit management support (see
--plparameter for details)
π Bug Fixes
- Memory tweaks have no effect on some 1060 cards (you may need to review your overclock settings if your GPUs started crashing)
- Miner fails to start after Linux kernel update
- Invalid stats if power usage reporting is not supported
- Various UI fixes
--script-epoch-changefails to execute the script when switching to ZIL session when dual mining ETH+ZIL- (API) Inconsistent GPU ordering in API when
--pci-indexingis set - Miner crashes when
--validate-sharesis set - Incorrect share difficulty suffix when diff is greater than 1000G
- (Web UI) Hashrate chart resets at midnight
- Manually selected kernel number is not displayed at start up
- Incorrect failover pool setup args parsing (multiple
-o, and single-u/-ppair causes empty username/pass for failover pools) - (ethash) Performance degradation on Pascal and Turing GPUs introduced in the previous version
- Miner fails to start after saving config file through Web UI
- Miner fails to start if password (
-p) is not specified - User script specified with
--script-on-exitdoesn't execute when miner gets shut down via WebUI T-Rex has a problem with GPU, terminating...error when system time changes as a result of time synchronisation- (ethash) ethproxy mode is broken
- GPUs keep consuming significant amount of power even after being disabled due to the temperature exceeding
--temperature-limit - Miner fails to start with
--mtparameter specified if video drivers are older than 410.xx - (Web UI) Miner fails to start after saving the config file through the Web UI
--helpcommand queries GPU status preventing the display of the help message if NVIDIA driver is not installed- Total power consumption is not displayed when some GPUs do not report it
- (
autolykos2) Low pool side hashrate caused by unnecessary dataset creations - (
autolykos2) High CPU usage on some configurations - (
autolykos2) Low pool side hashrate caused by invalid shares - (
autolykos2) Low pool side hashrate when mining ERGO at Nanopool - (
autolykos2) Invalid shares when mining ERGO at NiceHash - (
mtp)ntime out of rangeandLow difficulty shareerrors - (
autolykos2) Duplicate share issue watchdog-exit-modeparameter is missing in the config
π§° Maintenance
- (
octopus) Minor performance improvements for 16 series GPUs - Remove old and rarely used algorithms (
x25x,x16r,etc) - Combine all CUDA builds into a single binary
- Reduce miner startup time
- (
autolykos2) Minor performance improvements (mainly Pascal GPUs)
π¦ Downloads
0.19.12
Changes since v0.19.11
π Features
- Update assets to T-Rex v0.19.12
- (
ethash) Add ethproxy (getwork) mode (connection URL example:-o stratum+http://127.0.0.1:8080)
π Bug Fixes
- (API) Security vulnerability that allows creating / modifying PC files when API is bound to
0.0.0.0in--api-read-onlymode No connectionerror--watchdog-exit-modedoesn't always reboot the PC in r mode