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

รุ่นล่าสุด

Team Red Miner v0.10.20

This is a small bugfix release for 0.10.19 fixing a bug where a restarted fpga could cause share outage towards the pool. The release also adds support for vu13p fpga devices for mining Alephium (E313, JC13, CVP13).

README highlights:

  • FPGA: Added alephium bitstreams for E313, CVP13, and JC13.
  • FPGA: Fixed bug for alephium that could cause a total share outage after a crash+restart for a device.

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.20/teamredminer-v0.10.20-linux.tgz -qO- |tar --strip-components=1 -zx ; miner start
----------------------------------------
Windows binary checksums
SHA256  teamredminer.exe  b0f434f1f2659562868407d3a682fc3edb62531d68af5b74162af89e7c21698d
MD5     teamredminer.exe  6421f2aa75ae929300f7177a794d8987
Linux binary checksums
SHA256  teamredminer      375c2f2b8811c763fdad4b301914b0ded5afc1bc3c22ac07b86fbf2c36f0642e
MD5     teamredminer      3449d6900b621f6ed19f928178c4c34e
Linux armhf binary checksums
SHA256  teamredminer      e799826766ba3d787d999ba3b19ae64b92fd63bbe2352ef995928c66bc1b640a
MD5     teamredminer      03d41fba4995cffd962b761a7d4807da
----------------------------------------
ดาวน์โหลด

ตัวอย่างไฟล์ .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