TeamRedMiner v0.8.0: Download with Ethash support [Win & Linux]

TeamRedMiner

GitHub: Download TeamRedMiner v0.8.0

Biggest release in a long while with rewritten ethash kernels and new mining modes for all gpu types!

TeamRedMiner is a performance optimized cryptocurrency miner for AMD GPUs with support for a number of algorithms with the latest major version 0.8.0 bringing rewritten Ethash kernels and new mining modes for all GPU types. This means you should get better hashrate at a slightly lower power consumption on most recent AMD GPUs. In general, TeamRedMiner (TRM) behaves similarly to other AMD Ethash miners, the key difference is the additional mining modes (B/C-modes) that use additional VRAM on the GPUs for further beneficial effects.

Key highlights of the TRM 0.8.0 release:

– Polaris: Efficiency and slight hashrate increase. B-mode reintroduced for added hash. B-mode must be enabled with --eth_aggr_mode or --eth_config=Bxxx.
– Vega 56/64: greatly improved base kernel for efficiency. New B-mode that can shave off additional 1-2W on top of the A-mode kernel. B-mode must be enabled manually with --eth_config (--eth_aggr_mode does not apply). Tuning numbers have changed – do NOT keep your old static –eth_config values.
– Radeon VII: huge boost with its new C-mode but requires a special Linux setup. Can now do 100 MH/s on most air cooled VIIs. See tuning guide.
– 5700/5700XT: can shave off as much as 8-9W(!) of power using the new B-mode and dropping core clk+voltage. B-mode now the default mining mode. Unless you retune your core clk+voltage you will see a tiny power draw increase instead and not benefit from the upgrade, so read the migration guide.
– 5600XT: new B-mode has a much smaller effect. A-mode remains the default mining mode. See new tuning guide for more details.
– The DAG cache is NOT compatible with the new B/C-modes. ETH+ZIL switchers have to choose between caching the epoch 0 dag and using the new mining modes.
– Ethash 4GB kernels NOT rewritten in this release, performance remains the same as in 0.7.x.

The miner is available for both Windows and Linux operating systems, a closed source software with 2.5% to 3% development fee built-in for most algorithms except Ethash and KAWPOW, for KAWPOW it is 2% and for Ethash on Polaris GPUs the dev fee is 0.75% and for all other AMD GPUs is 1.0%.

Users are highly(!) recommended to take a few minutes to read the 0.7-to-0.8 migration guide and the new ethash tuning guide.

Example performance differences between 0.7.21 and 0.8.0:

  • Polaris
  • Nitro+ 580 8GB Samsung, core 1150@840mV, mem 2100@840mV, ref 30
VersionModeTuningHashratePowerDiff vs 0.7.21
0.7.21A-modeA25630.73 MH/ssensor 79.66W
0.8.0A-modeA19430.97 MH/ssensor 78.25W-1.41W
0.8.0B-modeB23231.13 MH/ssensor 78.77W-0.89W
  • Vega 56/64
  • Vega 56 ref Samsung, A-mode 1065@850mV, B-mode 1000@850mV, mem 950@850mV, TRM timings
VersionModeTuningHashratePowerDiff vs 0.7.21
0.7.21A-modeA87250.08 MH/ssensor 115.98W
0.8.0A-modeA44850.32 MH/ssensor 111.15W-4.83W
0.8.0B-modeB45050.31 MH/ssensor 110.15W-5.83W
  • Radeon VII
  • Radeon VII Hynix, core 1600MHz@881mV, mem 1000MHz with timings
VersionModeTuningHashratePowerDiff vs 0.7.21
0.7.21B-modeB74087.87 Mh/ssensor 185.25W
0.8.0B-modeB20887.85 Mh/ssensor 177.38W-7.87W
0.8.0C-modeC322100.4 Mh/ssensor 192.54W+7.29W +12.53Mh/s
  • 5700/5700XT
  • Red Devil 5700XT Micron A-Mode 1400@725mV, B-Mode 1245@675mV, Mem 912 MHz
VersionModeTuningHashratePowerDiff vs 0.7.21
0.7.21A-modeA62456.05 MH/ssensor 105.82W
0.8.0A-modeA62056.08 MH/ssensor 103.61W-2.21W
0.8.0B-modeB60856.01 MH/ssensor 96.83W-8.99W

Setting up and running TeamRedMiner

Let’s consider setting up a .bat file of a program for Ravencoin mining.

батник 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 – specify the mining algorithm. 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 pool address
  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 – specify the wallet that will be used for mining. In our case, this is Ravencoin.
  6. -p x – the p command means a password. The minermore pool (as well as 90% of all pools) does not require a password, so we write x
  7. pause is an optional command. It is only needed so that the program does not immediately close in case of an error, but displays it.

A ready-made example (don’t 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

Leave a Reply

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