Skip to content

T-Rex 0.15.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@trexminer trexminer released this 03 May 13:00
· 56 commits to master since this release
b64557d
  • 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

  1. T-Rex is launched in watchdog mode (--no-watchdog parameter should NOT be set in your bat file)
  2. Your system clock is synchronised with a time server (The miner uses your system clock to check if it's time to switch)
  3. 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 where 3637 is the new port the miner should switch to (replace it with the actual port number)