<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=BFGMiner</id>
	<title>BFGMiner - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=BFGMiner"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=BFGMiner&amp;action=history"/>
	<updated>2026-05-15T09:58:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=BFGMiner&amp;diff=2929&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;{{#seo: |title=BFGMiner – ASIC, FPGA, GPU and CPU miner – zaoniao Wiki |description=BFGMiner is a modular ASIC, FPGA, GPU and CPU miner written in C, cross platform for Li...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=BFGMiner&amp;diff=2929&amp;oldid=prev"/>
		<updated>2019-04-05T03:56:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{#seo: |title=BFGMiner – ASIC, FPGA, GPU and CPU miner – zaoniao Wiki |description=BFGMiner is a modular ASIC, FPGA, GPU and CPU miner written in C, cross platform for Li...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#seo:&lt;br /&gt;
|title=BFGMiner – ASIC, FPGA, GPU and CPU miner – zaoniao Wiki&lt;br /&gt;
|description=BFGMiner is a modular ASIC, FPGA, GPU and CPU miner written in C, cross platform for Linux, Mac, and Windows including support for OpenWrt-capable routers.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;amp/&amp;gt;&lt;br /&gt;
'''BFGMiner''' is a modular ASIC, FPGA, GPU and CPU miner written in C, cross platform for Linux, Mac, and Windows including support for OpenWrt-capable routers.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* A variety of device drivers for Bitcoin (SHA256d):&lt;br /&gt;
** [http://www.butterflylabs.com/bitforce-sc-release-notes/ Butterfly Labs's BitForce SC (ASIC) product line]&lt;br /&gt;
** [http://launch.avalon-asics.com/ Avalon ASIC mining rig]&lt;br /&gt;
** [http://www.butterflylabs.com/product-details/ Butterfly Labs's FPGA BitForce Singles and MiniRigs]&lt;br /&gt;
** [http://www.enterpoint.co.uk/cairnsmore/cairnsmore1.html Enterpoint's Cairnsmore1 FPGA mining board]&lt;br /&gt;
** [http://fpgamining.com/products/x6500-rev3 FPGA Mining X6500]&lt;br /&gt;
** Qi Hardware's [http://en.qi-hardware.com/wiki/Icarus Icarus] and [http://en.qi-hardware.com/wiki/Lancelot Lancelot] FPGA mining boards&lt;br /&gt;
** [http://www.btcfpga.com/index.php?route=product/product&amp;amp;product_id=50 BTCFPGA's ModMiner Quad FPGA-based mining device]&lt;br /&gt;
** [http://www.ztex.de/ Ztex's FPGA boards]&lt;br /&gt;
** OpenCL GPUs, such as [http://www.amd.com/us/products/Pages/graphics.aspx AMD Radeons]&lt;br /&gt;
*** Kernels (including BFI_INT patching): Diablo, DiaKGCN, Phatk and poclbm&lt;br /&gt;
*** VECTOR support&lt;br /&gt;
*** Dynamic intensity that keeps desktop interactive under load and maximises throughput when desktop idle&lt;br /&gt;
*** Integrated overclocking and fan control (including automatic adjustment, if configured)&lt;br /&gt;
*** ADL device reordering by PCI bus ID&lt;br /&gt;
*** GCN (79x0) support&lt;br /&gt;
** CPU (not enabled by default nor included in Windows build)&lt;br /&gt;
** Coming soon:&lt;br /&gt;
*** [https://bitcointalk.org/?topic=99497 ASICMINER ASICs]&lt;br /&gt;
*** ''any other device provided for development''&lt;br /&gt;
* Support for new [[Getblocktemplate|getblocktemplate decentralized mining protocol]]&lt;br /&gt;
* Scrypt mining support for both CPU and OpenCL (GPU)&lt;br /&gt;
* Very low overhead free C code for Linux and Windows with very low CPU usage&lt;br /&gt;
* Long poll support - will use longpoll from any pool if primary pool does not support it&lt;br /&gt;
* epoll support for interrupting FPGA waiting when new work is available without timeout-looping&lt;br /&gt;
* Self detection of new blocks with a mini-database for slow/failing longpoll scenarios, maximum work efficiency and minimum rejects&lt;br /&gt;
* Heavily threaded code hands out work retrieval and work submission to separate threads to not hinder devices working&lt;br /&gt;
* Caching of submissions during transient network outages&lt;br /&gt;
* Preemptive fetching of work prior to completion of current work&lt;br /&gt;
* Local generation of more valid work (rollntime) whenever possible, as supported on a per-work item basis&lt;br /&gt;
* Prevention of stale work submission on new block (submitold also supported)&lt;br /&gt;
* Automatically detects failing pools and disables them&lt;br /&gt;
* Multi-device support (all or discrete selection)&lt;br /&gt;
* Summarised and discrete device data statistics of requests, accepts, rejects, hw errors, efficiency and utility&lt;br /&gt;
* Watchdog thread to restart idle threads but not crash machine if they don't respond&lt;br /&gt;
* Summary displayed when quitting&lt;br /&gt;
* Supports multiple pools with multiple intelligent failover mechanisms&lt;br /&gt;
* On the fly menu based management of most settings&lt;br /&gt;
* Trickling of extra work to backup pools if primary pool is responding but slow&lt;br /&gt;
* On the fly enabling/disable/restarting of devices&lt;br /&gt;
* Device temperature monitoring (for devices that support it)&lt;br /&gt;
* Reuses persistent connections when possible&lt;br /&gt;
* RPC +/- JSON interface for remote control&lt;br /&gt;
* Ability to cope with slow routers&lt;br /&gt;
* X-Reject-Reason support&lt;br /&gt;
* Lots of other stuff I can't remember. See options.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Pooled mining]]&lt;br /&gt;
* [[Why a GPU mines faster than a CPU]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/luke-jr/bfgminer bfgminer] project page on GitHub&lt;br /&gt;
* [http://luke.dashjr.org/programs/bitcoin/files/bfgminer/ Binaries and Source - All Versions]&lt;br /&gt;
* [https://bitcointalk.org/?topic=78192 BitcoinTalk forum thread]&lt;br /&gt;
* [http://fabulouspanda.co.uk/commandline/bfgminer/ bfgminer compiled for Mac OS X]&lt;br /&gt;
* [http://www.bitcoinmining.com/bitcoin-mining-software/ Bitcoin Mining Software]&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://bitcoin.it/ http://bitcoin.it/]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>