<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>cgminer</title>
    <description>cgminer</description>
    <pubDate>Sat, 18 Apr 2026 08:28:32 +0000</pubDate>
    <lastBuildDate>Sat, 18 Apr 2026 08:28:32 +0000</lastBuildDate>
    <generator>Decred Forum</generator>
    <link>https://forum.decred.org/forums/cgminer/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://forum.decred.org/forums/cgminer/index.rss"/>
    <item>
      <title>Does Cgminer Work With The Hard Fork?</title>
      <pubDate>Sat, 10 Jun 2017 04:46:35 +0000</pubDate>
      <link>https://forum.decred.org/threads/does-cgminer-work-with-the-hard-fork.5413/</link>
      <guid>https://forum.decred.org/threads/does-cgminer-work-with-the-hard-fork.5413/</guid>
      <author>invalid@example.com (Reynold)</author>
      <dc:creator>Reynold</dc:creator>
      <content:encoded><![CDATA[I haven&#039;t been able to get the current version of cgminer to work after the hard fork and have had to use other miners.<br />
<br />
<a href="https://github.com/decred/decred-release/releases/tag/v0.0.5_cgminer" target="_blank" class="externalLink" rel="nofollow">https://github.com/decred/decred-release/releases/tag/v0.0.5_cgminer</a><br />
<br />
Is there going to be an update to this miner for the hard fork?<br />
<br />
Thank you.]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Cgminer Code Update</title>
      <pubDate>Tue, 30 May 2017 21:47:27 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-code-update.5364/</link>
      <guid>https://forum.decred.org/threads/cgminer-code-update.5364/</guid>
      <author>invalid@example.com (loux)</author>
      <dc:creator>loux</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
can we improve the decred/cgminer code ?<br />
I see some <br />
<br />
uint32_t *o = ohash;<br />
<br />
at the end of void blake256_regenhash(struct work *work), that can be safely removed, right ?<br />
Regards,<br />
Loux]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Could Someone Update The Official Decred Cgminer Repo?</title>
      <pubDate>Sat, 29 Apr 2017 15:35:43 +0000</pubDate>
      <link>https://forum.decred.org/threads/could-someone-update-the-official-decred-cgminer-repo.5310/</link>
      <guid>https://forum.decred.org/threads/could-someone-update-the-official-decred-cgminer-repo.5310/</guid>
      <author>invalid@example.com (melloyellow)</author>
      <dc:creator>melloyellow</dc:creator>
      <content:encoded><![CDATA[Please.  It&#039;s here<br />
<br />
<a href="https://github.com/decred/cgminer" target="_blank" class="externalLink" rel="nofollow">https://github.com/decred/cgminer</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Cgminer Share Above Target</title>
      <pubDate>Sat, 17 Sep 2016 01:59:37 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-share-above-target.4015/</link>
      <guid>https://forum.decred.org/threads/cgminer-share-above-target.4015/</guid>
      <author>invalid@example.com (megacrypto)</author>
      <dc:creator>megacrypto</dc:creator>
      <content:encoded><![CDATA[hello all,<br />
<br />
this is my first attempt at solo mining, im running ubuntu 14.04.4 and managed to get dcrd to run and sync all blocks (right now its at 64049) and i finally managed to get cgminer to work with blake256<br />
<br />
i have 2 gpu&#039;s <br />
<br />



<div class="bbCodeBlock bbCodeQuote">
	<aside>
		
		<blockquote class="quoteContainer"><div class="quote">00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics] (rev d6)<br />
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series]</div><div class="quoteExpand">Click to expand...</div></blockquote>
	</aside>
</div>and im still not...<br />
<br />
<a href="https://forum.decred.org/threads/cgminer-share-above-target.4015/" class="internalLink">Cgminer Share Above Target</a>]]></content:encoded>
    </item>
    <item>
      <title>Cgminer Pthread Error</title>
      <pubDate>Mon, 22 Aug 2016 13:53:05 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-pthread-error.3975/</link>
      <guid>https://forum.decred.org/threads/cgminer-pthread-error.3975/</guid>
      <author>invalid@example.com (jumparo)</author>
      <dc:creator>jumparo</dc:creator>
      <content:encoded><![CDATA[Hello to everyone,<br />
I am trying to compile decred/cgminer from a long time in linux 16.04 using mingw32<br />
<br />
After this command i have no errors : <br />
<br />
CPPFLAGS=&quot;-I`pwd`/../win32/include&quot; LDFLAGS=&quot;-L`pwd`/../win32/lib -lcurldll&quot; ./configure --host=i586-mingw32msvc --disable-git-version --enable-opencl --disable-adl<br />
<br />
But when I do make, I am having this error : <br />
<br />
cgminer.c: In function ‘api_thread’:<br />
cgminer.c:5250: error: incompatible types in assignment<br />
cgminer.c: In function ‘main’:<br />
cgminer.c:8677:...<br />
<br />
<a href="https://forum.decred.org/threads/cgminer-pthread-error.3975/" class="internalLink">Cgminer Pthread Error</a>]]></content:encoded>
    </item>
    <item>
      <title>Cgminer Source</title>
      <pubDate>Sun, 21 Aug 2016 02:38:44 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-source.325/</link>
      <guid>https://forum.decred.org/threads/cgminer-source.325/</guid>
      <author>invalid@example.com (SG-O)</author>
      <dc:creator>SG-O</dc:creator>
      <content:encoded><![CDATA[The CGMiner for Decred has just arrived on <a href="https://github.com/decred/cgminer/" target="_blank" class="externalLink" rel="nofollow">GitHub</a>!<br />
My question is, if its ready to build and run or if it&#039;s still missing several major components?<br />
If I&#039;m not mistaken we are still missing the Decred Core Client to start mining. Any information about that available yet?<br />
<br />
Anything about the new Miner can be posted below!<br />
<br />
#Edit1: Changed title to differentiate from compiled miner thread.]]></content:encoded>
      <slash:comments>63</slash:comments>
    </item>
    <item>
      <title>Cgminer Can't Find Gpu</title>
      <pubDate>Fri, 19 Aug 2016 13:22:18 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-cant-find-gpu.3842/</link>
      <guid>https://forum.decred.org/threads/cgminer-cant-find-gpu.3842/</guid>
      <author>invalid@example.com (weeb0)</author>
      <dc:creator>weeb0</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I am trying to start a very small mining rig (HD 6950).<br />
<br />
I am using kubuntu 15.10<br />
AMD driver 15.12<br />
Open CL libraries 3.0<br />
<br />
When I start cgminer -n it tells me that there is not GPU available (yes I added --enable-opencl in the configure commande line)<br />
<br />
When I ask aticonfig to tell me how many GPU available it tells me 1. So I don&#039;t know where to start to solve my issue.<br />
<br />
Thank you for your help]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>Miner Not Working With Cgminer V0.1.0</title>
      <pubDate>Mon, 09 May 2016 14:48:52 +0000</pubDate>
      <link>https://forum.decred.org/threads/miner-not-working-with-cgminer-v0-1-0.3631/</link>
      <guid>https://forum.decred.org/threads/miner-not-working-with-cgminer-v0-1-0.3631/</guid>
      <author>invalid@example.com (ssddm1)</author>
      <dc:creator>ssddm1</dc:creator>
      <content:encoded><![CDATA[Hello all, <br />
<br />
After downloading the newest cgminer I am no longer able to mine decred. I run the miner through supernova pool but the miner quickly shuts down or turns black. Oddly, my GPUs state that they are running if the miner screen is black, but my hashrate on supernova is 1/10th of what it normally is. I tried removing and re-installing the software but the same issue occurred. <br />
<br />
Any suggestions would be very welcome. I am not very tech savvy, so this issue may be pretty easy for some...<br />
<br />
<a href="https://forum.decred.org/threads/miner-not-working-with-cgminer-v0-1-0.3631/" class="internalLink">Miner Not Working With Cgminer V0.1.0</a>]]></content:encoded>
    </item>
    <item>
      <title>Which Cpu?</title>
      <pubDate>Fri, 06 May 2016 15:10:46 +0000</pubDate>
      <link>https://forum.decred.org/threads/which-cpu.3610/</link>
      <guid>https://forum.decred.org/threads/which-cpu.3610/</guid>
      <author>invalid@example.com (Johnshpon3)</author>
      <dc:creator>Johnshpon3</dc:creator>
      <content:encoded><![CDATA[I have question in my mind now for maybe 2 weeks already. As I can see, new efficient miner would not come out any time soon (and I&#039;m not capable of  writeing one by myself<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin    :D" />). I&#039;m thinking to replace my Pentium G3220 with way more powerfull i5 4460 with 4 cores. My idea is that CGminer is using CPU at 100%, so if I give it power boost with powerfull CPU, maybe I can squeeze more hashes from GPU? Any oppinions is very welcome, than I will decide what to do.]]></content:encoded>
    </item>
    <item>
      <title>How To Setup And Optimize Your Cgminer Config File</title>
      <pubDate>Thu, 05 May 2016 07:37:45 +0000</pubDate>
      <link>https://forum.decred.org/threads/how-to-setup-and-optimize-your-cgminer-config-file.381/</link>
      <guid>https://forum.decred.org/threads/how-to-setup-and-optimize-your-cgminer-config-file.381/</guid>
      <author>invalid@example.com (thepotterone)</author>
      <dc:creator>thepotterone</dc:creator>
      <content:encoded><![CDATA[<b>How to Setup and Optimize your CGMiner Config File</b><br />
<br />
<br />
Anyone who starts out mining Decred if you want to get the best Mhash/s from your GPU or GPU’s. This being said its not that difficult to get it running and optimizing it for your graphics card. I will explain the entire process of creating the config file to changing settings so that you get the most MHash out of your card possible.<br />
<br />
<b>Setting up cgminer for the first time: </b>(skip this if you already have cgminer running)...<br />
<br />
<a href="https://forum.decred.org/threads/how-to-setup-and-optimize-your-cgminer-config-file.381/" class="internalLink">How To Setup And Optimize Your Cgminer Config File</a>]]></content:encoded>
      <slash:comments>13</slash:comments>
    </item>
    <item>
      <title>I Made A Munin Plugin For Cgminer</title>
      <pubDate>Sun, 01 May 2016 16:12:47 +0000</pubDate>
      <link>https://forum.decred.org/threads/i-made-a-munin-plugin-for-cgminer.3478/</link>
      <guid>https://forum.decred.org/threads/i-made-a-munin-plugin-for-cgminer.3478/</guid>
      <author>invalid@example.com (raedah)</author>
      <dc:creator>raedah</dc:creator>
      <content:encoded><![CDATA[<a href="https://github.com/raedah/bitmunit" target="_blank" class="externalLink" rel="nofollow">https://github.com/raedah/bitmunit</a>]]></content:encoded>
    </item>
    <item>
      <title>Cgminer And Pool Not Showing Same Hashrate</title>
      <pubDate>Mon, 25 Apr 2016 00:13:53 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-and-pool-not-showing-same-hashrate.3013/</link>
      <guid>https://forum.decred.org/threads/cgminer-and-pool-not-showing-same-hashrate.3013/</guid>
      <author>invalid@example.com (Denys)</author>
      <dc:creator>Denys</dc:creator>
      <content:encoded><![CDATA[Hello !<br />
<br />
I started mining decred this Monday.<br />
<br />
Cgminer says that my hashrate is 1.2GHS but the pool (suprnova) says it&#039;s 400MHS. And I get decred for 400MHS.<br />
<br />
I&#039;m on Ubuntu 14.04 and I use the suprnova pool (I use the port 9110, I also tried 9111 and it didn&#039;t change anything).<br />
<br />
Any idea why this difference ?<br />
<br />
Thanks for your answers<br />
<br />
Denys<br />
<br />
edit : now cgminer shows me this &quot;Pool 0 not providing work fast enough&quot;]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Cgminer Doesn't Work Anymore</title>
      <pubDate>Sun, 24 Apr 2016 23:37:40 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-doesnt-work-anymore.1363/</link>
      <guid>https://forum.decred.org/threads/cgminer-doesnt-work-anymore.1363/</guid>
      <author>invalid@example.com (1337leet)</author>
      <dc:creator>1337leet</dc:creator>
      <content:encoded><![CDATA[Hey guys,<br />
<br />
I just installed one mor GPU - then started cgminer and it was all just fine - all cards worked with no problem.<br />
But when I restarted cgminer I got problems.<br />
The miner itself starts and shows the data that it found the pool and connection - but when it switches to mining the cmd windows is just black. No data shown.<br />
The powerconsumtion rises like it should - that means it&#039;s doing something.. but I can&#039;t see it.<br />
I use cgminer 3.7.2 on Windows 7 64 bit.<br />
<br />
This is what is shown before...<br />
<br />
<a href="https://forum.decred.org/threads/cgminer-doesnt-work-anymore.1363/" class="internalLink">Cgminer Doesn&#039;t Work Anymore</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Cgminer And --cert</title>
      <pubDate>Sat, 02 Apr 2016 14:05:51 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-and-cert.2619/</link>
      <guid>https://forum.decred.org/threads/cgminer-and-cert.2619/</guid>
      <author>invalid@example.com (qqqq)</author>
      <dc:creator>qqqq</dc:creator>
      <content:encoded><![CDATA[I know that flag works on ccminer for me and solo mine is ok. But In cgminer i got <b>cgminer: --cert: unrecognized option. </b>What is wrong ? Without --cert flag i believe solo mine wouldn&#039;t working, cause dcrd tells TLS hanshake error.]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Cgminer On Linux Exiting Without Mining</title>
      <pubDate>Fri, 01 Apr 2016 20:38:16 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-on-linux-exiting-without-mining.464/</link>
      <guid>https://forum.decred.org/threads/cgminer-on-linux-exiting-without-mining.464/</guid>
      <author>invalid@example.com (Lee Sharp)</author>
      <dc:creator>Lee Sharp</dc:creator>
      <content:encoded><![CDATA[I am trying to run cgminer on Linux.  I do not get any errors, but it just does not run either.<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>lee@dev01:~/Decred/cgminer-decred-linux-x86_64-20160204$ ./cgminer --blake256 --benchmark
[2016-02-07 19:43:49]
Summary of runtime statistics:
                   
[2016-02-07 19:43:49] Started at                    
[2016-02-07 19:43:49] Pool: Benchmark                   
[2016-02-07 19:43:49] Runtime: 404137 hrs : 43 mins : 49 secs                   
[2016-02-07 19:43:49] Average hashrate:...</pre>
</div><a href="https://forum.decred.org/threads/cgminer-on-linux-exiting-without-mining.464/" class="internalLink">Cgminer On Linux Exiting Without Mining</a>]]></content:encoded>
      <slash:comments>25</slash:comments>
    </item>
    <item>
      <title>Help! Good Cgminer Options / Flags</title>
      <pubDate>Tue, 15 Mar 2016 05:50:51 +0000</pubDate>
      <link>https://forum.decred.org/threads/help-good-cgminer-options-flags.1319/</link>
      <guid>https://forum.decred.org/threads/help-good-cgminer-options-flags.1319/</guid>
      <author>invalid@example.com (ghostshell)</author>
      <dc:creator>ghostshell</dc:creator>
      <content:encoded><![CDATA[What is a good setting for vector, scan time, queue, expiry, intensity and worksize.<br />
<br />
I can get my miner to show around 1.9Gh/s per card, but the pool shows it mining at much less. I wonder if it is one of the settings above.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Cgminer Freeze After ~30minutes</title>
      <pubDate>Sun, 13 Mar 2016 03:56:31 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-freeze-after-30minutes.1272/</link>
      <guid>https://forum.decred.org/threads/cgminer-freeze-after-30minutes.1272/</guid>
      <author>invalid@example.com (broflovsky)</author>
      <dc:creator>broflovsky</dc:creator>
      <content:encoded><![CDATA[I have one sapphire 280x, on windows server 2008, and no matter how many times i close cgminer window, it always freeze after ~30minutes of working... windows is ok, its working, but cgminer window don&#039;t refresh info, it just freeze.. and worker in pool is dead... what can be the problem guys?]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>Mining Error?</title>
      <pubDate>Fri, 11 Mar 2016 18:52:37 +0000</pubDate>
      <link>https://forum.decred.org/threads/mining-error.1291/</link>
      <guid>https://forum.decred.org/threads/mining-error.1291/</guid>
      <author>invalid@example.com (hsspeed)</author>
      <dc:creator>hsspeed</dc:creator>
      <content:encoded><![CDATA[What does it mean ? How can it be fixed ?<br />
<br />
reject reason: time-too-old]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Cgminer Not Showing Gpu But Giving Hashrate</title>
      <pubDate>Wed, 02 Mar 2016 16:58:54 +0000</pubDate>
      <link>https://forum.decred.org/threads/cgminer-not-showing-gpu-but-giving-hashrate.750/</link>
      <guid>https://forum.decred.org/threads/cgminer-not-showing-gpu-but-giving-hashrate.750/</guid>
      <author>invalid@example.com (Nabob)</author>
      <dc:creator>Nabob</dc:creator>
      <content:encoded><![CDATA[hello everyone, my cgminer shows a hashrate and accepted shares, but it doesnt show any gpu settings or options.  I am running windows 7 32 bit, and the appropriate cgminer software with support for DCR, and my card is an MSI r9 280x gaming 3g twin frozr edition.  my driver is the 13.11 amd driver.  here is a screenshot of the problem.

	<a href="https://forum.decred.org/attachments/345/" target="_blank">View attachment 345</a>
	
<br />
<br />
you can see where it says &quot;GPU 0:&quot; those fields are blank, but they shouldnt be.  I also cannot access the gpu settings under [G]PU...<br />
<br />
<a href="https://forum.decred.org/threads/cgminer-not-showing-gpu-but-giving-hashrate.750/" class="internalLink">Cgminer Not Showing Gpu But Giving Hashrate</a>]]></content:encoded>
      <slash:comments>13</slash:comments>
    </item>
    <item>
      <title>Can Someone Help Me To Understand?</title>
      <pubDate>Mon, 29 Feb 2016 14:40:00 +0000</pubDate>
      <link>https://forum.decred.org/threads/can-someone-help-me-to-understand.1134/</link>
      <guid>https://forum.decred.org/threads/can-someone-help-me-to-understand.1134/</guid>
      <author>invalid@example.com (broflovsky)</author>
      <dc:creator>broflovsky</dc:creator>
      <content:encoded><![CDATA[Hi, i have searched on forum but nothing have found about this question..<br />
<br />
I want to mine with cgminer on several computers, maybe 10 or 15 of them.. my question is:<br />
do i need to create on each PC a new wallet and a new address and then run miner? or its ok to use my airdrop wallet, but to create separate address for each PC? Thank you guys!]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
  </channel>
</rss>
