T-Rex miner for modern NVIDIA GPUs - Maxwell and newer
Supported algorithms:- kawpow
- ethash
- progpow
- progpowz
- progpow-veriblock
- progpow-veil
- 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.
Downloads:t-rex-0.18.5-linux-cuda11.1t-rex-0.18.5-linux-cuda10.0t-rex-0.18.5-linux-cuda9.2t-rex-0.18.5-linux-cuda9.1t-rex-0.18.5-win-cuda11.0t-rex-0.18.5-win-cuda10.0t-rex-0.18.5-win-cuda9.2t-rex-0.18.5-win-cuda9.1UsageT-Rex supports command line arguments similar to that of ccminer:
ethash:
t-rex -a ethash -o stratum+tcp://ru-eth.hiveon.net:4444 -u <wallet> -p x
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
Release notesv0.18.5Bug fixes:
- (ethash) Miner reports absurdly high hashrate when switching coins on nicehash or similar pools
v0.18.3- (ethash) Minor performance improvements for Pascal GPUs on some configurations
- (ethash) Allow mining at a decreased hashrate when DAG no longer fits GPU memory
- (UI) Print the number of accepted/total shares generated by each GPU in the GPU hashrate table
Bug fixes:
- (Web UI) "Miner shutdown" button sometimes disappears
v0.18.2- (ethash, kawpow, progpow) Performance improvements on Windows for some configurations up to 3%
- New parameter "--watchdog-exit-mode" to perform actions when miner gets restarted multiple times
- (UI) Print current mining pool in the GPU hashrate table
Bug fixes:
- (Windows) Running multiple miner instances is not possible since 0.18.1
- "progpow-veil" algorithm (for VEIL's upcoming fork)
v0.18.1- Add "progpow-veriblock" algorithm (for Veriblock)
- Add "progpow-veil" algorithm (for VEIL's upcoming fork)
- Add "megabtx" algorithm (for Bitcore)
- Remove CUDA dependency for "kawpow"/"progpow" algorithms
- From now on "stratum+tcp" automatically selects the most commonly used pool protocol for a given algorithm (use "stratum1+tcp" and "stratum2+tcp" to override it)