<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=BFGminer_sections</id>
	<title>BFGminer sections - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=BFGminer_sections"/>
	<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=BFGminer_sections&amp;action=history"/>
	<updated>2026-05-31T20:11:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://etcwiki.org/index.php?title=BFGminer_sections&amp;diff=3258&amp;oldid=prev</id>
		<title>Ddxfish at 16:22, 26 September 2013</title>
		<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=BFGminer_sections&amp;diff=3258&amp;oldid=prev"/>
		<updated>2013-09-26T16:22:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;BFGminer is my program of choice for mining Bitcoins. It took me a while to understand all of the different lines of output and what they meant in the BFGminer console window. I figured I would share what I have learned about what BFGminer is displaying in its stats.&lt;br /&gt;
&lt;br /&gt;
[[File:Bfgminer.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Line 1 - Version and Date==&lt;br /&gt;
*Name of program (BFGminer)&lt;br /&gt;
*Version number (3.2.0)&lt;br /&gt;
*Date program started&lt;br /&gt;
*Total Time Mining&lt;br /&gt;
&lt;br /&gt;
==Line 2 - Admin Stuff==&lt;br /&gt;
*M - Manage Devices&lt;br /&gt;
*P - Pool Management&lt;br /&gt;
*S - Settings&lt;br /&gt;
*D - Display Options&lt;br /&gt;
*H - Help&lt;br /&gt;
*Q - Quit&lt;br /&gt;
&lt;br /&gt;
==Line 3 - Pool Info==&lt;br /&gt;
*Pool URL&lt;br /&gt;
*Difficulty given by pool&lt;br /&gt;
*Protocol (stratum or other)&lt;br /&gt;
*Username on pool&lt;br /&gt;
&lt;br /&gt;
==Line 4 - Network Info==&lt;br /&gt;
*Part of the blocks hash value (...1235ABCD)&lt;br /&gt;
*Block number on pool&lt;br /&gt;
*Current Block difficulty (149M = 149,000,000)&lt;br /&gt;
*Current network speed (1.07 Ph/s = 1,070,000 Gh/s)&lt;br /&gt;
*Date/time of current blocks start&lt;br /&gt;
&lt;br /&gt;
==Line 5 - Overall Stats==&lt;br /&gt;
*ST: Work in queue&lt;br /&gt;
*F: Network Failures&lt;br /&gt;
*NB: New blocks detected&lt;br /&gt;
*AS: Shares in submission process&lt;br /&gt;
*BW: Bandwidth (up / down)&lt;br /&gt;
*E: # of shares * difficulty / 2kB of bandwidth&lt;br /&gt;
*U: Shares per minute&lt;br /&gt;
*BS: Best Share (highest difficulty block solved)&lt;br /&gt;
&lt;br /&gt;
==Line 6 - Combined Device Info==&lt;br /&gt;
*Number of active mining devices (2 in this picture)&lt;br /&gt;
*3 Speed numbers in Mh/s &lt;br /&gt;
**First speed is last 5s avg speed&lt;br /&gt;
**Second speed is All Time Average (for this program run)&lt;br /&gt;
**Third speed is Effective Average (actual performance taking into account failures etc)&lt;br /&gt;
*A: Accepted Shares&lt;br /&gt;
*R:0+0: Rejected Shares + Discarded shares (and percent of total)&lt;br /&gt;
*HW: Hardware errors (total number / percent of total)&lt;br /&gt;
&lt;br /&gt;
==Each devices line==&lt;br /&gt;
*Name of device&lt;br /&gt;
*3 Speed numbers in Mh/s &lt;br /&gt;
**First speed is last 5s avg speed&lt;br /&gt;
**Second speed is All Time Average (for this program run)&lt;br /&gt;
**Third speed is Effective Average (actual performance taking into account failures etc)&lt;br /&gt;
&lt;br /&gt;
==Message Area==&lt;br /&gt;
Each line here gives a current status of the connection to the mining pool, and what your client is saying to the pool. Some of the common lines you see when bitcoin mining are:&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;[2013-09-25 12:06:17] Accepted 7b71d2c8 ICA 0 Diff 2/2&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*First is the date and time of the event&lt;br /&gt;
*&amp;quot;Accepted 7b71d2c8 means that the block 7b71d2c8 has been computed, submitted, and accepted by the pool&lt;br /&gt;
* ICA 0 is the device used for this calculation&lt;br /&gt;
*Diff 2/2 is the actual difficulty of the block you solved, a slash, and the requested difficulty of your client&lt;br /&gt;
**Diff X/2 means I am requesting difficulty level 2 problems, and X is the difficulty of the problem I solved-- the higher the number the more shares, and the higher the number the more BTC payout. The largest X value is displayed in the BS: statistic&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;[2013-09-25 12:06:27] Stratum from pool 0 requested work update&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*This line is just saying the pool is asking you how your calculations are going&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://bfgminer.org/ BFGminer Homepage]&lt;br /&gt;
*[https://github.com/luke-jr/bfgminer BFGminer Github] - repository on Git of BFGminer&lt;br /&gt;
*[https://bitcointalk.org/index.php?topic=168174.0 Bitcointalk Forums] - Using BFGminer, changelog, compatibility&lt;br /&gt;
*[https://en.bitcoin.it/wiki/BFGMiner Bitcoin.it] - BFGminer description (very good one)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Bitcoin]]&lt;/div&gt;</summary>
		<author><name>Ddxfish</name></author>
	</entry>
</feed>