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.56: AMD/NVIDIA miner Ethereum, Aeternity, Beam, Grin, ZelCash, BitcoinZ, CKB

  • CRYPTO MINING BLOG
  • Jun 16, 2021
  • No Comments
  • Download GMiner, GMiner
  • Cryptocurrency Miners | Cryptocurrency Mining | Mining on AMD GPU | Mining on NVIDIA GPU | Software
gminer256amdnvidia
gminer256amdnvidia

DOWNLOAD
GMINER

Gminer — is a well-known and in-demand cryptocurrency miner in the community for Aeternity, Ethereum, Beam, Grin, ZelCash, BitcoinZ and even Nervos CKB. Its main advantage is the support of multiple algorithms and, consequently, cryptocurrencies, whose network hash rate has recently taken off. We tell you how to properly set up the miner and start working with it. This program for mining cryptocurrencies is suitable for video cards from Nvidia and AMD (GPUs). DevFee is 0.65% for Ethash, 5% for BBC, 5% for Cortex, 3% for Cuckaroom29, 3% for BFC, 2% for all other algorithms.

What’s new in GMiner v2.56?

  • memory temperature display for Nvidia cards under Windows (if the GPU supports it)
  • memory temperature display for AMD cards under Windows and Linux (if GPUs support it)
  • removed cuckatoo31/cuckatoo32 algorithms

Features and benefits GMiner

GMiner was created by a Russian group of specialists in high-performance computing and cryptography. The first version of GMiner was released on September 21, 2018 and was quite warmly received by users. Due to its unique developments and stability, in just six months the miner became a favorite on Equihash algorithms. The miner is focused on NVIDIA and AMD platforms and supports most popular algorithms such as: Ethash, ProgPoW, KAWPOW, Equihash, CuckooCycle. GMiner maintains the leading position in mining coins such as Beam, Grin, Cortex, Bitcoin Gold.
In 2020, the miner added support for Ethash, ProgPoW and KAWPOW algorithms with high performance relative to competitors. The development team never rests on its laurels and achieves maximum algorithm performance with minimal power consumption, these are the qualities that distinguish GMiner from its competitors and win the hearts of users.

  • Watchdog (auto restart of the miner if the GPU fails, loss of connection to the pool, miner crash, watchdog is a process-observer of the state of the main miner systems, which will restart the miner if it crashes or hangs);
  • Failover pools (auto-connect to failover pool when primary pool is unavailable, support for unlimited number of failover pools, by maintaining backup pools, Miner uses backup pools until until the primary pool is re-connected)
  • Energy Calculator (shows the power consumption for each GPU, sol/Watt)
  • SSL connection to the layer (support for secured connections, server certificate validation (optional))
  •   API / Telemerty https://imgur. com/xGADAvh
  • commission is charged continuously, not at intervals (like most miners), which has a positive effect on user profitability on PPLNS pools
  • check generated DAG, warning when GPU overclocking is very high for Ethash, Etchash, KAWPOW and ProgPoW algorithms, helps overclock GPU without errors
  • check overall CPU resources, warning when GPU overclocking is very high for Ethash, Etchash, KAWPOW and ProgPoW algorithms, helps overclock GPU without mistakes
  • DAG Caching, if GPU has enough memory, DAG files are not recalculated when switching to another algorithm while mining Ethash + Zilliqa or Nicehash, positive impact on profitability
  • temperature control and GPU halt in case of overheating
  • recovery mechanism for lost pool connection
  • informative and readable stats output in the form of tables on the console
  • displays detailed information about each device (temperature, detailed information for each device (temperature, cooler load, memory frequency, processor frequency, power efficiency)
  • parallel information output to console and disk file
  • built-in statistics server – remotely monitor mining machine in browser
  • Memory settings for Nvidia GPUs with GDDR5X and GDDR5 memory
Supported algorithmsdeveloper commission
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%

Quick start of mining GMiner

To start Ethash, type at the command prompt:

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 2020
  • -user – ethash wallet and worker name, in this case the wallet is 0x6334F8d82C8CCBB7D177Fc3aA679638f7Fb0e84a , worker1

For Ethash and Etshash algorithms there are 2 stratum protocol options (proxy and stratum), to explicitly specify the protocol, use the parameter “-proto”, for example, to use the Nicehash pool, type in the command line:

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

If you have a mixed installation, you can only run the miner 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 GPU4:

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

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

miner --list_devices

To set the temperature limits for GPU0, GPU2 and GPU4, at which the mining on this device will be suspended until it cools down. where 80 is the temperature limit for GPU0, 70 is the temperature limit for GPU2, 65 is the temperature limit for GPU4.

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

To save the miner logs to a file for later analysis. where “c: \ log.txt” is the path to the file with the miner logs:

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

Setting up a .bat file GMiner:

batch file setup
  1. miner.exe – This argument specifies which program we want to run. Leave it as it is. This file must be in the same folder as the command file.
  2. -algo grin29 – Specify the algorithm for the mined coin.
  3. -server grin29.f2pool.com – Specify the pool address after -server.
  4. -port 13654 – specify the pool port
  5. -user rgz – after -user, depending on the pool, specify either the pool login or the digital wallet address. In our example on f2pool it is login
  6. -pass x – specify the pool password. You can leave it blank if the pool does not require (value x)

Do not remove spaces and punctuation when modifying a file, as this can damage the file.

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:

GMINER v2.48 (AMD/NVIDIA): Download and Configure for Windows. GMiner v1.81 - fixed display error of Cortex worker nameGMiner v1.89 – miner Equihash, Beam, Grin (Download and Configure) CryptoNightBBCGMiner v2.30: Download, Setting for AMD Nvidia GPUs mining GMiner 2.09: Скачать и Настроить Equihash AMD Nvidia GPUs minerGMiner v2.09 (AMD/Nvidia GPU Equihash miner) Download and Configure lolminer 1.28a downloadlolMiner 1.28a: Download Ethash/Equihash/Beam/Grin Miner for AMD & NVIDIA CryptoNightBBCGMiner v2.19 [AMD/NVIDIA] Download and Configure 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.90 (AMD/Nvidia): Added support CryptoNightBBC algorithm GMiner 2.09: Скачать и Настроить Equihash AMD Nvidia GPUs minerGMINER v2.11: BeamHashIII (NVIDIA); Cuckatoo32 (+5-8%, DevFee 2%)
CRYPTO MINING BLOG
Founder & CEO

Previous post

WalletKeyTool: Import and export of private keys .dat/.key/.aes/.json/.txt/.wallet

Next post

NBMiner v39.0: up to +70% max ETH mining hash rate on NVIDIA (Window/Linux)

No Comments

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,194.990.21%
  • ethereumEthereum(ETH)
    $2,484.32-0.01%
  • shih-shih-tzuShih Tzu(SHIH)
    $0.000246-0.01%
  • tetherTether(USDT)
    $1.00-0.02%
  • rippleXRP(XRP)
    $2.140.40%
  • vnm-venom-ethVenom(VNM)
    $2.110.00%
  • oxy-oxycoinOxycoin(OXY)
    $101.250.00%
  • binancecoinBNB(BNB)
    $651.590.43%
  • solanaSolana(SOL)
    $153.861.79%
  • usd-coinUSDC(USDC)
    $1.000.00%

  • 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