<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Bitcoin%2FBFGMiner</id>
	<title>Bitcoin/BFGMiner - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Bitcoin%2FBFGMiner"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Bitcoin/BFGMiner&amp;action=history"/>
	<updated>2026-05-07T02:49:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Bitcoin/BFGMiner&amp;diff=1899&amp;oldid=prev</id>
		<title>Kenneth: /* keywords */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Bitcoin/BFGMiner&amp;diff=1899&amp;oldid=prev"/>
		<updated>2015-03-08T07:10:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;keywords&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== BFGMiner ==&lt;br /&gt;
&lt;br /&gt;
BFGMiner - a modular ASIC/FPGA Bitcoin miner - http://bfgminer.org/&lt;br /&gt;
&lt;br /&gt;
See also [[CGMiner]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
=== RHEL ===&lt;br /&gt;
&lt;br /&gt;
Dependencies:&lt;br /&gt;
 yum install  libcurl-devel&lt;br /&gt;
 yum install  --enablerepo=epel  uthash-devel jansson-devel    # epel repo&lt;br /&gt;
&lt;br /&gt;
See [[EPEL]] for repo information.&lt;br /&gt;
&lt;br /&gt;
Source:&lt;br /&gt;
 #BFGVERSION=4.5.0&lt;br /&gt;
 BFGVERSION=4.10.1&lt;br /&gt;
 wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/$BFGVERSION/bfgminer-$BFGVERSION.zip&lt;br /&gt;
 unzip bfgminer-$BFGVERSION.zip&lt;br /&gt;
 cd bfgminer-$BFGVERSION&lt;br /&gt;
 #./autogen.sh  # only needed if building from git repo&lt;br /&gt;
 #./configure&lt;br /&gt;
 ./configure --prefix=/opt/bfgminer&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* How to use Antminer U1 / Bitcoin - https://bitcoin.co.th/how-to-use-antminer-u1/&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
== Execution ==&lt;br /&gt;
&lt;br /&gt;
 bfgminer --config /path/my.conf&lt;br /&gt;
&lt;br /&gt;
 # BTC pool mining&lt;br /&gt;
 LD_LIBRARY_PATH=/opt/bfgminer/lib /opt/bfgminer/bin/bfgminer --config /opt/bfgminer/conf/slush.conf -S icarus:all&lt;br /&gt;
 #LD_LIBRARY_PATH=/opt/bfgminer/lib /opt/bfgminer/bin/bfgminer --config /opt/bfgminer/conf/slush.conf -S erupter:all&lt;br /&gt;
&lt;br /&gt;
 # BNCR pool mining&lt;br /&gt;
 #LD_LIBRARY_PATH=/opt/bfgminer/lib /opt/bfgminer/bin/bfgminer --config /opt/bfgminer/conf/bancorcoin-pool.conf --set-device antminer:clock=x0981 -S antminer:all&lt;br /&gt;
&lt;br /&gt;
 # BNCR local mining&lt;br /&gt;
 #LD_LIBRARY_PATH=/opt/bfgminer/lib /opt/bfgminer/bin/bfgminer --config /opt/bfgminer/conf/bancorcoin-mining.conf --set-device antminer:clock=x0981 -S antminer:all&lt;br /&gt;
&lt;br /&gt;
If you compiled with prefix:&lt;br /&gt;
 LD_LIBRARY_PATH=/opt/bfgminer/lib /opt/bfgminer/bin/bfgminer&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
BTC bitcoin.cz slush example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;pools&amp;quot;: [&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://api.bitcoin.cz:8332&amp;quot;,&lt;br /&gt;
            &amp;quot;user&amp;quot;: &amp;quot;myuser&amp;quot;,&lt;br /&gt;
            &amp;quot;pass&amp;quot;: &amp;quot;mypass&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
    ]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
BNCR miningpools.tk example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;pools&amp;quot;: [&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;stratum+tcp://miningpools.tk:8047&amp;quot;,&lt;br /&gt;
            &amp;quot;user&amp;quot;: &amp;quot;1PhiPScGSvucr9FXTeC2LCW8oK5Nr21fzb&amp;quot;,&lt;br /&gt;
            &amp;quot;pass&amp;quot;: &amp;quot;password&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
    ]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
BNCR solo mining example: (running local BNCR server)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;pools&amp;quot;: [&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://localhost:9335&amp;quot;,&lt;br /&gt;
            &amp;quot;user&amp;quot;: &amp;quot;bancorcoin&amp;quot;,&lt;br /&gt;
            &amp;quot;pass&amp;quot;: &amp;quot;password123&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
    ],&lt;br /&gt;
    &amp;quot;api-port&amp;quot; : &amp;quot;4028&amp;quot;,&lt;br /&gt;
    &amp;quot;expiry&amp;quot; : &amp;quot;120&amp;quot;,&lt;br /&gt;
    &amp;quot;hotplug&amp;quot; : &amp;quot;5&amp;quot;,&lt;br /&gt;
    &amp;quot;log&amp;quot; : &amp;quot;5&amp;quot;,&lt;br /&gt;
    &amp;quot;no-pool-disable&amp;quot; : true,&lt;br /&gt;
    &amp;quot;queue&amp;quot; : &amp;quot;3&amp;quot;,&lt;br /&gt;
    &amp;quot;scan-time&amp;quot; : &amp;quot;60&amp;quot;,&lt;br /&gt;
    &amp;quot;shares&amp;quot; : &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;intensity&amp;quot; : &amp;quot;12&amp;quot;,&lt;br /&gt;
    &amp;quot;vectors&amp;quot; : &amp;quot;2&amp;quot;,&lt;br /&gt;
    &amp;quot;worksize&amp;quot; : &amp;quot;256&amp;quot;,&lt;br /&gt;
    &amp;quot;lookup-gap&amp;quot; : &amp;quot;2&amp;quot;,&lt;br /&gt;
    &amp;quot;thread-concurrency&amp;quot; : &amp;quot;8192&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Output Explained ==&lt;br /&gt;
&lt;br /&gt;
Stats:&lt;br /&gt;
* &amp;quot;hashrates: 5s decaying / all-time average / all-time average (effective)&amp;quot;&lt;br /&gt;
* exponentially decaying average over the opt_log_interval &lt;br /&gt;
&lt;br /&gt;
source README:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Each column is as follows:&lt;br /&gt;
  The number of devices and processors currently mining&lt;br /&gt;
  Hottest temperature reported by any processor&lt;br /&gt;
  20 second exponentially decaying average hash rate (configurable with --log&lt;br /&gt;
      option)&lt;br /&gt;
  An all time average hash rate&lt;br /&gt;
  An all time average hash rate based on actual nonces found, adjusted for pool&lt;br /&gt;
      reject and stale rate&lt;br /&gt;
  The number of Accepted shares&lt;br /&gt;
  The number of Rejected shares and stale shares discarded (never submitted),&lt;br /&gt;
      and the percentage these are of total found.&lt;br /&gt;
  The number of HardWare errors, and percentage invalid of nonces returned&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
http://i.imgur.com/DOlCwYi.png&lt;br /&gt;
&lt;br /&gt;
[http://www.reddit.com/r/BitcoinMining/comments/1v6pp7/understanding_bfgminers_interface/]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
See [[Bitcoin/BFGMiner/Notes]]&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
bfgminer bitcoin bancorcoin BFGMiner asic mining&lt;br /&gt;
&lt;br /&gt;
[[Category:Bitcoin]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>