T-Rex 0.14.4 released

Published on: 2019-09-26

44735836?s=60&v=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

  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 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 where 3637 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 as a GPU miner for Nvidia.

Go to the T-Rex 0.14.4 released download page