คนงานเหมือง Teamredminer ดาวน์โหลด TRM
คนงานเหมือง Teamredminer ดาวน์โหลด TRM
รุ่นล่าสุด
This release primarily adds initial support for RDNA3 GPUs and some new FPGA parts/boards.
README highlights:
- GPU: Added support for RDNA3 / 7900XT gpus (ethash, autolykos2, kaspa, verthash incl dual combos supported).
- FPGA: Added support for JC33s and JC35s on JCC2Ls
- FPGA: Added support for E300 with vu33p, vu33p_CIV, vu35p, and vu9p parts.
- FPGA: Added support for Alveo U200 active cooled variant.
----------------------------------------
Windows binary checksums
SHA256 teamredminer.exe 19d66146c26f67cbf2921de620652aa904306bcac3d4181523afb2ea501c14a5
MD5 teamredminer.exe 6840317b23a3f5c4abacdc9a533b375f
Linux binary checksums
SHA256 teamredminer 04c2bce1d7c1e9d9882ae9a4a95b4eda926c164bf28d0ca7f3dea199e0d82934
MD5 teamredminer d72e0d0fa4dd26bc5121a02e52ccbfa3
Linux armhf binary checksums
SHA256 teamredminer df70048feb2800f1baa92cbd98675f9097a4766b5f0570991ad486daab3707d5
MD5 teamredminer 6fa91f12627c66c0c6e0ce8a5742d11c
----------------------------------------
ดาวน์โหลด
ตัวอย่างไฟล์ .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.
--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.
--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.
--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.
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%
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