Graphics card mining tutorial, GPU/CPU mining software latest version collection

The era of blockchain is the era of mining. Individuals can make use of their idle computers and join the mining army. Whether it is a computer used for gaming at home or a computer used for office work, you can install a native fool-proof mining tool and mine as you wish. After a month, it is not a problem to earn enough money for cigarettes and alcohol. Here are some native GPU and CPU mining software for you.

The era of blockchain is the era of mining. Individuals can make use of their idle computers and join the mining army. Whether it is a computer used for gaming at home or a computer used for office work, you can install a native fool-proof mining tool and mine as you wish. After a month, it is not a problem to earn enough money for cigarettes and alcohol. Here are some native GPU and CPU mining software for you.,software.

What are the minimum requirements for mining?

Each mining algorithm has different hardware requirements:

Ethash
A graphics card (GPU) with at least 6GB of video memory (graphics card memory, not to be confused with system RAM memory). Multi-GPU systems are supported as long as all GPUs meet the minimum memory requirements.

Etchash
A graphics card (GPU) with at least 3GB of video memory (graphics card memory, not to be confused with system RAM memory). Multi-GPU systems are supported as long as all GPUs meet the minimum memory requirements.

Kawpow
A graphics card (GPU) with at least 3GB of video memory (graphics card memory, not to be confused with system RAM memory). Multi-GPU systems are supported as long as all GPUs meet the minimum memory requirements.

RandomX
A CPU processor is required, laptop CPUs are supported, but not recommended for use without proper ventilation (cooling).

GPU Mining Tools

The following is a GPU mining tool that can be run under Windows. The graphics card memory must be greater than 3G. Graphics cards with less than 3G cannot be used.software.

NBMiner

Recommendation index: ⭐⭐⭐

NVIDIA and AMD GPU miners for ETH, RVN, GRIN, BEAM, CFX, ZIL, AE, SERO, ERGO

Compatible algorithms: Ethash, Etchash, Kawpow

Supports Windows and Linux. Supports backup of mining pool configuration. Supports SSL connection to mining pool.

NVIDIA driver version must be greater than or equal to 384

How to set up NBMiner for GPU mining

nbminer.comandNBMiner_githubare the only two officially maintained release information and New version of the site.

As of September 2021, the latest version released on Github is V39.2

Download the latest version of NBMiner:https://github.com/NebuTech/NBMiner/releases

Click to download:NBMiner_39.2_Win.zip After that, unzip and open the folder.

Create a new batch file called start.bat, right-click and select Edit to open the bat file.

Belowunmineable.comFor example, how to edit the start.bat file.

nbminer.exe -a ethash -o stratum+tcp://ethash.unmineable.com:3333 -u COIN:YOURADDRESS.WORKER_NAME -log
pause

Parameter explanation:

-a:-a ethash is to use the ethash algorithm for mining. If your GPU meets the minimum memory requirement for Ethash mining (6GB memory), you can join our ethash pool, but if your GPU has only 3GB, you must change the mining algorithm of the mining pool to etchash. Update the -a parameter to: -a etchash and change the mining URL to etchash.unmineable.com:3333.

Of course you can also choose the kawpow algorithm, just change the pool URL to kp.unmineable.com:3333 and update the -a parameter to: -a kawpow

-o:The -o parameter is the mining URL address, which changes according to the -a parameter. The mining algorithm and mining URL address must be consistent.

-u:The -u parameter contains three parts: COIN, YOURADDRESS and WORKER_NAME.

COIN is the coin you are mining, for example: ADA, TRX, WIN or more. Also keep the ":" sign between the coin and your address.

YOURADDRESS must be a valid address of the coin you selected, otherwise the pool will return an error. Also be sure to check if the supported networks have some coins such as TRC20 (TRON address) used for USDT mining.

WORKER_NAME is just any name you want to give your worker to identify him/her on the site.

For example:

nbminer.exe -a ethash -o stratum+tcp://ethash.unmineable.com:3333 -u WIN:TRn1zy4ECwig9pUWVRKbXHmcVT1Hmzp8GZ.uzbox-gpu -log
pause

Use the ethash algorithm for GPU mining, ethash.unmineable.com:3333 is the URL address of the mining pool, the currency is WIN, TRn1zy4ECwig9pUWVRKbXHmcVT1Hmzp8GZ is the payment address of win currency, and uzbox-gpu is the miner name set. The miner name can be set at will.

Once you have created the start.bat file, simply double-click it and a terminal window will appear and you can now start mining!

Next you canunmineable.comYou can check your mining status on the website. You can withdraw the mined coins to the exchange at any time.

Nanominer

Recommendation index: ⭐⭐⭐⭐

It is a versatile tool for mining cryptocurrencies on GPU and CPU. A mining software that can mine dual mining.

Nanominer is a program product developed by Nanopool for creating structured cryptocurrency units based on the following algorithms:

In order to start mining Ethereum with nanominer, it is enough to enter your wallet in the configuration file.

Working nanominer for NVIDIA GPUs requires Nvidia drivers 410.48 and newer on Linux or 411.31 and newer on Windows.

The nanominer cuda11 version requires Nvidia drivers 455.23 and newer on Linux or 456.38 and newer on Windows. Nvidia 30xx series GPUs only work with the cuda11 miner version.

Testing of nanominer has proven high performance when used with Ethereum, Ravencoin, Ethereum Classic, Conflux, QuarkChain, Ubiq, Monero, Cortex, Ergo and other currencies. Ethash, Etchash and KawPow implementations have some optimizations for the in-memory DAG size, which is crucial for 3 GB and 4 GB GPUs. Apart from that, nanominer stands out for its high stability and simple setup.

How to setup Nanominer for GPU mining

Official GitHub repository:https://github.com/nanopool/nanominer

Download the latest version of nanominer:https://github.com/nanopool/nanominer/releases

After downloading, configure the mining software by editing the config.ini file.

 

byunmineable.comFor example, add the following content to config.ini, then close and save the file.

[Ethash]
wallet = COIN:YOURADDRESS.WORKER_NAME
rigName = WORKER_NAME
pool1 = ethash.unmineable.com:3333

You must change COIN, YOURADDRESS, 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 chose, otherwise the pool will return an error, also be sure to check the supported networks for some coins like TRC20 (TRON address) for USDT mining. Your WORKER_NAME is just any name you want to set for your worker so that it can be identified on the website.

[Ethash]
wallet = WIN:TRn1zy4ECwig9pUWVRKbXHmcVT1Hmzp8GZ.uzbox-gpu02#jv5p-dxei
rigName = uzbox-gpu02#jv5p-dxei
pool1 = ethash.unmineable.com:3333

Parameter explanation:

wallet:Wallet Address

rigName:Miner Name

pool1:Mining pool URL

After the config.ini file is configured, save and close it, then double-click nanominer.exe to run the nanominer mining software!

For more mining pool configuration methods, please refer to:https://github.com/nanopool/nanominer

PhoenixMiner

Recommendation index: ⭐⭐

It is a fast (arguably the fastest) Ethash (Ethereum, ETC, etc.) miner that supports AMD and Nvidia cards (including hybrid mining rigs). It runs under Windows x64 and Linux x64 and has a developer fee of 0.65% (the lowest in the industry). This means that miners mine for their developers for 35 seconds every 90 minutes.

PhoenixMiner also supports ETCHash mining ETC, Ubqhash mining UBQ, ProgPOW mining BCI, and dual mining of Ethash/ETCHash/Ubqhash using Blake2s.

Hashrate is generally higher than Claymore's Ethereum miner (we measured around 0.4-1.3% hashrate improvement, but your results may be slightly lower or higher depending on GPU, driver, and other variables).

If you have used Claymore's Dual Ethereum miner, you can easily switch to PhoenixMiner as we support most of Claymore's command line options and configuration files.

How to setup PhoenixMiner for GPU mining

You can download the latest version of PhoenixMiner (or find older versions, other files, etc.) in the following folder.

PhoenixMiner mining software download address:https://phoenixminer.info/downloads/

Download the latest version, PhoenixMiner5.7b:PhoenixMiner_5.7b_Windows.zip

Further reading:PhoenixMiner 5.7b: Fastest Ethereum/Ethash miner with lowest development fee (Win/Linux)

During the download process, you will be prompted that the software has risks. This can be ignored. Depending on your personal preference, you can choose different graphics card mining software.

After downloading, unzip it and in the folder of PhoenixMiner.exe, create a start.bat file with the following content.

Belowunmineable.comFor example:

PhoenixMiner.exe -pool ethash.unmineable.com:3333 -wal COIN:YOURADDRESS.WORKER_NAME -pass x 

Parameter explanation:

-pool:The URL of the mining pool

-wal:Wallet Address

Example:

PhoenixMiner.exe -pool ethash.unmineable.com:3333 -wal WIN:TRn1zy4ECwig9pUWVRKbXHmcVT1Hmzp8GZ.uzbox-gpu02#jv5p-dxei -pass x

Double-click the start.bat file and a terminal window will appear, and you can now start mining!

lolMiner

Recommendation index: ⭐

lolMiner is a multi-algorithm Ethash / Equihash / Beam & Grin miner focused on AMD GPUs (OpenCL based).

New: CUDA backend for Ethash and Ergo.
Note that it will also run on most Nvidia GPUs, but speed and stability may vary.

lolMiner project address:https://github.com/Lolliedieb/lolMiner-releases/releases

Further reading:https://bitcointalk.org/index.php?topic=4724735.0

How to set up lolMiner for GPU mining

The latest version of lolMiner is lolMiner 1.31.https://github.com/Lolliedieb/lolMiner-releases/releasesDownload the latest version of lolMiner from

After unzipping it on your computer, create a start.bat file.

Add the following content to the start.bat file:

lolMiner.exe --algo ETHASH --pool ethash.unmineable.com:3333 --user COIN:YOURADDRESS.WORKER_NAME --ethstratum ETHPROXY
pause

Belowunmineable.comFor example:

lolMiner.exe --algo ETHASH --pool ethash.unmineable.com:3333 --user WIN:TRn1zy4ECwig9pUWVRKbXHmcVT1Hmzp8GZ.uzbox-gpu02#jv5p-dxei --ethstratum ETHPROXY
pause

If your GPU meets the minimum memory requirement for Ethash mining (6GB of memory) you can join the ethash pool, but if your GPU has 3GB you must change the pool url to: etchash.unmineable.com:3333 and update the --algo parameter to: ETCHASH

Parameter explanation:

--algo:Mining method

--pool:The URL of the mining pool address

--user:Wallet Address

After the settings are completed, double-click the start.bat file to start mining.

T-Rex

Recommendation index: ⭐⭐⭐⭐⭐

It is an easy-to-use and highly optimized cryptocurrency mining software. It uses unique optimization technology to fully exploit the potential of modern NVIDIA graphics cards.
We also pay great attention to stable power consumption. These advantages, coupled with a development fee of only 1%, make our product one of the best public mining machines.
Let your device andLet’s make money together!
Compatible algorithms: Ethash, Etchash, Kawpow

Official website address:https://trex-miner.com/

The latest version is 0.21.6. Click to download T-Rex: https://trex-miner.com/download/t-rex-0.21.6-win.zip

How to setup T-Rex for GPU mining

After downloading, unzip it and create a batch file called start.bat in the t-rex folder.

In start.bat, fill in the following content:

t-rex.exe -a ethash -o ethash.unmineable.com:3333 -u COIN:YOURADDRESS.WORKER_NAME -px
pause 

If your GPU meets the minimum memory requirement for Ethash mining (6GB of memory) you can join the ethash pool, but if your GPU has 3GB you must change the pool url to: etchash.unmineable.com:3333 and update the --algo parameter to: ETCHASH

You can also choose to mine the kawpow algorithm, just change the pool URL to kp.unmineable.com:3333 and update the -a parameter to: -a kawpow

Let’s take unmineable.com as an example:

t-rex.exe -a ethash -o ethash.unmineable.com:3333 -u WIN:TRn1zy4ECwig9pUWVRKbXHmcVT1Hmzp8GZ.uzbox-gpu02#jv5p-dxei -px
pause 

Glossary:

-a: Mining method, compatible with algorithms Ethash, Etchash, Kawpow

-o: mining pool URL address

-u: wallet address

After editing start.bat, save the file and double-click start.bat to start GPU mining.

CPU Mining Tools

It is recommended that the CPU mining tool be used together with the GPU mining tool. In actual tests, the daily income from CPU mining alone is not enough to pay the electricity bill!

The difference between CPU mining and GPU mining

Each CPU core basically has one ALU arithmetic logic unit, and a 32-core CPU only has 32 ALUs.
GPU has a lot of stream processors, some have multiple ALUs for one stream processor, some have multiple stream processors sharing one ALU, it depends on different architectures. Even so, the current NVIDA GTX1080 has 2560 stream processors. When doing simple logical operations, although they are all concurrent, the advantage of quantity is simply overwhelming the logical operation capability of the CPU.

XMRIG

RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU miners

XMRig is a high-performance, open source, cross-platform RandomX, KawPow, CryptoNight and AstroBWT unified CPU/GPU miner and RandomX benchmark. Official binaries are available for Windows, Linux, macOS and FreeBSD.

How to setup XMRIG for CPU mining

XMRig project address:https://github.com/xmrig/xmrig/releases

The latest version is 6.15.0, downloadxmrig-6.15.0-msvc-win64.zip

 

2.3/5 - (3 votes)

Leave a Reply

Your email address will not be published. Required fields are marked *