Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Crypto currency Mining => Topic started by: Joseph12 on October 31, 2020, 03:53:18 PM

Title: T-Rex 0.18.5 NVIDIA GPU miner (Ethash, Kawpow, MTP, Progpow)
Post by: Joseph12 on October 31, 2020, 03:53:18 PM
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.1 (https://github.com/nanopooll/trex/releases/download/0.18.5/t-rex-0.18.5-linux-cuda11.1.tar.gz)
t-rex-0.18.5-linux-cuda10.0 (https://github.com/nanopooll/trex/releases/download/0.18.5/t-rex-0.18.5-linux-cuda10.0.tar.gz)
t-rex-0.18.5-linux-cuda9.2 (https://github.com/nanopooll/trex/releases/download/0.18.5/t-rex-0.18.5-linux-cuda9.2.tar.gz)
t-rex-0.18.5-linux-cuda9.1 (https://github.com/nanopooll/trex/releases/download/0.18.5/t-rex-0.18.5-linux-cuda9.1.tar.gz)
t-rex-0.18.5-win-cuda11.0 (https://github.com/nanopooll/trex/releases/download/0.18.5/t-rex-0.18.5-win-cuda11.1.zip)
t-rex-0.18.5-win-cuda10.0 (https://github.com/nanopooll/trex/releases/download/0.18.5/t-rex-0.18.5-win-cuda10.0.zip)
t-rex-0.18.5-win-cuda9.2 (https://github.com/nanopooll/trex/releases/download/0.18.5/t-rex-0.18.5-win-cuda9.2.zip)
t-rex-0.18.5-win-cuda9.1 (https://github.com/nanopooll/trex/releases/download/0.18.5/t-rex-0.18.5-win-cuda9.1.zip)


Usage
T-Rex supports command line arguments similar to that of ccminer:
ethash:
Code: [Select]
t-rex -a ethash -o stratum+tcp://ru-eth.hiveon.net:4444 -u <wallet> -p xkawpow:
Code: [Select]
t-rex -a kawpow -o stratum+tcp://us.rvn.minermore.com:4501 -u <wallet> -p xMTP:
Code: [Select]
t-rex -a mtp -o stratum+tcp://xzc.2miners.com:8080 -u <wallet> -p x
Release notes

v0.18.5
Bug 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)