Releases: trexminer/T-Rex
Releases · trexminer/T-Rex
T-Rex 0.15.6
Bug fixes:
- DAG regeneration on epoch change.
- Benchmark for kawpow.
T-Rex 0.15.5
Bug fixes:
- Less memory consumption. Possible crash fix for "out of memory" error for GPUs with 3GB memory onboard.
- Unblock feature of intensity setting.
T-Rex 0.15.4
Bug fixes:
- Fix showing miner version info for mining pool
T-Rex 0.15.3
- Add algorithms: kawpow (upcoming RVN fork), progpow, mtp-tcr
- Add SNI support for SSL
- Improve stat table (now showing percentage of rejected shares)
NOTE (RVN fork): In order for the miner to automatically switch to mining kawpow at the time of RVN fork, please make sure
- T-Rex is launched in watchdog mode (
--no-watchdog
parameter should NOT be set in your bat file) - Your system clock is synchronised with a time server (The miner uses your system clock to check if it's time to switch)
- Add
--fork-at kawpow=2020-05-06T18:00:00
parameter to the miner start cmd line. If your pool changes ports for the new algo, make it--fork-at kawpow:3637=2020-05-06T18:00:00
where3637
is the new port the miner should switch to (replace it with the actual port number)
T-Rex 0.14.6
Bug fixes:
- (Windows) High CPU usage on NVIDIA drivers 431+
- (Linux) SSL connections not working on HiveOS
- (Linux) "T-Rex instance wasn't validated" error despite firewall allowing all connections
- CUDA 9.1/9.2 versions of the miner will no longer work with RTX (Compute Capability 7.5+) cards
This is done because RTX cards either hash slower or don't work correctly (depending on the algo) on these versions, producingresult for ... does not validate on CPU
errors. Use the version built with CUDA 10.0 instead.
T-Rex 0.14.4
- Add x16rv2 algorithm (upcoming RVN fork)
- Add ability to auto-switch mining algorithm using new
--fork-at
parameter:
RVN fork:--fork-at x16rv2=2019-10-01T16:00:00
See the help file for more details
Bug fixes:
- (Linux) Miner wouldn't start in watchdog mode via symlink
NOTE (RVN hardfork): In order for the miner to automatically switch to mining x16rv2 at the time of RVN fork, please make sure
- T-Rex is launched in watchdog mode (
--no-watchdog
parameter should NOT be set in your bat file) - Your system clock is synchronised with a time server (The miner uses your system clock to check if it's time to switch)
- Add
--fork-at x16rv2=2019-10-01T16:00:00
parameter to the miner start cmd line. If your pool changes ports for the new algo, make it--fork-at x16rv2:3637=2019-10-01T16:00:00
where3637
is the new port the miner should switch to (replace it with the actual port number)
If the miner is started in watchdog mode and you've set the fork time correctly, you will see a message
Fork has been requested at Tue Oct 1 16:00:00 2019 UTC
. Algo will be changed to x16rv2.
T-Rex 0.13.2
Tensority nonce fix for antpool (BTM)
T-Rex 0.13.1
Bug fixes:
- (URGENT) Tensority max nonce limit (BTM)
- "Unregistered stratum method" error on some pools
T-Rex 0.13.0
- Add tensority algorithm (RTX cards, 3% dev fee) - used by Bytom coin
- Add dedal algorithm back (removed in previous versions)
- Add SSL support (url scheme should be ssl, e.g. "stratum+ssl://veil-eu.coinblockers.com:4244")
Cosmetic changes and bug fixes:
- Watchdog displays GPU restart stats
- Miner restart automatically performed by the watchdog after an update no longer increases the WD restart counter
- Fix miner shutdown API command when invoked with watchdog enabled
T-Rex 0.12.1
- Improve MTP by 1-3% on some cards
- Add ability to view T-Rex log file in the web browser (by default at http://127.0.0.1:4067/log)
Bug fixes:
- Benchmark not working