Mining Software Comparison

Ethminer: How to Set Up and Download

Ethminer is the only popular open-source Ethereum miner. Unlike others, it doesn’t charge a fee and the code is fully open. The miner doesn’t support any other algorithms, not even the modified Etchash for Ethereum Classic.

Ethminer is great for Dagger Hashimoto coins. Plus, it’s free of charge.

Ethminer Supported Algorithms

Below is the list of algorithms supported by the Ethminer mining software. Each algorithm indicates the program fee, which is usually just a few percent. Software developers use it for their product support, enhancement, and development of new features. The fee works in such a way that every hour a program mines for a short period of time (usually less than a minute) to the developer’s wallet.

Ethminer Sample Settings (bat file)

The mining software launches through the command line in Linux and through the bat file in Windows. Below are sample bat files for each cryptocurrency that you can mine with Ethminer. Make sure to replace YOUR_ADDRESS with your own wallet address, and RIG_ID with your own rig name. You can name it however you like, but the name must contain only Latin letters and symbols “-” and “_”. The wallet must correspond to the cryptocurrency you are mining.

You can find additional settings for the mining program at the end of the page. If you have problems setting up Ethminer, feel free to ask for advice in our Telegram chat.

Ethereum PoWethminer -U -P stratum1+tcp://YOUR_WALLET_ADDRESS.RIG_ID@ethw.2miners.com:2020
pause

Ethminer Extra Settings

Sometimes you need to take additional steps to set up a mining program. For example, you may want to disconnect a GPU or set the GPU operating temperature limit. We prepared the list of the most popular Ethminer settings. To use a setting, add it to the standard launch line indicated above. As a rule, you can’t control GPU overclocking through the mining program settings. You can find a detailed guide on GPU overclocking in this article.

stratum1+tls:// is for mining through TLS/SSL. To use SSL, replace the standard pool address prefix stratum1+tcp:// with stratum1+tls://Please keep in mind that the pool address with SSL is usually different from the pool address without SSL. For example, stratum1+tls://eth.2miners.com:12020 (2Miners Ethereum pool for mining through SSL).

Ethminer allows you to choose the mining platform, CUDA (Nvidia) or OpenCL (AMD), using the commands below. Please note that our sample bat file already uses -U command to mine only with Nvidia cards.

-U enables mining only through CUDA mining platform (Nvidia).

-G enables mining only through OpenCL mining platform (AMD).

-X enables mining through both platforms: CUDA and OpenCL (AMD and Nvidia).

--cuda-devices launches mining software only on certain CUDA (Nvidia) graphics cards. After --cuda-devices indicate target GPUs separating them with a space. The first GPU is indexed as 0. For example, GPUs in a rig of six graphics cards are numbered from 0 to 5. If you add --cuda-devices 0 1 2 3 5, the mining software launches on all GPUs except for the fifth (indexed as 4).

--opencl-devices launches mining software only on certain OpenCL (AMD) graphics cards. After -opencl-devices indicate target GPUs separating them with a space. The first GPU is indexed as 0. For example, GPUs in a rig of six graphics cards are numbered from 0 to 5. If you add --opencl-devices 0 1 2 3 5, the mining software launches on all GPUs except for the fifth (indexed as 4).
Developer
chfast