Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Releases: nanopool/trex

T-Rex 0.15.3

06 May 21:21
e6b77fe
Compare
Choose a tag to compare

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 where 3637 is the new port the miner should switch to (replace it with the actual port number)

T-Rex 0.14.4

30 Sep 23:06
e6b77fe
Compare
Choose a tag to compare

Add x16rv2 algorithm (upcoming RVN fork)

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 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 0.13.2

19 Aug 17:35
e6b77fe
Compare
Choose a tag to compare

Tensority nonce fix for antpool (BTM)

You also can find "how to start mining on Nanopool with T-Rex" in our Help Center

T-Rex v.0.12.1

10 Jul 15:41
e6b77fe
Compare
Choose a tag to compare
  • 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

T-Rex 0.11.0

22 May 17:50
e6b77fe
Compare
Choose a tag to compare

Add x25x algo (will be used by SUQA/SIN after the fork)
Bug fixes (built-in watchdog):

Miner fails to start when using Windows task scheduler or Awesome Miner
Miner restarts on Linux/Hive OS
Preserve a single log file across miner restarts

To find out how to start mining on Nanopool visit our help center

NOTE: Using built-in watchdog is encouraged. If you experience any issues with it, please let us know

T-Rex 0.9.2 NVIDIA GPU miner

25 Mar 11:23
e6b77fe
Compare
Choose a tag to compare

Release notes
0.9.2
Add support for GIN (x16rt)
Cosmetic changes:
1) New parameter --ab-indexing to enable Afterburner-like GPU indexing
2) Web-monitoring page enhancements

Dev fee
Dev fee is set to 1%. When the miner starts and stops mining dev fee it reports it to the console output.

Bug fixes:
CentOS 7 compatibility issue

Setup examples

Windows

t-rex.exe -a x16r -o stratum+tcp://rvn-eu1.nanopool.org:12222 -u YOUR_ADDRESS.YOUR_WORKER_NAME/YOUR_EMAIL -o stratum+tcp://rvn-eu2.nanopool.org:12222 -u YOUR_ADDRESS.YOUR_WORKER_NAME/YOUR_EMAIL -p x -l log.txt

Linux

./t-rex -a x16r -o stratum+tcp://rvn-eu1.nanopool.org:12222 -u YOUR_ADDRESS.YOUR_WORKER_NAME/YOUR_EMAIL -o stratum+tcp://rvn-eu2.nanopool.org:12222 -u YOUR_ADDRESS.YOUR_WORKER_NAME/YOUR_EMAIL -p x -l log.txt

Where:
YOUR_WALLET_ADDRESS - your valid RavenCoin address
YOUR_WORKER_NAME - simple short worker name (like worker01). Optional.
YOUR_EMAIL - your email address for notifications. Optional.

Don`t forget to set wallets, worker and email address to correct values.

T-Rex 0.8.3

30 Nov 19:50
e4085e2
Compare
Choose a tag to compare

Windows

t-rex.exe -a x16r -o stratum+tcp://rvn-eu1.nanopool.org:12222 -u YOUR_ADDRESS/YOUR_WORKER_NAME/YOUR_EMAIL -o stratum+tcp://rvn-eu2.nanopool.org:12222 -u YOUR_ADDRESS/YOUR_WORKER_NAME/YOUR_EMAIL -p x -l log.txt

Linux

./t-rex -a x16r -o stratum+tcp://rvn-eu1.nanopool.org:12222 -u YOUR_ADDRESS/YOUR_WORKER_NAME/YOUR_EMAIL -o stratum+tcp://rvn-eu2.nanopool.org:12222 -u YOUR_ADDRESS/YOUR_WORKER_NAME/YOUR_EMAIL -p x -l log.txt