Skip to content

CRYPTO MINING BLOG

Your guide to cryptocurrency mining

Primary Menu
  • CRYPTOCURRENCY
    • NEWS
    • WALLETS
    • INVESTING
    • TRADING
  • MINING
    • CRYPTO MINERS (SOFT)
    • ASIC MINING
    • GPU MINING
      • AMD GPU MINING
      • NVIDIA GPU MINING
    • CPU MINING
    • FPGA MINING
  • SOFTWARE
    • CRYPTOCURRENCY WALLETS
    • CRYPTOCURRENCY MINERS
    • TOOLS & UTILITIES
    • TRADING BOTS
    • FLASHING GPU
    • DRIVERS
    • SOFTWARE & FIRMWARE ASIC (ANTMINER)
    • NEW RELEASES
  • REVIEWS
  • GUIDES
  • NEWS

GMINER v2.48 (AMD/NVIDIA): Download and Configure for Windows.

  • CRYPTO MINING BLOG
  • Mar 25, 2021
  • 3 Comments So far
  • Download GMiner, GMiner
  • Cryptocurrency Miners | Cryptocurrency Mining | Mining on AMD GPU | Mining on NVIDIA GPU | Software

GitHub: DOWNLOAD GMiner v2.48

Gminer — it is a well-known and popular miner in the community for the cryptocurrency Aeternity, Ethereum, Beam, Grin, ZelCash, BitcoinZ and even Nervos CKB. Its main advantage is support for many algorithms and, accordingly, cryptocurrencies, the network hashrate of which has recently skyrocketed. We will tell you how to properly configure the miner and start working with it. This cryptocurrency mining program is suitable for Nvidia and AMD video cards (GPUs). DevFee is 0.65% for Ethash, 5% for BBC, 5% for Cortex, 3% for Cuckaroom29, 3% for BFC, 2% for all other algorithms.

Release notes GMiner v2.48

Windows only version (no change for Linux)

  • memory leaks caused by Nvidia NVML under Windows have been minimized
  • memory settings have been fixed for GPU Mining Edition under Windows
  • options have been added to control overclocking under Windows (speed fan speed, power limitation, core frequency, core voltage, memory frequency, memory voltage (see readme.txt for details)

Features and benefits of GMiner:

  • Watchdog (automatic restart of the miner in case of GPU failure, loss of connection to the pool, failure of the miner, watchdog is a process observing the state of the main systems of the miner, which will restart the miner in case of failure or freeze);
  • Failover pools (automatic connection to the failover pool when the main pool is not available, support for an unlimited number of failover pools, maintaining the backup pools, the miner uses the backup pools until the connection to the main pool is restored)
  • Energy Efficiency Calculator (shows power consumption for each GPU, sol / W)
  • SSL connection to the layer (support for secure connections, verify server certificate (optional))
  • & nbsp; API / Telemerty https://imgur.com/xGADAvh
  • commission is charged continuously, not at intervals (like most miners ), which has a positive effect on the User awareness on PPLNS pools
  • checking generated DAG, warning when GPU overclocking is very high for Ethash, Etchash, KAWPOW and ProgPoW algorithms, helps to overclock GPU without errors
  • checking shared resources CPU, warning when GPU overclocking is very high for Ethash, Etchash, KAWPOW and ProgPoW algorithms, helps to overclock the GPU without errors
  • DAG caching, if the GPU has enough memory, DAG files are not recalculated when switching to another algorithm when mining Ethash + Zilliqa or Nicehash, which has a positive effect on the profitability of the user
  • temperature control and stopping the GPU in case of overheating
  • mechanism to restore the lost connection to the pool
  • informative and readable output of statistics in the form of tables to the console
  • display of detailed information about each device (temperature, power consumption, load cooler, memory frequency, processor frequency, energy efficiency)
  • parallel output of information to the console and to a file on disk
  • built-in statistics server – remote monitoring of the miner in the browser
  • memory settings for Nvidia GPUs with GDDR5X and GDDR5 memory

Supported algorithms and developer commission:

Supported algorithmsDevFee
eth, ethash0.65%
etc, etchash0.65%
kawpow, rvn, ravencoin1%
cuckatoo32, grin322%
cortex5%
beamhash2%
equihash144_52%
equihash125_42%
equihash192_72%
equihash210_92%
cuckoo29, aeternity2%
cuckarood292%
cuckatoo31, grin312%
cuckaroo29b, bittube4%
cuckaroo29s, swap2%
bfc3%
vds2%

Fast start mining GMiner:

To start Ethash, enter at the command line:

miner --algo ethash --server eth.2miners.com:2020 --user 0x6334F8d82C8CCBB7D177Fc3aA679638f7Fb0e84a.worker1

–algo – mining algorithm, in this case ethash
–server – pool address and port, in this case the pool is eth.2miners.com, port is 2020
–user – Ethash wallet and worker name, in this case wallet is 0x6334F8d82C8CCBB7D177Fc3aA679638f7Fb0e84a, worker is worker1

For Ethash and Etсhash algorithms, there are 2 options for stratum protocol (proxy and stratum), to explicitly specify the protocol use the “–proto” parameter, for example, to use Nicehash pool, enter in the command line:

miner --algo ethash --server daggerhashimoto.usa.nicehash.com:3353 --user bc1qe8p5udj7ql92ycpc4tu42vweczs5qjk8uxkstr --proto stratum

If you have a mixed rig, you can run the miner only on CUDA devices:

miner --algo ethash --server eth.2miners.com:2020 --user 0x6334F8d82C8CCBB7D177Fc3aA679638f7Fb0e84a.worker1 --opencl 0

or only on OpenCL devices:

miner --algo ethash --server eth.2miners.com:2020 --user 0x6334F8d82C8CCBB7D177Fc3aA679638f7Fb0e84a.worker1 --cuda 0

or on devices of your choice, such as GPU0 GPU2 and GPU4:

miner --algo ethash --server eth.2miners.com:2020 --user 0x6334F8d82C8CCBB7D177Fc3aA679638f7Fb0e84a.worker1 --devices 0 2 4

the list of available GPUs can be seen by calling the following command:

miner --list_devices

To set temperature limits on GPU0 GPU2 and GPU4, upon reaching which mining on this device will pause until it cools down:

miner --algo ethash --server eth.2miners.com:2020 --user 0x6334F8d82C8CCBB7D177Fc3aA679638f7Fb0e84a.worker1 --devices 0 2 4 --templimit 80 70 65

where 80 is the temperature limit for GPU0, 70 is the temperature limit for GPU2, 65 is the temperature limit for GPU4

To save the miner’s logs to a file for later analysis:

miner --algo ethash --server eth.2miners.com:2020 --user 0x6334F8d82C8CCBB7D177Fc3aA679638f7Fb0e84a.worker1 --logfile c: \ log.txt


where “c:\log.txt” is the path to the file with the miner’s logs

Detailed configuration of the .bat file GMiner:

  • batch file setup
    When modifying the file, do not remove spaces or punctuation marks as this may damage the file.
  1. miner.exe – This argument specifies which program to run. We leave it as it is. This file must be located in the same folder as the batch file.
  2. —algo grin29 – specify the algorithm of the mined coin.
  3. —server grin29 .f2pool.com – after the -server parameter, specify the pool address.
  4. -port 13654 – specify the pool port
  5. —user rgz —after -user, depending on the pool, either the pool login or the digital wallet address is specified. In our example, on f2pool, this is the login
  6. —pass x – specify the pool password. Can be left empty if pool does not require (x value)

Useful links:

BitcoinTalk: https://bitcointalk.org/index.php?topic=5034735.0
Discord: https://discord.gg/XCrSf8MZK5
Telegram chat: https://t.me/gminer_talk
Telegram announcements: https://t.me/gminer_releases

  • gminer github release crypto mining club

Read more:

gminer256amdnvidiaGMINER v2.56: AMD/NVIDIA miner Ethereum, Aeternity, Beam, Grin, ZelCash, BitcoinZ, CKB CryptoNightBBCGMiner v2.19 [AMD/NVIDIA] Download and Configure for Windows & Linux. GMiner 1.99 (AMD/Nvidia GPUs miner): Скачать и Настроить для WindowsGMiner 1.99 (AMD/Nvidia): Download and Configure for Windows & Linux. GMiner v1.81 - fixed display error of Cortex worker nameGMiner v1.95 (AMD/Nvidia): Download and Configure for Windows & Linux. GMiner 2.09: Скачать и Настроить Equihash AMD Nvidia GPUs minerGMiner v2.09 (AMD/Nvidia GPU Equihash miner) Download and Configure CryptoNightBBCGMiner v2.30: Download, Setting for AMD Nvidia GPUs mining GMiner v1.81 - fixed display error of Cortex worker nameGMiner 1.86 (AMD/NVIDIA): Download, Config for BEAM, VDS, BTG, YCASH, AE, SWAP, GRIN GMiner v1.52 Equihash/ CuckooCycle (AMD / Nvidia GPUs miner)GMiner v1.52 (AMD/Nvidia): Download for Windows & Linux. Download GMiner v1.82 (AMD/Nvidia GPUs)Download GMiner v1.82 (AMD/Nvidia GPUs) GMiner v1.81 - fixed display error of Cortex worker nameGMiner v1.89 – miner Equihash, Beam, Grin (Download and Configure)
CRYPTO MINING BLOG
Founder & CEO

Previous post

Nvidia Mining Driver v470.05 GeForce RTX 3060 - Unlock Mining Ethereum

Next post

PhoenixMiner v5.5c: AMD/NVIDIA GPU Miner for Windows & Linux (Step by Step Guide)

3 Comments So far

Please Post Your Comments & Reviews
Cancel reply

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

  • USD
  • EUR
  • GPB
  • AUD
  • JPY
  • bitcoinBitcoin(BTC)
    $104,405.090.57%
  • ethereumEthereum(ETH)
    $2,516.41-0.35%
  • shih-shih-tzuShih Tzu(SHIH)
    $0.000246-0.01%
  • tetherTether(USDT)
    $1.00-0.03%
  • rippleXRP(XRP)
    $2.161.15%
  • vnm-venom-ethVenom(VNM)
    $2.110.00%
  • oxy-oxycoinOxycoin(OXY)
    $101.250.00%
  • binancecoinBNB(BNB)
    $654.23-0.05%
  • solanaSolana(SOL)
    $154.86-0.20%
  • usd-coinUSDC(USDC)
    $1.00-0.03%

  • TeamRedMiner v0.6.1: Download AMD GPU miner Ethash, MTP, CryptoNight
    26.8k views
  • ATIKMDAG PATCHER v1.4.14: Download AMD/ATI Pixel Clock for Windows
    14.9k views
  • Nvidia Mining Driver v470.05 GeForce RTX 3060 – Unlock Mining Ethereum
    7.2k views
  • OverdriveNTool 0.2.7: Download and Configure AMD GPU Overclocking Software
    5.6k views
  • PolarisBiosEditor 3 PRO: Modify AMD GPU BIOS (Download PBE Crack)
    5.5k views
  • Setting up AMD Radeon VEGA 56/64 for cryptocurrency mining
    5.3k views
  • NiceHash Miner v3.0.0.7: Download NHM for Windows/Linux/MacOS
    5.2k views
  • Nvidia GeForce RTX 3080 Ti: Unlock Mining Hashrate Driver for Windows
    4.7k views
  • SRBPolaris v3.5: Download BIOS Editor AMD GPUs for Windows
    3.9k views
  • NVIDIA NVFlash v5.590.0 (Windows/Linux) – How to flash the BIOS of GPUs NVIDIA?
    2.9k views
  • OhGodAnETHlargementPill: How to increase hashrate in mining on NVIDIA
    2.7k views
  • AMD Blockchain Driver: Radeon Software Crimson ReLive Edition Beta for Blockchain Compute
    2.6k views
  • CPUMINER-OPT v3.8.4: Download Fast CPU Miner for Windows
    2.6k views
  • ATIFlash & AMD VBFlash 2.93: Download BIOS Flashing Tool for AMD GPUs
    2.5k views
  • XMRig v5.6.0 CPU/GPU: Download miner Monero for Windows/Linux
    2.2k views
All Rights Reserved. CRYPTO-MINING.BLOG.
  • English
  • Russian