Mining Software Comparison

Team Red Miner: How to Set Up and Download

Team Red Miner (TRM) is one of the most efficient mining software for AMD graphics cards. It doesn’t support Nvidia at the moment. TRM works on Windows and Linux.

In terms of GPU mining, Team Red Miner works with almost all cryptocurrency algorithms. The standard fee for most algorithms is 2.5%. The fee for Ethash is 1% for Navi/Vega and 0.75% for Polaris video cards. TRM works well with 4GB GPUs on Ethereum, even after the DAG file exceeds 4GB. When this happens, mining continues with a lower hash rate.

Team Red Miner Supported Algorithms

Below is the list of algorithms supported by the Team Red Miner mining software. Each algorithm indicates the program fee, which is usually just a few percent. Software developers use it for their product support, enhancement, and development of new features. The fee works in such a way that every hour a program mines for a short period of time (usually less than a minute) to the developer’s wallet.

KAWPOW
Ravencoin
Fee 2%
Neurai
Fee 2%
Clore.ai
Fee 2%
Neoxa
Fee 2%

Team Red Miner Sample Settings (bat file)

The mining software launches through the command line in Linux and through the bat file in Windows. Below are sample bat files for each cryptocurrency that you can mine with Team Red Miner. Make sure to replace YOUR_ADDRESS with your own wallet address, and RIG_ID with your own rig name. You can name it however you like, but the name must contain only Latin letters and symbols “-” and “_”. The wallet must correspond to the cryptocurrency you are mining.

You can find additional settings for the mining program at the end of the page. If you have problems setting up Team Red Miner, feel free to ask for advice in our Telegram chat.

Ethereum PoWteamredminer.exe -a ethash -o stratum+tcp://ethw.2miners.com:2020 -u YOUR_WALLET_ADDRESS.RIG_ID -p x
pause
Ergoteamredminer.exe -a autolykos2 -o stratum+tcp://erg.2miners.com:8888 -u YOUR_WALLET_ADDRESS.RIG_ID -p x
pause
Kaspateamredminer.exe -a kas -o stratum+tcp://kas.2miners.com:2020 -u YOUR_WALLET_ADDRESS.RIG_ID
pause
Ethereum Classicteamredminer.exe -a ethash -o stratum+tcp://etc.2miners.com:1010 -u YOUR_WALLET_ADDRESS.RIG_ID -p x
pause
Firo (Zcoin)teamredminer.exe -a firopow -o stratum+tcp://firo.2miners.com:8181 -u YOUR_WALLET_ADDRESS.RIG_ID -p x
pause
Ravencointeamredminer.exe -a kawpow -o stratum+tcp://rvn.2miners.com:6060 -u YOUR_WALLET_ADDRESS.RIG_ID -p x
pause
Clore.aiteamredminer.exe -a kawpow -o stratum+tcp://clore.2miners.com:2020 -u YOUR_WALLET_ADDRESS.RIG_ID -p x
pause
Neoxateamredminer.exe -a kawpow -o stratum+tcp://neox.2miners.com:4040 -u YOUR_WALLET_ADDRESS.RIG_ID -p x
pause
Neuraiteamredminer.exe -a kawpow -o stratum+tcp://xna.2miners.com:6060 -u YOUR_WALLET_ADDRESS.RIG_ID -p x
pause

Team Red Miner Extra Settings

Sometimes you need to take additional steps to set up a mining program. For example, you may want to disconnect a GPU or set the GPU operating temperature limit. We prepared the list of the most popular Team Red Miner settings. To use a setting, add it to the standard launch line indicated above. As a rule, you can’t control GPU overclocking through the mining program settings. You can find a detailed guide on GPU overclocking in this article.

stratum+ssl:// is for mining through SSL. To use SSL, replace the standard pool address prefix stratum+tcp:// with stratum+ssl://Please keep in mind that the pool address with SSL is usually different from the pool address without SSL. For example, stratum+ssl://eth.2miners.com:12020 (2Miners Ethereum pool for mining through SSL).

--high_score displays not only the standard stats, but also the difficulty of 15 shares with the highest difficulty found by the mining software. What is Share and the Share Difficulty When You Are Mining at the Pool? (in English)

--devices= allows you to choose GPUs for mining. After --devices= indicate target GPUs separating them with a comma. The first GPU is indexed as 0. For example, GPUs in a rig of six graphics cards are numbered from 0 to 5. If you add --devices=0,1,2,3,5, the mining software launches on all GPUs except for the fifth (indexed as 4).

You can control the GPU temperature using --temp_limit= and --temp_resume=. Indicate the desired range, say --temp_limit=80 --temp_resume=60. GPUs will stop operating when they reach 80°C and resume mining once they cool down to 60°C. This parameter is applied to all rig GPUs simultaneously.

--temp_limit= sets the max temperature GPUs can mine at.

--temp_resume= sets the temperature GPUs must reach to resume mining.

--log_file creates the log file and saves it to the drive. Indicate the exact path to the log file after the command. For example, --log_file c:\trm.log. If you don't choose the path to the log file, it will be created in the same directory of the mining software.
Developer
Kerney666, todxx