TeamRedMiner v0.7.17 (AMD GPUs) – Download and Configure

GitHub: Download TeamRedMiner v0.7.17

Changes in v0.7.17

  • BETA: Added fan control, see –help section or USAGE.txt. Enable with –fan_control.
  • Fixed deadlock bug that could happen when using multiple pools with the failover strategy.
  • Added option for not sending stale shares (see –no_stale_submit).
  • Added watchdog check for early gpu init hangs.
  • Added example watchdog scripts for win/linux.

This release supports a number of algorithms optimized for AMD GCN GPUs (ethash, kawpow, nimiq, lyra2z, phi2, lyra2rev3, x16r, x16rv2, x16s, x16rt, MTP, cuckarood29, cuckatoo31, chukwa-512, cryptonight R8, many a cryptonight R8 other cryptography options).

This is an optimized miner for AMD graphics cards only. The miner is configured only through a batch file (file with the .bat extension). You do not need to configure the configuration (there is auto-tuning).

батник teamredminer
  1. teamredminer.exe — indicates which application will be launched. This file must be in the same folder as the .bat file
  2. -a kawpow — we indicate the algorithm for mining. For Ravencoin, we indicated cnr, and for example, for Zcoin, we would indicate mtp
  3. us.rvn.minermore.com after the long construction -o stratum + tcp: // we specify the address of the pool
  4. :4501 — after specifying the pool address, put a colon and write the pool port. The address and port can be found on the pool itself. Usually under Get Started or Help
  5. -u RKAeArXkWLNERjWo5YF3R1xFnYCwKf11sX — we indicate the wallet to which mining will go. In our case, this is Ravencoin.
  6. -p x — the p command means password. The minermore pool (as well as 90% of all pools) does not require a password, so we write x
  7. pause — optional command. It is only needed so that the program does not immediately close in case of any error, but displays it.

A ready-made example (do not forget to change the wallet to yours!)

teamredminer.exe -a kawpow -o stratum+tcp://us.rvn.minermore.com:4501 -u RKAeArXkWLNERjWo5YF3R1xFnYCwKf11sX.trmtest -p x
pause

This miner includes the following algorithms and their respective dev fees:

AlgorithmFee
Ethash on Polaris GPUs0.75%
Ethash on all other GPUs1.0%
Kawpow2.0%
Nimiq2.5%
Cryptonight R2.5%
Cryptonight v8 upx22.5%
Cryptonight v8 turtle2.5%
Cryptonight v8 half2.5%
Cryptonight v8 double2.5%
Cryptonight v8 rwz2.5%
Cryptonight v82.5%
Cryptonight heavy2.5%
Cryptonight haven2.5%
Cryptonight saber2.5%
Cryptonight conceal2.5%
Chukwa-512 (Turtlecoin)2.5%
x16r2.5%
x16rv22.5%
x16s2.5%
x16rt2.5%
MTP2.5%
Cuckatoo312.5%
Cuckarood292.5%
Lyra2rev32.5%
Lyra2z3.0%
Phi23.0%

GPUs supported and tested:

  • Navi — RX 5700(XT)/5600(XT)/5500(XT) for supported algos in the table below.
  • Vega — RX Vega 64/56, Vega FE, Radeon VII (Vega 2)
  • Polaris — RX 580/480/570/470/560/460/550

Some algorithms are not supported on some GPU architectures and/or drivers. Below is the compatiblity table:

 NaviVegaPolaris
EthashYYY
KawpowYYY
NimiqYYY
Cryptonight RNLL
Cryptonight v8 upx2NLL
Cryptonight v8 turtleNLL
Cryptonight v8 halfNLL
Cryptonight v8 doubleNLL
Cryptonight v8 rwzNLL
Cryptonight v8NLL
Cryptonight heavyNLL
Cryptonight havenNLL
Cryptonight saberNLL
Cryptonight concealNLL
Chukwa-512NLL
x16rNYY
x16rv2NYY
x16sNYY
x16rtNYY
MTPYYY
Cuckatoo31NYY
Cuckarood29NYY
Lyra2rev3NLL
Lyra2zNLL
Phi2NLL

Support legend:

  • Y = Supported
  • N = Not supported
  • L = Limited support: algos are supported on windows and linux with amdgpu-pro drivers, not supported on ROCm drivers.

Leave a Reply

Your email address will not be published. Required fields are marked *