Teamredminer. Download TRM

Latest release

Ironfish hashrate boost, theoretical increase is +5-6% on all gpus except Polaris with +10-11%. Actual results should be close but can vary.

README highlights:

  • GPU: Improved ironfish hashrate (+5-6% on all gpus, +10-11% for Polaris).
  • GPU: Removed ironfish user graffiti option.
  • GPU: Fixed broken dual zil mining for some older algos, e.g. Nimiq.
----------------------------------------
Windows binary checksums
SHA256  teamredminer.exe  3375ce5bc6f3a23d7e73ffe01f6bf0c08b2e907193c9fcb49afbe6c28f07e779
MD5     teamredminer.exe  572f52851dcdbad0994f46b45123ce08
Linux binary checksums
SHA256  teamredminer      c3d64aba9ff9babfa7a206d0f3ca2ba73ae58b72c2e556de3853a525e0bada79
MD5     teamredminer      4136aa6aee52da00d5d315eac77120cd
Linux armhf binary checksums
SHA256  teamredminer      8603715137336e3d36e4bc5024a1c7afad0104a892046af8193a5a1e751d5863
MD5     teamredminer      dad998a9b5aa38f95194158e56d9dd33
--------------------------------------------------------------------------------
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