CGMiner 3.7.2 Download (Windows 10) AMD, Doge [2023] (2024)

CGMiner 3.7.2 Download (Windows 10) AMD, Doge [2023] (1)

Detailed statistics

You get complete information on the work of your cryptocurrency mining at any time of the day or night.

CGMiner 3.7.2 Download (Windows 10) AMD, Doge [2023] (2)

Fixed commission

No hidden fees. Each balance change is visible in the dashboard on the pool.

Download Now

Extreme performance. Unrivalled convenience.

CGMiner 3.7.2 Download (Windows 10) AMD, Doge [2023] (3)

Power distribution

You can independently distribute your power to different pools to find the most profitable combination.

This is a multi-threaded multi-pool FPGA and ASIC miner for Dogecoin, bitcoin, Litecoin etc.This code is provided entirely free of charge by the programmer in his sparetime so donations would be greatly appreciated. Please consider donating to theaddress below. Driver development for new ASIC only Bitcoin hardware can besuitably sponsored.

Do NOT download the latest version of cgminer (3.10+). The latest versions removed support for graphic cards and are only for ASIC hardware. The latest version you can get for Dogecoin mining is 3.7.2.

How To Use CGMiner

A simple step by step guide demonstrating how to mine scrypt cryptocurrency (i.e. Dogecoin, Litecoin etc.) using your AMD ATI GPU!

  1. 1

    Download the miner

    • Download CGMiner by clicking the Download button.
    • To run mining on multiple computers, download and install the CGMiner application on all computers that will be used for mining.
    • Unzip downloaded package and open the .bat file in the text editor
    • In the folder that contains the miner, you should create or edit a file with .bat extension. You can do this in any text editor (for example, Notepad or Notepad++). When you save the file, it’s important to choose ‘All Files’ as a file type, not ‘txt’. Otherwise, you’ll have .bat.txt at the end of the file name, and miner won’t be able to open this file. Your bat file (let’s say it’s called Dogecoin-binance_pool.bat) should contain the following text (Step 2):

    Attention! For security reasons, Windows may stop you from opening the bat file. In this case, you should permit it to open in the pop-up window.

  2. 2

    Enter the following command:

    setx GPU_FORCE_64BIT_PTR 0setx GPU_MAX_HEAP_SIZE 100setx GPU_USE_SYNC_OBJECTS 1setx GPU_MAX_ALLOC_PERCENT 100setx GPU_SINGLE_ALLOC_PERCENT 100cgminer --scrypt -o stratum+tcp://dogeminingpool.com:3009 -u DKs5E8nWJe2E5vYnVSoYqNjw2T17nGYUDo.1 -p password
  3. 3

    Configure the miner with your settings

    WALLET_ADDRESS - enter YOUR Ethereum wallet address or pool USERNAME (this is how CGMiner knows where to deposit your ETH)RIG_NAME – you can choose any name (like test), but don’t exaggerate: it should be 32 symbols max, contain only letters and numbers (no special characters like $%»*;@). Do not forget to specify your wallet address in all files!

  4. 4

    Start mining

    Double click your Bat file to start the miner. The miner will start, run the setx commands to set those environment variables, initialize each of your GPU’s, build the DAG file on each of your GPU’s and start hashing away.If you’ve followed the steps above you should see this screen.

How to find my crypto address?

  1. Log into your Huobi account, in the Assets tab choose "Spot" and click on it.
  2. On the opened page, click the "Select Coin" button. Select a network and get Dogecoin address.
  3. Click on the "Copy address" button.
  4. You can also use any other exchange or buy a cold wallet: Ledger or Trezor.

Download now

Latest version is 3.7.2
File: *cgminer.exe,
SHA256: 417b22681a716e2481fde1fcaed96d66a5716a188186a4ae765d558d4a7ec2f5

Based on 3,400+ reviews

*prebuilt files were removed from the source, so we hosting them*

Use templates (.bat files examples) to apply a predefined configuration to one or many miners in a single operation.

If you would like to donate Hashing power - DKs5E8nWJe2E5vYnVSoYqNjw2T17nGYUDo - Dogecoin

Thanks!

What is an ASIC?

They are Application Specify Integrated Circuit devices and provide the highest performance per unit power due to being dedicated to only one purpose. They are the only meaningful way to mine bitcoin today.

Help, I've started cgminer and everything reads zero!?

Welcome to bitcoin mining. Your computer by itself cannot mine bitcoin no matter how powerful it is. You have to purchase dedicated mining hardware called ASICs to plug into your computer. See Q regarding ASICs below.

I have multiple USB stick devices but I can't get them all to work at once?

Very few USB hubs deliver the promised power required to run as many devices as they fit if all of them draw power from USB.

I've plugged my devices into my USB hub but nothing shows up?

RPis and Windows have incomplete or non-standard USB3 support so they may never work. It may be possible to get a USB3 hub to work by plugging it into a USB2 hub. When choosing a hub, USB2 hubs are preferable whenever possible due to better support all round.

Can I mine on servers from different networks (eg xxxcoin and bitcoin) atthe same time?

No, cgminer keeps a database of the block it's working on to ensure it does not work on stale blocks, and having different blocks from two networks would make it invalidate the work from each other.

Can I configure cgminer to mine with different login credentials or pools for each separate device?

No.

Can I put multiple pools in the config file?

Yes, check the example.conf file. Alternatively, set up everything either on the command line or via the menu after startup and choose settings->write config file and the file will be loaded one each startup

The build fails with gcc is unable to build a binary.

Remove the "-march=native" component of your CFLAGS as your version of gcc does not support it. Also -O2 is capital o 2, not zero 2.

Can you implement feature X?

I can, but time is limited, and people who donate are more likely to get their feature requests implemented.

Work keeps going to my backup pool even though my primary pool hasn't failed?

Cgminer checks for conditions where the primary pool is lagging and will pass some work to the backup servers under those conditions. The reason for doing this is to try its absolute best to keep the devices working on something useful and not risk idle periods. You can disable this behaviour with the option --failover-only.

Is this a virus?

Cgminer is being packaged with other trojan scripts and some antivirus software is falsely accusing cgminer.exe as being the actual virus, rather than whatever it is being packaged with. If you installed cgminer yourself, then you do not have a virus on your computer. Complain to your antivirus software company. They seem to be flagging even source code now from cgminer as viruses, even though text source files can't do anything by themself.

Can you modify the display to include more of one thing in the output and less of another, or can you change the quiet mode or can you add yet another output mode?

Everyone will always have their own view of what's important to monitor. The defaults are very sane and I have very little interest in changing this any further. There is far more detail in the API output than can be reasonably displayed on the small console window, and using an external interface such as miner.php is much more useful for setups with many devices.

What are the best parameters to pass for X pool/hardware/device.

Virtually always, the DEFAULT parameters give the best results. Most user defined settings lead to worse performance.

What happened to CPU and GPU mining?

Their efficiency makes them irrelevant in the bitcoin mining world today and the author has no interest in supporting alternative coins that are better mined by these devices.

GUI version?

No. The RPC interface makes it possible for someone else to write one though.

I'm having an issue. What debugging information should I provide?

Start cgminer with your regular commands and add -D -T --verbose and provide the full startup output and a summary of your hardware and operating system.

Why don't you provide win64 builds?

Win32 builds work everywhere and there is precisely zero advantage to a 64 bit build on windows.

Is it faster to mine on windows or linux?

It makes no difference in terms of performance. It comes down to choice of operating system for their various features and your comfort level. However linux is the primary development platform and is virtually guaranteed to be more stable.

My network gets slower and slower and then dies for a minute?

Try the --net-delay option if you are on a GBT server. This does nothing with stratum mining.

How do I tune for p2pool?

It is also recommended to use --failover-only since the work is effectively like a different block chain, and not enabling --no-submit-stale. If mining with a BFL (fpga) minirig, it is worth adding the --bfl-range optio

I run PHP on windows to access the API with the example miner.php. Why does it fail when php is installed properly but I only get errors about Sockets not working in the logs? Read: PHP: Installation - Manual

What is a PGA?

Cgminer supports 3 FPGAs: BitForce, Icarus and ModMiner. They are Field-Programmable Gate Arrays that have been programmed to do Bitcoin mining. Since the acronym needs to be only 3 characters, the "Field-" part has been skipped.

What is stratum and how do I use it?

Stratum is a protocol designed for pooled mining in such a way as to minimise the amount of network communications, yet scale to hardware of any speed. With versions of cgminer 2.8.0+, if a pool has stratum support, cgminer will automatically detect it and switch to the support as advertised if it can. If you input the stratum port directly into your configuration, or use the special prefix "stratum+tcp://" instead of "http://", cgminer will ONLY try to use stratum protocol mining. The advantages of stratum to the miner are no delays in getting more work for the miner, less rejects across block changes, and far less network communications for the same amount of mining hashrate. If you do NOT wish cgminer to automatically switch to stratum protocol even if it is detected, add the --fix-protocol option.

Q: Why don't the statistics add up: Accepted, Rejected, Stale, Hardware Errors, Diff1 Work, etc. when mining greater than 1 difficulty shares?

As an example, if you look at 'Difficulty Accepted' in the RPC API, the number of difficulty shares accepted does not usually exactly equal the amount of work done to find them. If you are mining at 8 difficulty, then you would expect on average to find one 8 difficulty share, per 8 single difficulty shares found. However, the number is actually random and converges over time, it is an average, not an exact value, thus you may find more or less than the expected average.

My keyboard input momentarily pauses or repeats keys every so often on windows while mining?

The USB implementation on windows can be very flaky on some hardware and every time cgminer looks for new hardware to hotplug it it can cause these sorts of problems. You can disable hotplug with: --hotplug 0

What should my Work Utility (WU) be?

Work utility is the product of hashrate * luck and only stabilises over a very long period of time. Assuming all your work is valid work, bitcoin mining should produce a work utility of approximately 1 per 71.6MH. This means at 5GH you should have a WU of 5000 / 71.6 or ~ 69. You cannot make your machine do "better WU" than this - it is luck related. However you can make it much worse if your machine produces a lot of hardware errors producing invalid work.

What should I build in for a generic distribution binary?

There are a number of drivers that expect to be used on dedicated standalone hardware. That said, the drivers that are designed to work generically with USB on any hardware are the following:

--enable-avalon--enable-avalon2--enable-avalon4--enable-avalon7--enable-avalon8--enable-bflsc--enable-bitfury--enable-cointerra--enable-drillbit--enable-hashfast--enable-hashratio--enable-icarus--enable-klondike

How do I use the --decode function to decode a pool's coinbase?

You need to have a bitcoind with server functionality and pass it thecredentials as the first pool in your config, and pass the pool's address thatyou wish to decode as the second pool configured. Note the bitcoind NEEDS thehttp:// prefix.

CGMiner 3.7.2 Download (Windows 10) AMD, Doge [2023] (2024)

FAQs

What hardware is supported by CGMiner? ›

CGMiner is a ASIC, GPU, and FPGA miner that is maintained as an open-source product and works on platforms including Windows, Linux, and macOS. CGMiner is extremely flexible platform-wise, and can work with a variety of hardware miners, and GPUs, including the CUDA and NVIDIA platforms.

Is mining crypto worth it 2023? ›

Crypto mining in 2023 may still be profitable, but the level of profitability may not be as high as it was in previous years due to more number of players and increased market volatility.

How long does it take to mine 1 Bitcoin on a laptop? ›

How long does it take to mine one Bitcoin? It takes around 10 minutes to mine just one Bitcoin, though this is with ideal hardware and software, which isn't always affordable and only a few users can boast the luxury of. More commonly and reasonably, most users can mine a Bitcoin in 30 days.

How much does a mining rig make a day? ›

Most Bitcoin mining rigs make at least 2000 USD every day on average. Some can make up to as high as 5000 USD daily. We recommend buying more efficient and robust mining equipment to maximize your daily income from Bitcoin mining.

Is My Computer compatible with mining? ›

Mining on Desktop PC

There is only one essential requirement: a good graphics card with at least 6GB of RAM. The most affordable graphics cards that meet mining requirements are Nvidia 1060 6GB and AMD RX 480 8GB.

What CPU do I need for mining? ›

For mining ethereum, we recommend using an Intel Celeron or Intel i3 processor. RAM — Higher RAM does not mean that you get a better mining performance, so we recommend using anywhere between 4GB and 16GB of RAM.

How do you make $1000 a month mining crypto? ›

By participating in staking, setting up a masternode, lending your cryptocurrency, investing in projects that offer dividends, or purchasing a cloud mining contract, you can potentially earn up to $1000 per month with cryptocurrency.

What is the most profitable mining rig in 2023? ›

Quick Look: The 8 best Bitcoin mining hardware machines in 2023
  • Bitmain AntMiner S19 Pro.
  • Bitmain AntMiner S9.
  • Bitmain AntMiner T19.
  • Whatsminer M30S++
  • Canaan AvalonMiner 1246.
  • Dragonmint T1.
  • Ebang Ebit E11++

What is the most profitable miner in 2023? ›

Some of the most profitable and best ASIC Bitcoin miners include:
  • Bitmain Antminer S19 XP Hyd (255Th)
  • Bitmain Antminer S19 XP (140Th)
  • Canaan Avalon Made A1366.
  • MicroBT Whatsminer M50S.
  • MicroBT WhatsMiner M56S.
Mar 19, 2023

How many bitcoins can be mined in 10 minutes? ›

Mining Bitcoins is an “all or nothing” affair — miners receive either 6.25 BTC in 10 minutes or 0. Mining is structured as a race between miners, who compete to solve computationally intensive puzzles and become the first on the network to successfully validate a new block and pocket the reward.

How much Bitcoin can you mine in 1 hour? ›

Bitcoin Mining Reward Forecasts
Time FrameBTC RewardRevenue USD*
Hourly0.00001279$0.36
Daily0.00030707$8.57
Weekly0.00214952$60.01
Monthly0.0092$257.18
1 more row

What is the easiest crypto to mine? ›

Monero (XMR) is one of the easiest cryptocurrencies to mine if you're using a home computer and not a professional setup.

What mining pays the most? ›

High Paying Miner Jobs
  • Mining Technician. Salary range: $48,000-$77,500 per year. ...
  • Underground Miner. Salary range: $40,000-$72,000 per year. ...
  • Mine Laborer. Salary range: $38,000-$57,500 per year. ...
  • Coal Miner. Salary range: $41,500-$47,500 per year. ...
  • Quarry Worker. ...
  • Production Miner. ...
  • Shaft Tender. ...
  • Mining Professionals.

How much does the average person make mining crypto? ›

Crypto Mining Salary
Annual SalaryMonthly Pay
Top Earners$100,500$8,375
75th Percentile$77,500$6,458
Average$64,161$5,346
25th Percentile$48,000$4,000

How many hours a day does a miner work? ›

“The mining industry has moved away from eight-hour shifts and is moving toward 10- and 12-hour shifts,” Friedman said.

Does CGMiner support CPU mining? ›

In addition to being cross-platform compatible, CGMiner works with a variety of mining hardware besides ASICs, including FPGAs, GPUs, and CPUs.

Does CGMiner support GPU mining? ›

CGMiner is a GPU/FPGA bitcoin mining program written in C. It is compatible with both Windows and Linux operating systems. Among the great features of CGMiner are support for overclocking, hardware monitoring, fan speed control and also remote interface capabilities.

What hardware is required for mining rig? ›

A mining rig uses multiple GPUs on a single motherboard, processor, disk, and memory. If you have all the devices that are needed, not many of the skills are needed to build a rig. You only need basic PC building skills. ROI is calculated as GPU purchase price/net daily profit.

Do miners use CPU or GPU? ›

Between CPU mining and GPU mining, the GPU wins for its efficiency and ability to keep up with the work demand required in a more competitive crypto mining network. Both setups have advantages and disadvantages, so if you're serious about crypto mining, you should definitely invest in a GPU setup.

Top Articles
Latest Posts
Article information

Author: Nathanael Baumbach

Last Updated:

Views: 5679

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Nathanael Baumbach

Birthday: 1998-12-02

Address: Apt. 829 751 Glover View, West Orlando, IN 22436

Phone: +901025288581

Job: Internal IT Coordinator

Hobby: Gunsmithing, Motor sports, Flying, Skiing, Hooping, Lego building, Ice skating

Introduction: My name is Nathanael Baumbach, I am a fantastic, nice, victorious, brave, healthy, cute, glorious person who loves writing and wants to share my knowledge and understanding with you.