Last updated: 3 years ago
Posted on: 2022-11-17 21:48

How to setup TeamRedMiner for GPU mining


Compatible algorithms: Ethash, Etchash, Kawpow, Autolykos, FiroPow, KHeavyHash


Download the mining files


You can get TeamRedMiner from their official website:


https://www.teamredminer.com



Here is also the official GitHub repository:


https://github.com/todxx/teamredminer


Setup with a start.bat file


Once you download the file from Assets, unzip it and in the same folder as teamredminer.exe, create a start.bat file with the contents:


teamredminer.exe -a etchash -o stratum+tcp://etchash.unmineable.com:3333 -u COIN:YOUR_ADDRESS.YOUR_WORKER -p x
pause


Some things to consider:


If your GPU meet the minimum memory for Kawpow mining (6GB of memory) you can join our Kawpow pool, just update the -a parameter to: -a kawpow and set the -o param to: stratum+tcp://kp.unmineable.com:3333


teamredminer.exe -a kawpow -o stratum+tcp://kp.unmineable.com:3333 -u COIN:YOUR_ADDRESS.YOUR_WORKER -p x
pause


You can also join our new Ethash pool (ETHW based) if your GPU meet the minimum requirement (6GB of memory):


teamredminer.exe -a ethash -o stratum+tcp://ethash.unmineable.com:3333 -u COIN:YOUR_ADDRESS.YOUR_WORKER -p x
pause


Kindly note that profitability is not the same as it was before The Merge. Also, because of the current ETHW high price volatility, expected daily rewards will vary.


The Autolykos algorithm is now available, GPUs with at least 3GB VRAM are supported at this time by changing the pool url to stratum+tcp://autolykos.unmineable.com:3333 and updating the -a parameter to: -a autolykos2


You can point your workers to our port 4444 (SSL) if your are having connection issues caused by possible firewall / ISP restrictions, just set the -a parameter to:


teamredminer.exe -a autolykos2 -o stratum+ssl://autolykos.unmineable.com:4444 -u COIN:YOUR_ADDRESS.WORKER_NAME -p x
pause


In order to start mining through our just added algorithm FiroPow, simply update the -a parameter to: -a firopow and set the -o param to:

-o stratum+ssl://firopow.unmineable.com:4444:


teamredminer.exe -a firopow -o stratum+ssl://firopow.unmineable.com:4444 -u COIN:YOUR_ADDRESS.WORKER_NAME -p x
pause


We have already added the KHeavyHash algorithm, to join our mining pools, just update the -a param to: -a kas and change the pool url to: stratum+ssl://kheavyhash.unmineable.com:4444:


teamredminer.exe -a kas -o stratum+ssl://kheavyhash.unmineable.com:4444 -u COIN:YOUR_ADDRESS.WORKER_NAME
pause


Also, be sure to change COIN, YOUR_ADDRESS and WORKER_NAME.


COIN is the coin you are mining, for example: ADA, TRX, WIN, or more. Also keep the ":" symbol between the coin and your address. YOUR_ADDRESS must be a valid address for the coin you choose, otherwise the pool will return an error, also be sure to check the supported network for some coins, like TRC20 for USDT mining (TRON address). Your WORKER_NAME is simply any name that you would like to set for your worker, to identify it in the website.


Once you have the start.bat file, simply double click it, a terminal window will show up and you will be now mining! 😀


For an easier configuration, we recommend trying our wizard for the creating a .bat/.sh file. 🧙‍♂️

If you have any issue, question or suggestion contact us here:


Email (Official Support Channel)
X (formerly Twitter)
Instagram
Beware of impersonators, we have no official Telegram or Discord channels.

Back to top