T-Rex miner for modern NVIDIA GPUs - Maxwell and newerSupported algorithms:- kawpow
- progpow
- mtp
- x16rt
- x16r
- x16rv2
- x16s
- x17
- x22i
- x25x
- x21s
- x11r
- geek
- bcd
- hmq1725
- honeycomb
- tensority
- dedal
- sha256t
- sha256q
- timetravel
- lyra2z
- bitcore
- sonoa
- renesis
- balloon
- polytimos
- skunk
- c11
- phi
- tribus
GLT algos: astralhash, jeonghash, padihash, pawelhash.
Runs on both Linux and Windows.
Download:GitHub:
https://github.com/halvminingsoft/T-Rex-NVIDIA-GPU-miner.gitUsageT-Rex supports command line arguments similar to that of ccminer:
kawpow:
t-rex -a kawpow -o stratum+tcp://us.rvn.minermore.com:4501 -u <wallet> -p x
MTP:
t-rex -a mtp -o stratum+tcp://xzc.2miners.com:8080 -u <wallet> -p x
To get the full list of supported options run:
t-rex -h
Discordhttps://discord.gg/gj7jcYfDev feeDev fee is set to 1% (3% for Tensority). When the miner starts and stops mining dev fee it reports it to the console output.
Release notes0.16.2
- (UI, API) Show which GPU generated nonce/solution for share submission
- (UI, API) Show per-GPU rejected/total share statistics
- (Web monitoring page) Auto-saving web monitoring page preferences (dark theme, chart on/off etc.)
- Add "--low-load" cmd line parameter to optionally opt in for using CUDA kernels that put less stress on the GPUs where running regular kernels cause instability. See "t-rex -h" or "t-rex-help.txt" for more details. Currently this is only applicable to "kawpow" and DAG generation in particular.
Bug fixes:
- "can't init enumerate, code -6" error when applying memory tweaks to P102/104/106 cards
- "can't init 999, 0x800b01a" error when applying memory tweaks on Windows 7
- memory tweaks stuck after the miner termination
- memory tweaks becoming inactive in case of network issues or overclock adjustments
- setting intensity through the web monitoring page is broken
0.16.1
- Add memory tweaks for GDDR5 and GDDR5X cards (10xx series)
- mt Memory tweak mode (default: 0 - disabled). Range from 0 to 6.
(kawpow, progpow) Faster DAG generation
0.15.8
Extranonce support for Nicehash
Bug fixes:
- (Windows) Miner won't start when using v450+ video drivers
0.15.7
Bug fixes:
- (KAWPOW) "kawpow validation failed" rejects (especially on high intensity and low difficulty)
- Use %HOSTNAME%, %USER% environment variables in parameters or config file
0.15.4
Bug fixes:
- Miner name/version not shown at some pools
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)
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, producing "result for ... does not validate on CPU" errors. Use the version built with CUDA 10.0 instead.
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
0.13.2
- Tensority nonce fix for antpool (BTM)
0.13.1
Bug fixes:
- (URGENT) Tensority max nonce limit (BTM)
"Unregistered stratum method" error on some pools"
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