คนงานเหมือง Teamredminer ดาวน์โหลด TRM

รุ่นล่าสุด

ZIL patch release to support mining on epoch 1.

NOTE: the first set of release binaries were retracted and replaced due to the ZMP protocol not working properly. The checksums below are for the updated binaries.

README highlights:

  • GPU: Fixed ZIL mining on epoch 1 (instead of epoch 0).

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.14/teamredminer-v0.10.14-linux.tgz -qO- |tar --strip-components=1 -zx ; miner start
----------------------------------------
Windows binary checksums
SHA256  teamredminer.exe  37516f09d12166978577e24efa4779cc13f1f2b645d15a9527fcba8b9940c89d
MD5     teamredminer.exe  f82a56625d803c16fb29c6d176fbb6c0
Linux binary checksums
SHA256  teamredminer      25a9228e75b150164871822b4dcb27dfef3fbed396b33a72781ebeb3173c5de0
MD5     teamredminer      9c5c5ee20d6a81094830e4230adbd907
Linux armhf binary checksums
SHA256  teamredminer      57e704398364e029ace674269bdf43b759d53ce54f502c6a4dccd5bc34677250
MD5     teamredminer      14c01f318eb1744123df2135f30859c3
----------------------------------------
ดาวน์โหลด

ตัวอย่างไฟล์ .bat Teamredminer (TRM)

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