Teamredminer. Download TRM

Latest release

Team Red Miner v0.10.21

This release adds support for the fishhash algo, incl A/B/C/R-mode like for TRM ethash. This first release only supports Vega family, Navi10, and Navi20 gpus. Polaris and RDNA3 will be added in a subsequent release, as well as support for dual mining.

README highlights:

  • GPU: Added fishhash support for Vega family, Navi10 and Navi20 (use -a fishhash).

HiveOS early update oneliner:

miner stop ; cd /hive/miners/teamredminer && . h-manifest.conf && cd $MINER_LATEST_VER && wget https://github.com/todxx/teamredminer/releases/download/v0.10.21/teamredminer-v0.10.21-linux.tgz -qO- |tar --strip-components=1 -zx ; miner start
----------------------------------------
Windows binary checksums
SHA256  teamredminer.exe  f5db7224ab6463031015fb00d64e3eb4eade24b7e0c83a77cf5d79d6642e60bf
MD5     teamredminer.exe  101b0a40228752f533e95d0bb2371a71
Linux binary checksums
SHA256  teamredminer      b71c87e4689b5f2c185d59a4ca1ff7346f9b6f941b2ea5dc7dd8afe6057ae31d
MD5     teamredminer      4efe0345e0e9cd03ee8d21eef628f974
Linux armhf binary checksums
SHA256  teamredminer      56a90cb88480e15fc8a68f06245da3f6ca313a43e70081b49ae99e6a2fb29ad5
MD5     teamredminer      542c086468bbe6535c78fc5b4fd6448b
----------------------------------------
Downloads

Teamredminer (TRM) .bat File Examples

EthereumPOW (ETHW)

teamredminer.exe -a ethash -o stratum+tcp://pool.woolypooly.com:3096 -u WALLET_ADDRESS.WORKER_NAME -p x

Proof-of-Memes (POM)

teamredminer.exe -a ethash -o stratum+tcp://pool.woolypooly.com:3118 -u WALLET_ADDRESS_POM.WORKER_NAME_POM -p x

Ethereum Classic (ETC)

teamredminer.exe -a etchash -o stratum+tcp://pool.woolypooly.com:35000 -u WALLET_ADDRESS.WORKER_NAME -p x

Dual ETHW (POM...) + KAS

teamredminer.exe -a ethash -o stratum+tcp://pool.woolypooly.com:3096 -u WALLET_ADDRESS_ETHW.WORKER_NAME_ETHW -p x --kas -o stratum+tcp://pool.woolypooly.com:3112 -u WALLET_ADDRESS_KAS.WORKER_NAME_KAS -p x --kas_end

Ravencoin (RVN)

teamredminer.exe -a kawpow -o stratum+tcp://pool.woolypooly.com:55555 -u WALLET_ADDRESS.WORKER_NAME -p x

Ergo (ERG)

teamredminer.exe -a autolykos2 -o stratum+tcp://pool.woolypooly.com:3100 -u WALLET_ADDRESS.WORKER_NAME -p x

Firo

teamredminer.exe -a firopow -o stratum+tcp://pool.woolypooly.com:3104 -u WALLET_ADDRESS.WORKER_NAME -p x

Vertcoin (VTC)

teamredminer.exe -a verthash -o stratum+tcp://pool.woolypooly.com:3102 -u WALLET_ADDRESS.WORKER_NAME -p x --verthash_file=verthash.dat

Teamredminer Crypto Miner Setup

Download the latest Teamredminer from the link above. After that, extract the archive and go to the folder with the miner. Select the coin you are interested in for mining and edit the .bat file. If you have not yet chosen what you want to mine, then we recommend that you first go to our mining calculator, where you can specify your video card and get the most profitable coin for the current day. Above you will find ready-made examples of bat files for each coin that you can mine on our pool. You will only have to specify your wallet address and, if desired, the name of the worker (rig).

Teamredminer R Mode

The new mode (called R-mode) is applicable for all non-Polaris GPUs, not just VIIs. A huge difference between the new R-mode and previous B/C-modes is that the R-mode does not degrade over time as the dag grows. The increased efficiency for e.g. 5700/5700XTs is significant. NOTE: It also needs special linux kernel boot parameters set, so R-mode is Linux only.

DUAL Mining

Dual mining TRM allows the user to split power between the ethash algorithm and the second algorithm using the standard --eth_config argument. The higher the intensity, the more opportunities for etash and less for the dual algorithm. Therefore, you SHOULD remove any existing --eth_config arguments on your ethash command line. They are not applicable. An example of a working batch file is shown above.

Teamredminer Miner Basic Commands

-a, --algo selects the mining algorithm;
--log_file(=FILENAME) enable miner logging to a separate file in the folder;
-d, --devices selection of video cards that will mine (the id of video cards that you did not specify will not be mined). The count starts from 0. A comma without a space is used as a separator. For example, -d 0,1,2,3. In HiveOS, this parameter is set in the add. configuration;
-u, --user this field specifies your wallet address or pool account address;
-p, --pass password, by by default, use x;
--pool_max_rejects=N reconnect the miner to the pool in case of receiving rejected shares from the pool after N rejected shares
-h, --help output of all available commands.

Teamredminer Miner Overclocking

--clk_core_mhz=MHZ1,MHZ2,... Sets the graphics card core frequency in MHz;
--clk_core_mv=MV1,MV2,...Sets the core voltage frequency
--clk_mem_mhz=MHZ1,MHZ2,... Sets the video card memory frequency in MHz;
--clk_mem_mv=MV1,MV2,...Sets the frequency voltage of the video card memory in Mv. Not used on Navi and Big Navi graphics cards.

GPU Temperature Monitor

--temp_limit=TEMP GPU core temperature limit, after which mining will be stopped;
--temp_resume=TEMP Sets the temperature value of the video card core, upon reaching which mining will be started again;
--mem_temp_limit=TEMP Video card memory temperature limit after which mining will be stopped;
--mem_temp_resume=TEMP Sets the video card memory temperature value, when reaching which mining will start again.

Teamredminer Common Errors/Issues

Teamredminer gpu detected dead - video card overclocking (the error always comes with the video card ID number) or incorrect timings selection (video card firmware). Try adding voltage and decreasing memory frequency;
Windows tdr delay value is missing or invalid - there is a file windows_tdr registry file in the TRM folder, run it. That will fix it.

Dev Fees

ETH on Polaris video cards - 0.75%
ETH on other video cards - 1%
ETC on Polaris video cards - 0.75%
ETC on other video cards - 1%
RVN - 2%
VTC - 2%
ERGO - 2%
Firo - 2.5%

Teamredminer not starting

If you have Windows OS and the miner crashes immediately at startup, then add pause to the second line of the miner. Next, start the miner and read the error. After that, double-check your miner settings. If you have HiveOS or any other OS - go to the miner console and look at the logs of what is happening in the miner. After that, double-check your miner settings.

Teamredminer API

--api_listen=HOST:PORT