<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.bitcoin.it/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Arruah</id>
	<title>Bitcoin Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.bitcoin.it/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Arruah"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Arruah"/>
	<updated>2026-05-09T11:37:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=P2Pool&amp;diff=68065</id>
		<title>P2Pool</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=P2Pool&amp;diff=68065"/>
		<updated>2020-07-23T12:11:29Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox company&lt;br /&gt;
|name=P2Pool&lt;br /&gt;
|trading_name=P2Pool&lt;br /&gt;
|industry=[[Mining pool]]&lt;br /&gt;
|foundation=July 17, 2011&lt;br /&gt;
|hashrate=1.6 Phash/s&lt;br /&gt;
|website= http://p2pool.in&lt;br /&gt;
}}&lt;br /&gt;
[[Image:P2pool_chain.png‎|thumb|350px|right|Visualization of the P2Pool share chain]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P2Pool&#039;&#039;&#039; is a decentralized [[Bitcoin]] [[Bitcoin Pool|mining pool]] that works by creating a peer-to-peer network of miner nodes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;P2Pool creates a new block chain in which the difficulty is adjusted so a new block is found every 30 seconds. The blocks that get into the P2Pool block chain (called the &amp;quot;share chain&amp;quot;) are the same blocks that would get into the Bitcoin block chain, only they have a lower difficulty target. Whenever a peer announces a new share found (new block in the P2Pool block chain), it is received by the other peers, and the other peers verify that this block contains payouts for all the previous miners who found a share (and announced it) that made it into the P2Pool share chain. This continues until some peer finds a block that has a difficulty that meets the Bitcoin network&#039;s difficulty target. This peer announces this block to the Bitcoin network and miners who have submitted shares for this block are paid in the generation transaction, proportionally to how many shares they have found in the last while. - Unknown author&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Decentralized payout pooling solves the problem of centralized mining pools degrading the decentralization of Bitcoin and avoids the risk of hard to detect theft by pool operators.&lt;br /&gt;
&lt;br /&gt;
Miners are configured to connect to a P2Pool node that can be run locally, alongside the miner. P2Pool users must run a full Bitcoin node which serves the purpose of independently validating transactions and the Bitcoin blockchain. P2Pool also supports merged mining and several alternative blockchains.&lt;br /&gt;
&lt;br /&gt;
P2Pool nodes work on a chain of shares similar to Bitcoin&#039;s blockchain. Each node works on a block that includes payouts to the previous shares&#039; owners and the node itself, which can also result in a share if it meets P2Pool&#039;s difficulty.&lt;br /&gt;
&lt;br /&gt;
Because of the importance of strengthening Bitcoin&#039;s decentralization, some Bitcoin supporters donate to P2Pool miners, resulting in average returns above 100% of the expected reward.&lt;br /&gt;
However, it should be noted that there are other pools (such as [[BitPenny]] and [[Eligius]]) which can provide this same level of decentralization.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
P2Pool shares form a &amp;quot;sharechain&amp;quot; with each share referencing the previous share&#039;s hash. Each share contains a standard Bitcoin block header, some P2Pool-specific data that is used to compute the generation transaction (total subsidy, payout script of this share, a nonce, the previous share&#039;s hash, and the current target for shares), and a Merkle branch linking that generation transaction to the block header&#039;s Merkle hash.&lt;br /&gt;
&lt;br /&gt;
The chain continuously regulates its target to keep generation around one share every thirty seconds, just as Bitcoin regulates it to generate one block every ten minutes.&lt;br /&gt;
This means that finding shares becomes more difficult (resulting in higher variance) the more people mine on P2Pool, though large miners have the option to raise their difficulty, and so reduce the impact of their mining on P2Pool&#039;s minimum difficulty.&lt;br /&gt;
&lt;br /&gt;
Unlike Bitcoin, nodes do not know the entire chain - instead they only hold the last 8640 shares (the last 3 day&#039;s worth). In order to prevent an attacker from working on a chain in secret and then releasing it, overriding the existing chain, chains are judged by how much work they have since a point in the past. To ascertain that the work has been done since that point, nodes look at the Bitcoin blocks that the shares reference, establishing a provable timestamp. (If a share points to a block, it was definitely made after that block was made.)&lt;br /&gt;
&lt;br /&gt;
=== Payout logic ===&lt;br /&gt;
&lt;br /&gt;
Each share contains a generation transaction that pays to the previous &#039;&#039;n&#039;&#039; shares, where &#039;&#039;n&#039;&#039; is the number of shares whose total work is equal to 3 times the average work required to solve a block, or 8640 (= 72 hours of shares), whichever is smaller. Payouts are weighted based on the amount of work each share took to solve, which is proportional to the p2pool difficulty at that time.&lt;br /&gt;
&lt;br /&gt;
The block reward (currently 6.25 BTC) and the transaction fees are combined and apportioned according to these rules:&lt;br /&gt;
&lt;br /&gt;
A subsidy of 0.5% is sent to the node that solved the block in order to discourage not sharing solutions that qualify as a block. (A miner with the aim to harm others could withhold the block, thereby preventing anybody from getting paid. He can NOT redirect the payout to himself.) The remaining 99.5% is distributed evenly to miners based on work done recently.&lt;br /&gt;
&lt;br /&gt;
In the event that a share qualifies as a block, this generation transaction is exposed to the Bitcoin network and takes effect, transferring each node its payout.&lt;br /&gt;
&lt;br /&gt;
=== Stales ===&lt;br /&gt;
&lt;br /&gt;
On P2Pool stales refer to shares which can&#039;t make it into the sharechain.  Because the sharechain is 20 times faster than the Bitcoin chain many stales are common and expected. However, because the payout is [[Comparison_of_mining_pools|PPLNS]] only your stale rate relative to other nodes is relevant; the absolute rate is not.&lt;br /&gt;
&lt;br /&gt;
There are two reported kinds of stales in P2Pool: &amp;quot;DEAD ON ARRIVAL&amp;quot; shares and orphan shares. Dead shares were too old by the time they arrived at your local P2Pool. Very high dead rates can indicate miner misconfiguration. Orphan shares are shares which were not extended by the rest of the P2Pool network, because some other miner&#039;s share was accepted first. Very high orphan rates may indicate network connectivity problems. &lt;br /&gt;
&lt;br /&gt;
The P2Pool console output shows your relative stale rate compared to other P2Pool miners in the &#039;Own efficiency&#039; column:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2012-01-07 20:57:51.797420 Pool stales: 13% Own: 13±2% Own efficiency: 100±2%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you first start P2Pool claimed efficiency will be low and the error bounds on this estimate will be large, but as it runs the numbers will converge to their correct values.&lt;br /&gt;
&lt;br /&gt;
If your efficiency is unusually low, make sure your network connection isn&#039;t overloaded, that your miners support long polling and are not set to work for excessive amounts of time, and that your bitcoind has multiple connections.&lt;br /&gt;
&lt;br /&gt;
== Joining the pool ==&lt;br /&gt;
&lt;br /&gt;
Follow these steps to join the pool:&lt;br /&gt;
&lt;br /&gt;
* Run Bitcoin with the RPC interface enabled: edit bitcoin.conf to include:&lt;br /&gt;
 rpcuser=USER&lt;br /&gt;
 rpcpassword=LONG_RANDOM_SECRET_VALUE&lt;br /&gt;
 server=1&lt;br /&gt;
**&#039;&#039;&#039;Replace LONG_RANDOM_SECRET_VALUE with something long and random like the output of smashing your keyboard for a bit like fju4M78yAj3ds39pak92raK&#039;&#039;&#039;. You don&#039;t need to be able to remember it. If your RPC port becomes exposed to the internet a thief could steal your bitcoin if they could guess it, or use a brute force attack in order to find it.&lt;br /&gt;
** Bitcoin 0.8.5 or later is required&lt;br /&gt;
** It&#039;s important that your Bitcoin client be fully synchronized before starting. It&#039;s also better if you have the Bitcoin port forwarded&lt;br /&gt;
* Download p2pool:&lt;br /&gt;
** Windows binary: See http://bitcointalk.org/index.php?topic=18313.0&lt;br /&gt;
** Source download: https://github.com/forrestv/p2pool/tags&lt;br /&gt;
** git: git clone git://github.com/forrestv/p2pool.git&lt;br /&gt;
* Run p2pool: (See below for additional options.)&lt;br /&gt;
** Windows py2exe: run_p2pool.exe&lt;br /&gt;
** Source: python run_p2pool.py&lt;br /&gt;
* Run a miner daemon with long polling connecting to 127.0.0.1 (or the IP of the host running p2pool if it isn&#039;t on the same computer as the miner) on port 9332 with any username and password&lt;br /&gt;
** bfgminer -O u:p -o http://127.0.0.1:9332/ --submit-stale&lt;br /&gt;
* Subscribe to the [https://groups.google.com/forum/#!forum/p2pool-notifications P2Pool notifications] mailing list for urgent pool status updates&lt;br /&gt;
&lt;br /&gt;
Dependencies if running from source:&lt;br /&gt;
* Python 2.6 or higher (but not 3.x)&lt;br /&gt;
* python-argparse&lt;br /&gt;
* Twisted (Ubuntu package python-twisted)&lt;br /&gt;
&lt;br /&gt;
=== Frequently Asked Questions ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; &amp;quot;Why does my miner report so many longpoll events when mining on p2pool? - P4Man&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; &amp;quot;Once every ~30 seconds is normal. That is how often p2pool shares are generated (as opposed to ~10 min for bitcoin blocks) - cabin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; &amp;quot;Do the &#039;orphan&#039; and &#039;dead&#039; shares in P2Pool&#039;s status display hurt me?&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; They shouldn&#039;t - It&#039;s normal for some fraction of everyone&#039;s shares to end up orphaned or dead. Because payouts are calculated by counting how many shares you have relative to others, everyone with normal configurations is equally &amp;quot;hurt&amp;quot; by this. However, if you have a large proportion of stales, your payout will be hurt. You can see how well you&#039;re doing by looking at P2Pool&#039;s &amp;quot;Efficiency&amp;quot; (ex: &#039;&#039;Efficiency: ~110.6% (40-111%)&#039;&#039;). If 100% doesn&#039;t lie within the [http://en.wikipedia.org/wiki/Confidence_interval confidence interval] at the end, something is probably wrong (with 95% confidence).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; &amp;quot;What do I do if my efficiency is low?&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Make sure the computers you&#039;re running P2Pool and the miner on have enough memory and CPU time. If you have a lot of dead shares or the &amp;quot;Local dead on arrival&amp;quot; number is higher than a few percent, that means that something is wrong with your miner. Check to make sure that it is one of the working versions in the &#039;&#039;Miners&#039;&#039; section on this page. Lower the intensity or raise the FPS of your miner. If you have a lot of orphan shares, something is wrong with P2Pool&#039;s P2P connection. Decrease the load on your internet connection or enable QoS (Quality of Service) on your router.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What is PPLNS?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Pay-Per-Last-N-Shares is a payout method that is completely resistant to pool hoppers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why am I not getting very many shares?!&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; The P2Pool difficulty is hundreds of times higher than on other pools. It can take time to get a share. P2Pool displays an estimate of how long you have to wait in the console output.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why does my miner say it has found a lot of shares but p2pool say I have only found a few?!&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; The real P2Pool difficulty is hundreds of times higher than on normal pools, but p2pool essentially lies to your miner and tells it to work on relatively easy shares so that it submits shares every few seconds instead of every few hours.  P2Pool then ignores any submitted shares that don&#039;t match the real share difficulty.  By doing this, P2Pool can more accurately report your local hash rate and you can see if you are having problems with too many stale shares quickly&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why am I getting so many rejects?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; You&#039;re using an incompatible miner. See the miners section here, increase your FPS on the miner, decrease the intensity, upgrade your miner, or try a different miner.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What stops the pool operator or the block finder from stealing a block?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; A block solution is only worth anything because its hash matches Bitcoin&#039;s target. Altering anything within the block will change its hash and make it worthless. If you are concerned about the pool operator stealing a block, you should try to inspect the source code of each new version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why does it say &amp;quot;Generated?&amp;quot; I want to spend my coins now!&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; P2Pool includes payouts in generation transactions, which must mature (taking 120 blocks or 20 hours) before they can be spent. The reason for this is that a block could be orphaned, which would make its payout invalid and could reverse transactions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Do I get paid transaction fees?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Yes. They are split among P2Pool miners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What are these payments I&#039;m getting that aren&#039;t generated?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; These are subsidies that people who support the idea of P2Pool send to miners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Cool Subsidies sound like an awesome idea! How do I send some BTC to these awesome miners?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; See end of this page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Do I really need the WHOLE blockchain?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Yes. Your node needs to be able to independently make decisions about what transactions to mine.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; How do merged mining payments work?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Merged mining is handled entirely by namecoind, so you&#039;re solo mining and payouts will go into namecoind&#039;s wallet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Miners ===&lt;br /&gt;
&lt;br /&gt;
This is all for the latest p2pool version, as it includes several new workarounds. &lt;br /&gt;
&lt;br /&gt;
With all miners, using a HIGH FPS target (100?) or a LOW intensity (8 for bfgminer?) helps a lot with reducing stales.&lt;br /&gt;
&lt;br /&gt;
* bfgminer, cgminer, and ufasoft work perfectly without any extra options.&lt;br /&gt;
* DiabloMiner works fine after commit 3b731b9.&lt;br /&gt;
* Phoenix works fine after commit a658ef2.&lt;br /&gt;
* Poclbm works fine after commit 5e994e7.&lt;br /&gt;
&lt;br /&gt;
P2Pool uses higher difficulty shares than most centralized pools, so you&#039;ll see fewer shares reported. This is normal and doesn&#039;t reduce your payments.  It&#039;s also normal to see longpoll messages once per every ten seconds on average.&lt;br /&gt;
&lt;br /&gt;
====Tips to configure bfgminer to reduce stale/doa:====&lt;br /&gt;
* &amp;quot;gpu-threads&amp;quot; : &amp;quot;1&amp;quot;, (2 by default)&lt;br /&gt;
* &amp;quot;queue&amp;quot; : &amp;quot;0&amp;quot;, (1 by default)&lt;br /&gt;
&lt;br /&gt;
Because of fast longpooling in p2pool it is better not NOT fetch work ahead.&lt;br /&gt;
&lt;br /&gt;
On non-dedicated machines intensity=3 allows normal usage of PC, set it to 7 or more to get full hashrate.&lt;br /&gt;
&lt;br /&gt;
On most cards best is diablo and phatk kernel, looks like poclbm kernel have unstable rate.&lt;br /&gt;
&lt;br /&gt;
=== Useful features ===&lt;br /&gt;
&lt;br /&gt;
* If upgrading P2Pool or changing its configuration, you can start another instance of P2Pool in parallel with the first. It will start normally, but realize that the worker and P2P listening ports are busy and keep trying to bind to them in the background. Thus, you can do almost-completely-seamless upgrades of P2Pool.&lt;br /&gt;
* If you run multiple P2Pool nodes or have trusted friends that run P2Pool, you can use &#039;&#039;-n&#039;&#039; to establish a constant extra P2P connection to them.&lt;br /&gt;
* You can make P2Pool use a configuration file by running run_p2pool.py @FILENAME, with FILENAME being the path to a file containing the command-line arguments (newlines are ignored) Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
--net bitcoin&lt;br /&gt;
-n 1.2.3.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Setting the username of your miner connecting to P2Pool to a Bitcoin address will make it mine to that address instead of the one requested from bitcoind or set by -a&lt;br /&gt;
* Appending &amp;quot;/1000&amp;quot; to a miner&#039;s username will increase the difficulty of producing a P2Pool share to at most 1000. This is useful to large miners because doing this can make it easier for small miners while minimally impacting the large miners themselves. See [https://bitcointalk.org/index.php?topic=18313.msg816322#msg816322 recommended values].&lt;br /&gt;
** Appending &amp;quot;+1&amp;quot; (for example) after that will make P2Pool always give your miners work with a difficulty of 1&lt;br /&gt;
&lt;br /&gt;
=== Web interface ===&lt;br /&gt;
&lt;br /&gt;
Lots of data and useful tools are available at http://127.0.0.1:9332/something:&lt;br /&gt;
* /static/ - Lots of information from shares to graphs to payouts.&lt;br /&gt;
* /rate&lt;br /&gt;
* /users&lt;br /&gt;
* /fee&lt;br /&gt;
* /current_payouts&lt;br /&gt;
* /patron_sendmany - Gives sendmany outputs for fair donations to P2Pool&lt;br /&gt;
* /global_stats&lt;br /&gt;
* /local_stats&lt;br /&gt;
* /peer_addresses&lt;br /&gt;
* /payout_addr&lt;br /&gt;
* /recent_blocks&lt;br /&gt;
* /uptime&lt;br /&gt;
* /web/log - Some different stats collected over the last day&lt;br /&gt;
&lt;br /&gt;
=== Option Reference ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
usage: run_p2pool.py [-h] [--version] [--net {bitcoin,litecoin}] [--testnet]&lt;br /&gt;
                     [--debug] [-a ADDRESS] [--datadir DATADIR]&lt;br /&gt;
                     [--logfile LOGFILE] [--merged MERGED_URLS]&lt;br /&gt;
                     [--give-author DONATION_PERCENTAGE] [--iocp]&lt;br /&gt;
                     [--irc-announce] [--no-bugreport] [--p2pool-port PORT]&lt;br /&gt;
                     [-n ADDR[:PORT]] [--disable-upnp] [--max-conns CONNS]&lt;br /&gt;
                     [-w PORT or ADDR:PORT] [-f FEE_PERCENTAGE]&lt;br /&gt;
                     [--bitcoind-address BITCOIND_ADDRESS]&lt;br /&gt;
                     [--bitcoind-rpc-port BITCOIND_RPC_PORT]&lt;br /&gt;
                     [--bitcoind-p2p-port BITCOIND_P2P_PORT]&lt;br /&gt;
                     [BITCOIND_RPCUSERPASS [BITCOIND_RPCUSERPASS ...]]&lt;br /&gt;
&lt;br /&gt;
p2pool (version 0.11.1-8-ged9359d)&lt;br /&gt;
&lt;br /&gt;
optional arguments:&lt;br /&gt;
  -h, --help            show this help message and exit&lt;br /&gt;
  --version             show program&#039;s version number and exit&lt;br /&gt;
  --net {bitcoin,litecoin}&lt;br /&gt;
                        use specified network (default: bitcoin)&lt;br /&gt;
  --testnet             use the network&#039;s testnet&lt;br /&gt;
  --debug               enable debugging mode&lt;br /&gt;
  -a ADDRESS, --address ADDRESS&lt;br /&gt;
                        generate payouts to this address (default: &amp;lt;address&lt;br /&gt;
                        requested from bitcoind&amp;gt;)&lt;br /&gt;
  --datadir DATADIR     store data in this directory (default: &amp;lt;directory&lt;br /&gt;
                        run_p2pool.py is in&amp;gt;/data)&lt;br /&gt;
  --logfile LOGFILE     log to this file (default: data/&amp;lt;NET&amp;gt;/log)&lt;br /&gt;
  --merged MERGED_URLS  call getauxblock on this url to get work for merged&lt;br /&gt;
                        mining (example:&lt;br /&gt;
                        http://ncuser:ncpass@127.0.0.1:10332/)&lt;br /&gt;
  --give-author DONATION_PERCENTAGE&lt;br /&gt;
                        donate this percentage of work towards the development&lt;br /&gt;
                        of p2pool (default: 0.5)&lt;br /&gt;
  --iocp                use Windows IOCP API in order to avoid errors due to&lt;br /&gt;
                        large number of sockets being open&lt;br /&gt;
  --irc-announce        announce any blocks found on&lt;br /&gt;
                        irc://irc.freenode.net/#p2pool&lt;br /&gt;
  --no-bugreport        disable submitting caught exceptions to the author&lt;br /&gt;
  --disable-upnp        don&#039;t attempt to use UPnP to forward p2pool&#039;s P2P port&lt;br /&gt;
                        from the Internet to this computer&lt;br /&gt;
&lt;br /&gt;
p2pool interface:&lt;br /&gt;
  --p2pool-port PORT    use port PORT to listen for connections (forward this&lt;br /&gt;
                        port from your router!) (default: bitcoin:9333,&lt;br /&gt;
                        litecoin:9338)&lt;br /&gt;
  -n ADDR[:PORT], --p2pool-node ADDR[:PORT]&lt;br /&gt;
                        connect to existing p2pool node at ADDR listening on&lt;br /&gt;
                        port PORT (defaults to default p2pool P2P port) in&lt;br /&gt;
                        addition to builtin addresses&lt;br /&gt;
  --max-conns CONNS     maximum incoming connections (default: 40)&lt;br /&gt;
&lt;br /&gt;
worker interface:&lt;br /&gt;
  -w PORT or ADDR:PORT, --worker-port PORT or ADDR:PORT&lt;br /&gt;
                        listen on PORT on interface with ADDR for RPC&lt;br /&gt;
                        connections from miners (default: all interfaces,&lt;br /&gt;
                        bitcoin:9332, litecoin:9327)&lt;br /&gt;
  -f FEE_PERCENTAGE, --fee FEE_PERCENTAGE&lt;br /&gt;
                        charge workers mining to their own bitcoin address (by&lt;br /&gt;
                        setting their miner&#039;s username to a bitcoin address)&lt;br /&gt;
                        this percentage fee to mine on your p2pool instance.&lt;br /&gt;
                        Amount displayed at http://127.0.0.1:WORKER_PORT/fee&lt;br /&gt;
                        (default: 0)&lt;br /&gt;
&lt;br /&gt;
bitcoind interface:&lt;br /&gt;
  --bitcoind-address BITCOIND_ADDRESS&lt;br /&gt;
                        connect to this address (default: 127.0.0.1)&lt;br /&gt;
  --bitcoind-rpc-port BITCOIND_RPC_PORT&lt;br /&gt;
                        connect to JSON-RPC interface at this port (default:&lt;br /&gt;
                        bitcoin:8332, litecoin:9332 &amp;lt;read from bitcoin.conf if&lt;br /&gt;
                        password not provided&amp;gt;)&lt;br /&gt;
  --bitcoind-p2p-port BITCOIND_P2P_PORT&lt;br /&gt;
                        connect to P2P interface at this port (default:&lt;br /&gt;
                        bitcoin:8333, litecoin:9333 &amp;lt;read from bitcoin.conf if&lt;br /&gt;
                        password not provided&amp;gt;)&lt;br /&gt;
  BITCOIND_RPCUSERPASS  bitcoind RPC interface username, then password, space-&lt;br /&gt;
                        separated (only one being provided will cause the&lt;br /&gt;
                        username to default to being empty, and none will&lt;br /&gt;
                        cause P2Pool to read them from bitcoin.conf)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Interoperability table ==&lt;br /&gt;
P2pool works fine with most hardware. This lists some of the hardware confirmed to work and any special configuration required.&lt;br /&gt;
&lt;br /&gt;
* ASICminer blade 10GH/s (Requires adding +1 to username or proxy)&lt;br /&gt;
* Avalon 110nm 60-110 GH/s (All batches)&lt;br /&gt;
* Avalon based 55nm 200 GH/s (specific makers?)&lt;br /&gt;
* Avalon prototype 55nm 120GH/s (~ 20 exist)&lt;br /&gt;
* Icarus FPGA&lt;br /&gt;
* Bitfury strikes back H-card and M-card ([https://bitcointalk.org/index.php?topic=18313.msg4424081#msg4424081 instructions])&lt;br /&gt;
* Bitmain Antminer S1 180GH/s ([https://github.com/AntMiner/AntGen1/tree/master/firmware Requires 20131226 firmware.])&lt;br /&gt;
* Bitmain Antminer S3 440GH/s&lt;br /&gt;
* BFL SC Jalapeno, SC Single 30, 50, &amp;amp; 60 GH/s&lt;br /&gt;
* Spondoolies Tech SP 10&lt;br /&gt;
* Spondoolies Tech SP 30&lt;br /&gt;
&lt;br /&gt;
(Various GPU and most FPGAs other than BFL single FPGAs work fine too)&lt;br /&gt;
&lt;br /&gt;
This is a list of hardware with known issues that should not be used on p2pool.&lt;br /&gt;
&lt;br /&gt;
* Cointerra Terraminer IV (10-20% hash rate loss when mining on p2pool)&lt;br /&gt;
* Btimain Antminer S2 (10-20% hash rate loss when mining on p2pool, the S1 &amp;amp; S3 both work well on p2pool)&lt;br /&gt;
&lt;br /&gt;
== Protocol description ==&lt;br /&gt;
&lt;br /&gt;
P2Pool&#039;s protocol mirrors Bitcoin&#039;s P2P protocol in many ways. It uses the same framing (prefix, command, length, checksum, payload) and similar commands:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;version&#039;&#039;&#039; - sent to establish a connection - contains (&#039;&#039;version&#039;&#039;, &#039;&#039;services&#039;&#039;, &#039;&#039;addr_to&#039;&#039;, &#039;&#039;addr_from&#039;&#039;, &#039;&#039;nonce&#039;&#039;, &#039;&#039;sub_version&#039;&#039;, &#039;&#039;mode&#039;&#039;, &#039;&#039;best_share_hash&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;setmode&#039;&#039;&#039; - sent to update the &#039;&#039;mode&#039;&#039; sent in the &#039;&#039;&#039;version&#039;&#039;&#039; message - contains (&#039;&#039;mode&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;ping&#039;&#039;&#039; - sent to keep connection alive - contains ()&lt;br /&gt;
* &#039;&#039;&#039;addrme&#039;&#039;&#039; - request that the receiving node send out an addr for the sending node - contains (&#039;&#039;port&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;addrs&#039;&#039;&#039; - broadcast list of nodes&#039; addresses - contains (&#039;&#039;addrs&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;getaddrs&#039;&#039;&#039; - request that the receiving node send &#039;&#039;count&#039;&#039; addrs - contains (&#039;&#039;count&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;getshares&#039;&#039;&#039; - request that the receiving node send the shares referenced by &#039;&#039;hashes&#039;&#039; and &#039;&#039;parents&#039;&#039; of their parents, stopping at any share referenced by &#039;&#039;stops&#039;&#039; - contains (&#039;&#039;hashes&#039;&#039;, &#039;&#039;parents&#039;&#039;, &#039;&#039;stops&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;shares&#039;&#039;&#039; - broadcast message of the contents of shares - contains (&#039;&#039;shares&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
This project was announced on June 17, 2011 by Forrest Voight&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=18313.0 p2pool: Decentralized, DoS-resistant, Hop-Proof - Now active on mainnet!]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The pool began testing against mainnet in mid-July, 2011.  The pool was reviewed on a [[Bitcoin Miner]] post on July 26, 2011&amp;lt;ref&amp;gt;[http://www.bitcoinminer.com/post/8101660461 P2Pool Decentralized Pool Nearly Ready For Prime-Time]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The software author&#039;s address for donations can be found in the signature section of his [http://bitcointalk.org/index.php?action=profile;u=6447 forum profile].&lt;br /&gt;
&lt;br /&gt;
==Donating to P2Pool miners==&lt;br /&gt;
In order to encourage people to mine to P2Pool you can donate to the recent miners in proportion using a sendmany:&lt;br /&gt;
&lt;br /&gt;
For example, a bash script to donate 10 btc is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/src/bitcoin/src/bitcoind sendmany &amp;quot;&amp;quot; &amp;quot;$(GET http://127.0.0.1:9332/patron_sendmany/10)&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can replace &amp;quot;&amp;quot; with &amp;quot;accountname&amp;quot; if you want to pay from some specific bitcoind account, and you need to replace 127.0.0.1 with the address of your P2Pool node if you&#039;re not running one locally.&lt;br /&gt;
&lt;br /&gt;
Note that the amount you donate will be allocated to recent miners in proportion to the amount of work they&#039;ve done in the last 24 hours or so, but all the miner whose shares of the donated amount are less than 0.01 BTC will have their shares combined into a single amount which is awarded to one of them at random, with the chance of winning this &#039;lottery&#039; weighted by the miner&#039;s recent amount of work done.  You can change this 0.01 BTC threshold like this, for example, which says to pay 10 BTC, but to share it amongst more miners that the default, cutting off at 0.001 BTC instead of at 0.01 BTC.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/src/bitcoin/src/bitcoind sendmany &amp;quot;&amp;quot; &amp;quot;$(GET http://127.0.0.1:9332/patron_sendmany/10/0.001)&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you decide to donate you should announce it on the forums so that your donations provide the most incentive possible.&lt;br /&gt;
&lt;br /&gt;
==Sponsors==&lt;br /&gt;
&lt;br /&gt;
Thanks to:&lt;br /&gt;
&lt;br /&gt;
* The [https://bitcoinfoundation.org/ Bitcoin Foundation] for its generous support of P2Pool&lt;br /&gt;
* The [https://litecoin.org/ Litecoin Project] for its generous donations to P2Pool&lt;br /&gt;
&lt;br /&gt;
== Lightning P2Pool proposal ==&lt;br /&gt;
&lt;br /&gt;
The existing p2pool has issues with dust. As more miners join the pool each individual miners payout becomes smaller, so eventually the cost to spend such outputs become significant. Lightning p2pool is an idea which would result in p2pool share payouts being sent over [[payment channels]]&amp;lt;ref&amp;gt;[https://www.coindesk.com/hub-and-spoke-could-bitcoins-lightning-network-decentralize-mining Lightning’s Next Act: Decentralizing Bitcoin Mining?]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://archive.is/WUjKM Payment Channel Payouts: An Idea for Improving P2Pool Scalability]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Comparison of mining pools]]&lt;br /&gt;
* [[Pooled Mining]]&lt;br /&gt;
* [[P2Pool code documentation]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=18313.0 P2Pool forum]&lt;br /&gt;
* [https://github.com/forrestv/p2pool p2pool] project on GitHub&lt;br /&gt;
* {{Freenode IRC|p2pool}} discussion and support&lt;br /&gt;
* [http://minefast.coincadence.com/p2pool-stats.php P2Pool Global Stats] stats page&lt;br /&gt;
* Up-to-date P2Pool mining stats: [http://minefast.coincadence.com/p2pool-stats.php Minefast.CoinCadence.com P2Pool stats]&lt;br /&gt;
* [http://poolnode.info poolnode.info] Public list of P2Pool BTC/LTC nodes.&lt;br /&gt;
* [https://www.bitcoinmining.com/bitcoin-mining-pools/ Bitcoin Mining Pools]&lt;br /&gt;
* [http://whatisp2pool.com whatisp2pool.com] An easy introduction to mining and P2Pool.&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=18313 Bitcointalk thread]&lt;br /&gt;
* [http://organofcorti.blogspot.com/2012/11/52-p2pool-achieving-expectations.html?m=1 Statistical analysis of P2Pool from Neighborhood Pool Watch]&lt;br /&gt;
* [http://chimera.labs.oreilly.com/books/1234000001802/ch08.html#mining_pools P2Pool section] of &amp;lt;i&amp;gt;[[Mastering Bitcoin]]&amp;lt;/i&amp;gt; by [[Wikipedia:Andreas Antonopoulos|Andreas M. Antonopoulos]]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=153232.0 A guide for mining efficiently on P2Pool, includes FUD repellent and FAQ]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Pool Operators]]&lt;br /&gt;
{{Pools}}&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=48462</id>
		<title>Mining hardware comparison</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=48462"/>
		<updated>2014-06-27T05:15:06Z</updated>

		<summary type="html">&lt;p&gt;Arruah: removed minerscube. scam https://bitcointalk.org/index.php?topic=626664.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are some statistics about the mining performance of various hardware used in a Bitcoin [[mining rig]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039; &lt;br /&gt;
* Mhash/s = millions hashes per second ([[Protocol_specification#Hashes|double sha256]] raw speed performance; may not be very energy efficient with some models)&lt;br /&gt;
* Mhash/J = millions hashes per joule (energy efficiency; 1 joule of energy is 1 watt during 1 second: 1 J = 1 W*s)&lt;br /&gt;
* W = watt (maximum power consumption, i.e. energy per unit of time: 1 W = 1 J/s)&lt;br /&gt;
&lt;br /&gt;
== ASIC ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that products which have not shipped, especially by new vendors, may be &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;scams&amp;lt;/span&amp;gt;! Be sure to research any of these intensely before giving them any money.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Bitcoin [[Protocol_specification#Hashes|double SHA256]] ASIC mining hardware&lt;br /&gt;
! data-sort-type=&amp;quot;text&amp;quot; | Product !! data-sort-type=&amp;quot;number&amp;quot; | Advertised Mhash/s !! data-sort-type=&amp;quot;number&amp;quot; | Mhash/J !! data-sort-type=&amp;quot;number&amp;quot; | Mhash/s/$ !! data-sort-type=&amp;quot;number&amp;quot; | Watts !! data-sort-type=&amp;quot;currency&amp;quot; | Price (USD) !! data-sort-type=&amp;quot;date&amp;quot; | Currently shipping !! class=&amp;quot;unsortable&amp;quot; | Comm ports !! class=&amp;quot;unsortable&amp;quot; | Dev-friendly	&lt;br /&gt;
|-	&lt;br /&gt;
! [[AntMiner]] S1 &amp;lt;ref name=&amp;quot;AntMinerS1&amp;quot;/&amp;gt;&lt;br /&gt;
| 180,000 || 500 || 800|| 360 || 299|| {{Yes}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] S2 &amp;lt;ref name=&amp;quot;AntMinerS2&amp;quot;/&amp;gt;&lt;br /&gt;
| 1,000,000 || 900|| 442|| 1100|| 2259|| {{Yes}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] U1 &amp;lt;ref name=&amp;quot;AntMinerU1&amp;quot;/&amp;gt;&lt;br /&gt;
| 1,600 || 800 || 55 || 2 || 29 || {{No|Discontinued}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] U2+ &amp;lt;ref name=&amp;quot;AntMinerU2&amp;quot;/&amp;gt;&lt;br /&gt;
| 2,000 || 1,000 || 115 || 2 || 17 || {{No|March 2014}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|- &lt;br /&gt;
! [[Avalon]] ASIC #1&lt;br /&gt;
| 66,300 &amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;/&amp;gt; || 107 || 52.34 || 620&amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;/&amp;gt; || 1299&amp;lt;ref name=&amp;quot;avalon&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon]] ASIC #2&lt;br /&gt;
| 82,000&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || 117 || 54.70 || 700 || 1499&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon]] ASIC #3&lt;br /&gt;
| 82,000&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || 117 || 54.70 || 700 || 1499&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon2]]&lt;br /&gt;
| 300,000 || {{Patch|}} || {{Patch|}} || {{Patch|}} || 3075 || {{Yes}} || USB or Ethernet(Power by OpenWrt) || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon3]]&lt;br /&gt;
| 800,000 || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|April 2014}} || USB or Ethernet(Power by OpenWrt) || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[bi*fury]]&lt;br /&gt;
| 5,000 || 1,176 || 24 || 4.25 || 209 || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[BitBurner]]&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || USB || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Bitcoin Ultra]] Enigma 1	&lt;br /&gt;
| 750,000 || 1000 || 320 || 860 || 3200 || {{Yes}}  || USB, Ethernet || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 5Gh/s&lt;br /&gt;
| 5,000&amp;lt;ref name=&amp;quot;jap&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/5-gh-s-bitcoin-miner.html &amp;quot;BitForce 5 GH/s SC&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 166 || 18.24 || 30 || 274&amp;lt;ref name=&amp;quot;jap&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 10 Gh/s&lt;br /&gt;
| 10,000 &amp;lt;ref name=&amp;quot;bf10&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/10-gh-s-bitcoin-miner.html &amp;quot;BitForce 10 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved May 18, 2014.&amp;lt;/ref&amp;gt; || {{Patch|}} || 40 || {{Patch|}} || 249&amp;lt;ref name=&amp;quot;bf10&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 25 Gh/s&lt;br /&gt;
| 25,000 &amp;lt;ref name=&amp;quot;bf25&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/25-gh-s-bitcoin-miner.html &amp;quot;BitForce 25 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved December 14, 2013.&amp;lt;/ref&amp;gt; || 166 || 20.00 || 150 || 1249&amp;lt;ref name=&amp;quot;bf25&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Little Single&lt;br /&gt;
| 30,000&amp;lt;ref name=&amp;quot;ls&amp;quot; /&amp;gt; || {{Patch|}} || 46.22 || {{Patch|}} || 649&amp;lt;ref name=&amp;quot;ls&amp;quot;&amp;gt;[http://www.butterflylabs.com/pre-order-form-bitforce-little-single-sc/ &amp;quot;Pre Order Form – BitForce &#039;Little&#039; Single SC&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 50 Gh/s&lt;br /&gt;
| 50,000 &amp;lt;ref name=&amp;quot;bf50&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/50-gh-s-bitcoin-miner.html &amp;quot;BitForce 50 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 166 || 50 || 300|| 984&amp;lt;ref name=&amp;quot;bf50&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Single &#039;SC&#039;&lt;br /&gt;
| 60,000&amp;lt;ref name=&amp;quot;sc&amp;quot;&amp;gt;[http://www.butterflylabs.com/order-form-bitforce-sc-single &amp;quot;Pre Order Form – BitForce Single &#039;SC&#039; &amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 250 || 46.18 || 240 || 1299&amp;lt;ref name=&amp;quot;sc&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL 230 GH/s Rack Mount&lt;br /&gt;
| 230,000&amp;lt;ref name=&amp;quot;bf250&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/250-gh-s-rack-mount-bitcoin-miner.html &amp;quot;250 GH/s Rack Mount Bitcoin Miner&amp;quot;]. Butterfly Labs. Retrieved December 14, 2013.&amp;lt;/ref&amp;gt; || {{Patch|}} || 54 || {{Patch|}} || 4255&amp;lt;ref name=&amp;quot;bf250&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL 500 GH/s Mini Rig SC&lt;br /&gt;
| 500,000&amp;lt;ref name=&amp;quot;bf500&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/500-gh-s-bitcoin-miner.html &amp;quot;BitForce 500 GH/s Mini Rig SC&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 185 || {{Patch|}} || 2700 || 22484 || {{No|Discontinued}} || Wifi || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Monarch BPU 300 C &amp;lt;ref name=&amp;quot;Monarch300&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage-new-products/300-gh-bitcoin-mining-card.html/ &amp;quot;300 GH Bitcoin Mining Card&amp;quot;]. Butterfly Labs.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 300,000 || 1714 || 200 || 175 || 1497 || {{Patch|2014}} || PCIe, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Monarch BPU 600 C &amp;lt;ref name=&amp;quot;Monarch600&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage-new-products/600-gh-bitcoin-mining-card.html/ &amp;quot;600 GH Bitcoin Mining Card&amp;quot;]. Butterfly Labs.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 600,000 || 1714 || 273 || 350 || 2196 || {{Patch|2014}} || PCIe, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BitFury S.B.&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || RPi GPIO || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Bitmine.ch]] Avalon Clone 85GH&lt;br /&gt;
| 85,000 || {{Patch|}} || 13 || 650 || 6489&amp;lt;ref&amp;gt;Depends on user configuration available from http://www.bitmine.ch&amp;lt;/ref&amp;gt; || {{Yes}} || Ethernet, Wifi, USB || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! Black Arrow Prospero X-1&lt;br /&gt;
| 64,000 || 1777 || 267&amp;lt;ref name=&amp;quot;blackarrowx1&amp;quot;&amp;gt;[http://www.blackarrowsoftware.com/store/prospero-x-1.html &amp;quot;Black Arrow Official Website - X1&amp;quot;]. Retrieved September 21, 2013.&amp;lt;/ref&amp;gt; || 36 || 239&amp;lt;ref name=&amp;quot;blackarrowx1&amp;quot;/&amp;gt; || {{Patch|May 2014}} || Ethernet || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! Black Arrow Prospero X-3&lt;br /&gt;
| 1,344,000 || 1792 || 336&amp;lt;ref name=&amp;quot;blackarrowx3&amp;quot;&amp;gt;[http://www.blackarrowsoftware.com/store/prospero-x-3.html &amp;quot;Black Arrow Official Website - X3&amp;quot;]. Retrieved September 21, 2013.&amp;lt;/ref&amp;gt; || 750 || 3999&amp;lt;ref name=&amp;quot;blackarrowx3&amp;quot;/&amp;gt; || {{Patch|May 2014}} || Ethernet || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! Blue Fury&lt;br /&gt;
| 2,500 || 1000 || 17.8 || 2.5 || 140 || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Blade&lt;br /&gt;
| 10,752 || 129 || 28&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || 83 || 350&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Cube&lt;br /&gt;
| 30,000 || 150 || 55 || 200 || 550&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Emerald&lt;br /&gt;
| 336 || {{Patch|}} || {{Patch|}} || {{Patch|}} || Promo || {{No}} || USB || {{Yes|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Sapphire&lt;br /&gt;
| 333 || 130 || 17&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || 2.55 || 20&amp;lt;ref name=&amp;quot;bcprice&amp;quot;&amp;gt;Actual price is in bitcoins. USD value estimated.&amp;lt;/ref&amp;gt; || {{No|Discontinued}} || USB || {{Yes|samples}}&lt;br /&gt;
|-	&lt;br /&gt;
! [[CoinTerra]] TerraMiner IV&lt;br /&gt;
| 1,600,000&amp;lt;ref name=&amp;quot;TerraMiner&amp;quot;&amp;gt;[https://cointerra.com/product/terraminer-iv-1-6-ths-bitcoin-miner/ &amp;quot;CoinTerra TerraMiner IV&amp;quot;] &amp;lt;/ref&amp;gt; || {{Patch|}} || 500.2 || 2100 || 3199&amp;lt;ref name=&amp;quot;TerraMiner&amp;quot; /&amp;gt; || {{Yes}} || Ethernet || {{Yes|docs, code, samples}}	&lt;br /&gt;
|-	&lt;br /&gt;
! Drillbit&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Extolabs]] EX1&lt;br /&gt;
| 3,600,000&amp;lt;ref name=&amp;quot;EX1&amp;quot;&amp;gt;[http://www.extolabs.com &amp;quot;Extolabs EX-1&amp;quot;]. Extolabs. Retrieved April 4, 2014.&amp;lt;/ref&amp;gt; || 1895 || 379|| 1900&amp;lt;ref name=&amp;quot;EX1&amp;quot;/&amp;gt; || 4499&amp;lt;ref name=&amp;quot;EX1&amp;quot;/&amp;gt; || {{Yes}} || USB, Ethernet || {{Yes|docs}}&lt;br /&gt;
|-&lt;br /&gt;
! HashBuster Micro&lt;br /&gt;
| 20,000 || 869 || 29 || 23 || 688 || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! HashBuster Nano&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Apollo&lt;br /&gt;
| 700,000&amp;lt;ref name=&amp;quot;HCA&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Apollo&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 600&amp;lt;ref name=&amp;quot;HCA&amp;quot;/&amp;gt; || 2499&amp;lt;ref name=&amp;quot;HCA&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Hermes&lt;br /&gt;
| 1,000,000&amp;lt;ref name=&amp;quot;HCH&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Hermes&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1179 || {{Patch|}} || 850 &amp;lt;ref name=&amp;quot;HCH&amp;quot;/&amp;gt; || 3299&amp;lt;ref name=&amp;quot;HCH&amp;quot;/&amp;gt; || {{Patch|May 2014}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Poseidon&lt;br /&gt;
| 2,100,000&amp;lt;ref name=&amp;quot;HCP&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Poseidon&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 1500&amp;lt;ref name=&amp;quot;HCP&amp;quot;/&amp;gt; || 6899&amp;lt;ref name=&amp;quot;HCP&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Zeus&lt;br /&gt;
| 3,500,000&amp;lt;ref name=&amp;quot;HCZ&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Zeus&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 2400&amp;lt;ref name=&amp;quot;HCZ&amp;quot;/&amp;gt; || 10999&amp;lt;ref name=&amp;quot;HCZ&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Baby Jet&lt;br /&gt;
| 400,000&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;Baby Jet&amp;quot;]. HashFast. Retrieved October 4, 2013.&amp;lt;/ref&amp;gt; || 1143 || 71|| 350&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;/&amp;gt; || 5600&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;/&amp;gt; || {{Yes}} || Ethernet, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Sierra&lt;br /&gt;
| 1,200,000&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;The Sierra&amp;quot;]. HashFast. Retrieved October 4, 2013.&amp;lt;/ref&amp;gt; || 1143 || 169|| 1050&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;/&amp;gt; || 7080&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Sierra Evo 3&lt;br /&gt;
| 2,000,000&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;Sierra Evo 3&amp;quot;]. HashFast. Retrieved February 24, 2014.&amp;lt;/ref&amp;gt; || 1492 || 294|| 2200&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;/&amp;gt; || 6800&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;/&amp;gt; || {{Patch|Q2 2014}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Klondike&lt;br /&gt;
| 4,500 || 140 || 47 || 32 || 95 || {{Yes}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[KnCMiner]] Mercury&lt;br /&gt;
| 100,000 || {{Patch|}} || 50.04 || 250 || 1995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Saturn &amp;lt;ref name=&amp;quot;KNCMiner&amp;quot;&amp;gt;[https://www.kncminer.com/categories/miners &amp;quot;KNC Mining Hardware&amp;quot;] KNC Miner&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 250,000 || 400|| 66 || 300&amp;lt;ref name=&amp;quot;nopsu&amp;quot;&amp;gt;Power supply not included&amp;lt;/ref&amp;gt; || 2995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Jupiter &amp;lt;ref name=&amp;quot;KNCMiner&amp;quot;/&amp;gt;&lt;br /&gt;
| 500,000 || 400|| 80 || 600&amp;lt;ref name=&amp;quot;nopsu&amp;quot;/&amp;gt; || 4995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Neptune &amp;lt;ref name=&amp;quot;KnC Neptune&amp;quot;&amp;gt;[https://www.kncminer.com/categories/miners &amp;quot;KnC Neptunes 3TH first ever 20nm Chip&amp;quot;] KNC Miner&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 3,000,000 || 1429 || 231 || 2100 || 12995 &amp;lt;ref name=&amp;quot;KnC Neptune&amp;quot;&amp;gt;[https://www.kncminer.com/products/neptune &amp;quot;Neptune Online Store&amp;quot;] KnC Miner&amp;lt;/ref&amp;gt;|| {{Patch|Q1/Q2 2014}} || Ethernet || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! LittleFury&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Metabank&lt;br /&gt;
| 120,000 || 705 || 56 || 170 || 2160&amp;lt;ref&amp;gt;Actual costs higher outside Russia&amp;lt;/ref&amp;gt; || {{No}} || {{Patch|}} || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! NanoFury / IceFury&lt;br /&gt;
| 2,000 || 800 || {{Patch|}} || 2.5 || {{Patch|}} || {{Patch|}} || USB || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! NanoFury NF2&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|2014}} || USB || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Red/BlueFury&lt;br /&gt;
| 2,600 || 1040 || 4 || 2.5 || 640 || {{Patch|}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! ROCKMINER R-BOX&lt;br /&gt;
| 32,000 || || || || || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[TerraHash]] Klondike 16 &amp;lt;ref name=&amp;quot;Klondike16&amp;quot;&amp;gt;[https://terrahash.com/product/4-5-ghsec-module/ &amp;quot;4.5 GH/sec Modular Board (Klondike 16)&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 4,500 || 140 || 18 || 32|| 250 || {{No}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash Klondike 64 &amp;lt;ref name=&amp;quot;Klondike64&amp;quot;&amp;gt;[https://terrahash.com/product/18-ghsec-modular-board/ &amp;quot;18 GH/sec Modular board (Klondike 64)&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 18,000 || 140 || 20 || 127 || 900 || {{No}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash DX Mini (full)&lt;br /&gt;
| 90,000 || 140 || 15 || 640 || 6000 || {{No}} || USB || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash DX Large (full)&lt;br /&gt;
| 180,000 || 140 || 17.14 || 1,280 || 10500 || {{No}} || USB || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! Twinfury&lt;br /&gt;
| 4,500 || 1174 || 20 || 3.83 || 216 || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-	&lt;br /&gt;
|-&lt;br /&gt;
! Spondooliestech &amp;lt;ref name=&amp;quot;SP30 Yukon&amp;quot;&amp;gt;[http://www.spondoolies-tech.com/products/sp30-yukon-september-batch-1 &amp;quot;SP30 Yukon September Batch 1&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 5,800 || || || || 5095 || {{Patch|September 2014}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-	&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerS1&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140107162747992Ce5uBuxW06D6 Ant Miner S1 product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerS2&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140429083756017VwGm90Xx06B5 Ant Miner S2 product page] Retrieved 2014-05-24&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerU1&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=000201401071629535717ycyGoWo06FE Ant Miner U1 Product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerU2&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140227111546291QgbvQbVr06FB Ant Miner U2+ Product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;&amp;gt;http://garzikrants.blogspot.com/2013/02/avalon-miner-power-usage.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;avalon&amp;quot;&amp;gt;[http://avalon-asics.com/ &amp;quot;Avalon ASIC&amp;quot;]. Avalon. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== FPGA ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Product !! Hash rate&amp;lt;br /&amp;gt;[Mhash/s] !! Efficiency&amp;lt;br /&amp;gt;[Mhash/J] !! Efficiency&amp;lt;br /&amp;gt;[Mhash/s/$] !! Power&amp;lt;br /&amp;gt;[W] !! Price&amp;lt;br /&amp;gt;[$]&lt;br /&gt;
|-&lt;br /&gt;
! Avnet Spartan-6 LX150T Development Kit&lt;br /&gt;
| 100&amp;lt;ref&amp;gt;Fpgaminer (May 19, 2011). [https://bitcointalk.org/index.php?topic=9047.0 &amp;quot;Official Open Source FPGA Bitcoin Miner&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.10 ||  || 995&amp;lt;ref&amp;gt;[http://avnetexpress.avnet.com/store/em/EMController?action=products&amp;amp;catalogId=500201&amp;amp;storeId=500201&amp;amp;N=0&amp;amp;langId=-1&amp;amp;slnk=b&amp;amp;term=AES-S6DEV-LX150T-G&amp;amp;hrf=http%3A%2F%2Fwww.em.avnet.com%2Fen-us%2Fdesign%2Fdrc%2FPages%2FXilinx-Spartan-6-FPGA-LX150T-Development-Kit.aspx&amp;amp;intcmp=EMA-BUY-AES-S6DEV-LX150T-G &amp;quot;AES-S6DEV-LX150T-G Parts&amp;quot;]. Avnet Express. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin Dominator X5000&lt;br /&gt;
| 100&amp;lt;ref name=&amp;quot;bd&amp;quot; /&amp;gt; || 14.7 || 0.22 || 6.8&amp;lt;ref name=&amp;quot;bd&amp;quot; /&amp;gt; || 440&amp;lt;ref name=&amp;quot;bd&amp;quot;&amp;gt;NewMeat1 (August 18, 2011). [https://bitcointalk.org/index.php?topic=37904.0 &amp;quot;Custom FPGA Board for Sale!&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! BitForce SHA256 Single&lt;br /&gt;
| 832&amp;lt;ref name=&amp;quot;single&amp;quot;&amp;gt;[http://www.butterflylabs.com/product-details/ &amp;quot;BitForce SHA256 Single – Technical Specifications&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 10.4 || 1.38 || 80&amp;lt;ref name=&amp;quot;single&amp;quot; /&amp;gt; || 599&amp;lt;ref name=&amp;quot;single&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Butterflylabs Mini Rig&lt;br /&gt;
| 25,200&amp;lt;ref name=&amp;quot;mini&amp;quot;&amp;gt;[http://web.archive.org/web/20120514032732/http://www.butterflylabs.com/products &amp;quot;Products&amp;quot;]. Butterfly Labs. Archived from the original on May 14, 2012. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; || 20.16 || 1.64 || 1,250&amp;lt;ref name=&amp;quot;mini&amp;quot; /&amp;gt; || 15,295&amp;lt;ref name=&amp;quot;mini2&amp;quot;&amp;gt;[http://www.butterflylabs.com/order-form-bitforce-sha256-mini-rig/ &amp;quot;Order Form – BitForce SHA256 – Mini Rig&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Digilent Nexys 2 500K&lt;br /&gt;
| 5&amp;lt;ref&amp;gt;The Seven (June 3, 2011). [https://bitcointalk.org/index.php?topic=9047.msg164438#msg164438 &amp;quot;Re: Official Open Source FPGA Bitcoin Miner (Smaller Devices Now Supported!)&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.03 ||  || 149&amp;lt;ref name=&amp;quot;dig&amp;quot;&amp;gt;[http://www.digilentinc.com/Products/Detail.cfm?Prod=NEXYS2 &amp;quot;Nexys™2 Spartan-3E FPGA Board&amp;quot;]. Digilent. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Icarus&lt;br /&gt;
| 380&amp;lt;ref name=&amp;quot;ica&amp;quot;&amp;gt;Nzghang (November 9, 2011). [https://bitcointalk.org/index.php?topic=51371.0 &amp;quot;FPGA development board &#039;Icarus&#039; – DisContinued/ important announcement&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 19.79 || 0.66 || 19.2&amp;lt;ref name=&amp;quot;ica&amp;quot; /&amp;gt; || 569&amp;lt;ref name=&amp;quot;ica&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! KnCMiner Mars&lt;br /&gt;
| 6,000 || ??? || 2.15 || ??? || 2,795&lt;br /&gt;
|-&lt;br /&gt;
! Lancelot&amp;lt;ref name=&amp;quot;lan&amp;quot;&amp;gt;Nzghang (May 6, 2012). [https://bitcointalk.org/index.php?topic=79835.0 &amp;quot;FPGA development board &amp;quot;Lancelot&amp;quot; - accept bitsteam developer&#039;s orders.&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 400&amp;lt;ref name=&amp;quot;lan1&amp;quot;&amp;gt;Black Arrow (Jun 11, 2013). [https://www.cardreaderfactory.com/shop/lancelot.html &amp;quot;Lancelot - Heavy Duty Dual Spartan6 Bitcoin Mining Device&amp;quot;]. cardreaderfactory.com. Retrieved Jun 11, 2013.&amp;lt;/ref&amp;gt; || ||  || 26 || 350&amp;lt;ref name=&amp;quot;lan1&amp;quot;&amp;gt;Black Arrow (Jun 11, 2013). [https://www.cardreaderfactory.com/shop/lancelot.html &amp;quot;Lancelot - Heavy Duty Dual Spartan6 Bitcoin Mining Device&amp;quot;]. cardreaderfactory.com. Retrieved Jun 11, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ModMiner Quad &lt;br /&gt;
| 800&amp;lt;ref name=&amp;quot;mmq&amp;quot;&amp;gt;[http://www.btcfpga.com/index.php?route=product/product&amp;amp;product_id=50 &amp;quot;ModMiner Quad&amp;quot;]. BTCFPGA. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 20 || 0.75 || 40&amp;lt;ref name=&amp;quot;mmq&amp;quot; /&amp;gt; || 1,069&amp;lt;ref name=&amp;quot;mmq&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Terasic DE2-115&lt;br /&gt;
| 80&amp;lt;ref&amp;gt;Fpgaminer (May 4, 2011). [https://bitcointalk.org/index.php?topic=5379.msg105544#msg105544 &amp;quot;Re: FPGA mining&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.13 ||  || 595&amp;lt;ref name=&amp;quot;de2&amp;quot;&amp;gt;[http://www.terasic.com.tw/cgi-bin/page/archive.pl?No=502 &amp;quot;Altera DE2-115 Development and Education Board&amp;quot;]. Terasic. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! X6500 FPGA Miner &lt;br /&gt;
| 400&amp;lt;ref name=&amp;quot;x65&amp;quot; /&amp;gt; || 23.25 || 0.72 || 17.2&amp;lt;ref name=&amp;quot;x65&amp;quot; /&amp;gt; || 550&amp;lt;ref name=&amp;quot;x65&amp;quot;&amp;gt;[http://store.fpgamining.com/ &amp;quot;FPGA Mining Store&amp;quot;]. FPGA Mining. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15b&lt;br /&gt;
| 90&amp;lt;ref name=&amp;quot;miner&amp;quot; /&amp;gt; || || 0.27 ||  || 325&amp;lt;ref&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=62&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15x&lt;br /&gt;
| 215&amp;lt;ref name=&amp;quot;miner&amp;quot; /&amp;gt; || || 0.52 ||  || 406&amp;lt;ref&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=66&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15y&lt;br /&gt;
| 860&amp;lt;ref name=&amp;quot;miner&amp;quot;&amp;gt;http://www.ztex.de/btcminer/&amp;lt;/ref&amp;gt; || || 0.65 || || 1,304&amp;lt;ref name=&amp;quot;1.15y&amp;quot;&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=74&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Graphics cards==&lt;br /&gt;
Due to the rising hashrate of the bitcoin network caused by the introduction of ASICs to the market, GPU mining Bitcoins has become impracticable. The hashrate of most GPU units is below 1GH/s, and as of 2014, some single ASIC units are able to reach speeds of over 1,000GH/s while consuming far less power than used by a GPU. The information in this table is preserved for historical interest, but does not include many GPUs which were released after the advent of ASIC mining.&lt;br /&gt;
&lt;br /&gt;
===AMD (ATI)===&lt;br /&gt;
Stream SDK 2.5 seems to have resolved many of the problems with earlier versions.  Everyone&#039;s setups will be unique so this should only be a guide or starting point, not an absolute.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/J !! Mhash/s/$&amp;lt;ref name=&#039;amazon_20110625&#039;/&amp;gt; !! Watts !! Clock !! SP !! SDK !! Slot !! Miner !! Notes &lt;br /&gt;
|-&lt;br /&gt;
| 3410 || 0.89 || 0.074 || ? || 12(?) || 222 || 40 || 1.4 beta || PCI-E 1.1 x8 || A custom Brook+ miner || Using 16,384 length streams&lt;br /&gt;
|-&lt;br /&gt;
| 3XXX || || || || || || || || || || OpenCL Not Supported&lt;br /&gt;
|-&lt;br /&gt;
| 42XX || || || || || || || || || || OpenCL Not Supported (integrated/mobile GPU)&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 6.93 || 0.346 ||0.16 || 20 || 575 || 80 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 7.2 || || || || 600 || || 1.1 || PCI-E 2.0 x16 || cgminer/Linux || default settings&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 8.14 || -|| 0.19 || - || 730 || 80 || 2.4 || PCI-E 2.0 x16 || Diablo/Windows7 || -w 32. Model: Asus EAH4350 Silent. Memory at 400MHz. Runs at 60°C with ambient at 25°C.&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 10.7 || -|| - || - || 730 || - || 2.6 || PCI-E 2.0 x16 || CGMiner/Windows7 || -v -w 64 Voltage set at 0.900 core set at 800MHZ and memory set to 200MHZ&lt;br /&gt;
|-&lt;br /&gt;
| 4550 || 7.23 || 0.289 ||0.13 || 25 || 600 || 80 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4550 || 7.8 ||  ||  ||  ||   ||   || - || PCI-E 2.0 x16 || guiminer /phoenix || worksize=64 VECTORS &lt;br /&gt;
|-&lt;br /&gt;
| 4570M || 8.02 || 0.297 || ? || 27 || 680 || 80 || - || PCI-E 2.0 x16 || Diablo/Windows7 || -w 64, SDK 2.4, Cat 11.4. Model: Sony Vaio NW&lt;br /&gt;
|-&lt;br /&gt;
| 4570M || 9.6 || 0.300|| ? || 32 || 825(OC) || 80 || - || PCI-E 2.0 x16 || Diablo/Windows7 || -w 64, SDK 2.4, Cat 11.4. Model: Sony Vaio NW. OC core 680-&amp;gt;825. U/C memory 800-&amp;gt;500.&lt;br /&gt;
|-&lt;br /&gt;
| 4650 || 31.33 || 0.653||  0.44 || 48 || 650 || 320 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 36.14 || 0.613|| 0.34 || 59 || 750 || 320 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 40.11 || 0.679|| 0.38 || 59 || 800 || 320 || - || AGP x8 || poclbm/Ubuntu 10.10 w/ H == 0 mod || -w 32 -f 0, don&#039;t use vectors [http://www.bitcoin.org/smf/index.php?topic=1334.msg85236#msg85236 source]&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 50 || - || 0.47 || 60 || 800 || 320 || - || PCI-E 2.0 x16 || guiminer || 2 miners set up i7 920 (130W), CPU: Ufasoft, GPU: OpenCL; the CPU is getting about 40 Mhash/s while the GPU goes from 10-20 Mhash/s&lt;br /&gt;
|-&lt;br /&gt;
| 4730 || 72.29 || 0.657|| ? || 110 || 750 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4770 || 72.29 || 0.904|| 0.72 || 80 || 750 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 55.42 || 0.583|| || 95 || 575 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 61.7 || - || || - || 700 || - || 2.4 || PCI-E 2.0 x16 || poclbm-mod || Fedora 14&lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 64.9 || - || - || - || 700 || - || 2.4 || PCI-E 2.0 x16 || poclbm-mod || Fedora 14&lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 66.12 || 0.503|| || 105 || 700 || 1005 || - || PCI-E 2.0 x16 || - ||&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 75.30 || 0.685 || || 110 || 625 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 84.3 || 0.766 ||  || 110 || 725 || 300 || - || PCI-E 2.0 x16 || - || -w64 fan at 70% temp 73C, stock voltage -gui miner&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 87.4 || 0.79 || - || 110 || 785 || 800 || - || PCI-E 2.0 x16 || guiminer || Phoenix; -k poclbm&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 90.1 || 0.819 || || 110 || 800 || 500 || - || PCI-E 2.0 x16 || guiminer || -f 30; Tried phoenix and phatk, got same max&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 101 || 0.918 || || 110 || 817 || 500 || 2.1 || PCI-E 2.0 x16 || guiminer || -f 0, core 817mhz(default 625)@1.123v , mem downclock to 500mhz (default 993) [http://www.smpake.com/?p=6 source]&lt;br /&gt;
|-&lt;br /&gt;
| 4850x2 || 150.60 || 0.602 || || 250 || 625 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4860 || 67.47 || 0.519||  || 130 || 700 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 78 || 0.520||  || 150 || - || - || - || PCI-E 2.0 x16 || m0mchil&#039;s OpenCL/Vista 64bit || [http://www.bitcoin.org/smf/index.php?topic=1628.msg25069#msg25069 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 88 || ||  || 140 || std || 800 || 12.3.6 || PCI-E 2.0 x16 || phoenix 1.50 / 64bit OS X pyopencl / poclbm || Standard Mac Pro 3,1 with Apple HD4870 upgrade. Flags: FASTLOOP WORKSIZE=64 AGGRESSION=5 (don&#039;t use vectors, and hash rate drops to 60-70 if browser windows are visible, speeds up to 88 if you hide them!&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 90.36 || 0.602||  || 150 || 750 || 800 || 2.1 || PCI-E 2.0 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 92.84 || 0.6189333(?)||  || 150(?) || 830(OC) || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k poclbm AGGRESSION=5 (Windows 7 64-Bit, GPU OC 750-&amp;gt;830MHz, VRAM UC 900-&amp;gt;450MHz, BIOS modded)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 96 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || Smartcoin r657s / phoenix 1.50 / Linuxcoin 0.2b final || Powercolor @ GPU 830 MHz/ MEM 200 Mhz @ 80% FAN @ 69 temp @ Flags: -k phatk bfi_int=false FASTLOOP=false WORKSIZE=256 AGGRESSION=11 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 104 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || Smartcoin r657s / DiabloMiner / Linuxcoin 0.2b final || Powercolor @ GPU 830 MHz/ MEM 200 Mhz @ 80% FAN @ 69 temp @ Flags: -v 1 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 104.2 || ?||  || ? || 830(OC) || 800 || 2.1 || PCI-E 2.0 x16 || poclbm ||  Windows 7 64-Bit, GPU Core OC to 830 MHz, GPU Memory UC to 200 MHz By MSI AfterBurner. Card: Gainward Golden Sample. @70%Fan we have 55 GPU temp.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 104.6 || 0.872||  || 120 || 830(OC) || 800 || 2.1 || PCI-E 2.0 x16 || poclbm || -w 256 -f 1, Windows 7 64-Bit, GPU Core OC to 830 MHz, GPU Memory UC to 190 MHz (saves 30 watts at outlet)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 112 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || BAMT 0.5c / cgminer || Powercolor @ GPU 875 MHz/ MEM 300 Mhz/ 1,25VDC @ 100% FAN @ 65 temp @ Flags: -v 1 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870x2 || 180.6||   0.632|| || 286 || 800 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870x2 || 180.72||    0.632|| || 286 || 750 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4870x2 || 203 || || ||  || 850(OC) || 1600 || 2.6 || PCI-E 2.0 x16 || poclbm-mod ver. 20 april 2011|| Gainward / Win7 x64 / -w 256 -f 1 / 850MHz GPU - 300MHz Mem - 1,262V - 100% fun : 72C&lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 97.1 || 0.511|| || 190 || 870(OC) || 1050 || 2.4 || PCI-E 2.0 x16 || GUIMiner v2011-01-21 Solo settings || Sapphire fab. No flags options helped. Close all browsers and do full restart of GUIMiner and then Bitcoin via GUIMiner server starter or the browsers GPU accl. will limit to 56~ ish Mhash/s - I can now start browser without slowdowns&lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 102.41 || 0.539|| || 190 || 850 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 108.3 || 0.57|| || 190 || 975 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 121.5 || -||  || 190 || 1025 (OC) || 800 || 2.4 || PCI-E 2.0 x16 || poclbm || no flags, Vcore 1.4 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 11.99||   0.631|| || 19 || 650 || 80 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 13.74|| || - || - || 700 || - || - || PCI-E 2.1 x16 || poclbm/Linuxcoin v0.2 || -v -w128 tried several options, seems to work best.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 14.12|| || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix/Linuxcoin v0.2 || Flags: &amp;quot;DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&amp;quot; Kernel: &amp;quot;phatk&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 15.36|| || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix || Flags: &amp;quot;DEVICE=0 VECTORS AGRESSION=8 FASTLOOP BFI_ING WORKSIZE=128&amp;quot; Kernel: &amp;quot;phatk&amp;quot; - MagicSata&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 18.10|| || - || - || 774 || - || - || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 1 774.66MHz/300.37MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5470 || 17.10|| || - || - || - || - || - || - || poclbm || -v -w 128 MobileGPU&lt;br /&gt;
|-&lt;br /&gt;
| 5550 || 40.59 || 1.041||  || 39 || 550 || 320 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 5550 || 62.10 || - || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix || 700MHz core 800MHz ram, phatk mod, Flags: &amp;quot;-k phatk worksize=128 vectors aggression=4 bfi_int&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 59.96 || 1.538|| || 39 || 650 || 400 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 62 || 1.59|| || 39 || 650 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 64 || 1.641|| || 39 || 650 || - || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 73 || 1.872|| || 39 || 700 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 86.3 || 2.397|| || 36 || 775 || 300 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.75 OpenCL/Windows 7 x64 (no Aero) ||-k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v  WORKSIZE=256 Fan 100% 86C Undervolted @ 0.96v using Sapphire Trixx&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 94 || stock || || || 880 || 800 || 2.4 || PCI-E 2.1 x16 || GUI Miner 02-12/Windows 7 x86 || -v -w128 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 102 || 1.46(+)|| || 75(-) || 950 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Windows 7 x86 (no Aero) || -k phatk DEVICE=0 VECTORS AGGRESSION=7 -v FASTLOOP BFI_INT WORKSIZE=256 (Reference Sapphire card, 2 additional 120mm coolers, temperature is 79-82C)&lt;br /&gt;
|-&lt;br /&gt;
| 5650 || 48 || 1.37|| || 35(?) || - || - || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL/Win7-64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26292#msg26292 source] [http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-5650.23697.0.html source] -- not TDP but load&lt;br /&gt;
|-&lt;br /&gt;
| 5650 || 61.2 || || || 35 || || || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50 OpenCL/Windows 7 x64 || -k phatk DEVICE=0 VECTORS BFI_INT WORKSIZE=128 AGGRESSION=9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 71.49 || 1.117|| || 64 || 775 || 400 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 72 || 1.64|| || 44 || 850 || - || - || PCI-E 2.0 x16 || poclbm-mod (Win7-64) || Sapphire 100287VGAL card is low power&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 85|| || - || - || 900 || 400 || - || PCI-E 2.1 x16 || poclbm || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 91|| || - || - || 890 || 400 || - || PCI-E 2.1 x16 || guiminer 2011-06-09 poclbm catalyst 11.2 win7 x86 || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 100|| || - || - || 890 || 400 || - || PCI-E 2.1 x16 || cgminer 1.5.6 || GPU/Mem 890/800 temp 72C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 103 || -|| || - || 900/275 || 400 || 2.4 || PCI-E 2.1 x1 || phoenix-1.50 / phatk-mod / Ubuntu 11.04 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256 / small fan, under 50 deg C, no voltage tweaks... catfish&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 127.8|| || - || - || 850 || - || - || PCI-E 2.1 x16 || Windows 7 (64bit) Phoenix 2.0 || Aggression=11 Worksize=128 Fastloop=False Opencl&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 105 || - || - || - ||  - || - || - || - || poclbm || Apple iMac 27inch (Mid 2010), Mac OSX 10.7 Lion &lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 116.24 || 1.352|| || 86 || 700 || 720 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 137 || ||- || - || 710 || 720 || - || PCI-E 1.1 x16 || poclbm || -v -f 0 -w 128 using stock memory and GPU clocks&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 146.4 || || - || - || 775 || 720 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-21 || -v -w128, AMD Catalyst overclock (775MHz GPU / 1225 MHz Memory)&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 154.56 || 1.45|| || 106 || 830 || 720 || - || PCI-E 2.1 x16 || - || -v -w128 -f20 underclocked memory clocks from 1150MHz to 300MHz&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 170 || - || || - || 870 || 720 || - || PCI-E 1.1 x16 || poclbm || -v -f 0 -w 128 patched BIOS to underclock memory to 300MHz&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 173 || - || ||- || 875 || 720 || - || PCI-E 1.1 x16 || phoenix || 875/300 w/MSI Afterburner, BFI_INT VECTORS AGGRESSION=12 FASTLOOP=FALSE -k phatk&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 177 || - || ||- || 910/575 || 720 || 2.6 || PCI-E 2.0 x8 || phoenix 1.5.6 || PowerColor GoGreen+fan, MSI Afterburner 2.2Beta, -k phatk VECTORS AGGRESSION=12 FASTLOOP=FALSE WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 190 || - || ||- || 930/290 || - || atistream sdk || PCI-E 1.1 x16 || poclbm || 930gpu / 290mem (O.S. Ubuntu 10.10 x64, overclock gpu &amp;amp; underclock mem) with poclbm options -v -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| 5750 Vapor-X || 195 || - || - || 125 || 975/300 || - || 2.4 || PCI-E 1.1 x16 || cgminer 2.7.5 || (O.S. Ubuntu 12.01 AMD64 dedicated) cgminer options -Q 0 -I 9 -g 2 -w 256 --auto-fan --temp-target 65 --gpu-vddc 1.075 (Fan speed 60~65%)&lt;br /&gt;
|-&lt;br /&gt;
| 5750x2 CF || 356 || - || ||- || 870 || 720x2 || 2.4 || PCI-E 2.0 x16 || [http://forum.bitcoin.org/index.php?topic=28402.0 cgminer v1.5.1] (Win7 64bit) || 870MHz GPU / -I 8 / 2x [http://www.gigabyte.com/products/product-page.aspx?pid=3402#sp GIGABYTE GV-R575SL-1GI] cards + [http://www.gigabyte.com/products/product-page.aspx?pid=3258#sp GIGABYTE GA-790FXTA-UD5] MB + 1x [http://www.noctua.at/main.php?show=productview&amp;amp;products_id=9&amp;amp;lng=en 80mm], 1x [http://www.noctua.at/main.php?show=productview&amp;amp;products_id=16&amp;amp;lng=en 90mm] Noctua coolers&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 156.83 || 1.452|| || 108 || 850 || 800 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 171.12 || - || - || - || - || stock || - || PCI-E 2.1 x16 || phoenix 1.7.3/debian gnu/linux 6 squeeze || -k phatk2 DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 180 || 1.406(*)|| || 128(*) || 950(OC) || 800 || 2.4RC1 || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 30 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here])&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 Hawk || 182 || ||- || - || 875 || 800 || 2.4 || PCI-E 2.0 x16 || poclbm/GUIMiner/Win7-64 || -v -w 128 (875MHz is stock for 5770 Hawk)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 185 || - || ||- || 850 || 1200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk || -k phatk VECTORS BFI_INT WORKSIZE=128 FASTLOOP AGGRESSION=7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 205.58 || - || ||- || 935 || 300 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 || -v -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 214.5 || 1.95(-)|| || 108(+) || 950 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50/GUIMiner/Win7-64 || mem underclocked 300 mhz, 1.1vcore, 950mhz core, @69°C/57%FAN VECTORS BFI_INT AGGRESSION=12 -k phatk WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 214.7 || 1.95(-)|| || 108(+) || 950 || 800 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / win7x86 || mem underclocked 309 mhz, -k phatk DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 216.5 || -|| || - || 955 || || 2.1 || PCI-E 2.0 x16 || Phoenix 1.5 /phatk || [http://forum.bitcoin.org/index.php?topic=23067.0 Modified phatk kernel] and stock voltage for Sapphire (1.125V) VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 218.35 || -|| || - || 1000 || 1401 || 2.1 || PCI-E 2.0 x16 || DiabloMiner || -w 128 -v 2 (Overclocked to 1Ghz core with 1.2 voltage and Scythe Setsugen 2 cooling system)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 223 || 2.23(-)|| || 100(+) || 1050 || 300 || 2.4 || PCI-E 2.1 x16 || guiminer || -v -w256 [http://www.smpake.com/?p=59 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 227 || -|| || - || 1030 || 800 || 2.1 || PCI-E 2.0 x16 || DiabloMiner || -w 256 -v 2 (Overclocked to 1030 core/300 mem with 1.2 voltage and Scythe Setsugen 2 cooling system)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 233 || 2.23(-)|| || 100(+) || 1050 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256 [http://www.smpake.com/?p=59 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 236 || -|| || - || 1033/275 || 800 || 2.4 || PCI-E 2.1 x16 || phoenix-1.50 / phatk-mod / Ubuntu 10.04 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256 / big fans, under 75 deg C, no voltage tweaks... catfish&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 240.61 || 2.3632(-)|| || 100(+) || 1080 || 300 || 2.4 || PCI-E 2.1 x1 || phoenix 1.48 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256 (OC&#039;d and OV&#039;d 1080/300 1.25v)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 241 || - || - || 100(+) || 1045 || 250 || 2.1 || PCI-E 2.1 x16 || phoenix 1.50 || VECTORS BFI_INT AGGRESSION=13 -k phatk WORKSIZE=256 (OC 1020/300) XFX@1.1 volts. +Kernel function improve 5%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 244 || -|| || - || 1050 || 300 || 2.1 || PCI-E 2.0 x16 || Phoenix 1.75 /phatk2 || [http://forum.bitcoin.org/index.php?topic=23067.0 Modified phatk kernel] and stock voltage for Sapphire (1.125V) VECTORS BFI_INT FASTLOOP=false AGGRESSION=9, Temp 75C, FAN 100% (manual)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770x2 || 425 || - || - || 225(+) || 960 || 800x2 || 2.1 || PCI-E 2.1 x16 || poclbm (guiminer) Win7x64 || -v -w128 (OC 960/1200)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830M || 120 || -|| || - || 570|| 120 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50 OpenCL/Win7 x64|| -k phatk DEVICE=0 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 244 || 1.36|| || 179 || 800 || 1000 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=1 VECTORS AGGRESSION=6 -v FASTLOOP WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 245 || 1.28|| || 192 || 880 || 900 || 2.4 || PCI-E 2.1 x16 || poclbm (guiminer) || -v -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 248 || 1.29|| || 192 || 880 || 500 || 2.4 || PCI-E 2.1 x16 || phoenix 1.46 || -k poclbm VECTORS BFI_INT AGGRESSION=11&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 256 || -|| || - || 900 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 || -k poclbm VECTORS BFI_INT AGGRESSION=7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 267 || -|| || - || 875 || 1000 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=1 VECTORS AGGRESSION=6 -v FASTLOOP WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 272 || 1.52|| || 179 || 875 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / LinuxCoin || 275Mhz Memory clock, 1.125 V (from 1.163), VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 275 || 1.5714|| || 175 || 900 || 500 || 2.1 || PCI-E 2.1 x16 || poclbm (guiminer) Win7x64 || -v -w64 -f10, XFX stock w/ v2.4 SDK = 230Mh/s, v2.1 SDK = +10Mh/s, overclocking core clock by 100 = +30Mh/s, underclocking memory to 500 (ran cooler), and changing workload to -w64 = +5Mh/s.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 285 || - ||1.58 || - || 960 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.47 / poclbm / Win7 64 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 290 || -||  || - || 930 || - || 2.2 || PCI-E x16/x4/x1 || GUIMiner / phoenix  1.5 / POCLBM / Win 7 64 || POCLBM VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false / Memory 300Mhz, VCore standard&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 290 || -||  || - || 996 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.4 / poclbm / Win7 64 || VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 295 || -|| || - || 980 || 1120 || 2.1 || PCI-E 2.1 x16 || GUIMiner / poclbm / Win XP 32 || Extra flags -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 297 || -|| || - || 970 || 1120 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.48 / phatk / Win7 64 || 300Mhz Memory clock, 44% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=8 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 960|| 300 || 2.4 || PCI-E 2.1 x16 || GUIMiner / poclbm / Win 7 64 || Extra flags -v -w 256 (Sapphire Extreme 71 degrees @ 52% fan)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 970 || - || 2.4 || PCI-E 2.0 x16 || phoenix 1.47 / pheonix 1.48 / Win7 64 || (sapphire xtreme) VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 970 || 1120 || 2.1 || PCI-E x16 || phoenix 1.48 / phatk / Win7 64 || 300Mhz memory clock BFI_INT AGGRESSION=12 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 305 || -|| || - || 984 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.4 / phatk / Win7 32 || 400Mhz Memory clock, VECTORS AGGRESSION=12 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 307 || -|| || - || 996 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 64 || VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 307 || 2.25 || 2.55 || 125 || 965 || - || - || PCI-E 2.1 x16 || cgminer 2.0.5 / Win7 64 || Mem @ 300/Stock voltage/Entire system 200W&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 308 || -|| || - || 990 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / poclbm / Xubuntu 11.04 x64 || VECTORS AGGRESSION=11 BFI_INT FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 308 || -|| || - || 990 || 375 || 2.1 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 32 || @ stock voltage VECTORS AGGRESSION=11 -v FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 black || 310 || ||- || - || 990 || 300 || 2.4 || PCI-E 2.1 x8 || LinuxCoin 0.2b, phoenix/phatk || (XFX Brand) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=11 FASTLOOPS=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 311 || -|| || - || 1000 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Linux || VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 315 || -|| || - || 970 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.6.1 / phatk2 / CrunchBang Linux || memory @ 300mhz VECTORS BFI_INT AGGRESSION=9 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 316 || ||- || - || 1015 || 375 || 2.1 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 32 || @ stock voltage VECTORS AGGRESSION=12 -v FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 319 || -|| 1.77 || - || 1030 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Xp 64 || 1.2v 355Mhz Memory, VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 321 || -||  || - || 1000 || 1120 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk-mod / Linux || 1000Mhz GPU, 350Mhz RAM, 1.15V, 90% fan, ~60c Temp, VECTORS BFI_INT FASTLOOP=false AGGRESSION=13 WORKSIZE=128; phatk kernel found [http://forum.bitcoin.org/index.php?topic=25135.0 here]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 323 || || ||  || 900 (OC) ||  || 2.4 || PCI-E 2.1 x16 || phoenix 1.5 Win7x64 || (500Mhz RAM), ~61c Temp, 57% fan, BFI_INT  FASTLOOP=false VECTORS AGGRESSION=12 -v WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 (127$) || 325 || 1.98 || 2.57Mh/$ || 165W || 1040MHz || 200MHz || 2.6 || PCI-E 2.0 x8  || Guiminer/phatk-[http://forum.bitcoin.org/index.php?topic=25135.0 mod] w7 64bit  || -k phatk AGGRESSION=12 VECTORS2 WORKSIZE=128 stock volt, watercooled 53C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 328 || - || - || - || 1040 || - || 2.4 || PCI-E 2.1 x16 || LinuxCoin 0.2.1b / phoenix / phatk || 1.195 V, RAM @ 325 Mhz, fan @90%, no case, extra 10K RPM fan (62 deg.C in full-load); options: -k phatk DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256; brand: Sapphire Xtreme; bord is stable up to 1060 Mhz ~ 335 MHash, but produces some visual artefacts;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 331 || - || 4.14 || - || 1010 || 1120 || 2.4 || PCI-E 1.0 x16 || WinXP 32 / Phoenix 1.7.5 / phatk2 || Stock Voltage, RAM 300, 64C, Fan 67%, -k phatk2 VECTORS BFI_INT AGGRESSION=11 WORKSIZE=256 FASTLOOP=false (+6Mh w/ Phoenix 1.7.5 over 1.6.2)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 333 || - || - || - || 1040 || - || 2.4 || PCI-E 2.1 x16 || LinuxCoin 0.2.1b / phoenix-1.50 / phatk-[http://forum.bitcoin.org/index.php?topic=25135.0 mod] || + ~5 Mhash increase using the modified phatk from the user above. I am the same guy with 330 @ 1040 MHz Sapphire Xtreme, all other settings the same, board stable, no increase in rejected&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 334 || -|| || - || 1040 || - || 2.5 || PCI-E 2.0 x16 || phoenix 1.75 / phatk 2.2 / Win7 64 || Stock voltage, 208Mhz Memory, VECTORS AGGRESSION=12 WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 334 || -|| || - || 1030 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk 2.0 / Win7 64 || Stock voltage, 385Mhz Memory, VECTORS AGGRESSION=12 WORKSIZE=256 BFI_INT  -- (upped from 330 achieved with diapolo mod [http://forum.bitcoin.org/index.php?topic=25135.0 here]), now using phatk 2.0 found [http://forum.bitcoin.org/?topic=7964.0 here]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 342 || - || - || - || 1045 || - || 2.4 || PCI-E 2.0 x8 || phoenix 1.48 / phatk 2.2 / WinSvr 2008 R2 64 || Stock voltage, 385Mhz Memory, VECTORS VECTORS4 FASTLOOP=false AGGRESSION=14 BFI_INT -k phatk-2.2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 CF || 480 || -|| || - || 800 || - || 2.4 || PCI-E 2.1 x16 || Guiminer/ - / Win7 64bit |Guiminer || -v -f70 -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 || 570 || -|| || - || 950 || - || 2.4 || PCI-E 2.1 x8 || Guiminer/ - / Win7 64bit poclbm || poclbm -v -w256 -f10 MEMORYCLOCK 300MHZ GPUCLOCK 950MHZ FAN 52% 72°C &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 || 608 || -|| || - || 990 || - || - || 2x PCI-E 2.0 x16 || phoenix 2.0/ phatk2 / Win7 32bit || Stock voltage, 300Mhz Memory, VECTORS GOFFSET AGGRESSION=12 WORKSIZE=256 BFI_INT FAN 51% 69°C (Open ATX case) &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x6 || 1967 || 1.62 || 1.97 || - || 1020/340 || 1120x6 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.7.5/phatk2/BAMT Linux || 100% fan @65C / 1.162V / CCC 11.6 / BFI_INT VECTORS FASTLOOP=false AGGRESSION=11 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 240.77 || 1.595|| 1.49 || 151 || 725 || 1440 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 250.26 || 1.657|| || 151 || 725 || 1440 || - || PCI-E 2.1 x16 || opencl client || [http://www.bitcoin.org/smf/index.php?topic=1628.msg29471#msg29471 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 252 || 1.575|| || 160 || 765 || 1440 || 2.3 || PCI-E 2.1 x16 || poclbm 2011-01-25 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 255.3 || 1.593|| || 160 || 765 || 1440 || 2.2 || PCI-E 2.1 x16 || poclbm 2011-01-25 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 264 || 1.748|| || 151 || 725 || 1440 || 2.4 || PCI-E 1.0 x8 || guiminer-20110501 || -v -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 280 || 1.75|| || 160 || 765 || 1440 || 2.2 || PCI-E 2.1 x16 || Phoenix 1.3 || with BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 280 || - || ||- || 725 || 1440 || 2.1 || PCI-E 2.1 x16 || Phoenix 1.50 / Fedora 14 || -v -k poclbm VECTORS AGGRESSION=8 WORKSIZE=128 BFI_INT FASTLOOP=true&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 282.75 ||style=&amp;quot;background:#EFEFFF;&amp;quot;| 3.06|| - || 92.25|| 666 (UC) || 1440|| 2.1 || PCI-E 2.1 x16 || Phoenix/WinXP || undervolted to 0.95V; phatk2 VECTORS BFI_INT AGGRESSION=11 WORKSIZE=256; driver 10.12; [http://bitcointalk.org/index.php?topic=9982.0 clocktweak] for setting values; [https://bitcointalk.org/index.php?topic=40056 thread]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 292 || 1.825|| || 160 || 765 || 1440 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 -v -f 1 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 298 || 1.8620|| || 160 || 765 || 1440 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 -v -f 1 -w 64 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 300 || 1.5460|| || 194 || 925(OC) || 1440 || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 304 || - || || - || 725 (stock) || 1440 || 2.1 || PCI-E 2.1 x16 || cgminer.exe -v 2 -I 8 -w 256 --gpu-memclock 275 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 314 || 1.8362|| || 171 || 820(OC) || 1440 || 2.4 || PCI-E 1.0 x8 || poclbm || -v -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 328 || - || || - || 875 @ Stock voltage || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix || 70C @42% fan, mem @ 500mhz; -v -k phatk VECTORS BFI_INT AGGRESSION=8 FASTLOOP=false WORKSIZE=128  &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 330 || - || ||- || 850 @ Stock voltage || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix || EAH5850, miner arguments: -k poclbm DEVICE=1 VECTORS AGGRESSION=8 WORKSIZE=128 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 331 || - || ||- || 725 (Stock) ||  || 2.4 || PCI-E 2.0 x16 || Diablo Win7 64bits||  Sapphire 5850 Xtreme, Arguments: -v 2 -w 192 (by Swapper 2011-07-05)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 335 || 1.8611|| || 180 || 890(OC) || 1440 || 2.4 || PCI-E 2.0 x8 || poclbm || -v -w128, Memory downclocked to 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 344 || 1.8594|| || 185 || 890(OC) || 1440 || - || PCI-E 2.0 x16 || phoenix || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 347 || -|| || - || 876 || 1440 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.48 / phatk / Win7 64 || 300Mhz Memory clock, 50% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 354 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 2.0 x16 || diablo -v 2 -w 128 || Ubuntu 11.04 64-bit [http://forum.bitcoin.org/index.php?topic=9239.0 Headless], catalyst 11.5, memory downclocked to 300mhz, stock voltage. flashed with atiflash [http://www.youtube.com/watch?v=U9AxNmOy6_0 video]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 355 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix 1.48 / phatk || Ubuntu 11.04 64-bit, Memory downclocked to 200MHz, VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 355 || -|| || - || 900 || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix 1.48 / phatk / Ubuntu 11.04 x64 || 300Mhz Memory clock, 60% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 356 || -|| || - || 870 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 || cgminer 2.1.2 / Win 7 x64 || 302Mhz Memory clock, 85% fan-speed, Stock Voltage,  -I 6 -v 2 -w 256 (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 359 || -|| || - || 900 || 1440 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk / Ubuntu 11.04 x64 || 300Mhz Memory clock, 66% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 365 || -|| || - || 920 || 1440 || 2.1 || PCI-E x16 || phoenix 1.48 / phatk / Win7 64 || 300Mhz memory clock VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 367.5 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 1.0 x16 || diablo with bitless&#039;s hack, -v 2 -w 128 || RHEL 5U5 x86_64, catalyst 11.5, Sapphire HD 5850 Xtreme, Memory downclocked to 300MHz, core voltage 1.145V, BIOS modded with RBE&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 369.4 || -|| || - || 930 || 1440 || 2.4 || PCI-E 1.0 x16 || guiminer / phoenix / phatk / Win7 32 || Catalyst 11.5, XFX HD5850, Memory downclocked to 322MHz, -k phatk VECTORS BFI_INT AGGRESSION=13 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 372 || 1.68 || - || 220 @ Wall || 900 || 300 || 2.5 || PCI-E 1.1 x8 || cgminer 2.3.1 from source / Ubuntu 11.11 x86_64 || -I 8 -v 2 -w 256 --- hex-core opteron cpu w/ 12GB RAM and cgminer CPU bug in linux makes power usage a little high ~210w in windows 7 x86_64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 375 || -|| || - || 940 || 1440 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk / Ubuntu 10.04 || 300Mhz memory clock  VECTORS AGGRESSION=13 WORKSIZE=256 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 381 || -|| || - || 940 || 1440 || 2.5 || PCI-E 1.0 x16 || phoenix / phatk / Win7 x64 / Catalyst 11.6 || MSI Afterburner 500MHz memory clock,-k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 382 || 1.8454|| || 207 || 995(OC) || 1440 || - || PCI-E 2.0 x8 || phoenix || OC 1.177v on core&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 391 || - || - || 180 || 725 || 1440 || 2.4 || PCI-E 2.0 x16 || Win 7 Ultimate x64 / DiabloMiner / Catalyst 12.2 || ASUS DirectCU @ GPU 960 MHz / MEM 300 Mhz @ Voltage 1.2 @ 70% FAN @ 69 temp @ Flags: -v 2,1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 391 || -|| || - || 1000 || 1440 || 2.1 || PCI-E 2.0 x16(@x8) || phoenix 1.5 / phatk / Win7 64 || Mem @ 280, fan @ 100%, Temp @ 71, 1.163 V core, -v -k phatk VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256, The name is Mautobu&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 392 || -||2.43 || - || 990 || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix-svn (AUR) / phatk / Arch Linux || Memory: 180MHz, -v -q 1 -k phatk WORKSIZE=128 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 397 || -|| || - || 950 || 1440 || 2.5 || PCI-E 2.1 16x || phoenix 1.5 / phatk 2.2 / Win7 64, catalyst 11.6 || Mem speed 350Mhz, Fan 85%, 70C, 1.083 Vcore, -k phatk  VECTORS BFI_INT AGGRESSION=12 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 400 || -|| || - || 1000 || 1440 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.5 Win7 x64 || Memory 600MHz, Vcore 1.225, 73C, -k phatk WORKSIZE=128 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 404 || -|| || - || 965 || 1440 || 2.5 || PCI-E 2.0 x16(@x8) || phoenixsvn / phatk2 / Ubuntu 11.04 / catalyst 11.8 || 5870 bios flash, Mem @322, fan@55%, Temp@83oC, 1.163Vcore, -k phatk2 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 408 || -|| - || - || 999/275 || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk-mod / Ubuntu 10.04 || Fan 70%, temp &amp;lt; 60 deg C, Sapphire 5 heatpipe card, same flags as above/below (edit1- oops, no voltage tweaks... edit2- wow, phatk-mod makes a difference... catfish)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 412 || -|| || - || 1010 || 1440 || 2.4 || PCI-E 2.0 1x&amp;gt;16x || phoenix 1.5 / phatk 3% mod / Win7 64 11.5 || VECTORS BFI_INT AGGRESSION=12 -k phatk &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 414.8 || -|| || - || 1018 || 450 || 2.4 || PCI-E 2.0 16x || GUIMiner / Win7 64 11.7 || I use Sapphire HD5850 Toxic 2GB and for OC TRIXX Sapphire Tweak Utility v4.0.2. 72 deg C, fan 100%, core 1018mhz, mem 450Mhz, stock voltage (1.163). proof: http://img23.imageshack.us/img23/2367/414upload.png GUIMiner parameters: -v -w256 -f1  &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 420 || -|| || - || 1055 || 300 || 2.5 || PCI-E 2.0 1x&amp;gt;16x || phoenix 1.5 / phatk 3% mod / Win7 64 11.6 || Fan 80%, 66C, 1.250 Vcore, -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT AGGRESSION=8 And proof: http://i.imgur.com/s9hqs.png&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 431 || -|| || - || 1040 || 1440 || 2.4 || PCI-E 2.0 4x&amp;gt;16x || phoenix-svn / phatk kernel / Debian Wheezy AMD64 + fglrx 11.6 || fan 100%, vcore 1.1750 V, 72C, VECTORS BFI_INT AGGRESSION=15 FASTLOOP=false -k phatk, proof: http://imageshack.us/photo/my-images/199/431u.png/&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 432.15 || -|| || - || 1040 || 500 || 2.5.793.1 || PCI-E 2.0 16x || phoenix 1.7.5 / phatk2 kernel / Win7 x64 SP1 || fan 100%, vcore 1.212 V, 69C, VECTORS4 BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=64 -k phatk2, proof: http://dl.dropbox.com/u/18704286/mining%205850.png/ ... Card is REF HIS 5850 ... i mining at this speed for stable but... max unstable (if i play video/flashvideo it will crash) is 436.48Mhash/sec with core 1051 mem 500 vcore 1.237 (same other settings) it&#039;s too hot in VRM that not sound good to me... i don&#039;t want to kill it for my fun mining ... - Nito Niwatori &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 620 || - || || - || 800 || 1440 || 2.4 || PCI-E 2.0 x16 || Guiminer ( cl miner )  v2012-02-19 Win7 x64 || MSI OC-Edition, -v -w 128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 702 || - || - || - || 905 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 (x2) || phoenix 2.0.0 / Win 7 x32 || ASUS DirectCU: 304Mhz Memory clock, 66% fan-speed, Voltage Tweak, AGGRESSION=13 FASTLOOP=false WORKSIZE=256 (https://www.dropbox.com/s/9u6f2jz3sz1poxb/5850.jpg)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 720 || -|| || - || 875 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 || cgminer 2.1.2 / Win 7 x64 || 302Mhz Memory clock, 85% fan-speed, Stock Voltage,  -I 6 -v 2 -w 256 (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x3 || 1,010 || -|| || - || 850 || - || 2.4 || PCI-E 2.0 (x3) || GUIMiner || -v -w128 | MSI Afterburner settings: 850MHz core clock and 500MHz memory clock &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x4 || 1360 || 1.94|| || 700@wall || 900 ||  ||  ||  || poclbm|| &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x6 || 2,135 || -|| || - || 900 || - || 2.5 || PCI-E 2.0 (6 total, 4 full length, 2 @ PCIE1x with risers || GUIMiner 24/8/2011 - poclbm || -v -f1 -w128 | Win 7 64Bit, Gigabyte GA-890FXA-UD5 motherboard, 4gb ram, AM3 cpu, Kingston SSD, Catalyst 11.8 drivers, guiminer switches: -v -f1 -w128, MSI Afterburner settings: 900MHz core clock and 1000MHz memory clock, cable risers required to fit all 6 cards, fans 100% Proof: http://i.imgur.com/6s7zv.jpg &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870M || 152.5 || -|| || - || 750(OC) || 1000 || 2.1 || PCI-E 2.1 x16 || gui-miner (win-7) ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870M || 189.2 || -|| || - || 850(OC) || 1000 || 2.5 || PCI-E 2.1 x16 || Wins 7 64/gui-miner (win-7) ||  -v -w128 -f0 Graphics Overdrive setting 700-&amp;gt;850 core clock &amp;amp; 900-&amp;gt;1030memory clock . +35mhs over stock settings&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 313 || 1.665|| || 188 || 900? || 1600 || 2.3 || PCI-E 2.1 x16 || Diablo/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 313.65 || 1.668||1.65 || 188 || 850 || 1600 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 340 || 1.809|| || 188 || 850 || 1600 || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26363#msg26363 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 343 || 1.824|| || 188 || 900? || 1600 || 2.1 || PCI-E 2.1 x16 || Diablo/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 355 || 1.888|| || 188 || 900? || 1600 || 2.1 || PCI-E 2.1 x16 || poclbm/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 360 || 1.6822|| || 214 || 970 || 700 || - || PCI-E 2.0 x16 || m0mchil&#039;s OpenCL w7-64 || -f 0 -v -w 128 [http://www.bitcoin.org/smf/index.php?topic=6144.msg91959#msg91959 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 379 || 2.015|| || 188 || 850 || 1600 || - || PCI-E 2.0 x16 || hashkill-0.2.5 alpha || -D -G2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 397 || -|| || - || 930 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k phatk VECTORS BFI_INT AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 400 || 1.9047|| || 210 || 950 || 1600 || 2.4 || PCI-E 2.0 x8 || Phoenix 1.3 || -k poclbm VECTORS AGGRESSION=7 FASTLOOP BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 408 || 1.8888|| || 216 || 980 || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Win7x64 || -f 20 -v -w 128, BIT_ALIGN, BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 414 || 1.9255|| || 215 || 975 || 1600 || 2.4 || PCI-E 2.0 x16 || guiminer/w7x64 || -k poclbm -v -w 256 -f 1 VECTORS BITALIGN BFI_INT -- Memory Clock 300&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 420 || 2.0000|| || 210 || 950 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 421 || 1.9581|| || 215 || 975 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.47 || VECTORS BFI_INT AGGRESSION=13 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 421.5 || 2.007|| || 201 || 950 || 1600 || - || PCI-E 2.0 x16 || hashkill-0.2.5 alpha || -D -G2 (GPU OC to 900, memory downclocked to 900)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 430 || || || || 980 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48/Windows 7 64 || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 432 || || || || 985 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.73/Windows 7 64 || -k phatk VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128 Memory Clock=900Mhz Asus 76C Fan=60% 65F ambient&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 435 || -|| || - || 990 || 300 || 2.4 || PCI-E 2.0 x8 || LinuxCoin v0.2b phoenix/phatk || (Powercolor brand) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=11 FASTLOOPS=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 437 || || 1.90|| || 960 || - || 2.1 || PCI-E 2.0 x1 || phoenix 1.50 + phatk || Card is clocked with BIOS flash @ 960Mhz Core and 300Mhz Memory. More information and pictures: http://forum.bitcoin.org/index.php?topic=7216.msg324521#msg324521 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 438 || 1.9819|| || 221 || 1000(OC) || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Linux || -v -w 64 -f 1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 440 || 2.0000|| || 220 || 995 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 445 || 2.28||2.34 || 195 || 1005 || 335 || 2.4 || PCI-E 2.0 x4 || Ubuntu 11.04 phoenix/phatk || (Asus brand, volts = 1&#039;072) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false -a 7 (-a 10)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 453 || || || || 980 || 1600 || 2.5 || PCI-E 2.1 x16 || Phoenix 1.50/Windows 7 64 catalyst 11.6 phatk 2.2 || -k phatk VECTORS BFI_INT AGGRESSION=12 WORKSIZE=256 FASTLOOPS=false -- Memory Clock 350Mhz Vcore 1.163v&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 458 || -|| || - || 1040 || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Windows 7 64 || -v -w 256 -f 1 Crossfired, Water cooled, 916 Mhash/s total. Best dual gpu setup me thinks? The name is Mautobu.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 460 || || || || 1050 || 1600 || 2.4 || PCI-E 2.0 x16 || Guiminer || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz vcore @ 1225mV&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 460 || || || || 1020 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.50/Windows 7 64 || VECTORS BFI_INT AGGRESSION=12 WORKSIZE=256 -k phatk -- Memory Clock 300Mhz vcore @ 1225mV, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 461 || || || || 1000 || 1600 || 2.5 || PCI-E 2.0 x16 || phoenix 1.75/Windows 7 64 || -k phatk2 (phatk 2.2) VECTORS BFI_INT AGGRESSION=9 WORKSIZE=128, Memory Clock=213, stock voltage&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 481 || || || || 1050 || 1600 || 2.5 || PCI-E 1x || phoenix 1.75/Windows 7 64 || -k phatk2 (phatk 2.2) VECTORS BFI_INT WORKSIZE=64 AGGRESSION=20 [MSI HD 5870 Ref Design vs Zalman VF3000A 1200mv Mem 600MHz]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (CF) || 864 || -|| || - || 900 || 3200 || 2.1 || PCI-E 2.1 x16 || guiminer || -k phatk VECTORS FASTLOOP=false AGGRESSION=7 BFI_INT WORKSIZE=128 (Same flags per GPU)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 620 || -|| || - || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || guiminer || -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 826 || 0.751|| || 1100 || 950 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.4 w/ Phtak || AGGRESSION=13 WORKSIZE=128 VECTORS BFI_INT Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 826 || 1.18|| || 700 || 935 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 w/ Phatk || AGGRESSION=13 WORKSIZE=256 VECTORS BFI_INT FASTLOOP=false, memory @ 319 MHz, Windows 7 32-bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 878 || 0.585|| || 1500 || 1000 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.7 w/ Phtak || AGGRESSION=13 WORKSIZE=128 VECTORS BFI_INT Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x4 || 1784 || || 1.29|| || 960 || - || 2.1 || PCI-E 2.0 x1 || phoenix 1.50 + phatk + [https://bitcointalk.org/index.php?topic=7964.0 Version 2.2 Improvement] || Cards are clocked with BIOS flash @ 960Mhz Core and 300Mhz Memory. More information and pictures: http://forum.bitcoin.org/index.php?topic=7216.msg324521#msg324521 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x6 || 2568 || -|| || 1200 || 970 || -|| 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit  || -v -w128, voltage default, Mem downclocked to 300 MHz, Fan 80-90% (+ 4x12cm fun 1900rpm), Temp 6x 70-75C. Whole computer comsumpts 1280Watt. Using PCI-E risers 16x-16x to use 6 GPU cards&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 530 || 1.803||0.53 ? || 294 || 725 || 3200 || 2.4.595.10 || PCI-E 2.1 x16 || poclbm/201103.beta3/Windows || -v -w128 -f60&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 535.06 || 1.820|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 560 || 1.905|| || 294 || 725 || 3200 || - || PCI-E 2.1 x16 || Diablo || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 565 || 1.922|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine2 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 604 || 2.054|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 645 || 1.875|| || 344 || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || -f1, Debian 6, fglrx-driver 10.9.3&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 739 || || || || 795 || 3200 || 2.4 || PCI-E 2.1 x16 || cgminer 2.3.1 || -I 9 -k phatk -w 256 -v 2, memory clock @ 265MHz, Debian Squeeze, fglrx-driver 12.1.1, performance scales linearly with engine clock as long as memory clock is 1/3&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 740 || 2.1511|| || 344 || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix/1.3 || AGGRESSION=12 WORKSIZE=128 VECTORS BFI_INT, memory clock @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 755 || 2.2076|| || 342 || 848 || 3200 || 2.1 || PCI-E 2.1 x16 || poclbm 28-04-11 || -f 1 -w 256 -v, Ubuntu 10.10, fglrx 11.4, memory clock @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 802 || 2.31|| || 347 || 850 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix poclbm Ubuntu 11.04 || -q 6 -k AGGRESSION=19 WORKSIZE=128 BFI_INT VECTORS, fglrx 11.4, mem clock @ 1000MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 820 || ??? || || ??? || 910 || 3200 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.5 Win7 || AGGRESSION=12 WORKSIZE=256 BFI_INT VECTORS -k phatk, 11.5, Mem @ 300MHz, 1.110v, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 822.2 || -|| || - || 950 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix win7 || -k phatk -q 6 AGGRESSION=20 WORKSIZE=128 BFI_INT VECTORS, but with this increasing difficulty mining becomes pretty pointless&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 833 || -|| || - || 930 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.7.5, win7 x64, catalyst 11.7 || -k phatk AGGRESSION=13 WORKSIZE=256 BFI_INT VECTORS fastloops=false. memory@300mhz, 1.125v, fan 100%, 73C core temp, 95c voltage controllers. it will clock higher but not stable without a voltage increase and i fear for the VRMs&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 863.4 || -|| || - || 955 || 3200 || 2.4 || PCI-E 2.1 x16 || Diablo - Debian || -v 2 -w 256 (XFX Radeon HD 5970 Black Edition)&lt;br /&gt;
|-&lt;br /&gt;
| 6310M || 9.821 || 0.545|| || 18 || 500 || 80 || 2.4 || Integrated/APU || poclbm-gui -v -w128 || HP DM1z 18W TDP is shared with the CPU&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 27.0 || 1.5 || - || 18 || 625 || 160 || 2.4 || PCI-E 2.0 x16 || guiminer/poclbm 2011-06-14 || -v -w128 Sapphire HD6450 1gb ddr3 Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 32.6 || 1.918 || - || 17 || 725 || 800 || 2.4 || PCI-E 2.0 x16 || guiminer/Phoenix1.75 Windows 7 x64 (no Aero)|| -k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=64 Dell OEM HD6450 1gb ddr3 passive cooling/no fan 81C&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 37.8 || ? || - || 17 || 850 || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix2.0.0 Windows 8 x64 || -k phatk2 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=64 Sapphire HD6450 1GB DDR3 passive cooling/no fan 150MHz memory/1000mV VCore&lt;br /&gt;
|-&lt;br /&gt;
| 6470M || 24.1 || - || ||- || - || - || 2.1 || Integrated/APU || guiminer || &lt;br /&gt;
|-&lt;br /&gt;
| 6470M || 31.0 || - || ||- || - || - || 2.1 || Integrated/APU || phoenix 1.48 || &lt;br /&gt;
|-&lt;br /&gt;
| 6480G || 24.1 || - || ||- || - || - || 2.1 || Integrated/APU || phoenix 1.75 || &lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 15.21 || - || ||- || - || - || - || - || [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro8,2 VRAM: 256MB&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 16.289 || 0.708|| || 23 || - || - || - || PCI-E 2.1 x16 || poclbm-mod (Mac OS X 10.6.7) || MacBook Pro early 2011&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 17.18 || - || ||- || - || - || - || PCI-E 2.1 x16 || phoneix 1.50 with poclbm, Mac OS X 10.6.7 || MacBook Pro 2,8 VRAM: 256MB. phoenix -k poclbm VECTORS BFI_INT FASTLOOP&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 32.1 || - || ||- || - || - || - || - || guiminer 2011-07-01 with poclbm (Win7-x64) ||MacBookPro8,2 (WinX64) -v -w128 -f0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#FFDD00;&amp;quot;| 6520G || 33.8 || - || || - || 400 || 320 || - || Integrated/APU || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 on Toshiba L775D-S7222&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6530D || 40.5 || - || || - || 444 || 320 || 2.4 || FM-1 || cgminer 2.4.1  || Integrated/APU A6-3500; Linux; Catalyst 11.11; APP-SDK-v2.4 (595.10)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6550D(A8 Onboard) || 66.2 || -|| || - || - || - || 2.5 || FM-1 || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 -f60&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6550D || 67.6 || -|| || - || 600 || 400 || 2.5 || FM-1 || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 -f2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 68.0 || 1.133|| || 60 || 650 || 480 || 2.4 || PCI-E x16 || guiminer 2011-05-21 with poclbm (Win7-32bit) || no extra option for miner . Sapphire 6570 gddr5 512mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 82.1 || 1.368|| || 60 || 650 || 480 || 2.4 || PCI-E x16 || guiminer 2011-05-21 with poclbm (Win7-32bit) || -v -w128 . Sapphire 6570 gddr5 512mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 86.0 || 1.95 || - || 44 || 650 || 480 || 2.4 || PCI-E x16 || guiminer/poclbm 2011-06-14 || -v -w128 Sapphire Ultimate HD6570 1gb ddr3 Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 112.0 || - || || - || 860 || 480 || 2.7 || PCI-E 2.0 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) || -v -w128 -f1 . Sapphire 6570 Low Profile gddr3 1024mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 114.0 || - || || - || 866 || 480 || 2.7 || PCI-E 2.0 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) || -v -f 0 -w128 -a 3 . XFX 6570 Full Profile gddr3 1024mb 64 bit&lt;br /&gt;
|-&lt;br /&gt;
|  6630M || 48.80 || -|| || - || - || - || - || - || [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-06-18 / Mac OS X 10.7 || Mac Mini 2011 MC816D/A&lt;br /&gt;
|-&lt;br /&gt;
|  6630M || 63.00 || -|| || - || 600 || 480 || 2.5 || PCI-E 2.0 x16 || DiabloMiner Windows || Lenovo ThinkPad Edge E320 (card overclocked using Sapphire TRIXX)&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 102.20 || -|| || - || 800 || - || - || PCI-E 2.1 x16 || poclbm/Debian sid || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 104.00 || - || 1.0 || - || 820 || - || - || PCI-E 2.1 x16 || guiminer(poclbm)/Win 7|| -v -a4 -f15 -d0 -w64&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 110.00 || - || 1.0 || - || 850 || - || - || PCI-E 2.1 x16 || guiminer(poclbm)/Win 7|| -v -f 0 -w 128 -q 6&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 111.77 || 1.69 || - || 66 || 910 || 480 || 2.7 || PCI-E 2.1 x16 || Phoenix 1.7.5 || -k phatk2 BFI_INT AGGRESSION=5 VECTORS WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 120.1 || - || - || - || 900 || 480 || 2.7 || PCI-E 2.1 x16 || cgminer 2.7.4 || kernel: diablo i:10 core: 900 mem: 750&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 124.0 || - || - || 66 || 940 || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix2.0.0 Windows 8 x64 || -k phatk2 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=128 Sapphire HD6670 Ultimate 1GB DDR5 passive cooling/no fan 300MHz memory/1100mV VCore&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 142 || -|| || 150 || 700 || - || - || PCI-E 2.1 x16 || poclbm || -v -w128, Gigabyte SL (passive cooler), watts is TDP, card runs very hot (&amp;gt;90°C)&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 167.59 || -|| || - || 870 || - || - || PCI-E 2.1 x16 || guiminer || -v -f30 -w128&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 172.00 || -|| || - || 860 || 600 || - || PCI-E 2.1 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) MSI Afterburner 2.2.3 || -v -w128 f-20 Sapphire 6570 GDDR3 1024Mb CCC ver. 11.12 OCL 2.5&lt;br /&gt;
|-&lt;br /&gt;
|  6750M || 41.48 || -|| || - || 870 || - || - || PCI-E 2.1 x16 || diablominer ||&lt;br /&gt;
|-&lt;br /&gt;
|  6750M || 60 || -|| || - || - || - || - || - || diablominer OSX 10.7 WorkSize=128||&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 180 || -|| || - || 850 || 1200 || - || - || guiminer || -v -w128 , this was an XFX (OEM) model, GPU @ 850 MHz, mem @ 1200 MHz; I pushed it up to 190 Mhash/s briefly by overclocking, but it crashed the system above that&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 202 || -|| || - || 960 || 800 || - || PCI-E 2.1 x1,x4,x8,x16 || phoenix 1.48 || Sapphire 6770 (standard) -q2 -k poclbm DEVICE=0 AGGRESSION=10 VECTORS WORKSIZE=128 BFI_INT FASTLOOP (The PCI-E speed does not affect the mining speed)&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 217 || -|| || - || 960 || 800 || - || PCI-E x16 || Guiminer with phoenix || Sapphire 6770 -k phatk VECTORS BFI_INT WORKSIZE=128 FASTLOOP=false AGGRESSION=12 with https://forum.bitcoin.org/index.php?topic=22965.0 modification&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 221 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || MSI 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 235 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || Sapphire 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% mod https://forum.bitcoin.org/index.php?topic=22965.0 and AS5 paste on core w/ external 12&amp;quot; fan 50C full load. Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6770x2 || 470 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || Sapphire 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% mod https://forum.bitcoin.org/index.php?topic=22965.0 and AS5 paste on core w/ external 12&amp;quot; fan 50C full load. Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6790 || 220 || 1.467|| || 150 || 800 || - || - || PCI-E 2.1 x16 || Phoenix 1.48 || -k phatk BFI_INT FASTLOOP AGGRESSION=12 VECTORS OC&#039;d to 1ghz, underclocked mem to 300, voltage at 1175&lt;br /&gt;
|-&lt;br /&gt;
|  6790 || 219 || 1.467|| || 150 || 960 || - || - || PCI-E 2.1 x16 || guiminer || -v -f0 -w128 / GPU OC to 960MHz under Windows7 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 171.59 || 1.351||1.07 || 127 || 775 || 960 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 196 || -|| || - || 850 || 960 || - || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 0&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 220 || 1.236(*)|| || 178(*) || 1000(OC) || 960 || 2.4RC1 || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 30 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here] )&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 234.8 || ||- || - || 940 || 960 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.3 || AGGRESSION=8 WORKSIZE=128 VECTORS BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 236.0 || ||- || - || 940 || 960 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.4 || -k phatk AGGRESSION=12 WORKSIZE=128 VECTORS BFI_INT, Core @ 900MHz, Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 244.2 || ||- || - || 960 || 960 || 2.1 || PCI-E 2.0 x16 || poclbm june-2011 || -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 245.1 || ||- || 200 || 940 || 960 || 2.4 || PCI-E 2.0 x16 || guiminer (Phoenix) || Sapphire 6850 (Memory @1000MHz); Win7 64bit; flags: -k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=14 WORKSIZE=128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 250 || 1.612(*) ||- || 155(*) || 940 (OC) || 960 || 2.4 || PCI-E 2.0 x16 || AOCLBF 1.74 (Phoenix 1.5**) @Win7/x64 || XFX 6850 (Memory @840MHz; Vdcc @1.148V; Fan @74%; Temp @70C; System  @39C); flags: -k phatk BFI_INT FASTLOOP VECTORS AGGRESSION=11 WORKSIZE=128 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here] / **: [http://forum.bitcoin.org/index.php?topic=22965.0 Tainted Kernel])&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 256.2 || || - || 170 || 980 || 960 || 2.7 || PCI-E 2.0 x16 || phoenix 1.7.5 / Win7 32bit || -k phatk -VECTORS BFI_INT AGGRESSION=9, Sapphire VaporX 1GB, mem@250MHz, stock VDDC 1.150V &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 262.5 || || - || - || 965 || 525 || 2.4 || PCI-E 2.0 x16 || guiminer / poclbm || -v -f 0 -w 128 (HIS 6850 flashed to HIS 6870 BIOS)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 267.2 || ||1.67 || - || 1010(OC) || 960 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.50 || -k phatk VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 301.4 || ||1.67 || - ||  ||  || 2.4 || PCI-E 2.0 x16 || guiminer / poclbm || -v -f 2 -w 128 clock @ 985 mem @ 890&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 232.47 || 1.540||1.22 || 151 || 900 || 1120 || - || PCI-E 2.1 x16 || poclbm -v -w 128 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 245|| -|| || - || 900|| 1120 || 2.4 || PCI-E 2.0 x16 || ph rising 1.45 phoenix 1.50 phatk 11.5 sdk 2.4 || HD5xxx+ Fastloop phatk AGGRESSION=10&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 264.5 || - || - || - || 980 || 1050 || - || PCI-E 2.1 x16 || GUIMiner v2011-05-01 || Stays around 66*C if I keep the side panel off and the room well ventilated. Card is PowerColor branded. Windows 7 Ultimate SP1 with Classic theme. Fan is at 100%. -v -w128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 271 || 1.807|| || 150 || 940 || 1120|| 2.4 || PCI-E 2.0 x16 || poclbm -v -w 128 || Debian 6.0.1 x86_64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 277.47 || -|| || - || 940 || 1120 || - || PCI-E 2.1 x16 || Phoenix 1.3 || AGGRESSION=8 WORKSIZE=128 VECTORS BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 279 || 1.847(?)|| || 151(?) || 900 || 1120 || 2.4 || PCI-E 2.1 x16 || hashkill-0.2.5 alpha cat 11.4 sdk 2.4 || -G2 -D stock clocks, debian linux 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 281.7 || 1.172 (stock)|| || - || 980 || 1120|| 2.4 || PCI-E 2.1 x16 || guiminer-v2011-06-09 || xfx6870, flags: -v 19 -w 128, win7 32-bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 293.13 ||  || ||- || 945 || 1050|| 2.5 || PCI-E 2.1 x16 || Phoenix 1.5 Phatk || xfx6870, Catalyst 11.6, 1.5 Phoenix flags: -k phatk FASTLOOP=false DEVICE=0 VECTORS BFI_INT AGGRESSION=13 WORKSIZE=128; http://forum.bitcoin.org/index.php?topic=25860.0 Kernel Patch; http://forum.bitcoin.org/index.php?topic=6458.0 Cmd; http://developer.amd.com/tools/gDEBugger/Pages/default.aspx No Crossfire Required; runs faster without crossfire 1% + additional 3% from update&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 294 ||  || ||- || 980 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix phatk || xfx6870, 340MHz memory clock, Catalyst 11.6, flags: BFI_INT VECTORS AGGRESSION=9 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 294 ||  || ||- || 985 || 1100|| 2.4 || PCI-E 2.0 x8 || Diablo || Powercolor branded card, Win 8 x64, -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 295 || 2.02||1.64 || 146 || 950 || 1120 || 2.4 || PCI-E 2.1 x16 || hashkill latest as of 7/6/11 (ubuntu 11.4) || hashkill-gpu -p bitcoin user:pass:server -D, mem clock 850, voltage @ 1.175, Fan @ 70%, Temp @ 71C.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 297|| -|| || - || 1000|| 1120 || 2.4 || PCI-E 2.0 x16 || ph rising 1.62 phoenix 1.50 phatk 11.5 sdk 2.4 || Vectors HD5xxx+ Fastloop phatk AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300 || - || || - || 940 || 1120 || 2.5 || PCI-E 2.1 x16 || Phoenix 1.6.2 phatk2 || xfx6870 Black Edition, 340MHz Memory Clock, Catalyst 11.6, VECTORS BFI_INT AGGRESSION=13 WORKSIZE=128, Debian Linux 64-Bit, Fan @ 50%, Temp @ 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300 || 1.72 || - || 174 || 1038 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm windows7x86 cat 11.4 || -v -w128 -f1 mem clock 360, fan 100% temp 73C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300.06 || 1.830|| || 164 || 1020 || 1120 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.4 cat 11.4 || VECTORS BFI_INT AGGRESSION=8 fastloop mem clock 344&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 302 || - || || - || 940 || 1120 || 2.5 || PCI-E 2.1 x16 || cgminer 2.1.2 || xfx6870 Black Edition, 340MHz Memory Clock, Catalyst 11.6, -w 256 -I 9, Debian Linux 64-Bit, Fan @ 50%, Temp @ 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 307 || 1.72 || - || 174 || 1001/\1001 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm windows7x86 cat11.8 || -v -w128 -f5,85°C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || - || - || - || 1000 || 1120 ||  || PCI-E 2.1 x16 || cgminer 3.1.0 (Ubuntu Server 12.04 LTS AMD64) || intensity=13, vectors=2, worksize=128, kernel=diablo, gpu-engine=1000, gpu-memclock=900&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || - || - || - || 1035 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=12 WORKSIZE=128, mem clock @ 300MHz, voltage @ 1.300&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || -|| || - || 975 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix phatk linuxcoin || BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128, mem clock @ 340MHz, core clock @ 970MHz, flashed bios, 72 degrees w/ fan @ 68%, GIGABYTE SOC&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 312 || -|| || - || 975 || 300|| 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Windows 7 x64 SP1 || VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256, mem clock @ 300MHz, voltage @ 1.300, Fan @ 45%, Temp @ 62C,  MSI 6870 HAWK.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 314 || -|| || - || 1030 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Linux || VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 316 || -|| || - || 1030 || 1120 || 2.4 || PCI-E 2.1 x16 || guiminer 2011-06-09 using phoenix (Win7-32bit) || -k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false, mem clock @ 228MHz, voltage @ 1.25, Fan @ 40%, Temp @ 73C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 320 || - || - || 160 || 950 || 1120 || 2.4 || PCI-E 2.0 x16 || Win 7 Ultimate x64 / DiabloMiner / Catalyst 12.1 || Saphire @ GPU 1030 MHz / MEM 300 Mhz @ Voltage 1.25 @ 80% FAN @ 69 temp @ Flags: -v 2 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 321|| -|| || - || 1050|| 1120 || 2.4 || PCI-E 2.1 x8 ||aoclbf 1.7 phoenix 1.50 11.6|| Vectors HD5xxx+ phatk AGGRESSION=13 WORKSIZE=256,  Memory=325MHz, Volts=1.3V, Fan~55%, Temps~70C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 322 || 1.882|| || 170 || 1050 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix 1.47 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=12 WORKSIZE=256, mem clock @ 400MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 329 || -|| || - || 1075 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix 1.48 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=11 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 332 || -||1.74 || - || 1050 || 1120 || 2.4 || PCI-E 2.1 x16 || guiminer 2011-06-14 using phoenix (Win7-32bit) || -k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=13 worksize=128 FASTLOOP=false, mem clock @ 228MHz, voltage @ 1.3, Fan @ 60%, Temp @ 74C, flash and browser hardware acceleration disabled, aero enabled.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 339.25 || - || - || - || 1090 || 1120 || 2.6 || PCI-E 2.1 x16 || Phoenix 1.7.3 cat 12.1 || Mem @ 350Mhz Clock @ 1090 Voltage 1.337 fan @ 100 Temp @ 75 diapolo&#039;s modified phatk kernel -k phatk_dia platform=0 device=0 VECTORS2 AGGRESSION=11 worksize=64 FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 375 || - || - || - || 1000 || 1120 || 2.5 || PCI-E 2.0 x16 || Win 7 Ultimate 32-bit / Guiminer v2011-07-01 / phoenix 1.5 / phatk2 / Catalyst 11.9 ||  XFX / GPU @ 1000 MHz / MEM @ 200 Mhz / Voltage  @ 1.187 V / FAN @ 40% / Temp @ 72 C / Flags: -k phatk2 platform=0 device=0 VECTORS BFI_INT AGGRESSION=6 worksize=128 FASTLOOP=false / Using 2 miners with equal settings on 1 GPU&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x2 || 600 || - || - || - || 945 || 330 || 2.5 || PCI-E 2.0 x16 || Ubuntu 12.04 32-bit / Phoenix 2 / phatk2 / Catalyst 11.9 ||  XFX / GPU @ 945 MHz / MEM @ 330 Mhz / Voltage  @ 1.175  / Config: phatk2 VECTORS4 BFI_INT AGGRESSION=12 worksize=128 FASTLOOP=false GOFFSET=True&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1150|| -|| 1.2 || - || 900|| 1050 || 2.4 || PCI-E 2.0 x16 || phoenix 1.7 (Win7-64bit) || -k phatk platform=0 device=0-3 VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1180 || -|| - || 145 || 950 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit || -v -w128, Gigabyte SOC. voltage 1.175 (default), GPU default 950 MHz, Mem downclocked to 300 MHz, Fan 4x100% (+ 2x12cm fun 1300rpm), Temp 4x75C (in summer).&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1200 || -|| - || 150 || 970 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit || -v -w128, Gigabyte SOC. voltage 1.175 (default), GPU overclocked from 950 to 970 MHz, Mem downclocked to 300 MHz, Fan 4x100% (+ 2x12cm fun 1300rpm), Temp 4x75C (in summer). Unstable with GPU@975 MHz.&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 320|| -|| - || - || 960 || 1200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.75/phatk || stock voltage, BFI_INT FASTLOOP VECTORS AGGRESSION=13 WORKSIZE=64. 70C, FAN 80% (HIS brand)&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 370|| -|| - || - || 980 || 855 || 2.4 || PCI-E 2.1 x16 || cgminer-2.4.1 || stock voltage (1,160), -I9. 71C, FAN 85% (HIS brand)&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 372 || -||1.89(?) || - || 1000 || 900 || 2.4 || PCI-E 2.1 x16 || phoenix 1.75/poclbm || max stable @ 1200 mV, BFI_INT FASTLOOP VECTORS AGGRESSION=13 WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#00FFFF;&amp;quot;|6930x2|| 700 ||- || - ||400~|| 940 || 2560 || 2.4 || PCI-E 2.1 x16 || Guiminer || max stable @ 1100mV mem 300, Fan 80-90%, temp 70-75, -v -w64 -f10&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 272 || -||0.90 || - || 900 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1150 mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 291 || -|| || - || 920 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1200mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 295 || -|| || - || 930 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1275mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 295 || 1.844(?)|| || 160(?) || 810 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 300 || -|| || - || 940 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1300mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 314 || -|| || - || 800 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm 05-01-11 || -v -f30 -w128 default mem 1250 Stock Sapphire 6950 1gb&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 325 || 1.635(?)|| || 200(?) || 885 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 332 || 1.95~ || 1.2~ || 170~ || 840 || 1408 || 2.5.684.212 || PCI-E 2.1 x16 || guiminer/poclbm 2011-06-14 || -v -w 128 -f 0, WinXP x86, Cat11.6b, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 333 || 1.95~ || 1.2~ || 170~ || 840 || 1408 || 2.4.650.9 || PCI-E 2.1 x16 || guiminer/poclbm 2011-06-14 || -v -w 128 -f 0, WinXP x86, Cat11.6, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 338 || 1.84~ || - || 184~ || 860 || 1408 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50/poclbm kernel || Sapphire 2GB card w/ HW locked BIOS; Cat 11.6, Win7 x64; core @ 860MHz &amp;amp; 1087mV (OC + undervolt), mem @ 860MHz; cmd line args: VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128; power and MH/J calculated using Power = C*f*v^2 w/ assumption of 175 W at stock settings w/ 100% GPU util. (not measured)&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 340 || - || ||- || 895 || 1408 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -w 128, mem @ 500, 1200 mV, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 340 || - || ||- || 800 || 1536 ||(?) || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -f30 -w128 default mem 1250,Sapphire 6950 1gb, unlocked shaders&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 343 || 2.14 || - || 160 || 840 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 06-27-11 || VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128 FASTLOOP=false, HIS H695FN2G2M 2GB, mem @ 720, Kill-a-Watt measured&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 344 || 2.02~ || 1.27~ || 170~ || 840 || 1408 || 2.5.684.212 || PCI-E 2.1 x16 || poclbm/20110709 || -v -w 128 -f 0, WinXP x86, Cat11.6b, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 344.4 || -|| || - || 800 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 349 || 1.745(?)|| || 200(?) || 800 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -f30 -w128, xfx 6950 xxx 1gb, locked shaders, core 900, mem 650, 79° C&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 351 || 1.91~ || - || 184~ || 860 || 1408 || 2.4 || PCI-E 2.1 x16 || GUIminer/poclbm v2011-07-01 || Sapphire 2GB card w/ HW locked BIOS; Cat 11.6, Win7 x64; core @ 860MHz &amp;amp; 1087mV (OC + undervolt), mem @ 860MHz; cmd line args: -v -w 128 -f 0; (same system as the 338 MH/s result above using Phoenix)&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 352.8 || -|| || - || 820 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 360 || 1.8(?)|| || 200(?) || 970 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 360 || -|| || - || 870 || 1375 || - || PCI-E 2.1 x16 || guiminer/poclbm || flashed with 6970 BIOS, -v -f30 -w128&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 365 || -|| || - || 925 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm || stock bios, -v -f0 -w128, MSI twinfrozr III 2GB&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 366.4 || -|| || - || 850 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 381 || -|| || - || 850 || 1536 || - || PCI-E 2.1 x16 || cgminer/phatk || XFX 6950 2Gb reference @ shadermod on original Bios 6950 / 1100mV 850/1250, +10% powertune, I=5, Fan @ 54% ~3100RPM, temp 73C w128. Windows7x64, Catalyst 13.1 .&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 383 || -|| || - || 975 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm || stock bios, -v -f0 -w128, voltage 1.274 @72c MSI twinfrozr III 2GB&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 388.4 || -|| || - || 900 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|- &lt;br /&gt;
|  6950 || 389.9 || -|| || - || 950 || 1408 || - || PCI-E 2.0 x16 || cgminer 2.3.2/Diablo || stock bios, -I 9, VRAM @ 820Mhz, fan @ 100%, voltage 1.250v, temp @ 68c, HIS ICE-Q X 2GB, OCed using MSI Afterburner, Windows 7 Professional 64-bit SP 1&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 400~ || -|| || - || 895 || 320 || 1536|| PCI-E 2.1 x16 || GUIMiner 24th Aug 2011  || Sapphire HD6950 Shader unlock mod 1408&amp;gt;1536 / +20% Power control, Fan @ 55%, Flags:-v -f2 -w64 -r5.Note this keeps temps under 80oC which is needed for this to be stable.Moderate fan noise.Power use is ~200W.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 403 || -|| || - || 939 || 685 || - || PCI-E 2.1 x16 || phoenix-1.50/phatk || ASUS EAH6950 ([http://www.techpowerup.com/vgabios/90661/Asus.HD6970.2048.101124.html (Ref. 6950 Flashed -&amp;gt; 6970)]) / +10% overdrive volt., Fan @ 90%, VECTORS BFI_INT WORKSIZE=128 AGGRESSION=13. Overclocked from 880 -&amp;gt; 939 with MSI Aferburner&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 408.8 || -|| || - || 925 || 1536 || - || PCI-E 2.0 x16 || cgminer 2.12 || GIGABYTE GV-R695D5-2GD-B @ shadermod on original Bios 6950, mem@625, V=1100mv Fan @ 60%. Windows 7x64, Catalyst 11.9&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 410.4 || -|| || - || 950 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 417 || 2.085(?)|| || 200(?) || 975 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 1250, fan @ 77%, temp 64C, -v -w128, gpu core @ 1145mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 418.8 || -|| || - || 940|| 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Gigabyte OC 1GB, shadermod, voltage locked 1.175, mem 450, -w128 -v -f0, ATI Tray Tool&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 425.3 || -|| || - || 950/850 || 1536 || - || PCI-E 2.1 x16 || phoenix-1.50/phatk2 (Ubuntu natty) || Asus 1GB DirectCU, shadermod on OEM BIOS, OEM 1.1v, AMDOverdriveCtrl for 950 core 850 mem, 20% overdrive, flags VECTORS2 BFI_INT FASTLOOP=false AGGRESSION=13 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 428 || 2.14(?)|| || 200(?) || 1000 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 1250, fan @ 80%, temp 64C, -v -w128, gpu core @ 1160mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 432 || 2.16(?)||1.44 || 200(?) || 1000 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 520, fan @ 80%, temp 76C, -v -w128 -f 2, gpu core @ 1275mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 432.4 || -|| || - || 1000 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 440 || || || || 990 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/phatk || unlocked shaders, mem @ 1375, VGPU 1.21v, Watercooled (MCW60), temp 54C, VECTORS BFI_INT AGGRESSION=11 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 454.4 || -|| || - || 1050 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFAFAF;&amp;quot;|  6950x2 CF || 720 || - || - || 400 ~|| 900 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || GUIMiner v2011-07-01 || MSI Afterburner - gpu @ 900 (870 stock), mem @ 900 (1250 stock), temp 69-71C(bottom vga) fan@94% / 77-81C(top vga) fan@99% - 31C enviornment, -v -f 1 -w 128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFAFAF;&amp;quot;|  6950x2 CF || 731 || - || - || 400~ || 900 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || GUIMiner v2011-07-01 || MSI Afterburner - gpu @ 900 (870 stock), mem @ 900 (1250 stock), temp 68C(bottom vga) fan@90% / 73C(top vga) fan@99% - 28C enviornment, -v -f 1 -w 128 BFI_INT AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6950x3 || 1081 || -|| || - || 860 || 1408 || 2.4(?) || PCI-E 2.1 x8 || guiminer/poclbm 07-01 || Sapphire 2GB stock bios, stock voltage, locked shaders: +20% overdrive, mem@650, fan@95%, temp 94C, -v -f0 -w128, 93c&lt;br /&gt;
|-&lt;br /&gt;
|  6950x4 || 1316 || 1.513|| || 870 || 840 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || locked shaders, default mem 1250, dual fan 75C typical&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 323 || 1.468||0.92 || 220 || 880 || 1536 || 2.3 || PCI-E 2.1 x16 || poclbm || -w 64, SDK 2.1 not supported on 69xx.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 365 || 2.28|| || 160 || 880 || 1536 || 2.5 || PCI-E 2.1 x16 || guiminer/phoenix || VECTORS AGGRESSION=9 WORKSIZE=128, fan @ 45%, 61C, 1.0 Vcore, 150 MHz mem, TX650w (84%), reference card&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 370 || -|| || - || 880 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 50%/temp 72C, stock card&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 372 || 1.691(?)|| || 220(?) || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix (svn trunk 05.14.2011) || clock 900/1375, VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128, fan 45% (auto) / temp 90C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 380 || -|| || - || - || - || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128&amp;lt;br&amp;gt;export GPU_USE_SYNC_OBJECTS=1 # to reduce poclbm CPU from 100% to 2%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 385 || 1.964|| || 196 || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, memory downclocked to 684Mhz, fan @ 70%/temp 81C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 388 || -|| || - || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 50%/temp 72C, stock voltage of 1.175v&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 403 || -|| || - || MAX || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || clock Max/50%+stock, -v -w128, fan= 100%/temp 72C (Note: Overclocked using CCC utility under Windows 7, Clock set to Max value w/ 50% increase to memory and 5% increase to voltage)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 406 || -|| || - || 950 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50/phatk || GPU Overclocked to Max (950MHz) using aticonfig, Memory Underclocked using AMDOverdriveCtrl (850MHz). Temp ~ 82C. VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 407 || -|| || - || 955 || 1536 || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128, fan 75%/temp 75C, voltage +10%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 414 || -|| || - || 960 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 53%/temp 73C, stock voltage of 1.175v, high air flow case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 420 || -|| || - || 975 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128 -f0, clocks 975MHz/685MHz MSI Lightning&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 423 || -||1.20 || - || 995 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || ATI Tray Tools, Clocks=995/331.25, WORKSIZE=128 BFI_INT AGGRESSION=11 VECTORS ,68C @ 65% Fan, HAF932 Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 431 || -|| - || - || 976 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.7/phatk2 || MSI AFTERBURNER, Clocks[976/1000], -k parameters[VECTORS BFI_INT AGGRESSION=11], Temperatures{CARD}[86C@100% Fan]{ROOM}[27C/81F], &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 433 || -|| - || - || 975 || 1536 || 2.6 || PCI-E 2.1 x16 || phoenix 1.6.2/phatk || MSI Afterburner 2.2Beta, -k phatk AGGRESSION=11 WORKSIZE=128 VECTORS, GPU 65C@100% Fan, Room 21C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x2 || 710 || -|| || - || 900/880 || 1536 || 2.2 || PCI-E 2.1 x16 || poclbm || -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x2 || 828|| -|| || - || 940 || 1536 || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128, fans 74%/82%, temp 74C/82C, powertune +20% (via CCC), memory underclock 825MHz (via MSI Afterburner), with &#039;Maj&#039; fix&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x3 || 1243|| -|| || 1000+ || 910 || 1536 || 2.5 || 2x16, 1x8 || phoenix 1.7.0 || fans 100%, temp 88C/84C/69C, GPU 920/ memory 795/ powertune 20%, ATI 11.11, -k phatk2 VECTORS BFI_INT FASTLOOP=false WORKSIZE=128 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 670 || 1.94||0.89 || 346 || 830 || 3072 || 2.4 || PCI-E 2.1 x16 || poclbm || Catalyst 11.4 [http://forum.bitcoin.org/index.php?topic=2949.msg106238#msg106238 source].&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 704 ||  ||  ||  || 830 || 3072 || 2.4 || PCI-E 2.1 x16 || Diablo Win7 64bits || Catalyst 11.4, Arguments: -v 2  -w 128 (by Swapper 2011-07-07)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 708 || 2.05|| || 346 || 830 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;default&amp;quot; position 2, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 744 ||  ||  ||  || 830 || 3072 || 2.5 || PCI-E 2.1 x16 || Diablo Win7 64bits || Catalyst 11.6b, Arguments: -v 2  -w 128 (by Swapper 2011-07-14)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 746 || 1.82|| || 410 || 880 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 758 || -|| || - || 880 || - || 2.4 || - || Phoenix with Poclbm || Catalyst 11.4, OC switch ON, VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 771 || 1.8804|| || 410 || 880 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || SDK 2.1 not supported on 69xx. Memory clock @ 1280Mhz.&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 772 || 1.8380|| || 420 || 900 || 3072 || 2.3 || PCI-E 2.1 x16 || Phoenix &amp;amp; Poclbm || OC switch ON + overclocked to 900 mhz, VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 790 || -|| || - || 900 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --odsc=900,1260&amp;quot; to further overclock the GPU to 900 MHz and mem to 1260 MHz, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 795 || -|| || - || - || - || 2.4 ||  || Diablo&#039;s miner || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; On Windows Vista, Clocks set at  955,1250. Power control at 20.&lt;br /&gt;
Diablo&#039;s args:  -w 128 -g 5  -v 2  -f 0&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 802 || -|| || - || 915 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --odsc=915,1260&amp;quot; to further overclock the GPU to 915 MHz and mem to 1260 MHz, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 835 || -||1.11 || - || 890/860 || 3072 || 2.4 || PCI-E 2.1 x16 || phoenix || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --adapter=1 --odsc=990,890 and aticonfig --adapter=0 --odsc=960,860&amp;quot; (GPU 0 runs hot). Currently, aticonfig can only underclock RAM to 100mhz below core speed. Command line: phoenix.py -k poclbm VECTORS AGGRESSION=13 WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 852 || -|| || - || 955|| 3072 || 2.5 || PCI-E 2.1 x16 || cgminer 2.1.2 || Memory: 830 Mhz, -v 2 -w 128 -I 9, Watercooled, stock voltage. (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 865 || -||1.11 || - || 890/860 || 3072 || 2.4 || PCI-E 2.1 x16 || cgminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with core 0 at 990/890 engine/mem, core 1 at 960/860 (runs hot).  Watercooled at 65-68C.&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1436 || 1.848|| || 777 || 880 || 6144 || 2.4 || PCI-E 2.0 x16 x2 || guiminer 2011.05.11 || AUSUM switch set to 1 on both cards; Core left at 880MHz, memory left at 1250MHz; VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1640 || 1.416|| || 1200 || 1010 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || phoenix 1.7.0 || GPU 910MHz, Memory 785MHz, Powertune 20%; VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1700 || 1.416|| || 1200 || 1010 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || guiminer 2011.06.14 || GPU 1010MHz, Memory 900MHz; -k phatk2 VECTORS BFI_INT FASTLOOP=false WORKSIZE=128 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1740 || 2.11 || || 825 || 940 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || cgminer 2.0.8 || GPU0+3 930MHz core/805MHz memory, GPU1+2 940MHz core/815MHz memory; BIOS switch factory setting; Cooled with 7C air from outside; -g4 -I9 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|  6990x3 || 2094 || -|| || - || 900 || - || 2.4 || PCI-E 2.0 x16 x8 x4 || poclbm || GPU 900MHz, Memory 1250MHz; poclbm.py -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 104.15 ||  ||  ||  || 800 ||   || - || PCI-E 2.0 x16 || phoenix || worksize=128 VECTORS FASTLOOP AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 117.15 ||  ||  ||  || 900 ||   || - || PCI-E 2.0 x16 || phoenix || worksize=128 VECTORS FASTLOOP AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 125.5 || - || - || - || 830 || 512 || 2.6 (10.0.898.1) || PCI-E 2.0 x8 || DiabloMiner || GPU: 830MHz, Memory: 1125MHz; -v 1 -w 256 [https://bitcointalk.org/index.php?topic=64241.msg816946#msg816946 source]&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 134 || 2.66 || 1.21 || 50 || 880 || 512 || 2.6 (?) || PCI-E 2.0 x16 || cgminer 3.1.0 (Gentoo Linux AMD64) || factory-overclocked to 880 MHz; power draw measured with a Kill-a-Watt, intensity=13, vectors=1, worksize=128, kernel=diablo&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 136.1 || - || - || - || 900 || 512 || 2.6 (10.0.898.1) || PCI-E 2.0 x8 || DiabloMiner || GPU: 900MHz (CCC locked @ 900), Memory: 800MHz; -v 1 -w 256 [https://bitcointalk.org/index.php?topic=64241.msg816946#msg816946 source]&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 140 || - || - || - || 950 || 512 || - || PCI-E 3.0 x16 || bfgminer 3.0.0 || Memory: 900MHz; -I 5 -g 2 -k diablo&lt;br /&gt;
|-&lt;br /&gt;
|  7770 || 182 || - || - || 83 || 1020 || 640 || 2.6 || PCI-E 2.0 x16 || poclbm || Ubuntu 10.04 LTS amd64, GPU: 1020MHz&lt;br /&gt;
|-&lt;br /&gt;
|  7770 || 213 || - || - || - || 1150 || 640 || - || PCI-E 2.0 x16 || poclbm || Win7 32bit, Core2Duo, poclbm guiminer&lt;br /&gt;
|-&lt;br /&gt;
|  7790 || 313 || - || - || - || 1200 || 896|| - || PCI-E 2.0 x16 || poclbm ||  Saphire Radeon HD 7790 OC (2 fans &amp;amp; heatpipes) GPU 20% OC @ 1200mhz / TEMP 57C / FAN 36%,  Win8 64bit, cgminer, &amp;quot;intensity&amp;quot; : &amp;quot;10&amp;quot;, &amp;quot;vectors&amp;quot; : &amp;quot;1&amp;quot;, &amp;quot;worksize&amp;quot; : &amp;quot;256&amp;quot;, &amp;quot;kernel&amp;quot; : &amp;quot;poclbm&amp;quot;, &amp;quot;thread-concurrency&amp;quot; : &amp;quot;8192&amp;quot;,&lt;br /&gt;
|-&lt;br /&gt;
|  7790 || 325 || - || - || - || 1300 || 896 || - || PCI-E 2.0 x16 || poclbm ||  MSI Radeon HD 7790 GPU @ 1300mhz/ MEM @ 750mhz/ FAN @ 83 / TEMP 67C Win7 64bit, athlon x2, poclbm guiminer , -v -w 128 -f 1&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 287 || 1,91 || 1,1 || 150 || 950 || 1024 || 2.6 || PCI-E 2.0 x16 || cgminer || GPU:950 MEM:800, Linux 64bit, Intensive 14, GPU temp = 60°C, Room temp = 25°C, Fan = 60%&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 329 || - || - || 150 || 1100 || 1024 || 2.6 || PCI-E 2.0 x16 || cgminer 2.6.4 || Linux 64bit GTK+3, GPU temp = 60°C, Room temp = 25°C, Fan = 60%, -v 1 -k poclbm -I 6 --gpu-engine 1100 --gpu-memclock 950&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 363 || - || - || - || 1241 || 1024 || 2.6 || PCI-E 2.0 x16 || Guiminer || GPU:1241 MEM:4840 &lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 405 || - || - || - || 1100 || 1280 || 2.6 || PCI-E 2.0 x16 || Guiminer || Sapphire 7870 OC , GPU: 1100MHz, Mem: 950 Mhz, GPU temp: 65°C, Fan 36% (1377 RPM).&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 406 || - || - || - || 1100 || 1280 || 2.6 || PCI-E 2.0 x16 || cgminer || Gigabyte GV-R787OC-2GD, GPU: 1200MHz, [cgminer -I 7]&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 422 || - || - || - || 1165 || 1280 || 2.6 || PCI-E 2.0 x16 || cgminer || Sapphire 7870 1ghz edition, GPU: 1165MHz, [cgminer.exe -d 0 -l 1 -T -I 8]&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 460 || - || - || - || 1250 || 1280 || 2.7? || PCI-E 2.0 x16 || Guiminer || MSI R7870 TFIII/oc, Catalyst 12.11 beta4, 455-460 mhash/s @1250 core, 750 mem, 0% Power limit, 1.218v, Zalman VF3000N = 42C, VRMS = 57C, ambient approx. 17-19C, -v -w128 -f10&lt;br /&gt;
|-&lt;br /&gt;
| 7870 XT || 485 || 3.09 || 1.8726 || 157 || 1200 || 1280 || 2.8 || PCI-E 3.0 x16 2.0 || cgminer ||7870XT clock/mem - 1200/1600&lt;br /&gt;
|-&lt;br /&gt;
| 7870xt || 520 || - || - || - || 1200 || 1536 || 2.7? lol || PCI-E 2.0 x4 || Guiminer || Sapphire HD7870xt, Catalyst 12.11 beta 4, 515-520 mhash/s @1200/core 750/mem, 0%PL, 1.17v/stock, Zalman vf3000a @60-62C even though its sandwiched between a 7870 and 5850. xD&lt;br /&gt;
|-  &lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 510 || - || - || - || 985 || 1792 || 2.6 || PCI-E 3.0 x16 || Diablo || Windows 8 x64, Asus P8Z77 WS, i7 3rd Gen, Card is XFX brand, Clock 985Mhz, Mem 1100Mhz, -v 1 -w 256&lt;br /&gt;
|-  &lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 512 || - || - || - || 1000 || 1792 || 2.6 || PCI-E 3.0 x8 || poclbm || GPU: 1000MHz, Memory: 850MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 550 || - || - || - || 1060 || 1792 || 2.8 || PCI-E 3.0 x16 || Diablo || Core 1060, Mem 800, -v 1 -w 256 Intesity 7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 605 || - || - || - || 1150 || 1792 || 2.6 (10.0.898.1) || PCI-E 3.0 x16 || DiabloMiner || GPU: 1150MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 555 || - || - || - || 925 || 2048 || 2.6 (10.0.898.1) || PCI-E 2.0 x16 || DiabloMiner || GPU: 925MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 640 || -|| || - || 1070 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1070 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 57%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 650 || -|| || - || 1100 || 2048 || 2.4 || PCI-E 2.0 x16 x8 x4 || Diablo|| GPU 1100MHz, Memory 600MHz;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 650 || -|| || - || 1100 || 2048 || 2.6 || PCI-E 2.0 x1 || cgminer 2.4.1 || Win7 х86, Catalyst 12.3, GPU 1100 MHz, Memory 950 MHz, GPU temp = 68°C, Room temp = 25°C, Fan = 58%, -k poclbm -v 1 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 674 || -|| || - || 1130 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1130 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 57%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 685 || -|| || - || 1150 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1150 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 58%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 685 || -|| || - || 1177 || 2048 || 2.6 || PCI-E 2.0 x16 || cgminer 2.3.1 || Win7, Catalyst 12.3, driver: 2.95, E: 1177, M:685, -k diakgcn -v 2 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 690 || - || - || - || 1150 || 2048 || 2.6 (10.0.898.1) || PCI-E 2.0 x16 || DiabloMiner || GPU: 1150MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 695 || - || - || - || 1160(core)/1050(mem) || 2048 || 2.6 || PCI-E 2.0 x16 || DiabloMiner (options: -v 1 -w 256) || Asus HD7970-DC2T-3GD5 @ 1.17V; Linux Ubuntu 11.10 64 bit; AMD SDK 2.6; Catalyst 12.3 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 710 || -|| || - || 1200 || 2048 || 2.4 || PCI-E 2.0 x16 || DiabloMiner|| GPU 1200MHz, Memory 600MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 714~ || -|| || - || 1210 || 2048 || 2.7 || PCI-E 1.1 x16 || cgminer 2.7.4 || MSI HD7970 R7970-2PMD3GD5/OC, core clock - 1210Mhz, memory clock - 685, core voltage (1.149V - MSI Afterburner, ~1.043V - GPU-Z), memory voltage 1.5V, temperature - 75C at mid-day and 65C w/ AC on at 20C, Catalyst 12.8, Windows 8 Release Preview 32-bit, kernel - poclbm, vector - 1, worksize - 64, intensity - 14, fan - 100% &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;|  7970 || 825 || -|| || 214 || 1290 || 2048 || 2.4 || PCI-E 2.0 x16 || Bitminter|| Bitminter beta 1.1.1; GPU 1290MHz, Memory &lt;br /&gt;
1375MHz (Trixx = 600); work size 256, &amp;quot;BFI_INT,&amp;quot; Device-accessible CPU memory; full watercooled block; power stats from GPU-Z; Driver 11.12&lt;br /&gt;
|-&lt;br /&gt;
|  7970x3 || 1950 || 2.6 || 1.72 || 750 || 1100 || 2048x3 || - || PCI-E 2.0 x16 || cgminer 2.7.5 || Win8, Catalyst 12.8, driver: 8.982.0.0, E: 1100, M:750, kernel: poclbm, worksize: 256, intensity: 9, gpu-threads: 4, refitted Diamond 7970 HSF with new VRM pads to lower VRM temps ~15C.  Undervolted each card until crash under load, then raised about 0.015v for stability.  Settings using afterburner 2.2.1 with OC unlocked.  Visiontek 7970: $370, Sapphire 7970: $360, Diamond 7970: $400&lt;br /&gt;
|-&lt;br /&gt;
|  7970x3 || 2050 || 2.41 || 1.22 || 850 || 1150 || 6144 || 2.6 || PCI-E 2.0 x16 || cgminer 2.3.1 || Win7, Catalyst 12.3, driver: 2.95, E: 1150, M:685, -k diakgcn -v 2 -w 256, 850W power consumption measured at the wall&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V3800 || 69.0 || -|| || - ||  ||  ||  || PCI-E 2.0 x16 || BitMinter Client || &lt;br /&gt;
|-&lt;br /&gt;
| FirePro V4800 || 79.7 || -|| || - || 775 || 400 || 2.4 || PCI-E 2.1 x16 || GUIMiner v2011-05-01 || &lt;br /&gt;
|-&lt;br /&gt;
| FirePro V8700 || 84.8 || -|| || - || 750 || 800 || - || - || poclbm-mod.03.24.2011 || &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5800 || 61.4 || -|| || - || 650 || - || - || - || poclbm-mod.03.24.2011 || Ubuntu&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5800 || 69.3 || -|| || - || 650 || 400 || 2.1 || - || GUIMiner v2011-04-26  || -v -w128, Windows 7 32bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5950 || 96.7 || -|| || - || 725 || 900 || 2.5 || PCI-E 2.0 x16 || poclbm || -v -w128 (Windows 7 64 bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 119 || -|| || - || 690 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || Windows 7 32bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 144 || -|| || - || 690 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || -v -w128 (Windows 7 32bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 161 || -|| || - || 780 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || -v -w128 (Windows 7 32bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V7750 || 35.7 || -|| || - || - || 320 || 2.4 || PCI-E 2.0 x16 || GUIMiner v2011-05-21 || Windows 7 64bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V7800 || 254.85 || -|| || - || - || 1440 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 with poclbm || Debian Squeeze&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M7740  (M97 GL) [DELL] || 63.0 ||  -|| || - || 650 || - || 2.1 || PCIe v2.0 x16 || GUIMiner v2011-06-14 || Windows 7 64bit / only SDK2.1 works&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M7820 || 150.0 || -|| || - || 700 || 800 || 2.1 || PCI-E 2.1 x16 || GUIMiner v2011-06-09 / poclbm || Memory downclocked to 500 from 1000MHz, 169MH/s@800MHz, 181MH/s@860Mhz (max.), only SDK2.1 works, Windows 7 x86&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;amazon_20110625&#039;&amp;gt;$ Prices from http://www.amazon.com on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Nvidia===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/J !! Watts !! Clock !! SP !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| ION || 1.8 || 0.067 || 27 ||  || 16 || poclbm;  power consumption incl. CPU&lt;br /&gt;
|-&lt;br /&gt;
| 8200 mGPU || 1.2 || || || 1200 || 16 || 128 MB shared memory, &amp;quot;poclbm -w 128 -f 0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 8400 GS || 2.3 || || ||  ||  || &amp;quot;poclbm -w 128&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 8400 GS || 1.6 || 0.013 || 128 || 1238 ||  || DiabloMiner -w 128 -f 1 [https://en.bitcoin.it/wiki/User:Knightmb source]&lt;br /&gt;
|-&lt;br /&gt;
| 8400M GS || 2.0 || || ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 8500GT || 2.4 || || || 918 || 16 || poclbm under GUIMiner&lt;br /&gt;
|-&lt;br /&gt;
| 8600M GT || 4.93 ||  ||  ||  || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 8600M GT || 3.8 ||  ||  ||  || || Macbook Pro running Diablo&lt;br /&gt;
|-&lt;br /&gt;
| 8600GT || 5.66 ||  ||  || 1188 ||  32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 8600GT OC || 7.3 ||  ||  || 1602 || 32 || [http://www.bitcoin.org/smf/index.php?topic=1334.0 poclbm] -w 128 [http://www.bitcoin.org/smf/index.php?topic=4967.msg72833#msg72833 source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 25   || 0.24 || 105 || 1300 ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 24.5 || 0.23 || 105 || 1300 ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 31.1   || 0.296 || 105 || 1855 ||  || Overclocked 715 GPU / 1030 Memory / 1855 Shader; GuiMiner v2011-05-21&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 31.8   || 0.303 || 105 || 1836 || 112 || 713 gpu, 1026 memory. win7x86, phoenix 1.48, -k poclbm WORKSIZE=64 AGGRESSION=5&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 34.0   ||       || 105 || 1998 ||     || gpu 756M, mem 1123M, shader 1998M, temp 65C. winXP, phoenix 1.50, -k poclbm WORKSIZE=64 AGGRESSION=6 -- same settings get 32.7 MH/s with aggression 2&lt;br /&gt;
|-&lt;br /&gt;
| 8800GTS || 16.8 || 0.109 || 154 ||  ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg25069#msg25069 source] [http://www.techspot.com/review/79-geforce-8800-gts-512/page11.html source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTS || 18.7 || 0.124 || 150 || 1200 ||  || poclbm -w 64 no vectors&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTS || 33.5 || || 150 || OC ||  || CUDA mining via GUIminer. Win7 64bit. poclbm -v -w128 -f0. OC&#039;d Core@799MHz, Mem@1080MHz, Shader@1905MHz.  Fan 70%, GPU temp @ 66C in comfortable room temp.&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTX || 27.5 || || || 1404 || || phoenix 1.48, poclbm, no vectors, 83C with 50C ambient  &lt;br /&gt;
|-&lt;br /&gt;
| 8800m GTX || 16.3 || || || || || rpcminer-cuda Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| 9300GE || 1.57 ||  ||  || 1300 ||  8 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9300GS || 1.69 ||  ||  || 1400 ||  8 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9300/nForce 730i || 2.15 ||  ||  || 1200 ||  16 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9400GT || 3.37 || 0.067 || 50 || 1400 || 16 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9400M (MacBook) || 1.90 || 0.32 || 6 || 700 ||  || poclbm -f 8 no vectors&lt;br /&gt;
|-&lt;br /&gt;
| 9500M GS || 3.2 ||  ||  || 950 || 32 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 6.75 || 0.135 || 50 || 1400 || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 7.30 || 0.135 || 50 || 1400 || 32|| rpcminer-cuda, Overclocked 730 GPU/ 500 Memory / fan 100% 70C solid&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 7.10 || 0.135 || 50 || 1767 || 32 || rpcminer-cuda, Overclocked 707 GPU / 500 Memory / fan 100% 73C steady&lt;br /&gt;
|-&lt;br /&gt;
| 9600GSO || 19.88 || 0.237 || 84 || 1375 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GSO512 || 11.75 || 0.131 || 90 || 1625 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT || 15.66 || 0.165 || 95 || 1625 || 64 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT Zotac || 15 ||  ||  || 1650 || 64 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT OC || 18.8 || &amp;lt;0.198 || &amp;gt;95 || 1981 || 64 || [http://www.bitcoin.org/smf/index.php?topic=1334.0 poclbm] -w 128 -f 10 [http://www.bitcoin.org/smf/index.php?topic=4967.msg74610#msg74610 source] [http://www.bitcoin.org/smf/index.php?topic=4967.msg73353#msg73353 source]&lt;br /&gt;
|-&lt;br /&gt;
| 9600M GS || 4.0 ||  ||  || 1075 || 32 ||  rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT || 30.36 || 0.289 || 105 || 1800 || 112 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT EE || 19.7 || 0.263 || 75 || 1375 || 112 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT OC || 29.5 || 0.283 || 105 || 1836 || 112 || poclbm.py, no options. Memory underclocked to 850Mhz, GPU overclocked to 733Mhz&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX || 32.54 || 0.232 || 140 || 1688 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 32.6 || 0.232 || 140 || 1688 || 128 || win7x64 275.33 Overclocked to 756/1890/1102 using a CUDA-specific miner (instead of phoenix, yay for ZERO stales!)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 35.39 || 0.251 || 141 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 36 ||  ||  ||  ||  || factory OC ubuntu polclbm.py -w 128 -f 10 -a 10 (DO NOT USE -v)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 37.23 || 0.266 || 140 || 1890 || 128 || win7x64 275.27 phoenix(1.48) -k poclbm AGGRESSION=3 WORKSIZE=64 (may cause 75%+ stale count, in which case use a CUDA-specific miner instead)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 40.20 || 0.287 || 140 || 835 || 128 || lowered memory clock higher core, unstable if going higher&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#FFEFEF&amp;quot;| 9800GX2 || 57.83 || 0.294 || 197 ||  || 2x128 ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#FFEFEF&amp;quot;| 9800GX2 || 28 || 0.142 || 197 ||  || 2x128 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37620#msg37620 source]&lt;br /&gt;
|-&lt;br /&gt;
| G210 || 3.38 || 0.111 || 30.5 || 1402 || 16 ||&lt;br /&gt;
|-&lt;br /&gt;
| G210 || 3.79 || 0.124 || 30.5 || 1402 || 16 || poclbm -f 1&lt;br /&gt;
|-&lt;br /&gt;
| GT220 || 10.8 || 0.084 || 128 || 1360 || || DiabloMiner -w 128 -f 1000 [https://en.bitcoin.it/wiki/User:Knightmb source]&lt;br /&gt;
|-&lt;br /&gt;
| GT230 || 15.5 || 0.161 || 96 || 650 || 64 || (9600GT rebranded one from in a medion pc)&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 19.37 || 0.281 || 69 || 1340 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 21.24 ||  ||  ||  || 96 || [http://www.bitcoin.org/smf/index.php?topic=4291.0 poclbm-mod] -f 0 -v [http://www.bitcoin.org/smf/index.php?topic=4967.msg73383#msg73383 source]&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 28.1 ||  ||  ||  || 96 || poclbm -f0 -v (Gainward GT240 1024DDR5 OC core@670/stockmem@1700/shader@1700 - stable; max.temp=73)&lt;br /&gt;
|-&lt;br /&gt;
| GT240M || 9.8 || 0.426 || 23 || 550 || 48 || poclbm -f 0 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
| GT240 OC || 25.6 || 0.365 || 70 || 1765 || 96 || poclbm&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 || 35.39 || 0.244 || 145 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 || 35.2 || 0.243 || 145 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 OC || 37 || 0.255 || 145 || 2047 || 128 || 37.2 with the following OC: Core: 775MHz, Shader: 1900MHz, Memory: 1200MHz&lt;br /&gt;
|-&lt;br /&gt;
| GTX260M || 22.5 ||  || || 500 || 112 || poclbm 4/28/2011 Asus G71GX runs ~90c without cooling pad &lt;br /&gt;
|-&lt;br /&gt;
| GTX260 || 35.91 || 0.178 || 202 || 1242 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260 || 44 || 0.242 || 182 || 1242 || 216 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 40.40 || 0.236 || 171 || 1242 || 216 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 47.4 || 0.260 || 182 || 1348 || 216 || poclbm -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 50.00 ||      ||    || 1050 || 216 || m0mchil GPU client, Windows 7 64-bit, x6 @ 3.5ghz&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 52.0 || || || 1461 || 216 || &amp;quot;poclbm -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 58.9 || || || 756/400 || 216 || Core overclocked, Memory underclocked, Ubuntu 11.04 Classic Session(No Effects) &amp;quot;poclbm -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 60.1 || || || 1706 || 216 || Core: 364 MHz, Shaders: 1706 MHz, Memory: 594 MHz, VDDC: 1.1800V. &amp;quot;poclbm-mod -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX275 || 50.75 || 0.232 || 219 || 1404 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX275 || 58 || || || 729/1458 || 240 || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GTX280 || 46.84 || 0.198 || 236 || 1296 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX280 || 64.34 || 0.289 || 245 || 1296 || 240 || phoenix.exe -k poclbm AGGRESSION=6 WORKSIZE=128 (61*C with Accelero XTREME GTX280)&lt;br /&gt;
|-&lt;br /&gt;
| GTX285 || 64.8 || || || 1607 || 240 || GuiMiner - Not sure about wattage yet. Still testing. Card runs around 74 C&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| GTX285 || 53.35 || 0.262 || 204 || 1476 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 89.78 || 0.311 || 289 || 1242 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 120.70 || 0.418 || 289 || 1242 || 480 || GUIMiner no oc.&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 117.30 || 0.406 || 289 || 1476 || 490 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT 320M (MacBook Air) || 6.12 ||  ||  || 1212 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| 320M (Mac mini 2010) || 7.0 || 0.35 || 20 || 450 || 32 || poclbm no extra options, windows 7 x64&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 7.5 ||  ||  || 990 || 48 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 10.5 ||  ||  || 325/650(mem)/1300(shaders) || || rpcminer-cuda, 71 degrees&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 7.99 ||  ||  ||  ||  || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GT330 || 21.65 ||  ||  ||  ||  || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M || 7.97 ||  ||  || ||48|| Model: MacBookPro6,2 VRAM: 512MB Software: [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-05-22 / Mac OS X 10.6.7&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M || 10.8 ||  ||  ||650MHZ core||48|| Model: MacBookPro6,2 VRAM: 512MB Software: GUIMiner running in Bootcamp v2011-08-24 / Mac OS X 10.6.8.The GPU was OC&#039;d to 650MHZ core clock,mem clock was the lowest it would go in MSI Afterburner.The Bootcamp OS was Windows 7 x64.MBP Mid 2010.&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M (Sony Vaio Z) || 7.8 || 0.71 ( 0.3 total) || 11 (26w total) || 1045 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M (Samsung R480) || 9.1 || || || 575(GPU)/1265(shader) || ||VRAM 1024MB. pocblm -vectors --verbose. Windows 7 Ultimate x86&lt;br /&gt;
|-&lt;br /&gt;
| GTS 350M (Toshiba A665-3DV) || 17.0 || 1.214 || 14 || 1080 ||  || DiabloMiner-Windows.exe&lt;br /&gt;
|-&lt;br /&gt;
| GTS 350M (Toshiba A665-3DV5) || 20.8 ||  ||  || 1350 ||  || DiabloMiner-Windows.exe, OC&#039;d 550/850/1350 73C stable&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M || 25.0 || || || || || [toshiba qosmio laptop, ~150-165*F stock fans]&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M (ASUS G60jx) || 20.0 || || || || || everythins is stock, it cannot sustain. it reaches 90 degrees and freezes.&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M (ASUS G60jx) || 27.2 || || || Shader @ 1720, Memory @ 900 || || stock hardware (clean exhaust fan), Afterburner, 72 deg C Stable &lt;br /&gt;
|-&lt;br /&gt;
| GT430 || 20.24 || 0.413 || 49 || 1400 || 96 ||&lt;br /&gt;
|- &lt;br /&gt;
| GT440 || 20.4 || || || 1645 || 96 || rpcminer-cuda -aggression=8; winxp x64 driver 275.33&lt;br /&gt;
|-&lt;br /&gt;
| GT530 || 17.9 || 0.358 || 50 || 1400 || || BitMinter v1.1.2&lt;br /&gt;
|-&lt;br /&gt;
| GT520M || 8.9 || || || || ||  rpcminer-cuda, got up 2 10.2MH/s OC&#039;ed&lt;br /&gt;
|-&lt;br /&gt;
| GT525M || 14.6 || || || || || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT540M || 16.0 || || || || || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT550M || 17.08 || || || || || rpcminer-cuda -aggression=8&lt;br /&gt;
|-&lt;br /&gt;
| GT610M (ASUS K45V) || 9.371 || || || 738 MHz || || 2GB RAM.&lt;br /&gt;
|-&lt;br /&gt;
| GT650M (rMBP) || 17.8 || || || 900 || 16 || cgminer 2.5.0 on OSX 10.7.4&lt;br /&gt;
|-&lt;br /&gt;
| GT650M OC || 27.4 || || || || || GUIMiner  &lt;br /&gt;
|-&lt;br /&gt;
| GTS450 || 45.28 || 0.427 || 106 || 1566 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS450 (Sparkle One) || 40.0 || || || || || poclbcm git Oct 2012&lt;br /&gt;
|-  &lt;br /&gt;
| GTS450 || 45.28 || 0.427 || 106 || 1566 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460SE || 56.39 || 0.376 || 150 || 1300 || 288 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 || 66.32 ||  ||  || 814 || 336 || rpcminer-cuda 20110605, Graphics Clock @ 814MHz, Memory @ 1555MHz&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 || 68.31 || 0.427 || 160 || 1350 || 336 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 768MB || 57.8 ||  || ? || 1350 || 336 || rpcminer-cuda -gputhreads=320 -gpugrid=336&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 768MB (MSI Cyclone 768D5/OC) || 75.1 ||  || ? || 930 || 336 || rpcminer-cuda on Win7 x64 with ForceWare 275.33. [http://event.msi.com/vga/afterburner/download.htm MSI Afterburner] set to core: 930MHz, shader: 1850MHz, core voltage: 1.087V, memory: 1600MHz. Runs at 58°C with fan at 75% (ambient 25°C).  &lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB DirectCU || 72.3 || ? || ? || 1672 || 336 || rpcminer-cuda -gputhreads=320 -gpugrid=336&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB DirectCU || 89.5 || ? || ? || 1000 || 336 || guiminer GPU:1000mhz MEM:900&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB ( evga FPB ) || 71.4 || -- || -- || 870/1744/1800 || 336 || guiminer-cuda v2012-02-19 FW290.53 Win7x64&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB ( evga ) || 83.1 || 0.519 || 160 || 925/1850/900@0.960v || 336 || guiminer (phoenix1.75) -k poclbm AGGRESSION=8 FASTLOOP BFI_INT -v WORKSIZE=256 ForceWare 301.42 Win7x64 Runs at 70°C with fan at 100%&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 (2 cards) || 102 || 0.319? || 320? || 1350 ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26363#msg26363 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 (2 cards) OC || 127 || 0.374 || 340 || 1620 || 2x 336 || [http://www.bitcoin.org/smf/index.php?topic=2444.0 rpcminer-cuda] -gpugrid=128 -gputhreads=128 ver.20110227&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB OC (2x MsiHawksSLI) || 158 || 0.658 || 240w(used kill a watt) || core/shader/ram@vcore 930/1860/1150@1.087v (only vcore raised) || 2x 336 || rpcminer-cuda ver.20110227 -gpugrid=320 -gputhreads=320 -aggression=7 Watercooled stable @ 110°F/43° !!!USE ASUS GPU Tweak with GPU-Z (afterburner v2.2.3 wont OC with NVIDIA driver 306.97) I would need gpu bios mod to get more oc/volt. Setting faster ram did increase Mhash/s versus setting ram=core clock.&lt;br /&gt;
|-&lt;br /&gt;
| GTX465 || 64.41 || 0.322 || 200 || 1215 || 352 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 81.98 || 0.381 || 215 || 1215 || 448 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 94.7 || || || 1414 || ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 103.7 || || || 1520 || || memory @ 418MHz, stable @ 72 deg fan @ 90%, puddinpop rpcminer-cuda -gpugrid=96 -gputhread=128 AGGRESSION=14 GIGABYTE brand card BIOS 70.00.21.00.03 &lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 111.9 || 0.520 || 215 || 1650 || 448 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 115 || || || 1616 || || phoenix 1.46 poclbm VECTORS BFI_INT FASTLOOP AGGRESSION=6&lt;br /&gt;
|-&lt;br /&gt;
| GTX470x2 || 121 ea. (130 burst ea.) || || || 1700 ||448|| PuddinPop rpcminer-cuda -gpugrid=96 -gputhreads=128 AGGRESSION=14 (memory 856 Max Temp. 71 deg. F on Water 1.085v+, Stable on Beast 2.0&amp;gt;3 days, no i7 CPU OC, driver 280.26, bios 70.00.21.00.03)&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 || 101.28 || 0.405 || 250 || 1401 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 || 140.43 ||  ||  || 1700 || 480 || rpcminer-cuda -gpugrid=512 -gputhreads=480&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 AMP!Zotac|| 140.1 ||  ||  || 1700|| 480 || rpcminer-cuda -gpugrid=480 -gputhreads=480 (vCore-1050,Core Clock-851, Shader Clock-1702, Memory Clock-2033, t-79°c, Water 43°c, stable temperature and work)&lt;br /&gt;
|-&lt;br /&gt;
| GTX550 Ti || 45.0 || ? || ? || ? || ? || EVGA 1GB, WinXP rpcminer, no overclock&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 67.7 || 0.39  || 170 || 1700 || 384 || standard EVGA 560, no overclock&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 74 || 0.41  || 170 || 822 || 384 || MSI 560Ti HAWK; core 822 Mhz clock (no overclock); rpcminer-cuda.exe -aggression=4 -gpugrid=64 -gputhreads=384; temp - 71°C; Win 7 x64&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 74.8 || 0.41  || 180 || 1700 || 384 || gigabyte 900Mhz clock; -w 512 -v&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 81 || 0.45  || 180 || 835 || 384 || Gainward GTX560TI Phantom, default clock, rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 85.1 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 295.41, Intensity: 14&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 100 || 0.5 || 200 || 1000 || 384 || GFX - MSI 560Ti HAWK; rpcminer-cuda.exe -aggression=8 -gpugrid=64 -gputhreads=384; GPU temp - 68°C; OS - Windows 8 x64 .&lt;br /&gt;
|-&lt;br /&gt;
| GTX 560M || 39.3 || 0.38 || 75 W || 775|| 192 || [http://www.examiner.com/computers-in-denver/toshiba-qosmio-x775-q7380-review-review source1] [http://www.notebookcheck.net/NVIDIA-GeForce-GTX-560M.48313.0.html source2] Note: Uses the 295.51 Beta Drivers&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 OC || 86.7 || &amp;lt;0.51 || &amp;gt;170 || 1800 || 384 || [http://www.bitcoin.org/smf/index.php?topic=2444.0 rpcminer-cuda] [http://www.bitcoin.org/smf/index.php?topic=4967.msg72816#msg72816 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 105.83 || 0.483 || 219 || 1464 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 140 || 0.639 || 219 || 750 || 480 || rpcminer-cuda.exe -aggression=10 -gpugrid=480 -gputhreads=960; display driver stops working with aggression=11 under win7 x64 driver 270.61&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 157 || 0.717 || 219 || 850 || 480 || rpcminer-cuda.exe -aggression=11 -gpugrid=120 -gputhreads=960&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 165 || ||  || 925 || 480 || rpcminer-cuda.exe -gpugrid=120 -gputhreads=960; vcore 1.1v; Win7 x64 304.79 Beta; -aggression=11 adds strong lag with minimal increase in hashrate.&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 160 || ||  || 925 || 480 || rpcminer-cuda.exe -gpugrid=104 -gputhreads=832; No desktop lag, very minimal loss in hashrate compared to much laggier settings&lt;br /&gt;
|-&lt;br /&gt;
| GTX580 || 156.6 || 0.642 || 244 || 1544 || 512 || cgminer 2.11.3 on Win 8-64 with I=6, driver nVidia 314.22&lt;br /&gt;
|-&lt;br /&gt;
| GTX580x2 || 2x 146 || 0.598 || 244 || 1544 || 512 || rpcminer-cuda.exe -gpugrid=128 -gputhreads=1024 &lt;br /&gt;
(aggression levels above the default of 6 not recommended; only a gain of ~3MH/s per card, and &#039;&#039;&#039;heavy&#039;&#039;&#039; lag, GUIMiner v2011-08-24, win7 64bit nVidia 290.36 beta driver)&lt;br /&gt;
|-&lt;br /&gt;
| GTX590 || 193.1 || --- || --- || 1215 || 2x 512 || poclbm -v -w 256, Win&lt;br /&gt;
|-&lt;br /&gt;
| GTX590 || 2x 121.48 || --- || --- || 750 || 2x 512 || &lt;br /&gt;
|-&lt;br /&gt;
| GTX670 || 112.00 || 1.1 || 100 || 1275 || 1344 || EVGA GTX670FTW 2GB / GPU Clock offset +75Mhz with EVGA Precision X / GUIMiner -f 60 /  Windows 7 64-Bit. (09-13-2012)&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 127.3 || || || 1280 || 1536 || Asus GTX 680 2GB DirectCU II: Windows 7 64 bit: Nvidia 310.90 driver: Offset of 186: Runs at a constant 52C&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 110.00 || || || 1110 || 1536 || RPCMiner with OpenCL or others.  Might crash once mining stops.  No Flags and Stock Settings (GPU Boost @ 1110mhz Core) with EVGA GTX 680, latest version of GUIMiner (2012-2-19) and Windows 7 x64.&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 120.00 || 1.2 || 100 || 1272 || 1536 || Ufasoft Galaxy 4GB (GPU Clock offset +70Mhz with EVGA Precision X) (2012-7-28) and Windows 7 64-Bit.&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 580 || 5.7 || 0.14 || 40 || 1125 || 4 ||rpcminer-cuda, Win, -gpugrid=128 -gputhreads=512&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 770M || 5.75 ||  ||  || 500 || 32 || DiabloMiner-Windows.exe BFI_INT FASTLOOP AGGRESSION=6, Win&lt;br /&gt;
|-&lt;br /&gt;
|Quadro FX 770M || 6.39 ||  ||  || 500 || 32 || DiabloMiner-Windows.exe BFI_INT FASTLOOP AGGRESSION=6 w 64, Win 7x64&lt;br /&gt;
|-&lt;br /&gt;
|Quadro FX 880M || 9.6 ||  ||  || || || poclbm/guiminer&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 1600M || 6 || 0.12 || 50 || 625 || 32 ||rpcminer-cuda, Win&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 1800 || 13.6 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 256.44 Intensity: 4&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 2000M || 23 || 0.397 || 58 || || || phoenix 1.48, -k poclbm, VECTORS, AGGRESION=6, Lenovo W520 platform&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 2800M || 22 || 0.293 || 75 || 600 || 96 ||DiabloMiner, win&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3000M || 28.6 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 295.41 Intensity: 3&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3600M || 36 || 0.514 || 70 || 500 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3800 || 33.3 ||  ||  ||  ||  || poclbm/guiminer -f0 -w128&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 135M || 1.05 || 0.1 || 10 || 800 || 1 || &lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 295 || 1.7 || 0.07 || 23 || 567 || 8 || phoenix&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 3100M || 3.6 || 0.257 || 14 || 600 || 16 || rpcminer-cuda, Win, CUDA 3.1.1&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 4200M || 10.0 ||     ||     ||  810  ||   ||  guiminer, Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Quadro 5000 || 67.7 || 0.445 || 152 || 513 || 352 || rpcminer-cuda.exe -aggression=7 gpugrid=352 gputhreads=704;&lt;br /&gt;
|-&lt;br /&gt;
| Tesla C1060 || 52.5 ||  ||  || 1296 || 240 ||  poclbm, Win7x64&lt;br /&gt;
|-&lt;br /&gt;
| Tesla K20 || 134.8   ||  ||  || 706  || 2496  ||  poclbm, Linux&lt;br /&gt;
|-&lt;br /&gt;
| Tesla M2050 || 79.8 ||  ||  || 1550 || 448 || DiabloMiner&lt;br /&gt;
|-&lt;br /&gt;
| Tesla M2050 || 94.5 ||  ||  || 1550 || || poclbm&lt;br /&gt;
|-&lt;br /&gt;
| Tesla S1070 || 155.2 || || 800 &amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || 1440 (GT200b)&amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || 960&amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || rpcminer-cuda, Linux, CUDA 3.2, 4 instances (-gpu=0 through -gpu=3)&lt;br /&gt;
|-&lt;br /&gt;
| Tesla S2070 || 749.23 || || || 1150&amp;lt;ref name=&#039;nvidia_S2070&#039;/&amp;gt; || 1792&amp;lt;ref name=&#039;nvidia_S2070&#039;/&amp;gt; || rpcminer-cuda, Linux, CUDA 4.0, 8 instances (-gpu=0 through -gpu=7) &lt;br /&gt;
|-&lt;br /&gt;
| GTX280x2 || 102.7 ||  ||  ||  ||   ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;nvidia_S1070&#039;&amp;gt;The S1070 is a dedicated supercomputing platform that features four Tesla units (GT200). Technical data taken from [http://www.nvidia.de/object/tesla_s1070_de.html NVIDIA]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;nvidia_S2070&#039;&amp;gt;The S2070 is a dedicated supercomputing platform that features four Fermi units (C2070). Technical data taken from [http://de.wikipedia.org/wiki/Nvidia_Tesla Wikipedia] (Documentation from NVIDIA webpage is confusing)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==CPUs/APUs==&lt;br /&gt;
&lt;br /&gt;
A lot of nice data can be pulled from [http://www.bitcoin.org/smf/index.php?topic=1628.0 this thread] to seed this section. &lt;br /&gt;
&lt;br /&gt;
Might you wish to throttle CPU load a bit, so it doesn&#039;t reach 100°C, it can be done with Battle Encoder Shirase to a margin, like, -15% of available CPU cycles.&lt;br /&gt;
&lt;br /&gt;
Often, the best combination to be is to throttle CPU miner to -5% &#039;&#039;&#039;AND&#039;&#039;&#039; set it to least of priority levels, so as not to choke GPU miner up.&lt;br /&gt;
&lt;br /&gt;
===AMD===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! nprocs !! Mhash/s !! Mhash/J !! TDP [W] !! CPU Clock !! Mhash/s CPU !! Mhash/s GPU !! GPU !! GPU Clock !! SP !! Software !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 4x Opteron 6174 || 48 || 115 || 0.36 || 320W || 2.2 GHz || 2.4&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer v0.8.1 || --alg 4way --threads 48&lt;br /&gt;
|-&lt;br /&gt;
| 2x Opteron 6172 || 24 || 55 || 0.24 || 230W || 2.1 GHz || 2.3&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cgminer v2.7.6 || --algo 4way -t 24&lt;br /&gt;
|-&lt;br /&gt;
| 2x Opteron 6128 || 16 || 32.4 || 0.141 || 230W || 2 GHz || 32.4&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.19 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon XP 2000+ || 2 || 0.62 || 0.009 || 70W || 1.67 GHz || 0.62&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.18/Ubuntu || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source] [http://www.pcstats.com/articleview.cfm?articleid=914&amp;amp;page=4 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 3500+ || 1 || 1.18 || 0.013 || 89W || 2.54 GHz || 1.18&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| ufasoft v0.4 || overclocked (originally 2.2 GHz)&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 3800+ || 2 || 1.73 || 0.03 || 65 W || 2.00 GHz || 1.73&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer (v0.8.1-1-g69529c3) || -algo=4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 4000+ || 2 || 1.9 || 0.02 || 65W || 2.1 GHz || 1.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpc-miner ||&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 4400+ ||   || 2.09 || 0.032 || 65W || 2.3GHz || 2.09&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.19/Win x64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 6000+ || 2 || 2.81 || 0.02 || 125W || 3 GHz || 2.81&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| || [http://www.bitcoin.org/smf/index.php?topic=1628.msg22881#msg22881 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 6400+ Black Edition || 2 || 2.9 || 0.023 || 125W || 3.2 GHz || 2.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.20.2 BETA/Win 7 x64 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X2 240e || 2 || 2.71 || 0.06 || 45W || 2.81 GHz || 2.71&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X2 250 || 2 || 5.6 || 0.09 || 65W || 3.01GHz || 5.6&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.11 ||&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X4 630 || 4 || 10.7 || 0.11 || 95W || 2.8 GHz || 10.7&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Opteron 8220 x16 || 16 || 25 || || || 2.8Ghz || 1.5 &lt;br /&gt;
|colspan=4| &lt;br /&gt;
| ufasoft / OpenSuse 64bit || running default, but had to copy 32bit binaries over to get curl and ufasoft running. might be better when using native 32bit system w/o other users on the machine ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X3 720 || 3 || 3.8 || 0.04 || 95W || 2.8 GHz || 3.8&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.1x/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom X4 9950 BE || 4 || 9.3 || 0.07 || 126W || 2.6 GHz || 2.32&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.13/WinXP || No GPU&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X3 720 || 3 || 7.2 || 0.08 || 95W || 2.8 GHz || 7.2&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpu-miner 0.2.1/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 5.0 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-cpu ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 9.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 10.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| ufasoft v0.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 11.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cgminer  1.5.3 || &amp;quot;cgminer 1.5.3 --algo 4way&amp;quot; on Ubuntu 11.10 alpha 2 (64 bit), built by GCC 4.6.1 with &amp;quot;-O3 -Wall -march=native&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 955 || 4 || 11 || 0.09 || 125W || 3.2 GHz || 11&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 965 || 4 || 12 || 0.09 || 140W || 3.4 GHz || 11&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1055T || 6 || 15.84 || 0.13 || 125W || 2.82 GHz || 15.84 &lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1055T || 6 || 23.6 || || 95W || 3.50 GHz || 23.6 &lt;br /&gt;
|colspan=4|&lt;br /&gt;
| [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.2 || --algo=sha256d&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1075T || 6 || 21.3 || || 125W||  ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| minerd || Ubuntu 11.04 amd64 runlevel=1 -algo=4way -threads=6&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1090T || 6 || 18|| || 141W|| 3.50 GHz || 3&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| minerd || &lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1100T || 6 || 22 || 0.176 || 125W || 3.82 GHz || 22&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner || Aciid#bitcoin-dev&lt;br /&gt;
|-&lt;br /&gt;
| Sempron 3000+ || 2 || 0.8 ||  || 62W || 1.6 GHz || 0.8&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer || --alg 4way&lt;br /&gt;
|-&lt;br /&gt;
| Turion X2 RM-70 || 2 || 1.9 ||  || 65W || 2.1 GHz || 1.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer || --alg 4way&lt;br /&gt;
|-&lt;br /&gt;
| Zacate E-350 || 2 || 11 || 0.615 || 18W || 1.6 Ghz || 1.231 || 9.831 || HD6310M || 492 Mhz || 80 || poclbm -v -w128 + Ufasoft 0.7 || stock speeds&lt;br /&gt;
|-&lt;br /&gt;
| Zacate E-350 || 2 || 12&lt;br /&gt;
|colspan=2|&lt;br /&gt;
| 1.648 Ghz || 1.252 || 10.87 || HD6310M || 492 Mhz || 80 || poclbm -v -w 256 -f 1 || &amp;quot;autotune&amp;quot; speed with ASUS EFI BIOS&lt;br /&gt;
|-&lt;br /&gt;
| Ontario C-50 || 2 || 6.2 || 0.68 || 9W || 1.0 Ghz || 1.200 || 6.2 || HD6250M || 277 Mhz || 80 || poclbm -v -w128 -f5 -r5 || &lt;br /&gt;
|-&lt;br /&gt;
| A4-3400 || 2 || 23.2 || || || 75W || 2.4 Ghz || || 23.2 || 6350 || stock || || GUIminer || ||&lt;br /&gt;
|-&lt;br /&gt;
| A8-3850 || 4 || 60 ||   ||  100W || Stock ||   || 60 ||  HD6550D || Stock || 400 || poclbm.exe, Win7-32, 4GB RAM || All running at stock speeds, and set to auto in BIOS.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| A8-3870K || 4 || 95 ||   || 100W (@stock)  || 3.3 Ghz ||   || 95 ||  HD6550D || 900MHz || 400 || phoenix.exe -k phatk VECTORS BFI_INT AGGRESSION=4 WORKSIZE=128, Win7-64, 8GB RAM 1667MHz || M/B ASUS F1 A75-M Pro, CPU/GPU BIOS overclocked&lt;br /&gt;
|-&lt;br /&gt;
| A10-5800K || 4 || 105 ||  || 100W || 3.8 Ghz ||   || 105 || HD7660D || 800MHz || 384 || cgminer Intensity=7 || Linux 64bit (Ubuntu 12.10), AMD-APP-SDK-v2.7-RC-lnx64, stock speeds *not* overclocked&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===ARM===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash/s/$ /€  !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| ARM926EJ-S || 1 || 0.187 || ? || ? || ? || 1.2 GHz || cpuminer || Seagate Dockstar [http://archlinuxarm.org/platforms/armv5/seagate-dockstar ArchLinux]&lt;br /&gt;
|-&lt;br /&gt;
| Marvel Feroceon (88FR131) || 1 || 0.195 || 0.224 ||&amp;lt;0.01|| 0.87 W || 1.2 GHz || cpuminer  git (2011-06-15) || Marvell SheevaPlug, Debian, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1136EJ-S || 1 || 0.11 || ? ||  ? || ? || 0.528 GHz || cpuminer git || T-Mobile Pulse, inside Debian chroot, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1176JZ(F)-S || 1 || 0.119 || ? ||  ? || ? || 0.412 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || iPhone 3G, &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1176JZ(F)-S || 1 || 0.2 || ? || ? || 3.75W || 800 Mhz || cgminer 2.5.0 || RaspberryPi Model B, SoC BCM2835, Debian Squezee 19-04-2012, Overclocked Cpu 800mhz&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.125 || 0.36 || &amp;lt;0.01 || 0.35 W || 0.6 GHz || cpuminer git (2011-03-26) || Nokia N900: &#039;cryptopp&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.2 || 0.57 || &amp;lt;0.01 || 0.35 W || 0.6 GHz || cpuminer git (2011-03-26) || Nokia N900: &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.365 || ? || ? || ? || 0.6 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] || BeagleBoard: &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.435 || ? ||  ? || ? || 0.8 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.44 || ? ||  ? || ? || 0.8 GHz || cpuminer 2.2.3 (-mfpu=neon) || EfikaMX (iMX.51), CRUX ARMHF, cpuminer -a sha256d&lt;br /&gt;
|-&lt;br /&gt;
| AllWinner A10(A8) || 1 || 0.568 || ? ||  ? || &amp;lt;2.5W || 1.0 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || -a sha256d #Native Lubuntu armhf build &lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A9 || 2 || 0.57||  1.14 ||&amp;lt;0.01 || 0.5 W || 1.0 GHz || cpuminer git (2011-03-24) || Toshiba AC100, ubuntu, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A9 || 2 || 1.3 || ? ||  ? || ? || 1.2 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.3 || Samsung Galaxy S II - CFLAGS=&amp;quot;-O3 -mfpu=neon&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Intel===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash / $&amp;lt;ref name=&#039;amazon_20110625&#039;/&amp;gt;/€&amp;lt;ref name=&#039;geizhals_20110625&#039;/&amp;gt; !! ACP [W] !! Clock [GHz] !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Pentium III (Coppermine) || 2 || 0.39 || 0.008 |||| TDP 2× 26.1 W || 1 || Ufasoft 0.32 (compiled from source), Debian Squeeze || [http://en.wikipedia.org/wiki/List_of_Intel_Pentium_III_microprocessors#.22Coppermine.22_.28180_nm.29 source]&lt;br /&gt;
|-&lt;br /&gt;
| Pentium III mobile ? || 1 || 0.3 || 0.014 |||| 21 || 1.07 || 0.3.1x/Win2K || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source] [http://ark.intel.com/Product.aspx?id=27380 source]&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.4 || || ||  || 1.6 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.62 || || ||  || 1.6 || Ufasoft 0.20 || Windows XP Professional&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.71 || || ||  || 1.6 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Gentoo Linux&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.73ghz || 1 || 0.5 || || ||  || 1.73 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Old Xeon 512k (Dual) || 2x1/2 || 2.0 || || ||  || 3.0 || cpuminer (v0.8.1-1-g69529c3) || HT disabled, algo=4way (twice as fast as the 2nd best algo)&lt;br /&gt;
|-&lt;br /&gt;
| Pentium 4 2.0A || 1 || 0.85 || || || || 2.0 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft-0.4]/WinXP || -g no -t 2&lt;br /&gt;
|-&lt;br /&gt;
| Pentium 4 630 || 1/2 || 1.29 || || || || 3.0 || ufasoft 0.23 || Windows XP&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 1.75 || || || || 2.0 || rpcminer-cpu || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 4.1 || || || || 2.0 || cpuminer || sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 4.5 || || || || 2.0 || ufasoft v0.11 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E5400 || 2/2 || 2.27 || 0.03 || || 65 || 2.7 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Celeron E330 || 2/2 || 2.2  || 0.03 || || 65 || 2.5 || 0.3.19/Ubuntu10.04 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37620#msg37620 source]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| Celeron E3400 || 2/2 || 5.9 || - || - || - || 2.6 || Ufasoft v0.13 / GUIMiner v2011-06-14 || WinXP 32 bit, SSE2, Flags &amp;quot;-g no&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q6600 || 4/4 || 11.0 || || 0.02/0.06 || 105 || 2.40 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q8200 || 4/4 || 10.9 ||    || 0.06/0.10 ||  || 2.33 || Ufasoft 0.14 || -g no -l yes -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q9400 || 4/4 || 11 || 0.046 || 0.06/0.07 || 95 || 2.66 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q9650 || 4/4 || 18.67 || || 0.05/0.06 || 95 || 4.00 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i3 530 || 2/4 || 8.31 || 0.10 || 0.06/0.10  || 80 || 3.66 || Ufasoft 0.7 || -v -a5 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i3 M350 || 2/4 || 1.48 || 0.04 || || 35 || 2.27 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core i3-2100 || 2/4 || 8.28 || || || || 3.1 || ufasoft v0.20 ||   &lt;br /&gt;
|-&lt;br /&gt;
| Core i5 M450 || 2/4 || 1.8  || 0.05 || || 35 || 1.2  || 0.3.17/Win7-54 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26292#msg26292 source]&lt;br /&gt;
|- &lt;br /&gt;
| Core i5-650  || 2/4 || 5.1 || 0.04 ? || 0.02/0.03 ||  || 3.2 || cpuminer-0.7 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-750  || 4/4 || 14 || || 0.06/0.10  ||  || 3.2 || bitcoin-miner 0.11 || -a 5 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 ?  || 4/? || 6.5 || || ||  ||  || client from svn || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37621#msg37621 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400 || 4/4 || 4.5 || 0.05 || 0.02/0.03 || 95 || 3.1 || cpuminer git (2011-01-22) || cryptopp_asm32&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400 || 4/4 || 14 || 0.15 || 0.07/0.09 || 95 || 3.1 || cpuminer git (2011-03-26) || sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400S || 4/4 || 16.6 || || || 65 || 2.5 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.3 || Linux Mint 13&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 2500K || 4/4 || 20.6 || ||0.10/0.12 || || 4.2 || bitcoin-miner || -g no&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 2600K || 4/8 || 17.3 || || || 75 || 3.4 || bitcoin-miner || -g no. 75W for the whole System without monitor (MSI Board). CPU underclocked to 3,4Ghz and undervolted to 1,012Vcore. Passive Cooling! 3.6ghz results in 18,4 Mhash/s&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600K || 4/8 || 18.6 || || || 95 W max. || 3.4 || Ufasoft bitcoin-miner 0.20 || -g no -t 8  CPU @ 3.511Ghz 1.176V&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600 || 4/8 || 23.9 || || ||  || 3.4 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Ubuntu Linux 11.10&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 620M   || 2/4 || 1.888 || || || || 2.66 || [http://forum.bitcoin.org/index.php?topic=8994.0 RPCMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro6,2 RAM: 4GB&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 620M   || 2/4 || 6.5 || || || || 3.33 || This is achieved by running RPC 4 way miner in VMware Fusion 4 (running win 7 in the VM) while in Mac OSX / Mac OS X 10.6.8 || Model: MacBookPro6,2 RAM: 8GB.The CPU appears to turbo boost to 3.33GHz in this way from 2.67GHz when running it in this way.The MBP gets very hot and uses a lot of energy though so watch those temps.It&#039;ll throttle after a while unless you keep the air vents clear underneath (ie don&#039;t put int in your lap,etc).&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 720QM   || 4/8 || 7.9 || ?|| || 45 || 2.8 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] ||  stream processors overclocked from 1.6 GHz; Dell Precision M6500, Win7-64, 8GB DDR3&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 820   || 4/8 || 13.8 || || || || 2.8 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] || -t 8&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 920   || 4/8 || 19.2 || 0.10 || || 195 || 4.0 (x21) || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] || -a 5&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 950   || 4/8 || 5.88 || 0.039 || || 150 || 3.83 (x23) || bitcoin-0.3.20.2 Win7-64 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 950   || 4/8 || 18.9 || 0.126 || || 150 || 3.83 (x23) || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] v0.4 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 980x   || 6/12 || 19.2 || 0.15 || || 130 || 4.4 (x33) || cpuminer/Win7-64 || &lt;br /&gt;
|- &lt;br /&gt;
| Core i7 980x   || 6/12 || 8.7 || ||  ||  || 3.9 (x27) || 0.3.17/Win7-64 || &lt;br /&gt;
|- &lt;br /&gt;
| Core i7 990x   || 6/12 || 33.3 || ||  ||  || 4.5 (x32) || ufasoft/Win2008 R2-64 || Ram - 12Gb, Rampage III BlackEdition, Water cooling&lt;br /&gt;
|- &lt;br /&gt;
| Core i7 2635QM   || 4/8 || 2.93 || || || || 2.00 || [http://forum.bitcoin.org/index.php?topic=8994.0 RPCMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro8,2 RAM: 4GB&lt;br /&gt;
|- &lt;br /&gt;
| Core i7 620M   || 2/4 || 6.3 || 0.18 || || 35 || 2.66 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] v0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600k   || 4/4 || 6.7 || || ||  || 4.00 || phoenix 0.48 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 3770k   || 4/8 || 5.2 || || || || 4.4 || Guiminer v2012-12-03 || Windows 7 x64 : -v argument increased Mhash/s from 5.0 to 5.2&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 3930k   || 6/12 || 66.6 || || ||  || 4.625 (125 x 37) || Ufasoft bitcoin-miner v0.28 || Windows 7 x64, uses ~190watts : -v argument increased Mhash/s from 36.0 to 66.6&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo U7600 || 1 || 1.1 || || ||  || 1.2 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E5200 || 2/2 || 6.2 || 0.086 || || 72 || 2.76 || Ufasoft/Win7-64 || TDP is 65W + 7W overclock&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E6550 || 1/2 || 2.45 || || ||  || 2.33 || cpuminer 0.7.1 (Linux) || --algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E6850 || 2/2 || 6.75 || 0.10 || || 65 || 3.0 || ufasoft-0.3 ||&lt;br /&gt;
|- &lt;br /&gt;
| Core 2 Duo E7300 || 2/2 || 7.76 || 0.11 || || 70 || 3.33 || ufasoft-0.3 || uncertain of overclock; miner optimized for Intel Core&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E7300 || 2/2 || 2.52 || 0.04 || || 65 || 2.66 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8200 || 2/2 || 2.3 || 0.035 || || 65 || 2.66 || rpcminer-cpu ||&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8400 || 2/2 || 6.9 || 0.106 || || 65 || 3.0 || ufasoft v0.10 || windows 7/64bit (-t 2)&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8500 || 1/2 || 3.6 || || || || 3.16 || guiminer v2011-06-14 || windows vista 32bit&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8500 || 2/2 || 7.2 || || || || 3.16 || guiminer v2011-06-14 || windows vista 32bit&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo P8700 || 2/2 || 5.9 || || || || 2.53 || ufasoft v0.21 || windows 7/64bit &lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T5450 || 2/2 || 2.5 || 0.07 || || 35  || 1.63 || bitcoin-miner 0.10 || Ubuntu 11.04&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T5500 || 2/2 || 4.3 ||  ||  ||  || 1.66 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Gentoo Linux (amd64)&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T6400 || 2/2 || 4.2 || 0.12 || || 35  || 2.00 || cpuminer git (Linux) || --algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T7250 || 2/2 || 4.5 || 0.13 || || 35  || 2.00 || bitcoin-miner 0.13/WinXP || No GPU&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T7450 || 2/2 || 3.7 || 0.10 || || 35  || 2.13 || bitcoin-miner 0.10 || Ubuntu 11.04&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T9400 || 2/2 || 4.2 || || ||  || 2.53 || ufasoft v0.13 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 2.37 || || || || 2.8 || rpcminer-cpu || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 6.2 || || || || 2.8 || ufasoft v0.11 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 7.2 || || || || 3.2 || ufasoft v0.11 || Win7-64 Overclocked from 2.8 GHz to 3.2 GHz&lt;br /&gt;
|-&lt;br /&gt;
| Xeon 2.8 || 2/2 || 0.8 || || || || 2.8 || cpuminer || cryptopp_asm32 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon 3060 || 1/2 || 2.03 || 0.03 || || 65 || 2. || cpuminer 0.8.1 (Linux) || --algo=cryptopp_asm32&lt;br /&gt;
|-&lt;br /&gt;
| Xeon Prestonia 2.4 (dual) || 2x1/2 || 2.16 || 0.017 || || 130 || 2.4 || ufasoft v0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5355 (dual) || 2x4/4 || 10.13 || 0.16 || || 120 || 2.6 || bitcoind || Roughly the same speed as the &amp;quot;c&amp;quot; algo in cpuminer&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E3-1230 V2 (quad) || 4/8 || 19.7 || ? || ? || ? || 3.70 || cgminer 2.8.3 || -O2 -march=core-avx-i algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5355 (dual) || 2x4/4 || 22.76 || 0.09 || || 120 || 2.6 || cpuminer (v0.8.1-1-g69529c3) || -O2 -march=core2, algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5365 (dual) || 2x4/4 || 26.00 || ? || || ? || 3.0 || cpuminer git (2011-06-15) || algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5650 || 2x6/24 || 28.6 || ? || ? || ? || 2.67 || cpuminer 1.0.2 || --algo 4way&lt;br /&gt;
|-&lt;br /&gt;
| Xeon x5680 (dual) || 2x6/24 || 48 || ? || ? || ? || 3.33GHz || Ufasoft 0.29 || CentOS 6.2 x86_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon x5690 (dual) || 2x6/24 || 52 || ? || ? || ? || 3.46GHz || Ufasoft 0.29 || CentOS 6.2 x86_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5-2690 (dual) || 2x8/32 || 66 || ? || ? || 2x135W || 2.9GHz || Ufasoft 64-bit 0.31 || Windows Server 2008R2 x64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5335 || 4/4 || 9.35 || 0.12 || || 80 || 2.00 || ufasoft v0.11 || Vista-32&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5410 || 4/4 || 9.8 || ? || || 80 || 2.33|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5440 || 4/8 || 7.3 || ? || || 80 || 2.66|| Kiv&#039;s poclbm-gui || FIXME: Either wrong model # or wrong threads/speed info&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5506 || 4/4 || 9.6 || ? || || 80 || 2.13|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5520 || 4/8 || 6.5 || 0.08 || || 80 || 2.27 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5530 || 4/8 || 7.14 || 0.09 || || 80 || 2.4 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5620 || 4/8 || 11.2 || ? || || 80 || 2.4 || ufasoft v0.10 -t 4 || CentOS 5.5 x64 Hyper-Threading is off&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5630 (dual) || 2x4/8 || 8 || 0.1 || || 80 || 2.53 || 0.3.17/Win7-64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg29471#msg29471 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E6520 (dual) || 2x4/8 || 24.7 || ||  ||  || 2.53 || ufasoft v0.10 || windows 2008 R2 64bit (-t 16)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7220 || 2/2 || 6.3 || ? || || 80 || 2.93|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7320 (dual) || 2x2 || 1.5 || || ||  || 2.8 || cgminer v1.2.8 || 2x2.8ghz dual core running Ubuntu 11.04 x86 (individual cores get 0.4 MH/s)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7450 (quad) || 4x6/24 || 60 || ||  ||  || 2.40 || ufasoft v0.13 || -t 24&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7520 (dual) || 2x4/16 || 18 || ||  || 95 || 1.87 || ufasoft v0.10 || windows 2008 R2 64bit (-t 16)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon W3680 || 6/12 || 18 ||  || || 130 || 3.33 || cpuminer v1.0.2 --algo=4way || Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
| Atom Z520 || 1/2 || 1.20 || || || 2 || 1.7 || ufasoft 1.18 || Asus Eee 1101HA with overclocking capabilities&lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.375 || || || 4 || 1.6 || rpcminer-cpu || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.245 || || || 4 || 1.6 || rpcminer-4way || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.97 || || || 4 || 1.6 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N270 || 1/2 || 1.19 || 0.24 || || 5 || 1.6 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N450 || 1/2 || 1.60 || 0.31 || || 6.5 || 2.06 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N550 || 2/4 || 1.97 || || || || 1.5 || ufasoft v0.21 || Windows 7/64 bit&lt;br /&gt;
|-&lt;br /&gt;
| Atom 330 || 2/4 || 1.80 ||  || || 8 || 1.6 || ufasoft v0.13  || -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Atom D510 || 2/4 || 1.00 || || || || 1.6 || cpuminer w cryptopp_asm32 || debian linux 6.0, headless system, 2 GB RAM, running from usb-flash&lt;br /&gt;
|-&lt;br /&gt;
| Atom D510 || 4/4 || 2.3 || 0.07 || || 30  || 1.6 || bitcoin-miner 0.10 || Ubuntu 11.04 Server&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;amazon_20110625&#039;&amp;gt;$ Prices from http://www.amazon.com on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;geizhals_20110625&#039;&amp;gt;€ Prices from http://geizhals.at/eu on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Other===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash/s/$ !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 6 || 21 || 0.35 || 0.07 || 60W || 3.2 GHz || Cellminer || Sony Playstation 3 (FAT): Needs custom firmware. [https://github.com/verement/cellminer source] [http://www.bitcoin.org/smf/index.php?topic=4704.20 source] Total power usage of PS3 fat is 120W but only the Cell cpu is active.&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 7 || 26.6 || ? || ? || 60W || 3.2 GHz || Cellminer || Sony Playstation 3 (FAT): Needs custom firmware. [https://github.com/verement/cellminer source] [http://www.bitcoin.org/smf/index.php?topic=4704.20 source] Running with 7th spu enabled and both ppe cores.&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 6 || 21 || 0.7 || 0.07 || 35W || 3.2 GHz || cellminer || Sony Playstation 3 (SLIM): Total power usage of PS3 slim is 70W but only the Cell cpu is active.&lt;br /&gt;
|-&lt;br /&gt;
| MIPS || 1 || 0.026 || ? || ? || ? || 200 MHz || cpuminer || ASUS WL-500G Deluxe Router Running [http://openwrt.org/ OpenWrt]&lt;br /&gt;
|-&lt;br /&gt;
| VIA Eden || 1 || 1.3 || 0.17 || || 8W || 1600 MHz || cpuminer || VIA Eden w/ padlock&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 7447A || 1 || 0.53 || || || || 1420 MHz || cpuminer ||&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 7450 (G4e) || 1 || 1.29 || || || || 1670 MHz || cgminer 2.0.7 || PowerBook5,6; Mac OS X 10.5.8; Altivec&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 750 (G3) || 1 || 0.140 || || || || 600 MHz || cpuminer || iBook G3 600 w/ Cryptopp&lt;br /&gt;
|-&lt;br /&gt;
| IBM POWER4+ 2/way || 2/1 || 0.58 || || || || 1450 MHz || cpuminer 2.2.3 || CRUX PPC (64bit), cpuminer -a sha256d -t 1&lt;br /&gt;
|-&lt;br /&gt;
| IBM Power7 (PowerPC) || || 7.6 ||   ||   || || 3.5 Ghz || cgminer || IBM Power7 770, SuSE Linux 11.1, 4 cores, OpenCL, YASM, Altivec&lt;br /&gt;
|-&lt;br /&gt;
| Google App Engine || 1 || 0.144 || || || 0W || || pyminer || Modified version of [https://github.com/jgarzik/pyminer pyminer] for GAE.&lt;br /&gt;
|-&lt;br /&gt;
| Open Shift || 1 || 0.059 || || || 0W || || pyminer || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[TP&#039;s Bitcoin Calculator]]&lt;br /&gt;
* [[Mining rig]]&lt;br /&gt;
* [[ZTEX FPGA Boards for Bitcoin Mining]]&lt;br /&gt;
* [[Generation Calculator]]&lt;br /&gt;
* [[Power Calc]]&lt;br /&gt;
* [[OpenCL miner]]&lt;br /&gt;
* [http://www.pcper.com/article.php?aid=745 ATI Stream vs. NVIDIA CUDA - GPGPU computing battle royale] &lt;br /&gt;
* [http://bitminer.info/ Bitminer.info] &lt;br /&gt;
* [http://www.pcper.com/reviews/Graphics-Cards/Bitcoin-Currency-and-GPU-Mining-Performance-Comparison Bitcoin Mining Performance Compared]&lt;br /&gt;
** [http://www.pcper.com/reviews/Graphics-Cards/Bitcoin-Mining-Update-Power-Usage-Costs-Across-United-States Bitcoin Mining Power Costs Compared]&lt;br /&gt;
** [http://112bit.com Bitcoin Mining Hardware]&lt;br /&gt;
[[Category:Mining]]&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=48461</id>
		<title>Mining hardware comparison</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=48461"/>
		<updated>2014-06-27T05:02:18Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are some statistics about the mining performance of various hardware used in a Bitcoin [[mining rig]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039; &lt;br /&gt;
* Mhash/s = millions hashes per second ([[Protocol_specification#Hashes|double sha256]] raw speed performance; may not be very energy efficient with some models)&lt;br /&gt;
* Mhash/J = millions hashes per joule (energy efficiency; 1 joule of energy is 1 watt during 1 second: 1 J = 1 W*s)&lt;br /&gt;
* W = watt (maximum power consumption, i.e. energy per unit of time: 1 W = 1 J/s)&lt;br /&gt;
&lt;br /&gt;
== ASIC ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that products which have not shipped, especially by new vendors, may be &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;scams&amp;lt;/span&amp;gt;! Be sure to research any of these intensely before giving them any money.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Bitcoin [[Protocol_specification#Hashes|double SHA256]] ASIC mining hardware&lt;br /&gt;
! data-sort-type=&amp;quot;text&amp;quot; | Product !! data-sort-type=&amp;quot;number&amp;quot; | Advertised Mhash/s !! data-sort-type=&amp;quot;number&amp;quot; | Mhash/J !! data-sort-type=&amp;quot;number&amp;quot; | Mhash/s/$ !! data-sort-type=&amp;quot;number&amp;quot; | Watts !! data-sort-type=&amp;quot;currency&amp;quot; | Price (USD) !! data-sort-type=&amp;quot;date&amp;quot; | Currently shipping !! class=&amp;quot;unsortable&amp;quot; | Comm ports !! class=&amp;quot;unsortable&amp;quot; | Dev-friendly	&lt;br /&gt;
|-	&lt;br /&gt;
! [[AntMiner]] S1 &amp;lt;ref name=&amp;quot;AntMinerS1&amp;quot;/&amp;gt;&lt;br /&gt;
| 180,000 || 500 || 800|| 360 || 299|| {{Yes}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] S2 &amp;lt;ref name=&amp;quot;AntMinerS2&amp;quot;/&amp;gt;&lt;br /&gt;
| 1,000,000 || 900|| 442|| 1100|| 2259|| {{Yes}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] U1 &amp;lt;ref name=&amp;quot;AntMinerU1&amp;quot;/&amp;gt;&lt;br /&gt;
| 1,600 || 800 || 55 || 2 || 29 || {{No|Discontinued}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] U2+ &amp;lt;ref name=&amp;quot;AntMinerU2&amp;quot;/&amp;gt;&lt;br /&gt;
| 2,000 || 1,000 || 115 || 2 || 17 || {{No|March 2014}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|- &lt;br /&gt;
! [[Avalon]] ASIC #1&lt;br /&gt;
| 66,300 &amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;/&amp;gt; || 107 || 52.34 || 620&amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;/&amp;gt; || 1299&amp;lt;ref name=&amp;quot;avalon&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon]] ASIC #2&lt;br /&gt;
| 82,000&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || 117 || 54.70 || 700 || 1499&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon]] ASIC #3&lt;br /&gt;
| 82,000&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || 117 || 54.70 || 700 || 1499&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon2]]&lt;br /&gt;
| 300,000 || {{Patch|}} || {{Patch|}} || {{Patch|}} || 3075 || {{Yes}} || USB or Ethernet(Power by OpenWrt) || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon3]]&lt;br /&gt;
| 800,000 || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|April 2014}} || USB or Ethernet(Power by OpenWrt) || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[bi*fury]]&lt;br /&gt;
| 5,000 || 1,176 || 24 || 4.25 || 209 || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[BitBurner]]&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || USB || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Bitcoin Ultra]] Enigma 1	&lt;br /&gt;
| 750,000 || 1000 || 320 || 860 || 3200 || {{Yes}}  || USB, Ethernet || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 5Gh/s&lt;br /&gt;
| 5,000&amp;lt;ref name=&amp;quot;jap&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/5-gh-s-bitcoin-miner.html &amp;quot;BitForce 5 GH/s SC&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 166 || 18.24 || 30 || 274&amp;lt;ref name=&amp;quot;jap&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 10 Gh/s&lt;br /&gt;
| 10,000 &amp;lt;ref name=&amp;quot;bf10&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/10-gh-s-bitcoin-miner.html &amp;quot;BitForce 10 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved May 18, 2014.&amp;lt;/ref&amp;gt; || {{Patch|}} || 40 || {{Patch|}} || 249&amp;lt;ref name=&amp;quot;bf10&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 25 Gh/s&lt;br /&gt;
| 25,000 &amp;lt;ref name=&amp;quot;bf25&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/25-gh-s-bitcoin-miner.html &amp;quot;BitForce 25 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved December 14, 2013.&amp;lt;/ref&amp;gt; || 166 || 20.00 || 150 || 1249&amp;lt;ref name=&amp;quot;bf25&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Little Single&lt;br /&gt;
| 30,000&amp;lt;ref name=&amp;quot;ls&amp;quot; /&amp;gt; || {{Patch|}} || 46.22 || {{Patch|}} || 649&amp;lt;ref name=&amp;quot;ls&amp;quot;&amp;gt;[http://www.butterflylabs.com/pre-order-form-bitforce-little-single-sc/ &amp;quot;Pre Order Form – BitForce &#039;Little&#039; Single SC&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 50 Gh/s&lt;br /&gt;
| 50,000 &amp;lt;ref name=&amp;quot;bf50&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/50-gh-s-bitcoin-miner.html &amp;quot;BitForce 50 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 166 || 50 || 300|| 984&amp;lt;ref name=&amp;quot;bf50&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Single &#039;SC&#039;&lt;br /&gt;
| 60,000&amp;lt;ref name=&amp;quot;sc&amp;quot;&amp;gt;[http://www.butterflylabs.com/order-form-bitforce-sc-single &amp;quot;Pre Order Form – BitForce Single &#039;SC&#039; &amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 250 || 46.18 || 240 || 1299&amp;lt;ref name=&amp;quot;sc&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL 230 GH/s Rack Mount&lt;br /&gt;
| 230,000&amp;lt;ref name=&amp;quot;bf250&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/250-gh-s-rack-mount-bitcoin-miner.html &amp;quot;250 GH/s Rack Mount Bitcoin Miner&amp;quot;]. Butterfly Labs. Retrieved December 14, 2013.&amp;lt;/ref&amp;gt; || {{Patch|}} || 54 || {{Patch|}} || 4255&amp;lt;ref name=&amp;quot;bf250&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL 500 GH/s Mini Rig SC&lt;br /&gt;
| 500,000&amp;lt;ref name=&amp;quot;bf500&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/500-gh-s-bitcoin-miner.html &amp;quot;BitForce 500 GH/s Mini Rig SC&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 185 || {{Patch|}} || 2700 || 22484 || {{No|Discontinued}} || Wifi || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Monarch BPU 300 C &amp;lt;ref name=&amp;quot;Monarch300&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage-new-products/300-gh-bitcoin-mining-card.html/ &amp;quot;300 GH Bitcoin Mining Card&amp;quot;]. Butterfly Labs.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 300,000 || 1714 || 200 || 175 || 1497 || {{Patch|2014}} || PCIe, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Monarch BPU 600 C &amp;lt;ref name=&amp;quot;Monarch600&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage-new-products/600-gh-bitcoin-mining-card.html/ &amp;quot;600 GH Bitcoin Mining Card&amp;quot;]. Butterfly Labs.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 600,000 || 1714 || 273 || 350 || 2196 || {{Patch|2014}} || PCIe, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BitFury S.B.&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || RPi GPIO || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Bitmine.ch]] Avalon Clone 85GH&lt;br /&gt;
| 85,000 || {{Patch|}} || 13 || 650 || 6489&amp;lt;ref&amp;gt;Depends on user configuration available from http://www.bitmine.ch&amp;lt;/ref&amp;gt; || {{Yes}} || Ethernet, Wifi, USB || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! Black Arrow Prospero X-1&lt;br /&gt;
| 64,000 || 1777 || 267&amp;lt;ref name=&amp;quot;blackarrowx1&amp;quot;&amp;gt;[http://www.blackarrowsoftware.com/store/prospero-x-1.html &amp;quot;Black Arrow Official Website - X1&amp;quot;]. Retrieved September 21, 2013.&amp;lt;/ref&amp;gt; || 36 || 239&amp;lt;ref name=&amp;quot;blackarrowx1&amp;quot;/&amp;gt; || {{Patch|May 2014}} || Ethernet || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! Black Arrow Prospero X-3&lt;br /&gt;
| 1,344,000 || 1792 || 336&amp;lt;ref name=&amp;quot;blackarrowx3&amp;quot;&amp;gt;[http://www.blackarrowsoftware.com/store/prospero-x-3.html &amp;quot;Black Arrow Official Website - X3&amp;quot;]. Retrieved September 21, 2013.&amp;lt;/ref&amp;gt; || 750 || 3999&amp;lt;ref name=&amp;quot;blackarrowx3&amp;quot;/&amp;gt; || {{Patch|May 2014}} || Ethernet || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! Blue Fury&lt;br /&gt;
| 2,500 || 1000 || 17.8 || 2.5 || 140 || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Blade&lt;br /&gt;
| 10,752 || 129 || 28&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || 83 || 350&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Cube&lt;br /&gt;
| 30,000 || 150 || 55 || 200 || 550&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Emerald&lt;br /&gt;
| 336 || {{Patch|}} || {{Patch|}} || {{Patch|}} || Promo || {{No}} || USB || {{Yes|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Sapphire&lt;br /&gt;
| 333 || 130 || 17&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || 2.55 || 20&amp;lt;ref name=&amp;quot;bcprice&amp;quot;&amp;gt;Actual price is in bitcoins. USD value estimated.&amp;lt;/ref&amp;gt; || {{No|Discontinued}} || USB || {{Yes|samples}}&lt;br /&gt;
|-	&lt;br /&gt;
! [[CoinTerra]] TerraMiner IV&lt;br /&gt;
| 1,600,000&amp;lt;ref name=&amp;quot;TerraMiner&amp;quot;&amp;gt;[https://cointerra.com/product/terraminer-iv-1-6-ths-bitcoin-miner/ &amp;quot;CoinTerra TerraMiner IV&amp;quot;] &amp;lt;/ref&amp;gt; || {{Patch|}} || 500.2 || 2100 || 3199&amp;lt;ref name=&amp;quot;TerraMiner&amp;quot; /&amp;gt; || {{Yes}} || Ethernet || {{Yes|docs, code, samples}}	&lt;br /&gt;
|-	&lt;br /&gt;
! Drillbit&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Extolabs]] EX1&lt;br /&gt;
| 3,600,000&amp;lt;ref name=&amp;quot;EX1&amp;quot;&amp;gt;[http://www.extolabs.com &amp;quot;Extolabs EX-1&amp;quot;]. Extolabs. Retrieved April 4, 2014.&amp;lt;/ref&amp;gt; || 1895 || 379|| 1900&amp;lt;ref name=&amp;quot;EX1&amp;quot;/&amp;gt; || 4499&amp;lt;ref name=&amp;quot;EX1&amp;quot;/&amp;gt; || {{Yes}} || USB, Ethernet || {{Yes|docs}}&lt;br /&gt;
|-&lt;br /&gt;
! HashBuster Micro&lt;br /&gt;
| 20,000 || 869 || 29 || 23 || 688 || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! HashBuster Nano&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Apollo&lt;br /&gt;
| 700,000&amp;lt;ref name=&amp;quot;HCA&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Apollo&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 600&amp;lt;ref name=&amp;quot;HCA&amp;quot;/&amp;gt; || 2499&amp;lt;ref name=&amp;quot;HCA&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Hermes&lt;br /&gt;
| 1,000,000&amp;lt;ref name=&amp;quot;HCH&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Hermes&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1179 || {{Patch|}} || 850 &amp;lt;ref name=&amp;quot;HCH&amp;quot;/&amp;gt; || 3299&amp;lt;ref name=&amp;quot;HCH&amp;quot;/&amp;gt; || {{Patch|May 2014}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Poseidon&lt;br /&gt;
| 2,100,000&amp;lt;ref name=&amp;quot;HCP&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Poseidon&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 1500&amp;lt;ref name=&amp;quot;HCP&amp;quot;/&amp;gt; || 6899&amp;lt;ref name=&amp;quot;HCP&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Zeus&lt;br /&gt;
| 3,500,000&amp;lt;ref name=&amp;quot;HCZ&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Zeus&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 2400&amp;lt;ref name=&amp;quot;HCZ&amp;quot;/&amp;gt; || 10999&amp;lt;ref name=&amp;quot;HCZ&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Baby Jet&lt;br /&gt;
| 400,000&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;Baby Jet&amp;quot;]. HashFast. Retrieved October 4, 2013.&amp;lt;/ref&amp;gt; || 1143 || 71|| 350&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;/&amp;gt; || 5600&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;/&amp;gt; || {{Yes}} || Ethernet, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Sierra&lt;br /&gt;
| 1,200,000&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;The Sierra&amp;quot;]. HashFast. Retrieved October 4, 2013.&amp;lt;/ref&amp;gt; || 1143 || 169|| 1050&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;/&amp;gt; || 7080&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Sierra Evo 3&lt;br /&gt;
| 2,000,000&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;Sierra Evo 3&amp;quot;]. HashFast. Retrieved February 24, 2014.&amp;lt;/ref&amp;gt; || 1492 || 294|| 2200&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;/&amp;gt; || 6800&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;/&amp;gt; || {{Patch|Q2 2014}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Klondike&lt;br /&gt;
| 4,500 || 140 || 47 || 32 || 95 || {{Yes}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[KnCMiner]] Mercury&lt;br /&gt;
| 100,000 || {{Patch|}} || 50.04 || 250 || 1995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Saturn &amp;lt;ref name=&amp;quot;KNCMiner&amp;quot;&amp;gt;[https://www.kncminer.com/categories/miners &amp;quot;KNC Mining Hardware&amp;quot;] KNC Miner&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 250,000 || 400|| 66 || 300&amp;lt;ref name=&amp;quot;nopsu&amp;quot;&amp;gt;Power supply not included&amp;lt;/ref&amp;gt; || 2995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Jupiter &amp;lt;ref name=&amp;quot;KNCMiner&amp;quot;/&amp;gt;&lt;br /&gt;
| 500,000 || 400|| 80 || 600&amp;lt;ref name=&amp;quot;nopsu&amp;quot;/&amp;gt; || 4995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Neptune &amp;lt;ref name=&amp;quot;KnC Neptune&amp;quot;&amp;gt;[https://www.kncminer.com/categories/miners &amp;quot;KnC Neptunes 3TH first ever 20nm Chip&amp;quot;] KNC Miner&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 3,000,000 || 1429 || 231 || 2100 || 12995 &amp;lt;ref name=&amp;quot;KnC Neptune&amp;quot;&amp;gt;[https://www.kncminer.com/products/neptune &amp;quot;Neptune Online Store&amp;quot;] KnC Miner&amp;lt;/ref&amp;gt;|| {{Patch|Q1/Q2 2014}} || Ethernet || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! LittleFury&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Metabank&lt;br /&gt;
| 120,000 || 705 || 56 || 170 || 2160&amp;lt;ref&amp;gt;Actual costs higher outside Russia&amp;lt;/ref&amp;gt; || {{No}} || {{Patch|}} || {{Yes|code, samples}}&lt;br /&gt;
|-	 	&lt;br /&gt;
! [[Minerscube]] 5 - 5 Th/s	 	&lt;br /&gt;
| 5,000,000 || || 1250 || 825 || 4000 || {{Patch|July 2014}} || Ethernet || {{Yes|code, docs, samples}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
! [[Minerscube]] 8.5 - 8.5 Th/s	 	&lt;br /&gt;
| 8,500,000 || || 1416 || 1400 || 6000 || {{Patch|July 2014}} || Ethernet || {{Yes|code, docs, samples}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
! [[Minerscube]] 15 - 15 Th/s	 	&lt;br /&gt;
| 15,000,000 || || 1666 || 2475 || 9225 || {{Patch|July 2014}} || Ethernet || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! NanoFury / IceFury&lt;br /&gt;
| 2,000 || 800 || {{Patch|}} || 2.5 || {{Patch|}} || {{Patch|}} || USB || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! NanoFury NF2&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|2014}} || USB || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Red/BlueFury&lt;br /&gt;
| 2,600 || 1040 || 4 || 2.5 || 640 || {{Patch|}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! ROCKMINER R-BOX&lt;br /&gt;
| 32,000 || || || || || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[TerraHash]] Klondike 16 &amp;lt;ref name=&amp;quot;Klondike16&amp;quot;&amp;gt;[https://terrahash.com/product/4-5-ghsec-module/ &amp;quot;4.5 GH/sec Modular Board (Klondike 16)&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 4,500 || 140 || 18 || 32|| 250 || {{No}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash Klondike 64 &amp;lt;ref name=&amp;quot;Klondike64&amp;quot;&amp;gt;[https://terrahash.com/product/18-ghsec-modular-board/ &amp;quot;18 GH/sec Modular board (Klondike 64)&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 18,000 || 140 || 20 || 127 || 900 || {{No}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash DX Mini (full)&lt;br /&gt;
| 90,000 || 140 || 15 || 640 || 6000 || {{No}} || USB || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash DX Large (full)&lt;br /&gt;
| 180,000 || 140 || 17.14 || 1,280 || 10500 || {{No}} || USB || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! Twinfury&lt;br /&gt;
| 4,500 || 1174 || 20 || 3.83 || 216 || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-	&lt;br /&gt;
|-&lt;br /&gt;
! Spondooliestech &amp;lt;ref name=&amp;quot;SP30 Yukon&amp;quot;&amp;gt;[http://www.spondoolies-tech.com/products/sp30-yukon-september-batch-1 &amp;quot;SP30 Yukon September Batch 1&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 5,800 || || || || 5095 || {{Patch|September 2014}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-	&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerS1&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140107162747992Ce5uBuxW06D6 Ant Miner S1 product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerS2&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140429083756017VwGm90Xx06B5 Ant Miner S2 product page] Retrieved 2014-05-24&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerU1&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=000201401071629535717ycyGoWo06FE Ant Miner U1 Product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerU2&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140227111546291QgbvQbVr06FB Ant Miner U2+ Product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;&amp;gt;http://garzikrants.blogspot.com/2013/02/avalon-miner-power-usage.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;avalon&amp;quot;&amp;gt;[http://avalon-asics.com/ &amp;quot;Avalon ASIC&amp;quot;]. Avalon. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== FPGA ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Product !! Hash rate&amp;lt;br /&amp;gt;[Mhash/s] !! Efficiency&amp;lt;br /&amp;gt;[Mhash/J] !! Efficiency&amp;lt;br /&amp;gt;[Mhash/s/$] !! Power&amp;lt;br /&amp;gt;[W] !! Price&amp;lt;br /&amp;gt;[$]&lt;br /&gt;
|-&lt;br /&gt;
! Avnet Spartan-6 LX150T Development Kit&lt;br /&gt;
| 100&amp;lt;ref&amp;gt;Fpgaminer (May 19, 2011). [https://bitcointalk.org/index.php?topic=9047.0 &amp;quot;Official Open Source FPGA Bitcoin Miner&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.10 ||  || 995&amp;lt;ref&amp;gt;[http://avnetexpress.avnet.com/store/em/EMController?action=products&amp;amp;catalogId=500201&amp;amp;storeId=500201&amp;amp;N=0&amp;amp;langId=-1&amp;amp;slnk=b&amp;amp;term=AES-S6DEV-LX150T-G&amp;amp;hrf=http%3A%2F%2Fwww.em.avnet.com%2Fen-us%2Fdesign%2Fdrc%2FPages%2FXilinx-Spartan-6-FPGA-LX150T-Development-Kit.aspx&amp;amp;intcmp=EMA-BUY-AES-S6DEV-LX150T-G &amp;quot;AES-S6DEV-LX150T-G Parts&amp;quot;]. Avnet Express. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin Dominator X5000&lt;br /&gt;
| 100&amp;lt;ref name=&amp;quot;bd&amp;quot; /&amp;gt; || 14.7 || 0.22 || 6.8&amp;lt;ref name=&amp;quot;bd&amp;quot; /&amp;gt; || 440&amp;lt;ref name=&amp;quot;bd&amp;quot;&amp;gt;NewMeat1 (August 18, 2011). [https://bitcointalk.org/index.php?topic=37904.0 &amp;quot;Custom FPGA Board for Sale!&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! BitForce SHA256 Single&lt;br /&gt;
| 832&amp;lt;ref name=&amp;quot;single&amp;quot;&amp;gt;[http://www.butterflylabs.com/product-details/ &amp;quot;BitForce SHA256 Single – Technical Specifications&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 10.4 || 1.38 || 80&amp;lt;ref name=&amp;quot;single&amp;quot; /&amp;gt; || 599&amp;lt;ref name=&amp;quot;single&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Butterflylabs Mini Rig&lt;br /&gt;
| 25,200&amp;lt;ref name=&amp;quot;mini&amp;quot;&amp;gt;[http://web.archive.org/web/20120514032732/http://www.butterflylabs.com/products &amp;quot;Products&amp;quot;]. Butterfly Labs. Archived from the original on May 14, 2012. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; || 20.16 || 1.64 || 1,250&amp;lt;ref name=&amp;quot;mini&amp;quot; /&amp;gt; || 15,295&amp;lt;ref name=&amp;quot;mini2&amp;quot;&amp;gt;[http://www.butterflylabs.com/order-form-bitforce-sha256-mini-rig/ &amp;quot;Order Form – BitForce SHA256 – Mini Rig&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Digilent Nexys 2 500K&lt;br /&gt;
| 5&amp;lt;ref&amp;gt;The Seven (June 3, 2011). [https://bitcointalk.org/index.php?topic=9047.msg164438#msg164438 &amp;quot;Re: Official Open Source FPGA Bitcoin Miner (Smaller Devices Now Supported!)&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.03 ||  || 149&amp;lt;ref name=&amp;quot;dig&amp;quot;&amp;gt;[http://www.digilentinc.com/Products/Detail.cfm?Prod=NEXYS2 &amp;quot;Nexys™2 Spartan-3E FPGA Board&amp;quot;]. Digilent. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Icarus&lt;br /&gt;
| 380&amp;lt;ref name=&amp;quot;ica&amp;quot;&amp;gt;Nzghang (November 9, 2011). [https://bitcointalk.org/index.php?topic=51371.0 &amp;quot;FPGA development board &#039;Icarus&#039; – DisContinued/ important announcement&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 19.79 || 0.66 || 19.2&amp;lt;ref name=&amp;quot;ica&amp;quot; /&amp;gt; || 569&amp;lt;ref name=&amp;quot;ica&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! KnCMiner Mars&lt;br /&gt;
| 6,000 || ??? || 2.15 || ??? || 2,795&lt;br /&gt;
|-&lt;br /&gt;
! Lancelot&amp;lt;ref name=&amp;quot;lan&amp;quot;&amp;gt;Nzghang (May 6, 2012). [https://bitcointalk.org/index.php?topic=79835.0 &amp;quot;FPGA development board &amp;quot;Lancelot&amp;quot; - accept bitsteam developer&#039;s orders.&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 400&amp;lt;ref name=&amp;quot;lan1&amp;quot;&amp;gt;Black Arrow (Jun 11, 2013). [https://www.cardreaderfactory.com/shop/lancelot.html &amp;quot;Lancelot - Heavy Duty Dual Spartan6 Bitcoin Mining Device&amp;quot;]. cardreaderfactory.com. Retrieved Jun 11, 2013.&amp;lt;/ref&amp;gt; || ||  || 26 || 350&amp;lt;ref name=&amp;quot;lan1&amp;quot;&amp;gt;Black Arrow (Jun 11, 2013). [https://www.cardreaderfactory.com/shop/lancelot.html &amp;quot;Lancelot - Heavy Duty Dual Spartan6 Bitcoin Mining Device&amp;quot;]. cardreaderfactory.com. Retrieved Jun 11, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ModMiner Quad &lt;br /&gt;
| 800&amp;lt;ref name=&amp;quot;mmq&amp;quot;&amp;gt;[http://www.btcfpga.com/index.php?route=product/product&amp;amp;product_id=50 &amp;quot;ModMiner Quad&amp;quot;]. BTCFPGA. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 20 || 0.75 || 40&amp;lt;ref name=&amp;quot;mmq&amp;quot; /&amp;gt; || 1,069&amp;lt;ref name=&amp;quot;mmq&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Terasic DE2-115&lt;br /&gt;
| 80&amp;lt;ref&amp;gt;Fpgaminer (May 4, 2011). [https://bitcointalk.org/index.php?topic=5379.msg105544#msg105544 &amp;quot;Re: FPGA mining&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.13 ||  || 595&amp;lt;ref name=&amp;quot;de2&amp;quot;&amp;gt;[http://www.terasic.com.tw/cgi-bin/page/archive.pl?No=502 &amp;quot;Altera DE2-115 Development and Education Board&amp;quot;]. Terasic. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! X6500 FPGA Miner &lt;br /&gt;
| 400&amp;lt;ref name=&amp;quot;x65&amp;quot; /&amp;gt; || 23.25 || 0.72 || 17.2&amp;lt;ref name=&amp;quot;x65&amp;quot; /&amp;gt; || 550&amp;lt;ref name=&amp;quot;x65&amp;quot;&amp;gt;[http://store.fpgamining.com/ &amp;quot;FPGA Mining Store&amp;quot;]. FPGA Mining. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15b&lt;br /&gt;
| 90&amp;lt;ref name=&amp;quot;miner&amp;quot; /&amp;gt; || || 0.27 ||  || 325&amp;lt;ref&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=62&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15x&lt;br /&gt;
| 215&amp;lt;ref name=&amp;quot;miner&amp;quot; /&amp;gt; || || 0.52 ||  || 406&amp;lt;ref&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=66&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15y&lt;br /&gt;
| 860&amp;lt;ref name=&amp;quot;miner&amp;quot;&amp;gt;http://www.ztex.de/btcminer/&amp;lt;/ref&amp;gt; || || 0.65 || || 1,304&amp;lt;ref name=&amp;quot;1.15y&amp;quot;&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=74&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Graphics cards==&lt;br /&gt;
Due to the rising hashrate of the bitcoin network caused by the introduction of ASICs to the market, GPU mining Bitcoins has become impracticable. The hashrate of most GPU units is below 1GH/s, and as of 2014, some single ASIC units are able to reach speeds of over 1,000GH/s while consuming far less power than used by a GPU. The information in this table is preserved for historical interest, but does not include many GPUs which were released after the advent of ASIC mining.&lt;br /&gt;
&lt;br /&gt;
===AMD (ATI)===&lt;br /&gt;
Stream SDK 2.5 seems to have resolved many of the problems with earlier versions.  Everyone&#039;s setups will be unique so this should only be a guide or starting point, not an absolute.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/J !! Mhash/s/$&amp;lt;ref name=&#039;amazon_20110625&#039;/&amp;gt; !! Watts !! Clock !! SP !! SDK !! Slot !! Miner !! Notes &lt;br /&gt;
|-&lt;br /&gt;
| 3410 || 0.89 || 0.074 || ? || 12(?) || 222 || 40 || 1.4 beta || PCI-E 1.1 x8 || A custom Brook+ miner || Using 16,384 length streams&lt;br /&gt;
|-&lt;br /&gt;
| 3XXX || || || || || || || || || || OpenCL Not Supported&lt;br /&gt;
|-&lt;br /&gt;
| 42XX || || || || || || || || || || OpenCL Not Supported (integrated/mobile GPU)&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 6.93 || 0.346 ||0.16 || 20 || 575 || 80 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 7.2 || || || || 600 || || 1.1 || PCI-E 2.0 x16 || cgminer/Linux || default settings&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 8.14 || -|| 0.19 || - || 730 || 80 || 2.4 || PCI-E 2.0 x16 || Diablo/Windows7 || -w 32. Model: Asus EAH4350 Silent. Memory at 400MHz. Runs at 60°C with ambient at 25°C.&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 10.7 || -|| - || - || 730 || - || 2.6 || PCI-E 2.0 x16 || CGMiner/Windows7 || -v -w 64 Voltage set at 0.900 core set at 800MHZ and memory set to 200MHZ&lt;br /&gt;
|-&lt;br /&gt;
| 4550 || 7.23 || 0.289 ||0.13 || 25 || 600 || 80 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4550 || 7.8 ||  ||  ||  ||   ||   || - || PCI-E 2.0 x16 || guiminer /phoenix || worksize=64 VECTORS &lt;br /&gt;
|-&lt;br /&gt;
| 4570M || 8.02 || 0.297 || ? || 27 || 680 || 80 || - || PCI-E 2.0 x16 || Diablo/Windows7 || -w 64, SDK 2.4, Cat 11.4. Model: Sony Vaio NW&lt;br /&gt;
|-&lt;br /&gt;
| 4570M || 9.6 || 0.300|| ? || 32 || 825(OC) || 80 || - || PCI-E 2.0 x16 || Diablo/Windows7 || -w 64, SDK 2.4, Cat 11.4. Model: Sony Vaio NW. OC core 680-&amp;gt;825. U/C memory 800-&amp;gt;500.&lt;br /&gt;
|-&lt;br /&gt;
| 4650 || 31.33 || 0.653||  0.44 || 48 || 650 || 320 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 36.14 || 0.613|| 0.34 || 59 || 750 || 320 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 40.11 || 0.679|| 0.38 || 59 || 800 || 320 || - || AGP x8 || poclbm/Ubuntu 10.10 w/ H == 0 mod || -w 32 -f 0, don&#039;t use vectors [http://www.bitcoin.org/smf/index.php?topic=1334.msg85236#msg85236 source]&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 50 || - || 0.47 || 60 || 800 || 320 || - || PCI-E 2.0 x16 || guiminer || 2 miners set up i7 920 (130W), CPU: Ufasoft, GPU: OpenCL; the CPU is getting about 40 Mhash/s while the GPU goes from 10-20 Mhash/s&lt;br /&gt;
|-&lt;br /&gt;
| 4730 || 72.29 || 0.657|| ? || 110 || 750 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4770 || 72.29 || 0.904|| 0.72 || 80 || 750 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 55.42 || 0.583|| || 95 || 575 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 61.7 || - || || - || 700 || - || 2.4 || PCI-E 2.0 x16 || poclbm-mod || Fedora 14&lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 64.9 || - || - || - || 700 || - || 2.4 || PCI-E 2.0 x16 || poclbm-mod || Fedora 14&lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 66.12 || 0.503|| || 105 || 700 || 1005 || - || PCI-E 2.0 x16 || - ||&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 75.30 || 0.685 || || 110 || 625 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 84.3 || 0.766 ||  || 110 || 725 || 300 || - || PCI-E 2.0 x16 || - || -w64 fan at 70% temp 73C, stock voltage -gui miner&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 87.4 || 0.79 || - || 110 || 785 || 800 || - || PCI-E 2.0 x16 || guiminer || Phoenix; -k poclbm&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 90.1 || 0.819 || || 110 || 800 || 500 || - || PCI-E 2.0 x16 || guiminer || -f 30; Tried phoenix and phatk, got same max&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 101 || 0.918 || || 110 || 817 || 500 || 2.1 || PCI-E 2.0 x16 || guiminer || -f 0, core 817mhz(default 625)@1.123v , mem downclock to 500mhz (default 993) [http://www.smpake.com/?p=6 source]&lt;br /&gt;
|-&lt;br /&gt;
| 4850x2 || 150.60 || 0.602 || || 250 || 625 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4860 || 67.47 || 0.519||  || 130 || 700 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 78 || 0.520||  || 150 || - || - || - || PCI-E 2.0 x16 || m0mchil&#039;s OpenCL/Vista 64bit || [http://www.bitcoin.org/smf/index.php?topic=1628.msg25069#msg25069 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 88 || ||  || 140 || std || 800 || 12.3.6 || PCI-E 2.0 x16 || phoenix 1.50 / 64bit OS X pyopencl / poclbm || Standard Mac Pro 3,1 with Apple HD4870 upgrade. Flags: FASTLOOP WORKSIZE=64 AGGRESSION=5 (don&#039;t use vectors, and hash rate drops to 60-70 if browser windows are visible, speeds up to 88 if you hide them!&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 90.36 || 0.602||  || 150 || 750 || 800 || 2.1 || PCI-E 2.0 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 92.84 || 0.6189333(?)||  || 150(?) || 830(OC) || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k poclbm AGGRESSION=5 (Windows 7 64-Bit, GPU OC 750-&amp;gt;830MHz, VRAM UC 900-&amp;gt;450MHz, BIOS modded)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 96 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || Smartcoin r657s / phoenix 1.50 / Linuxcoin 0.2b final || Powercolor @ GPU 830 MHz/ MEM 200 Mhz @ 80% FAN @ 69 temp @ Flags: -k phatk bfi_int=false FASTLOOP=false WORKSIZE=256 AGGRESSION=11 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 104 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || Smartcoin r657s / DiabloMiner / Linuxcoin 0.2b final || Powercolor @ GPU 830 MHz/ MEM 200 Mhz @ 80% FAN @ 69 temp @ Flags: -v 1 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 104.2 || ?||  || ? || 830(OC) || 800 || 2.1 || PCI-E 2.0 x16 || poclbm ||  Windows 7 64-Bit, GPU Core OC to 830 MHz, GPU Memory UC to 200 MHz By MSI AfterBurner. Card: Gainward Golden Sample. @70%Fan we have 55 GPU temp.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 104.6 || 0.872||  || 120 || 830(OC) || 800 || 2.1 || PCI-E 2.0 x16 || poclbm || -w 256 -f 1, Windows 7 64-Bit, GPU Core OC to 830 MHz, GPU Memory UC to 190 MHz (saves 30 watts at outlet)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 112 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || BAMT 0.5c / cgminer || Powercolor @ GPU 875 MHz/ MEM 300 Mhz/ 1,25VDC @ 100% FAN @ 65 temp @ Flags: -v 1 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870x2 || 180.6||   0.632|| || 286 || 800 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870x2 || 180.72||    0.632|| || 286 || 750 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4870x2 || 203 || || ||  || 850(OC) || 1600 || 2.6 || PCI-E 2.0 x16 || poclbm-mod ver. 20 april 2011|| Gainward / Win7 x64 / -w 256 -f 1 / 850MHz GPU - 300MHz Mem - 1,262V - 100% fun : 72C&lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 97.1 || 0.511|| || 190 || 870(OC) || 1050 || 2.4 || PCI-E 2.0 x16 || GUIMiner v2011-01-21 Solo settings || Sapphire fab. No flags options helped. Close all browsers and do full restart of GUIMiner and then Bitcoin via GUIMiner server starter or the browsers GPU accl. will limit to 56~ ish Mhash/s - I can now start browser without slowdowns&lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 102.41 || 0.539|| || 190 || 850 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 108.3 || 0.57|| || 190 || 975 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 121.5 || -||  || 190 || 1025 (OC) || 800 || 2.4 || PCI-E 2.0 x16 || poclbm || no flags, Vcore 1.4 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 11.99||   0.631|| || 19 || 650 || 80 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 13.74|| || - || - || 700 || - || - || PCI-E 2.1 x16 || poclbm/Linuxcoin v0.2 || -v -w128 tried several options, seems to work best.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 14.12|| || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix/Linuxcoin v0.2 || Flags: &amp;quot;DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&amp;quot; Kernel: &amp;quot;phatk&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 15.36|| || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix || Flags: &amp;quot;DEVICE=0 VECTORS AGRESSION=8 FASTLOOP BFI_ING WORKSIZE=128&amp;quot; Kernel: &amp;quot;phatk&amp;quot; - MagicSata&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 18.10|| || - || - || 774 || - || - || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 1 774.66MHz/300.37MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5470 || 17.10|| || - || - || - || - || - || - || poclbm || -v -w 128 MobileGPU&lt;br /&gt;
|-&lt;br /&gt;
| 5550 || 40.59 || 1.041||  || 39 || 550 || 320 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 5550 || 62.10 || - || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix || 700MHz core 800MHz ram, phatk mod, Flags: &amp;quot;-k phatk worksize=128 vectors aggression=4 bfi_int&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 59.96 || 1.538|| || 39 || 650 || 400 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 62 || 1.59|| || 39 || 650 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 64 || 1.641|| || 39 || 650 || - || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 73 || 1.872|| || 39 || 700 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 86.3 || 2.397|| || 36 || 775 || 300 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.75 OpenCL/Windows 7 x64 (no Aero) ||-k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v  WORKSIZE=256 Fan 100% 86C Undervolted @ 0.96v using Sapphire Trixx&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 94 || stock || || || 880 || 800 || 2.4 || PCI-E 2.1 x16 || GUI Miner 02-12/Windows 7 x86 || -v -w128 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 102 || 1.46(+)|| || 75(-) || 950 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Windows 7 x86 (no Aero) || -k phatk DEVICE=0 VECTORS AGGRESSION=7 -v FASTLOOP BFI_INT WORKSIZE=256 (Reference Sapphire card, 2 additional 120mm coolers, temperature is 79-82C)&lt;br /&gt;
|-&lt;br /&gt;
| 5650 || 48 || 1.37|| || 35(?) || - || - || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL/Win7-64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26292#msg26292 source] [http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-5650.23697.0.html source] -- not TDP but load&lt;br /&gt;
|-&lt;br /&gt;
| 5650 || 61.2 || || || 35 || || || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50 OpenCL/Windows 7 x64 || -k phatk DEVICE=0 VECTORS BFI_INT WORKSIZE=128 AGGRESSION=9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 71.49 || 1.117|| || 64 || 775 || 400 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 72 || 1.64|| || 44 || 850 || - || - || PCI-E 2.0 x16 || poclbm-mod (Win7-64) || Sapphire 100287VGAL card is low power&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 85|| || - || - || 900 || 400 || - || PCI-E 2.1 x16 || poclbm || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 91|| || - || - || 890 || 400 || - || PCI-E 2.1 x16 || guiminer 2011-06-09 poclbm catalyst 11.2 win7 x86 || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 100|| || - || - || 890 || 400 || - || PCI-E 2.1 x16 || cgminer 1.5.6 || GPU/Mem 890/800 temp 72C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 103 || -|| || - || 900/275 || 400 || 2.4 || PCI-E 2.1 x1 || phoenix-1.50 / phatk-mod / Ubuntu 11.04 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256 / small fan, under 50 deg C, no voltage tweaks... catfish&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 127.8|| || - || - || 850 || - || - || PCI-E 2.1 x16 || Windows 7 (64bit) Phoenix 2.0 || Aggression=11 Worksize=128 Fastloop=False Opencl&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 105 || - || - || - ||  - || - || - || - || poclbm || Apple iMac 27inch (Mid 2010), Mac OSX 10.7 Lion &lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 116.24 || 1.352|| || 86 || 700 || 720 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 137 || ||- || - || 710 || 720 || - || PCI-E 1.1 x16 || poclbm || -v -f 0 -w 128 using stock memory and GPU clocks&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 146.4 || || - || - || 775 || 720 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-21 || -v -w128, AMD Catalyst overclock (775MHz GPU / 1225 MHz Memory)&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 154.56 || 1.45|| || 106 || 830 || 720 || - || PCI-E 2.1 x16 || - || -v -w128 -f20 underclocked memory clocks from 1150MHz to 300MHz&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 170 || - || || - || 870 || 720 || - || PCI-E 1.1 x16 || poclbm || -v -f 0 -w 128 patched BIOS to underclock memory to 300MHz&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 173 || - || ||- || 875 || 720 || - || PCI-E 1.1 x16 || phoenix || 875/300 w/MSI Afterburner, BFI_INT VECTORS AGGRESSION=12 FASTLOOP=FALSE -k phatk&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 177 || - || ||- || 910/575 || 720 || 2.6 || PCI-E 2.0 x8 || phoenix 1.5.6 || PowerColor GoGreen+fan, MSI Afterburner 2.2Beta, -k phatk VECTORS AGGRESSION=12 FASTLOOP=FALSE WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 190 || - || ||- || 930/290 || - || atistream sdk || PCI-E 1.1 x16 || poclbm || 930gpu / 290mem (O.S. Ubuntu 10.10 x64, overclock gpu &amp;amp; underclock mem) with poclbm options -v -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| 5750 Vapor-X || 195 || - || - || 125 || 975/300 || - || 2.4 || PCI-E 1.1 x16 || cgminer 2.7.5 || (O.S. Ubuntu 12.01 AMD64 dedicated) cgminer options -Q 0 -I 9 -g 2 -w 256 --auto-fan --temp-target 65 --gpu-vddc 1.075 (Fan speed 60~65%)&lt;br /&gt;
|-&lt;br /&gt;
| 5750x2 CF || 356 || - || ||- || 870 || 720x2 || 2.4 || PCI-E 2.0 x16 || [http://forum.bitcoin.org/index.php?topic=28402.0 cgminer v1.5.1] (Win7 64bit) || 870MHz GPU / -I 8 / 2x [http://www.gigabyte.com/products/product-page.aspx?pid=3402#sp GIGABYTE GV-R575SL-1GI] cards + [http://www.gigabyte.com/products/product-page.aspx?pid=3258#sp GIGABYTE GA-790FXTA-UD5] MB + 1x [http://www.noctua.at/main.php?show=productview&amp;amp;products_id=9&amp;amp;lng=en 80mm], 1x [http://www.noctua.at/main.php?show=productview&amp;amp;products_id=16&amp;amp;lng=en 90mm] Noctua coolers&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 156.83 || 1.452|| || 108 || 850 || 800 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 171.12 || - || - || - || - || stock || - || PCI-E 2.1 x16 || phoenix 1.7.3/debian gnu/linux 6 squeeze || -k phatk2 DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 180 || 1.406(*)|| || 128(*) || 950(OC) || 800 || 2.4RC1 || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 30 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here])&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 Hawk || 182 || ||- || - || 875 || 800 || 2.4 || PCI-E 2.0 x16 || poclbm/GUIMiner/Win7-64 || -v -w 128 (875MHz is stock for 5770 Hawk)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 185 || - || ||- || 850 || 1200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk || -k phatk VECTORS BFI_INT WORKSIZE=128 FASTLOOP AGGRESSION=7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 205.58 || - || ||- || 935 || 300 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 || -v -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 214.5 || 1.95(-)|| || 108(+) || 950 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50/GUIMiner/Win7-64 || mem underclocked 300 mhz, 1.1vcore, 950mhz core, @69°C/57%FAN VECTORS BFI_INT AGGRESSION=12 -k phatk WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 214.7 || 1.95(-)|| || 108(+) || 950 || 800 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / win7x86 || mem underclocked 309 mhz, -k phatk DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 216.5 || -|| || - || 955 || || 2.1 || PCI-E 2.0 x16 || Phoenix 1.5 /phatk || [http://forum.bitcoin.org/index.php?topic=23067.0 Modified phatk kernel] and stock voltage for Sapphire (1.125V) VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 218.35 || -|| || - || 1000 || 1401 || 2.1 || PCI-E 2.0 x16 || DiabloMiner || -w 128 -v 2 (Overclocked to 1Ghz core with 1.2 voltage and Scythe Setsugen 2 cooling system)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 223 || 2.23(-)|| || 100(+) || 1050 || 300 || 2.4 || PCI-E 2.1 x16 || guiminer || -v -w256 [http://www.smpake.com/?p=59 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 227 || -|| || - || 1030 || 800 || 2.1 || PCI-E 2.0 x16 || DiabloMiner || -w 256 -v 2 (Overclocked to 1030 core/300 mem with 1.2 voltage and Scythe Setsugen 2 cooling system)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 233 || 2.23(-)|| || 100(+) || 1050 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256 [http://www.smpake.com/?p=59 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 236 || -|| || - || 1033/275 || 800 || 2.4 || PCI-E 2.1 x16 || phoenix-1.50 / phatk-mod / Ubuntu 10.04 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256 / big fans, under 75 deg C, no voltage tweaks... catfish&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 240.61 || 2.3632(-)|| || 100(+) || 1080 || 300 || 2.4 || PCI-E 2.1 x1 || phoenix 1.48 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256 (OC&#039;d and OV&#039;d 1080/300 1.25v)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 241 || - || - || 100(+) || 1045 || 250 || 2.1 || PCI-E 2.1 x16 || phoenix 1.50 || VECTORS BFI_INT AGGRESSION=13 -k phatk WORKSIZE=256 (OC 1020/300) XFX@1.1 volts. +Kernel function improve 5%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 244 || -|| || - || 1050 || 300 || 2.1 || PCI-E 2.0 x16 || Phoenix 1.75 /phatk2 || [http://forum.bitcoin.org/index.php?topic=23067.0 Modified phatk kernel] and stock voltage for Sapphire (1.125V) VECTORS BFI_INT FASTLOOP=false AGGRESSION=9, Temp 75C, FAN 100% (manual)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770x2 || 425 || - || - || 225(+) || 960 || 800x2 || 2.1 || PCI-E 2.1 x16 || poclbm (guiminer) Win7x64 || -v -w128 (OC 960/1200)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830M || 120 || -|| || - || 570|| 120 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50 OpenCL/Win7 x64|| -k phatk DEVICE=0 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 244 || 1.36|| || 179 || 800 || 1000 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=1 VECTORS AGGRESSION=6 -v FASTLOOP WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 245 || 1.28|| || 192 || 880 || 900 || 2.4 || PCI-E 2.1 x16 || poclbm (guiminer) || -v -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 248 || 1.29|| || 192 || 880 || 500 || 2.4 || PCI-E 2.1 x16 || phoenix 1.46 || -k poclbm VECTORS BFI_INT AGGRESSION=11&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 256 || -|| || - || 900 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 || -k poclbm VECTORS BFI_INT AGGRESSION=7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 267 || -|| || - || 875 || 1000 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=1 VECTORS AGGRESSION=6 -v FASTLOOP WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 272 || 1.52|| || 179 || 875 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / LinuxCoin || 275Mhz Memory clock, 1.125 V (from 1.163), VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 275 || 1.5714|| || 175 || 900 || 500 || 2.1 || PCI-E 2.1 x16 || poclbm (guiminer) Win7x64 || -v -w64 -f10, XFX stock w/ v2.4 SDK = 230Mh/s, v2.1 SDK = +10Mh/s, overclocking core clock by 100 = +30Mh/s, underclocking memory to 500 (ran cooler), and changing workload to -w64 = +5Mh/s.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 285 || - ||1.58 || - || 960 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.47 / poclbm / Win7 64 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 290 || -||  || - || 930 || - || 2.2 || PCI-E x16/x4/x1 || GUIMiner / phoenix  1.5 / POCLBM / Win 7 64 || POCLBM VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false / Memory 300Mhz, VCore standard&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 290 || -||  || - || 996 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.4 / poclbm / Win7 64 || VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 295 || -|| || - || 980 || 1120 || 2.1 || PCI-E 2.1 x16 || GUIMiner / poclbm / Win XP 32 || Extra flags -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 297 || -|| || - || 970 || 1120 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.48 / phatk / Win7 64 || 300Mhz Memory clock, 44% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=8 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 960|| 300 || 2.4 || PCI-E 2.1 x16 || GUIMiner / poclbm / Win 7 64 || Extra flags -v -w 256 (Sapphire Extreme 71 degrees @ 52% fan)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 970 || - || 2.4 || PCI-E 2.0 x16 || phoenix 1.47 / pheonix 1.48 / Win7 64 || (sapphire xtreme) VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 970 || 1120 || 2.1 || PCI-E x16 || phoenix 1.48 / phatk / Win7 64 || 300Mhz memory clock BFI_INT AGGRESSION=12 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 305 || -|| || - || 984 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.4 / phatk / Win7 32 || 400Mhz Memory clock, VECTORS AGGRESSION=12 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 307 || -|| || - || 996 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 64 || VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 307 || 2.25 || 2.55 || 125 || 965 || - || - || PCI-E 2.1 x16 || cgminer 2.0.5 / Win7 64 || Mem @ 300/Stock voltage/Entire system 200W&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 308 || -|| || - || 990 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / poclbm / Xubuntu 11.04 x64 || VECTORS AGGRESSION=11 BFI_INT FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 308 || -|| || - || 990 || 375 || 2.1 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 32 || @ stock voltage VECTORS AGGRESSION=11 -v FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 black || 310 || ||- || - || 990 || 300 || 2.4 || PCI-E 2.1 x8 || LinuxCoin 0.2b, phoenix/phatk || (XFX Brand) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=11 FASTLOOPS=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 311 || -|| || - || 1000 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Linux || VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 315 || -|| || - || 970 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.6.1 / phatk2 / CrunchBang Linux || memory @ 300mhz VECTORS BFI_INT AGGRESSION=9 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 316 || ||- || - || 1015 || 375 || 2.1 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 32 || @ stock voltage VECTORS AGGRESSION=12 -v FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 319 || -|| 1.77 || - || 1030 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Xp 64 || 1.2v 355Mhz Memory, VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 321 || -||  || - || 1000 || 1120 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk-mod / Linux || 1000Mhz GPU, 350Mhz RAM, 1.15V, 90% fan, ~60c Temp, VECTORS BFI_INT FASTLOOP=false AGGRESSION=13 WORKSIZE=128; phatk kernel found [http://forum.bitcoin.org/index.php?topic=25135.0 here]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 323 || || ||  || 900 (OC) ||  || 2.4 || PCI-E 2.1 x16 || phoenix 1.5 Win7x64 || (500Mhz RAM), ~61c Temp, 57% fan, BFI_INT  FASTLOOP=false VECTORS AGGRESSION=12 -v WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 (127$) || 325 || 1.98 || 2.57Mh/$ || 165W || 1040MHz || 200MHz || 2.6 || PCI-E 2.0 x8  || Guiminer/phatk-[http://forum.bitcoin.org/index.php?topic=25135.0 mod] w7 64bit  || -k phatk AGGRESSION=12 VECTORS2 WORKSIZE=128 stock volt, watercooled 53C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 328 || - || - || - || 1040 || - || 2.4 || PCI-E 2.1 x16 || LinuxCoin 0.2.1b / phoenix / phatk || 1.195 V, RAM @ 325 Mhz, fan @90%, no case, extra 10K RPM fan (62 deg.C in full-load); options: -k phatk DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256; brand: Sapphire Xtreme; bord is stable up to 1060 Mhz ~ 335 MHash, but produces some visual artefacts;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 331 || - || 4.14 || - || 1010 || 1120 || 2.4 || PCI-E 1.0 x16 || WinXP 32 / Phoenix 1.7.5 / phatk2 || Stock Voltage, RAM 300, 64C, Fan 67%, -k phatk2 VECTORS BFI_INT AGGRESSION=11 WORKSIZE=256 FASTLOOP=false (+6Mh w/ Phoenix 1.7.5 over 1.6.2)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 333 || - || - || - || 1040 || - || 2.4 || PCI-E 2.1 x16 || LinuxCoin 0.2.1b / phoenix-1.50 / phatk-[http://forum.bitcoin.org/index.php?topic=25135.0 mod] || + ~5 Mhash increase using the modified phatk from the user above. I am the same guy with 330 @ 1040 MHz Sapphire Xtreme, all other settings the same, board stable, no increase in rejected&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 334 || -|| || - || 1040 || - || 2.5 || PCI-E 2.0 x16 || phoenix 1.75 / phatk 2.2 / Win7 64 || Stock voltage, 208Mhz Memory, VECTORS AGGRESSION=12 WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 334 || -|| || - || 1030 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk 2.0 / Win7 64 || Stock voltage, 385Mhz Memory, VECTORS AGGRESSION=12 WORKSIZE=256 BFI_INT  -- (upped from 330 achieved with diapolo mod [http://forum.bitcoin.org/index.php?topic=25135.0 here]), now using phatk 2.0 found [http://forum.bitcoin.org/?topic=7964.0 here]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 342 || - || - || - || 1045 || - || 2.4 || PCI-E 2.0 x8 || phoenix 1.48 / phatk 2.2 / WinSvr 2008 R2 64 || Stock voltage, 385Mhz Memory, VECTORS VECTORS4 FASTLOOP=false AGGRESSION=14 BFI_INT -k phatk-2.2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 CF || 480 || -|| || - || 800 || - || 2.4 || PCI-E 2.1 x16 || Guiminer/ - / Win7 64bit |Guiminer || -v -f70 -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 || 570 || -|| || - || 950 || - || 2.4 || PCI-E 2.1 x8 || Guiminer/ - / Win7 64bit poclbm || poclbm -v -w256 -f10 MEMORYCLOCK 300MHZ GPUCLOCK 950MHZ FAN 52% 72°C &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 || 608 || -|| || - || 990 || - || - || 2x PCI-E 2.0 x16 || phoenix 2.0/ phatk2 / Win7 32bit || Stock voltage, 300Mhz Memory, VECTORS GOFFSET AGGRESSION=12 WORKSIZE=256 BFI_INT FAN 51% 69°C (Open ATX case) &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x6 || 1967 || 1.62 || 1.97 || - || 1020/340 || 1120x6 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.7.5/phatk2/BAMT Linux || 100% fan @65C / 1.162V / CCC 11.6 / BFI_INT VECTORS FASTLOOP=false AGGRESSION=11 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 240.77 || 1.595|| 1.49 || 151 || 725 || 1440 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 250.26 || 1.657|| || 151 || 725 || 1440 || - || PCI-E 2.1 x16 || opencl client || [http://www.bitcoin.org/smf/index.php?topic=1628.msg29471#msg29471 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 252 || 1.575|| || 160 || 765 || 1440 || 2.3 || PCI-E 2.1 x16 || poclbm 2011-01-25 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 255.3 || 1.593|| || 160 || 765 || 1440 || 2.2 || PCI-E 2.1 x16 || poclbm 2011-01-25 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 264 || 1.748|| || 151 || 725 || 1440 || 2.4 || PCI-E 1.0 x8 || guiminer-20110501 || -v -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 280 || 1.75|| || 160 || 765 || 1440 || 2.2 || PCI-E 2.1 x16 || Phoenix 1.3 || with BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 280 || - || ||- || 725 || 1440 || 2.1 || PCI-E 2.1 x16 || Phoenix 1.50 / Fedora 14 || -v -k poclbm VECTORS AGGRESSION=8 WORKSIZE=128 BFI_INT FASTLOOP=true&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 282.75 ||style=&amp;quot;background:#EFEFFF;&amp;quot;| 3.06|| - || 92.25|| 666 (UC) || 1440|| 2.1 || PCI-E 2.1 x16 || Phoenix/WinXP || undervolted to 0.95V; phatk2 VECTORS BFI_INT AGGRESSION=11 WORKSIZE=256; driver 10.12; [http://bitcointalk.org/index.php?topic=9982.0 clocktweak] for setting values; [https://bitcointalk.org/index.php?topic=40056 thread]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 292 || 1.825|| || 160 || 765 || 1440 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 -v -f 1 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 298 || 1.8620|| || 160 || 765 || 1440 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 -v -f 1 -w 64 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 300 || 1.5460|| || 194 || 925(OC) || 1440 || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 304 || - || || - || 725 (stock) || 1440 || 2.1 || PCI-E 2.1 x16 || cgminer.exe -v 2 -I 8 -w 256 --gpu-memclock 275 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 314 || 1.8362|| || 171 || 820(OC) || 1440 || 2.4 || PCI-E 1.0 x8 || poclbm || -v -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 328 || - || || - || 875 @ Stock voltage || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix || 70C @42% fan, mem @ 500mhz; -v -k phatk VECTORS BFI_INT AGGRESSION=8 FASTLOOP=false WORKSIZE=128  &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 330 || - || ||- || 850 @ Stock voltage || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix || EAH5850, miner arguments: -k poclbm DEVICE=1 VECTORS AGGRESSION=8 WORKSIZE=128 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 331 || - || ||- || 725 (Stock) ||  || 2.4 || PCI-E 2.0 x16 || Diablo Win7 64bits||  Sapphire 5850 Xtreme, Arguments: -v 2 -w 192 (by Swapper 2011-07-05)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 335 || 1.8611|| || 180 || 890(OC) || 1440 || 2.4 || PCI-E 2.0 x8 || poclbm || -v -w128, Memory downclocked to 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 344 || 1.8594|| || 185 || 890(OC) || 1440 || - || PCI-E 2.0 x16 || phoenix || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 347 || -|| || - || 876 || 1440 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.48 / phatk / Win7 64 || 300Mhz Memory clock, 50% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 354 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 2.0 x16 || diablo -v 2 -w 128 || Ubuntu 11.04 64-bit [http://forum.bitcoin.org/index.php?topic=9239.0 Headless], catalyst 11.5, memory downclocked to 300mhz, stock voltage. flashed with atiflash [http://www.youtube.com/watch?v=U9AxNmOy6_0 video]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 355 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix 1.48 / phatk || Ubuntu 11.04 64-bit, Memory downclocked to 200MHz, VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 355 || -|| || - || 900 || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix 1.48 / phatk / Ubuntu 11.04 x64 || 300Mhz Memory clock, 60% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 356 || -|| || - || 870 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 || cgminer 2.1.2 / Win 7 x64 || 302Mhz Memory clock, 85% fan-speed, Stock Voltage,  -I 6 -v 2 -w 256 (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 359 || -|| || - || 900 || 1440 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk / Ubuntu 11.04 x64 || 300Mhz Memory clock, 66% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 365 || -|| || - || 920 || 1440 || 2.1 || PCI-E x16 || phoenix 1.48 / phatk / Win7 64 || 300Mhz memory clock VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 367.5 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 1.0 x16 || diablo with bitless&#039;s hack, -v 2 -w 128 || RHEL 5U5 x86_64, catalyst 11.5, Sapphire HD 5850 Xtreme, Memory downclocked to 300MHz, core voltage 1.145V, BIOS modded with RBE&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 369.4 || -|| || - || 930 || 1440 || 2.4 || PCI-E 1.0 x16 || guiminer / phoenix / phatk / Win7 32 || Catalyst 11.5, XFX HD5850, Memory downclocked to 322MHz, -k phatk VECTORS BFI_INT AGGRESSION=13 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 372 || 1.68 || - || 220 @ Wall || 900 || 300 || 2.5 || PCI-E 1.1 x8 || cgminer 2.3.1 from source / Ubuntu 11.11 x86_64 || -I 8 -v 2 -w 256 --- hex-core opteron cpu w/ 12GB RAM and cgminer CPU bug in linux makes power usage a little high ~210w in windows 7 x86_64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 375 || -|| || - || 940 || 1440 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk / Ubuntu 10.04 || 300Mhz memory clock  VECTORS AGGRESSION=13 WORKSIZE=256 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 381 || -|| || - || 940 || 1440 || 2.5 || PCI-E 1.0 x16 || phoenix / phatk / Win7 x64 / Catalyst 11.6 || MSI Afterburner 500MHz memory clock,-k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 382 || 1.8454|| || 207 || 995(OC) || 1440 || - || PCI-E 2.0 x8 || phoenix || OC 1.177v on core&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 391 || - || - || 180 || 725 || 1440 || 2.4 || PCI-E 2.0 x16 || Win 7 Ultimate x64 / DiabloMiner / Catalyst 12.2 || ASUS DirectCU @ GPU 960 MHz / MEM 300 Mhz @ Voltage 1.2 @ 70% FAN @ 69 temp @ Flags: -v 2,1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 391 || -|| || - || 1000 || 1440 || 2.1 || PCI-E 2.0 x16(@x8) || phoenix 1.5 / phatk / Win7 64 || Mem @ 280, fan @ 100%, Temp @ 71, 1.163 V core, -v -k phatk VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256, The name is Mautobu&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 392 || -||2.43 || - || 990 || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix-svn (AUR) / phatk / Arch Linux || Memory: 180MHz, -v -q 1 -k phatk WORKSIZE=128 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 397 || -|| || - || 950 || 1440 || 2.5 || PCI-E 2.1 16x || phoenix 1.5 / phatk 2.2 / Win7 64, catalyst 11.6 || Mem speed 350Mhz, Fan 85%, 70C, 1.083 Vcore, -k phatk  VECTORS BFI_INT AGGRESSION=12 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 400 || -|| || - || 1000 || 1440 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.5 Win7 x64 || Memory 600MHz, Vcore 1.225, 73C, -k phatk WORKSIZE=128 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 404 || -|| || - || 965 || 1440 || 2.5 || PCI-E 2.0 x16(@x8) || phoenixsvn / phatk2 / Ubuntu 11.04 / catalyst 11.8 || 5870 bios flash, Mem @322, fan@55%, Temp@83oC, 1.163Vcore, -k phatk2 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 408 || -|| - || - || 999/275 || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk-mod / Ubuntu 10.04 || Fan 70%, temp &amp;lt; 60 deg C, Sapphire 5 heatpipe card, same flags as above/below (edit1- oops, no voltage tweaks... edit2- wow, phatk-mod makes a difference... catfish)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 412 || -|| || - || 1010 || 1440 || 2.4 || PCI-E 2.0 1x&amp;gt;16x || phoenix 1.5 / phatk 3% mod / Win7 64 11.5 || VECTORS BFI_INT AGGRESSION=12 -k phatk &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 414.8 || -|| || - || 1018 || 450 || 2.4 || PCI-E 2.0 16x || GUIMiner / Win7 64 11.7 || I use Sapphire HD5850 Toxic 2GB and for OC TRIXX Sapphire Tweak Utility v4.0.2. 72 deg C, fan 100%, core 1018mhz, mem 450Mhz, stock voltage (1.163). proof: http://img23.imageshack.us/img23/2367/414upload.png GUIMiner parameters: -v -w256 -f1  &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 420 || -|| || - || 1055 || 300 || 2.5 || PCI-E 2.0 1x&amp;gt;16x || phoenix 1.5 / phatk 3% mod / Win7 64 11.6 || Fan 80%, 66C, 1.250 Vcore, -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT AGGRESSION=8 And proof: http://i.imgur.com/s9hqs.png&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 431 || -|| || - || 1040 || 1440 || 2.4 || PCI-E 2.0 4x&amp;gt;16x || phoenix-svn / phatk kernel / Debian Wheezy AMD64 + fglrx 11.6 || fan 100%, vcore 1.1750 V, 72C, VECTORS BFI_INT AGGRESSION=15 FASTLOOP=false -k phatk, proof: http://imageshack.us/photo/my-images/199/431u.png/&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 432.15 || -|| || - || 1040 || 500 || 2.5.793.1 || PCI-E 2.0 16x || phoenix 1.7.5 / phatk2 kernel / Win7 x64 SP1 || fan 100%, vcore 1.212 V, 69C, VECTORS4 BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=64 -k phatk2, proof: http://dl.dropbox.com/u/18704286/mining%205850.png/ ... Card is REF HIS 5850 ... i mining at this speed for stable but... max unstable (if i play video/flashvideo it will crash) is 436.48Mhash/sec with core 1051 mem 500 vcore 1.237 (same other settings) it&#039;s too hot in VRM that not sound good to me... i don&#039;t want to kill it for my fun mining ... - Nito Niwatori &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 620 || - || || - || 800 || 1440 || 2.4 || PCI-E 2.0 x16 || Guiminer ( cl miner )  v2012-02-19 Win7 x64 || MSI OC-Edition, -v -w 128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 702 || - || - || - || 905 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 (x2) || phoenix 2.0.0 / Win 7 x32 || ASUS DirectCU: 304Mhz Memory clock, 66% fan-speed, Voltage Tweak, AGGRESSION=13 FASTLOOP=false WORKSIZE=256 (https://www.dropbox.com/s/9u6f2jz3sz1poxb/5850.jpg)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 720 || -|| || - || 875 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 || cgminer 2.1.2 / Win 7 x64 || 302Mhz Memory clock, 85% fan-speed, Stock Voltage,  -I 6 -v 2 -w 256 (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x3 || 1,010 || -|| || - || 850 || - || 2.4 || PCI-E 2.0 (x3) || GUIMiner || -v -w128 | MSI Afterburner settings: 850MHz core clock and 500MHz memory clock &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x4 || 1360 || 1.94|| || 700@wall || 900 ||  ||  ||  || poclbm|| &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x6 || 2,135 || -|| || - || 900 || - || 2.5 || PCI-E 2.0 (6 total, 4 full length, 2 @ PCIE1x with risers || GUIMiner 24/8/2011 - poclbm || -v -f1 -w128 | Win 7 64Bit, Gigabyte GA-890FXA-UD5 motherboard, 4gb ram, AM3 cpu, Kingston SSD, Catalyst 11.8 drivers, guiminer switches: -v -f1 -w128, MSI Afterburner settings: 900MHz core clock and 1000MHz memory clock, cable risers required to fit all 6 cards, fans 100% Proof: http://i.imgur.com/6s7zv.jpg &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870M || 152.5 || -|| || - || 750(OC) || 1000 || 2.1 || PCI-E 2.1 x16 || gui-miner (win-7) ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870M || 189.2 || -|| || - || 850(OC) || 1000 || 2.5 || PCI-E 2.1 x16 || Wins 7 64/gui-miner (win-7) ||  -v -w128 -f0 Graphics Overdrive setting 700-&amp;gt;850 core clock &amp;amp; 900-&amp;gt;1030memory clock . +35mhs over stock settings&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 313 || 1.665|| || 188 || 900? || 1600 || 2.3 || PCI-E 2.1 x16 || Diablo/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 313.65 || 1.668||1.65 || 188 || 850 || 1600 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 340 || 1.809|| || 188 || 850 || 1600 || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26363#msg26363 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 343 || 1.824|| || 188 || 900? || 1600 || 2.1 || PCI-E 2.1 x16 || Diablo/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 355 || 1.888|| || 188 || 900? || 1600 || 2.1 || PCI-E 2.1 x16 || poclbm/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 360 || 1.6822|| || 214 || 970 || 700 || - || PCI-E 2.0 x16 || m0mchil&#039;s OpenCL w7-64 || -f 0 -v -w 128 [http://www.bitcoin.org/smf/index.php?topic=6144.msg91959#msg91959 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 379 || 2.015|| || 188 || 850 || 1600 || - || PCI-E 2.0 x16 || hashkill-0.2.5 alpha || -D -G2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 397 || -|| || - || 930 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k phatk VECTORS BFI_INT AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 400 || 1.9047|| || 210 || 950 || 1600 || 2.4 || PCI-E 2.0 x8 || Phoenix 1.3 || -k poclbm VECTORS AGGRESSION=7 FASTLOOP BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 408 || 1.8888|| || 216 || 980 || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Win7x64 || -f 20 -v -w 128, BIT_ALIGN, BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 414 || 1.9255|| || 215 || 975 || 1600 || 2.4 || PCI-E 2.0 x16 || guiminer/w7x64 || -k poclbm -v -w 256 -f 1 VECTORS BITALIGN BFI_INT -- Memory Clock 300&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 420 || 2.0000|| || 210 || 950 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 421 || 1.9581|| || 215 || 975 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.47 || VECTORS BFI_INT AGGRESSION=13 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 421.5 || 2.007|| || 201 || 950 || 1600 || - || PCI-E 2.0 x16 || hashkill-0.2.5 alpha || -D -G2 (GPU OC to 900, memory downclocked to 900)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 430 || || || || 980 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48/Windows 7 64 || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 432 || || || || 985 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.73/Windows 7 64 || -k phatk VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128 Memory Clock=900Mhz Asus 76C Fan=60% 65F ambient&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 435 || -|| || - || 990 || 300 || 2.4 || PCI-E 2.0 x8 || LinuxCoin v0.2b phoenix/phatk || (Powercolor brand) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=11 FASTLOOPS=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 437 || || 1.90|| || 960 || - || 2.1 || PCI-E 2.0 x1 || phoenix 1.50 + phatk || Card is clocked with BIOS flash @ 960Mhz Core and 300Mhz Memory. More information and pictures: http://forum.bitcoin.org/index.php?topic=7216.msg324521#msg324521 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 438 || 1.9819|| || 221 || 1000(OC) || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Linux || -v -w 64 -f 1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 440 || 2.0000|| || 220 || 995 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 445 || 2.28||2.34 || 195 || 1005 || 335 || 2.4 || PCI-E 2.0 x4 || Ubuntu 11.04 phoenix/phatk || (Asus brand, volts = 1&#039;072) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false -a 7 (-a 10)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 453 || || || || 980 || 1600 || 2.5 || PCI-E 2.1 x16 || Phoenix 1.50/Windows 7 64 catalyst 11.6 phatk 2.2 || -k phatk VECTORS BFI_INT AGGRESSION=12 WORKSIZE=256 FASTLOOPS=false -- Memory Clock 350Mhz Vcore 1.163v&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 458 || -|| || - || 1040 || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Windows 7 64 || -v -w 256 -f 1 Crossfired, Water cooled, 916 Mhash/s total. Best dual gpu setup me thinks? The name is Mautobu.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 460 || || || || 1050 || 1600 || 2.4 || PCI-E 2.0 x16 || Guiminer || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz vcore @ 1225mV&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 460 || || || || 1020 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.50/Windows 7 64 || VECTORS BFI_INT AGGRESSION=12 WORKSIZE=256 -k phatk -- Memory Clock 300Mhz vcore @ 1225mV, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 461 || || || || 1000 || 1600 || 2.5 || PCI-E 2.0 x16 || phoenix 1.75/Windows 7 64 || -k phatk2 (phatk 2.2) VECTORS BFI_INT AGGRESSION=9 WORKSIZE=128, Memory Clock=213, stock voltage&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 481 || || || || 1050 || 1600 || 2.5 || PCI-E 1x || phoenix 1.75/Windows 7 64 || -k phatk2 (phatk 2.2) VECTORS BFI_INT WORKSIZE=64 AGGRESSION=20 [MSI HD 5870 Ref Design vs Zalman VF3000A 1200mv Mem 600MHz]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (CF) || 864 || -|| || - || 900 || 3200 || 2.1 || PCI-E 2.1 x16 || guiminer || -k phatk VECTORS FASTLOOP=false AGGRESSION=7 BFI_INT WORKSIZE=128 (Same flags per GPU)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 620 || -|| || - || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || guiminer || -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 826 || 0.751|| || 1100 || 950 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.4 w/ Phtak || AGGRESSION=13 WORKSIZE=128 VECTORS BFI_INT Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 826 || 1.18|| || 700 || 935 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 w/ Phatk || AGGRESSION=13 WORKSIZE=256 VECTORS BFI_INT FASTLOOP=false, memory @ 319 MHz, Windows 7 32-bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 878 || 0.585|| || 1500 || 1000 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.7 w/ Phtak || AGGRESSION=13 WORKSIZE=128 VECTORS BFI_INT Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x4 || 1784 || || 1.29|| || 960 || - || 2.1 || PCI-E 2.0 x1 || phoenix 1.50 + phatk + [https://bitcointalk.org/index.php?topic=7964.0 Version 2.2 Improvement] || Cards are clocked with BIOS flash @ 960Mhz Core and 300Mhz Memory. More information and pictures: http://forum.bitcoin.org/index.php?topic=7216.msg324521#msg324521 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x6 || 2568 || -|| || 1200 || 970 || -|| 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit  || -v -w128, voltage default, Mem downclocked to 300 MHz, Fan 80-90% (+ 4x12cm fun 1900rpm), Temp 6x 70-75C. Whole computer comsumpts 1280Watt. Using PCI-E risers 16x-16x to use 6 GPU cards&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 530 || 1.803||0.53 ? || 294 || 725 || 3200 || 2.4.595.10 || PCI-E 2.1 x16 || poclbm/201103.beta3/Windows || -v -w128 -f60&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 535.06 || 1.820|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 560 || 1.905|| || 294 || 725 || 3200 || - || PCI-E 2.1 x16 || Diablo || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 565 || 1.922|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine2 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 604 || 2.054|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 645 || 1.875|| || 344 || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || -f1, Debian 6, fglrx-driver 10.9.3&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 739 || || || || 795 || 3200 || 2.4 || PCI-E 2.1 x16 || cgminer 2.3.1 || -I 9 -k phatk -w 256 -v 2, memory clock @ 265MHz, Debian Squeeze, fglrx-driver 12.1.1, performance scales linearly with engine clock as long as memory clock is 1/3&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 740 || 2.1511|| || 344 || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix/1.3 || AGGRESSION=12 WORKSIZE=128 VECTORS BFI_INT, memory clock @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 755 || 2.2076|| || 342 || 848 || 3200 || 2.1 || PCI-E 2.1 x16 || poclbm 28-04-11 || -f 1 -w 256 -v, Ubuntu 10.10, fglrx 11.4, memory clock @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 802 || 2.31|| || 347 || 850 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix poclbm Ubuntu 11.04 || -q 6 -k AGGRESSION=19 WORKSIZE=128 BFI_INT VECTORS, fglrx 11.4, mem clock @ 1000MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 820 || ??? || || ??? || 910 || 3200 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.5 Win7 || AGGRESSION=12 WORKSIZE=256 BFI_INT VECTORS -k phatk, 11.5, Mem @ 300MHz, 1.110v, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 822.2 || -|| || - || 950 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix win7 || -k phatk -q 6 AGGRESSION=20 WORKSIZE=128 BFI_INT VECTORS, but with this increasing difficulty mining becomes pretty pointless&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 833 || -|| || - || 930 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.7.5, win7 x64, catalyst 11.7 || -k phatk AGGRESSION=13 WORKSIZE=256 BFI_INT VECTORS fastloops=false. memory@300mhz, 1.125v, fan 100%, 73C core temp, 95c voltage controllers. it will clock higher but not stable without a voltage increase and i fear for the VRMs&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 863.4 || -|| || - || 955 || 3200 || 2.4 || PCI-E 2.1 x16 || Diablo - Debian || -v 2 -w 256 (XFX Radeon HD 5970 Black Edition)&lt;br /&gt;
|-&lt;br /&gt;
| 6310M || 9.821 || 0.545|| || 18 || 500 || 80 || 2.4 || Integrated/APU || poclbm-gui -v -w128 || HP DM1z 18W TDP is shared with the CPU&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 27.0 || 1.5 || - || 18 || 625 || 160 || 2.4 || PCI-E 2.0 x16 || guiminer/poclbm 2011-06-14 || -v -w128 Sapphire HD6450 1gb ddr3 Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 32.6 || 1.918 || - || 17 || 725 || 800 || 2.4 || PCI-E 2.0 x16 || guiminer/Phoenix1.75 Windows 7 x64 (no Aero)|| -k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=64 Dell OEM HD6450 1gb ddr3 passive cooling/no fan 81C&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 37.8 || ? || - || 17 || 850 || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix2.0.0 Windows 8 x64 || -k phatk2 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=64 Sapphire HD6450 1GB DDR3 passive cooling/no fan 150MHz memory/1000mV VCore&lt;br /&gt;
|-&lt;br /&gt;
| 6470M || 24.1 || - || ||- || - || - || 2.1 || Integrated/APU || guiminer || &lt;br /&gt;
|-&lt;br /&gt;
| 6470M || 31.0 || - || ||- || - || - || 2.1 || Integrated/APU || phoenix 1.48 || &lt;br /&gt;
|-&lt;br /&gt;
| 6480G || 24.1 || - || ||- || - || - || 2.1 || Integrated/APU || phoenix 1.75 || &lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 15.21 || - || ||- || - || - || - || - || [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro8,2 VRAM: 256MB&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 16.289 || 0.708|| || 23 || - || - || - || PCI-E 2.1 x16 || poclbm-mod (Mac OS X 10.6.7) || MacBook Pro early 2011&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 17.18 || - || ||- || - || - || - || PCI-E 2.1 x16 || phoneix 1.50 with poclbm, Mac OS X 10.6.7 || MacBook Pro 2,8 VRAM: 256MB. phoenix -k poclbm VECTORS BFI_INT FASTLOOP&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 32.1 || - || ||- || - || - || - || - || guiminer 2011-07-01 with poclbm (Win7-x64) ||MacBookPro8,2 (WinX64) -v -w128 -f0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#FFDD00;&amp;quot;| 6520G || 33.8 || - || || - || 400 || 320 || - || Integrated/APU || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 on Toshiba L775D-S7222&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6530D || 40.5 || - || || - || 444 || 320 || 2.4 || FM-1 || cgminer 2.4.1  || Integrated/APU A6-3500; Linux; Catalyst 11.11; APP-SDK-v2.4 (595.10)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6550D(A8 Onboard) || 66.2 || -|| || - || - || - || 2.5 || FM-1 || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 -f60&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6550D || 67.6 || -|| || - || 600 || 400 || 2.5 || FM-1 || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 -f2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 68.0 || 1.133|| || 60 || 650 || 480 || 2.4 || PCI-E x16 || guiminer 2011-05-21 with poclbm (Win7-32bit) || no extra option for miner . Sapphire 6570 gddr5 512mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 82.1 || 1.368|| || 60 || 650 || 480 || 2.4 || PCI-E x16 || guiminer 2011-05-21 with poclbm (Win7-32bit) || -v -w128 . Sapphire 6570 gddr5 512mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 86.0 || 1.95 || - || 44 || 650 || 480 || 2.4 || PCI-E x16 || guiminer/poclbm 2011-06-14 || -v -w128 Sapphire Ultimate HD6570 1gb ddr3 Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 112.0 || - || || - || 860 || 480 || 2.7 || PCI-E 2.0 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) || -v -w128 -f1 . Sapphire 6570 Low Profile gddr3 1024mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 114.0 || - || || - || 866 || 480 || 2.7 || PCI-E 2.0 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) || -v -f 0 -w128 -a 3 . XFX 6570 Full Profile gddr3 1024mb 64 bit&lt;br /&gt;
|-&lt;br /&gt;
|  6630M || 48.80 || -|| || - || - || - || - || - || [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-06-18 / Mac OS X 10.7 || Mac Mini 2011 MC816D/A&lt;br /&gt;
|-&lt;br /&gt;
|  6630M || 63.00 || -|| || - || 600 || 480 || 2.5 || PCI-E 2.0 x16 || DiabloMiner Windows || Lenovo ThinkPad Edge E320 (card overclocked using Sapphire TRIXX)&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 102.20 || -|| || - || 800 || - || - || PCI-E 2.1 x16 || poclbm/Debian sid || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 104.00 || - || 1.0 || - || 820 || - || - || PCI-E 2.1 x16 || guiminer(poclbm)/Win 7|| -v -a4 -f15 -d0 -w64&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 110.00 || - || 1.0 || - || 850 || - || - || PCI-E 2.1 x16 || guiminer(poclbm)/Win 7|| -v -f 0 -w 128 -q 6&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 111.77 || 1.69 || - || 66 || 910 || 480 || 2.7 || PCI-E 2.1 x16 || Phoenix 1.7.5 || -k phatk2 BFI_INT AGGRESSION=5 VECTORS WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 120.1 || - || - || - || 900 || 480 || 2.7 || PCI-E 2.1 x16 || cgminer 2.7.4 || kernel: diablo i:10 core: 900 mem: 750&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 124.0 || - || - || 66 || 940 || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix2.0.0 Windows 8 x64 || -k phatk2 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=128 Sapphire HD6670 Ultimate 1GB DDR5 passive cooling/no fan 300MHz memory/1100mV VCore&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 142 || -|| || 150 || 700 || - || - || PCI-E 2.1 x16 || poclbm || -v -w128, Gigabyte SL (passive cooler), watts is TDP, card runs very hot (&amp;gt;90°C)&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 167.59 || -|| || - || 870 || - || - || PCI-E 2.1 x16 || guiminer || -v -f30 -w128&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 172.00 || -|| || - || 860 || 600 || - || PCI-E 2.1 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) MSI Afterburner 2.2.3 || -v -w128 f-20 Sapphire 6570 GDDR3 1024Mb CCC ver. 11.12 OCL 2.5&lt;br /&gt;
|-&lt;br /&gt;
|  6750M || 41.48 || -|| || - || 870 || - || - || PCI-E 2.1 x16 || diablominer ||&lt;br /&gt;
|-&lt;br /&gt;
|  6750M || 60 || -|| || - || - || - || - || - || diablominer OSX 10.7 WorkSize=128||&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 180 || -|| || - || 850 || 1200 || - || - || guiminer || -v -w128 , this was an XFX (OEM) model, GPU @ 850 MHz, mem @ 1200 MHz; I pushed it up to 190 Mhash/s briefly by overclocking, but it crashed the system above that&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 202 || -|| || - || 960 || 800 || - || PCI-E 2.1 x1,x4,x8,x16 || phoenix 1.48 || Sapphire 6770 (standard) -q2 -k poclbm DEVICE=0 AGGRESSION=10 VECTORS WORKSIZE=128 BFI_INT FASTLOOP (The PCI-E speed does not affect the mining speed)&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 217 || -|| || - || 960 || 800 || - || PCI-E x16 || Guiminer with phoenix || Sapphire 6770 -k phatk VECTORS BFI_INT WORKSIZE=128 FASTLOOP=false AGGRESSION=12 with https://forum.bitcoin.org/index.php?topic=22965.0 modification&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 221 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || MSI 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 235 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || Sapphire 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% mod https://forum.bitcoin.org/index.php?topic=22965.0 and AS5 paste on core w/ external 12&amp;quot; fan 50C full load. Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6770x2 || 470 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || Sapphire 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% mod https://forum.bitcoin.org/index.php?topic=22965.0 and AS5 paste on core w/ external 12&amp;quot; fan 50C full load. Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6790 || 220 || 1.467|| || 150 || 800 || - || - || PCI-E 2.1 x16 || Phoenix 1.48 || -k phatk BFI_INT FASTLOOP AGGRESSION=12 VECTORS OC&#039;d to 1ghz, underclocked mem to 300, voltage at 1175&lt;br /&gt;
|-&lt;br /&gt;
|  6790 || 219 || 1.467|| || 150 || 960 || - || - || PCI-E 2.1 x16 || guiminer || -v -f0 -w128 / GPU OC to 960MHz under Windows7 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 171.59 || 1.351||1.07 || 127 || 775 || 960 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 196 || -|| || - || 850 || 960 || - || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 0&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 220 || 1.236(*)|| || 178(*) || 1000(OC) || 960 || 2.4RC1 || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 30 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here] )&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 234.8 || ||- || - || 940 || 960 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.3 || AGGRESSION=8 WORKSIZE=128 VECTORS BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 236.0 || ||- || - || 940 || 960 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.4 || -k phatk AGGRESSION=12 WORKSIZE=128 VECTORS BFI_INT, Core @ 900MHz, Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 244.2 || ||- || - || 960 || 960 || 2.1 || PCI-E 2.0 x16 || poclbm june-2011 || -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 245.1 || ||- || 200 || 940 || 960 || 2.4 || PCI-E 2.0 x16 || guiminer (Phoenix) || Sapphire 6850 (Memory @1000MHz); Win7 64bit; flags: -k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=14 WORKSIZE=128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 250 || 1.612(*) ||- || 155(*) || 940 (OC) || 960 || 2.4 || PCI-E 2.0 x16 || AOCLBF 1.74 (Phoenix 1.5**) @Win7/x64 || XFX 6850 (Memory @840MHz; Vdcc @1.148V; Fan @74%; Temp @70C; System  @39C); flags: -k phatk BFI_INT FASTLOOP VECTORS AGGRESSION=11 WORKSIZE=128 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here] / **: [http://forum.bitcoin.org/index.php?topic=22965.0 Tainted Kernel])&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 256.2 || || - || 170 || 980 || 960 || 2.7 || PCI-E 2.0 x16 || phoenix 1.7.5 / Win7 32bit || -k phatk -VECTORS BFI_INT AGGRESSION=9, Sapphire VaporX 1GB, mem@250MHz, stock VDDC 1.150V &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 262.5 || || - || - || 965 || 525 || 2.4 || PCI-E 2.0 x16 || guiminer / poclbm || -v -f 0 -w 128 (HIS 6850 flashed to HIS 6870 BIOS)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 267.2 || ||1.67 || - || 1010(OC) || 960 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.50 || -k phatk VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 301.4 || ||1.67 || - ||  ||  || 2.4 || PCI-E 2.0 x16 || guiminer / poclbm || -v -f 2 -w 128 clock @ 985 mem @ 890&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 232.47 || 1.540||1.22 || 151 || 900 || 1120 || - || PCI-E 2.1 x16 || poclbm -v -w 128 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 245|| -|| || - || 900|| 1120 || 2.4 || PCI-E 2.0 x16 || ph rising 1.45 phoenix 1.50 phatk 11.5 sdk 2.4 || HD5xxx+ Fastloop phatk AGGRESSION=10&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 264.5 || - || - || - || 980 || 1050 || - || PCI-E 2.1 x16 || GUIMiner v2011-05-01 || Stays around 66*C if I keep the side panel off and the room well ventilated. Card is PowerColor branded. Windows 7 Ultimate SP1 with Classic theme. Fan is at 100%. -v -w128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 271 || 1.807|| || 150 || 940 || 1120|| 2.4 || PCI-E 2.0 x16 || poclbm -v -w 128 || Debian 6.0.1 x86_64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 277.47 || -|| || - || 940 || 1120 || - || PCI-E 2.1 x16 || Phoenix 1.3 || AGGRESSION=8 WORKSIZE=128 VECTORS BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 279 || 1.847(?)|| || 151(?) || 900 || 1120 || 2.4 || PCI-E 2.1 x16 || hashkill-0.2.5 alpha cat 11.4 sdk 2.4 || -G2 -D stock clocks, debian linux 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 281.7 || 1.172 (stock)|| || - || 980 || 1120|| 2.4 || PCI-E 2.1 x16 || guiminer-v2011-06-09 || xfx6870, flags: -v 19 -w 128, win7 32-bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 293.13 ||  || ||- || 945 || 1050|| 2.5 || PCI-E 2.1 x16 || Phoenix 1.5 Phatk || xfx6870, Catalyst 11.6, 1.5 Phoenix flags: -k phatk FASTLOOP=false DEVICE=0 VECTORS BFI_INT AGGRESSION=13 WORKSIZE=128; http://forum.bitcoin.org/index.php?topic=25860.0 Kernel Patch; http://forum.bitcoin.org/index.php?topic=6458.0 Cmd; http://developer.amd.com/tools/gDEBugger/Pages/default.aspx No Crossfire Required; runs faster without crossfire 1% + additional 3% from update&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 294 ||  || ||- || 980 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix phatk || xfx6870, 340MHz memory clock, Catalyst 11.6, flags: BFI_INT VECTORS AGGRESSION=9 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 294 ||  || ||- || 985 || 1100|| 2.4 || PCI-E 2.0 x8 || Diablo || Powercolor branded card, Win 8 x64, -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 295 || 2.02||1.64 || 146 || 950 || 1120 || 2.4 || PCI-E 2.1 x16 || hashkill latest as of 7/6/11 (ubuntu 11.4) || hashkill-gpu -p bitcoin user:pass:server -D, mem clock 850, voltage @ 1.175, Fan @ 70%, Temp @ 71C.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 297|| -|| || - || 1000|| 1120 || 2.4 || PCI-E 2.0 x16 || ph rising 1.62 phoenix 1.50 phatk 11.5 sdk 2.4 || Vectors HD5xxx+ Fastloop phatk AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300 || - || || - || 940 || 1120 || 2.5 || PCI-E 2.1 x16 || Phoenix 1.6.2 phatk2 || xfx6870 Black Edition, 340MHz Memory Clock, Catalyst 11.6, VECTORS BFI_INT AGGRESSION=13 WORKSIZE=128, Debian Linux 64-Bit, Fan @ 50%, Temp @ 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300 || 1.72 || - || 174 || 1038 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm windows7x86 cat 11.4 || -v -w128 -f1 mem clock 360, fan 100% temp 73C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300.06 || 1.830|| || 164 || 1020 || 1120 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.4 cat 11.4 || VECTORS BFI_INT AGGRESSION=8 fastloop mem clock 344&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 302 || - || || - || 940 || 1120 || 2.5 || PCI-E 2.1 x16 || cgminer 2.1.2 || xfx6870 Black Edition, 340MHz Memory Clock, Catalyst 11.6, -w 256 -I 9, Debian Linux 64-Bit, Fan @ 50%, Temp @ 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 307 || 1.72 || - || 174 || 1001/\1001 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm windows7x86 cat11.8 || -v -w128 -f5,85°C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || - || - || - || 1000 || 1120 ||  || PCI-E 2.1 x16 || cgminer 3.1.0 (Ubuntu Server 12.04 LTS AMD64) || intensity=13, vectors=2, worksize=128, kernel=diablo, gpu-engine=1000, gpu-memclock=900&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || - || - || - || 1035 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=12 WORKSIZE=128, mem clock @ 300MHz, voltage @ 1.300&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || -|| || - || 975 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix phatk linuxcoin || BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128, mem clock @ 340MHz, core clock @ 970MHz, flashed bios, 72 degrees w/ fan @ 68%, GIGABYTE SOC&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 312 || -|| || - || 975 || 300|| 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Windows 7 x64 SP1 || VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256, mem clock @ 300MHz, voltage @ 1.300, Fan @ 45%, Temp @ 62C,  MSI 6870 HAWK.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 314 || -|| || - || 1030 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Linux || VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 316 || -|| || - || 1030 || 1120 || 2.4 || PCI-E 2.1 x16 || guiminer 2011-06-09 using phoenix (Win7-32bit) || -k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false, mem clock @ 228MHz, voltage @ 1.25, Fan @ 40%, Temp @ 73C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 320 || - || - || 160 || 950 || 1120 || 2.4 || PCI-E 2.0 x16 || Win 7 Ultimate x64 / DiabloMiner / Catalyst 12.1 || Saphire @ GPU 1030 MHz / MEM 300 Mhz @ Voltage 1.25 @ 80% FAN @ 69 temp @ Flags: -v 2 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 321|| -|| || - || 1050|| 1120 || 2.4 || PCI-E 2.1 x8 ||aoclbf 1.7 phoenix 1.50 11.6|| Vectors HD5xxx+ phatk AGGRESSION=13 WORKSIZE=256,  Memory=325MHz, Volts=1.3V, Fan~55%, Temps~70C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 322 || 1.882|| || 170 || 1050 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix 1.47 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=12 WORKSIZE=256, mem clock @ 400MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 329 || -|| || - || 1075 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix 1.48 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=11 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 332 || -||1.74 || - || 1050 || 1120 || 2.4 || PCI-E 2.1 x16 || guiminer 2011-06-14 using phoenix (Win7-32bit) || -k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=13 worksize=128 FASTLOOP=false, mem clock @ 228MHz, voltage @ 1.3, Fan @ 60%, Temp @ 74C, flash and browser hardware acceleration disabled, aero enabled.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 339.25 || - || - || - || 1090 || 1120 || 2.6 || PCI-E 2.1 x16 || Phoenix 1.7.3 cat 12.1 || Mem @ 350Mhz Clock @ 1090 Voltage 1.337 fan @ 100 Temp @ 75 diapolo&#039;s modified phatk kernel -k phatk_dia platform=0 device=0 VECTORS2 AGGRESSION=11 worksize=64 FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 375 || - || - || - || 1000 || 1120 || 2.5 || PCI-E 2.0 x16 || Win 7 Ultimate 32-bit / Guiminer v2011-07-01 / phoenix 1.5 / phatk2 / Catalyst 11.9 ||  XFX / GPU @ 1000 MHz / MEM @ 200 Mhz / Voltage  @ 1.187 V / FAN @ 40% / Temp @ 72 C / Flags: -k phatk2 platform=0 device=0 VECTORS BFI_INT AGGRESSION=6 worksize=128 FASTLOOP=false / Using 2 miners with equal settings on 1 GPU&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x2 || 600 || - || - || - || 945 || 330 || 2.5 || PCI-E 2.0 x16 || Ubuntu 12.04 32-bit / Phoenix 2 / phatk2 / Catalyst 11.9 ||  XFX / GPU @ 945 MHz / MEM @ 330 Mhz / Voltage  @ 1.175  / Config: phatk2 VECTORS4 BFI_INT AGGRESSION=12 worksize=128 FASTLOOP=false GOFFSET=True&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1150|| -|| 1.2 || - || 900|| 1050 || 2.4 || PCI-E 2.0 x16 || phoenix 1.7 (Win7-64bit) || -k phatk platform=0 device=0-3 VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1180 || -|| - || 145 || 950 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit || -v -w128, Gigabyte SOC. voltage 1.175 (default), GPU default 950 MHz, Mem downclocked to 300 MHz, Fan 4x100% (+ 2x12cm fun 1300rpm), Temp 4x75C (in summer).&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1200 || -|| - || 150 || 970 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit || -v -w128, Gigabyte SOC. voltage 1.175 (default), GPU overclocked from 950 to 970 MHz, Mem downclocked to 300 MHz, Fan 4x100% (+ 2x12cm fun 1300rpm), Temp 4x75C (in summer). Unstable with GPU@975 MHz.&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 320|| -|| - || - || 960 || 1200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.75/phatk || stock voltage, BFI_INT FASTLOOP VECTORS AGGRESSION=13 WORKSIZE=64. 70C, FAN 80% (HIS brand)&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 370|| -|| - || - || 980 || 855 || 2.4 || PCI-E 2.1 x16 || cgminer-2.4.1 || stock voltage (1,160), -I9. 71C, FAN 85% (HIS brand)&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 372 || -||1.89(?) || - || 1000 || 900 || 2.4 || PCI-E 2.1 x16 || phoenix 1.75/poclbm || max stable @ 1200 mV, BFI_INT FASTLOOP VECTORS AGGRESSION=13 WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#00FFFF;&amp;quot;|6930x2|| 700 ||- || - ||400~|| 940 || 2560 || 2.4 || PCI-E 2.1 x16 || Guiminer || max stable @ 1100mV mem 300, Fan 80-90%, temp 70-75, -v -w64 -f10&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 272 || -||0.90 || - || 900 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1150 mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 291 || -|| || - || 920 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1200mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 295 || -|| || - || 930 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1275mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 295 || 1.844(?)|| || 160(?) || 810 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 300 || -|| || - || 940 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1300mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 314 || -|| || - || 800 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm 05-01-11 || -v -f30 -w128 default mem 1250 Stock Sapphire 6950 1gb&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 325 || 1.635(?)|| || 200(?) || 885 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 332 || 1.95~ || 1.2~ || 170~ || 840 || 1408 || 2.5.684.212 || PCI-E 2.1 x16 || guiminer/poclbm 2011-06-14 || -v -w 128 -f 0, WinXP x86, Cat11.6b, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 333 || 1.95~ || 1.2~ || 170~ || 840 || 1408 || 2.4.650.9 || PCI-E 2.1 x16 || guiminer/poclbm 2011-06-14 || -v -w 128 -f 0, WinXP x86, Cat11.6, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 338 || 1.84~ || - || 184~ || 860 || 1408 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50/poclbm kernel || Sapphire 2GB card w/ HW locked BIOS; Cat 11.6, Win7 x64; core @ 860MHz &amp;amp; 1087mV (OC + undervolt), mem @ 860MHz; cmd line args: VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128; power and MH/J calculated using Power = C*f*v^2 w/ assumption of 175 W at stock settings w/ 100% GPU util. (not measured)&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 340 || - || ||- || 895 || 1408 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -w 128, mem @ 500, 1200 mV, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 340 || - || ||- || 800 || 1536 ||(?) || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -f30 -w128 default mem 1250,Sapphire 6950 1gb, unlocked shaders&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 343 || 2.14 || - || 160 || 840 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 06-27-11 || VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128 FASTLOOP=false, HIS H695FN2G2M 2GB, mem @ 720, Kill-a-Watt measured&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 344 || 2.02~ || 1.27~ || 170~ || 840 || 1408 || 2.5.684.212 || PCI-E 2.1 x16 || poclbm/20110709 || -v -w 128 -f 0, WinXP x86, Cat11.6b, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 344.4 || -|| || - || 800 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 349 || 1.745(?)|| || 200(?) || 800 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -f30 -w128, xfx 6950 xxx 1gb, locked shaders, core 900, mem 650, 79° C&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 351 || 1.91~ || - || 184~ || 860 || 1408 || 2.4 || PCI-E 2.1 x16 || GUIminer/poclbm v2011-07-01 || Sapphire 2GB card w/ HW locked BIOS; Cat 11.6, Win7 x64; core @ 860MHz &amp;amp; 1087mV (OC + undervolt), mem @ 860MHz; cmd line args: -v -w 128 -f 0; (same system as the 338 MH/s result above using Phoenix)&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 352.8 || -|| || - || 820 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 360 || 1.8(?)|| || 200(?) || 970 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 360 || -|| || - || 870 || 1375 || - || PCI-E 2.1 x16 || guiminer/poclbm || flashed with 6970 BIOS, -v -f30 -w128&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 365 || -|| || - || 925 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm || stock bios, -v -f0 -w128, MSI twinfrozr III 2GB&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 366.4 || -|| || - || 850 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 381 || -|| || - || 850 || 1536 || - || PCI-E 2.1 x16 || cgminer/phatk || XFX 6950 2Gb reference @ shadermod on original Bios 6950 / 1100mV 850/1250, +10% powertune, I=5, Fan @ 54% ~3100RPM, temp 73C w128. Windows7x64, Catalyst 13.1 .&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 383 || -|| || - || 975 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm || stock bios, -v -f0 -w128, voltage 1.274 @72c MSI twinfrozr III 2GB&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 388.4 || -|| || - || 900 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|- &lt;br /&gt;
|  6950 || 389.9 || -|| || - || 950 || 1408 || - || PCI-E 2.0 x16 || cgminer 2.3.2/Diablo || stock bios, -I 9, VRAM @ 820Mhz, fan @ 100%, voltage 1.250v, temp @ 68c, HIS ICE-Q X 2GB, OCed using MSI Afterburner, Windows 7 Professional 64-bit SP 1&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 400~ || -|| || - || 895 || 320 || 1536|| PCI-E 2.1 x16 || GUIMiner 24th Aug 2011  || Sapphire HD6950 Shader unlock mod 1408&amp;gt;1536 / +20% Power control, Fan @ 55%, Flags:-v -f2 -w64 -r5.Note this keeps temps under 80oC which is needed for this to be stable.Moderate fan noise.Power use is ~200W.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 403 || -|| || - || 939 || 685 || - || PCI-E 2.1 x16 || phoenix-1.50/phatk || ASUS EAH6950 ([http://www.techpowerup.com/vgabios/90661/Asus.HD6970.2048.101124.html (Ref. 6950 Flashed -&amp;gt; 6970)]) / +10% overdrive volt., Fan @ 90%, VECTORS BFI_INT WORKSIZE=128 AGGRESSION=13. Overclocked from 880 -&amp;gt; 939 with MSI Aferburner&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 408.8 || -|| || - || 925 || 1536 || - || PCI-E 2.0 x16 || cgminer 2.12 || GIGABYTE GV-R695D5-2GD-B @ shadermod on original Bios 6950, mem@625, V=1100mv Fan @ 60%. Windows 7x64, Catalyst 11.9&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 410.4 || -|| || - || 950 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 417 || 2.085(?)|| || 200(?) || 975 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 1250, fan @ 77%, temp 64C, -v -w128, gpu core @ 1145mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 418.8 || -|| || - || 940|| 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Gigabyte OC 1GB, shadermod, voltage locked 1.175, mem 450, -w128 -v -f0, ATI Tray Tool&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 425.3 || -|| || - || 950/850 || 1536 || - || PCI-E 2.1 x16 || phoenix-1.50/phatk2 (Ubuntu natty) || Asus 1GB DirectCU, shadermod on OEM BIOS, OEM 1.1v, AMDOverdriveCtrl for 950 core 850 mem, 20% overdrive, flags VECTORS2 BFI_INT FASTLOOP=false AGGRESSION=13 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 428 || 2.14(?)|| || 200(?) || 1000 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 1250, fan @ 80%, temp 64C, -v -w128, gpu core @ 1160mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 432 || 2.16(?)||1.44 || 200(?) || 1000 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 520, fan @ 80%, temp 76C, -v -w128 -f 2, gpu core @ 1275mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 432.4 || -|| || - || 1000 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 440 || || || || 990 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/phatk || unlocked shaders, mem @ 1375, VGPU 1.21v, Watercooled (MCW60), temp 54C, VECTORS BFI_INT AGGRESSION=11 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 454.4 || -|| || - || 1050 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFAFAF;&amp;quot;|  6950x2 CF || 720 || - || - || 400 ~|| 900 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || GUIMiner v2011-07-01 || MSI Afterburner - gpu @ 900 (870 stock), mem @ 900 (1250 stock), temp 69-71C(bottom vga) fan@94% / 77-81C(top vga) fan@99% - 31C enviornment, -v -f 1 -w 128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFAFAF;&amp;quot;|  6950x2 CF || 731 || - || - || 400~ || 900 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || GUIMiner v2011-07-01 || MSI Afterburner - gpu @ 900 (870 stock), mem @ 900 (1250 stock), temp 68C(bottom vga) fan@90% / 73C(top vga) fan@99% - 28C enviornment, -v -f 1 -w 128 BFI_INT AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6950x3 || 1081 || -|| || - || 860 || 1408 || 2.4(?) || PCI-E 2.1 x8 || guiminer/poclbm 07-01 || Sapphire 2GB stock bios, stock voltage, locked shaders: +20% overdrive, mem@650, fan@95%, temp 94C, -v -f0 -w128, 93c&lt;br /&gt;
|-&lt;br /&gt;
|  6950x4 || 1316 || 1.513|| || 870 || 840 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || locked shaders, default mem 1250, dual fan 75C typical&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 323 || 1.468||0.92 || 220 || 880 || 1536 || 2.3 || PCI-E 2.1 x16 || poclbm || -w 64, SDK 2.1 not supported on 69xx.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 365 || 2.28|| || 160 || 880 || 1536 || 2.5 || PCI-E 2.1 x16 || guiminer/phoenix || VECTORS AGGRESSION=9 WORKSIZE=128, fan @ 45%, 61C, 1.0 Vcore, 150 MHz mem, TX650w (84%), reference card&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 370 || -|| || - || 880 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 50%/temp 72C, stock card&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 372 || 1.691(?)|| || 220(?) || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix (svn trunk 05.14.2011) || clock 900/1375, VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128, fan 45% (auto) / temp 90C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 380 || -|| || - || - || - || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128&amp;lt;br&amp;gt;export GPU_USE_SYNC_OBJECTS=1 # to reduce poclbm CPU from 100% to 2%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 385 || 1.964|| || 196 || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, memory downclocked to 684Mhz, fan @ 70%/temp 81C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 388 || -|| || - || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 50%/temp 72C, stock voltage of 1.175v&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 403 || -|| || - || MAX || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || clock Max/50%+stock, -v -w128, fan= 100%/temp 72C (Note: Overclocked using CCC utility under Windows 7, Clock set to Max value w/ 50% increase to memory and 5% increase to voltage)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 406 || -|| || - || 950 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50/phatk || GPU Overclocked to Max (950MHz) using aticonfig, Memory Underclocked using AMDOverdriveCtrl (850MHz). Temp ~ 82C. VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 407 || -|| || - || 955 || 1536 || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128, fan 75%/temp 75C, voltage +10%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 414 || -|| || - || 960 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 53%/temp 73C, stock voltage of 1.175v, high air flow case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 420 || -|| || - || 975 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128 -f0, clocks 975MHz/685MHz MSI Lightning&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 423 || -||1.20 || - || 995 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || ATI Tray Tools, Clocks=995/331.25, WORKSIZE=128 BFI_INT AGGRESSION=11 VECTORS ,68C @ 65% Fan, HAF932 Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 431 || -|| - || - || 976 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.7/phatk2 || MSI AFTERBURNER, Clocks[976/1000], -k parameters[VECTORS BFI_INT AGGRESSION=11], Temperatures{CARD}[86C@100% Fan]{ROOM}[27C/81F], &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 433 || -|| - || - || 975 || 1536 || 2.6 || PCI-E 2.1 x16 || phoenix 1.6.2/phatk || MSI Afterburner 2.2Beta, -k phatk AGGRESSION=11 WORKSIZE=128 VECTORS, GPU 65C@100% Fan, Room 21C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x2 || 710 || -|| || - || 900/880 || 1536 || 2.2 || PCI-E 2.1 x16 || poclbm || -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x2 || 828|| -|| || - || 940 || 1536 || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128, fans 74%/82%, temp 74C/82C, powertune +20% (via CCC), memory underclock 825MHz (via MSI Afterburner), with &#039;Maj&#039; fix&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x3 || 1243|| -|| || 1000+ || 910 || 1536 || 2.5 || 2x16, 1x8 || phoenix 1.7.0 || fans 100%, temp 88C/84C/69C, GPU 920/ memory 795/ powertune 20%, ATI 11.11, -k phatk2 VECTORS BFI_INT FASTLOOP=false WORKSIZE=128 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 670 || 1.94||0.89 || 346 || 830 || 3072 || 2.4 || PCI-E 2.1 x16 || poclbm || Catalyst 11.4 [http://forum.bitcoin.org/index.php?topic=2949.msg106238#msg106238 source].&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 704 ||  ||  ||  || 830 || 3072 || 2.4 || PCI-E 2.1 x16 || Diablo Win7 64bits || Catalyst 11.4, Arguments: -v 2  -w 128 (by Swapper 2011-07-07)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 708 || 2.05|| || 346 || 830 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;default&amp;quot; position 2, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 744 ||  ||  ||  || 830 || 3072 || 2.5 || PCI-E 2.1 x16 || Diablo Win7 64bits || Catalyst 11.6b, Arguments: -v 2  -w 128 (by Swapper 2011-07-14)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 746 || 1.82|| || 410 || 880 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 758 || -|| || - || 880 || - || 2.4 || - || Phoenix with Poclbm || Catalyst 11.4, OC switch ON, VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 771 || 1.8804|| || 410 || 880 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || SDK 2.1 not supported on 69xx. Memory clock @ 1280Mhz.&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 772 || 1.8380|| || 420 || 900 || 3072 || 2.3 || PCI-E 2.1 x16 || Phoenix &amp;amp; Poclbm || OC switch ON + overclocked to 900 mhz, VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 790 || -|| || - || 900 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --odsc=900,1260&amp;quot; to further overclock the GPU to 900 MHz and mem to 1260 MHz, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 795 || -|| || - || - || - || 2.4 ||  || Diablo&#039;s miner || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; On Windows Vista, Clocks set at  955,1250. Power control at 20.&lt;br /&gt;
Diablo&#039;s args:  -w 128 -g 5  -v 2  -f 0&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 802 || -|| || - || 915 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --odsc=915,1260&amp;quot; to further overclock the GPU to 915 MHz and mem to 1260 MHz, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 835 || -||1.11 || - || 890/860 || 3072 || 2.4 || PCI-E 2.1 x16 || phoenix || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --adapter=1 --odsc=990,890 and aticonfig --adapter=0 --odsc=960,860&amp;quot; (GPU 0 runs hot). Currently, aticonfig can only underclock RAM to 100mhz below core speed. Command line: phoenix.py -k poclbm VECTORS AGGRESSION=13 WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 852 || -|| || - || 955|| 3072 || 2.5 || PCI-E 2.1 x16 || cgminer 2.1.2 || Memory: 830 Mhz, -v 2 -w 128 -I 9, Watercooled, stock voltage. (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 865 || -||1.11 || - || 890/860 || 3072 || 2.4 || PCI-E 2.1 x16 || cgminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with core 0 at 990/890 engine/mem, core 1 at 960/860 (runs hot).  Watercooled at 65-68C.&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1436 || 1.848|| || 777 || 880 || 6144 || 2.4 || PCI-E 2.0 x16 x2 || guiminer 2011.05.11 || AUSUM switch set to 1 on both cards; Core left at 880MHz, memory left at 1250MHz; VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1640 || 1.416|| || 1200 || 1010 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || phoenix 1.7.0 || GPU 910MHz, Memory 785MHz, Powertune 20%; VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1700 || 1.416|| || 1200 || 1010 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || guiminer 2011.06.14 || GPU 1010MHz, Memory 900MHz; -k phatk2 VECTORS BFI_INT FASTLOOP=false WORKSIZE=128 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1740 || 2.11 || || 825 || 940 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || cgminer 2.0.8 || GPU0+3 930MHz core/805MHz memory, GPU1+2 940MHz core/815MHz memory; BIOS switch factory setting; Cooled with 7C air from outside; -g4 -I9 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|  6990x3 || 2094 || -|| || - || 900 || - || 2.4 || PCI-E 2.0 x16 x8 x4 || poclbm || GPU 900MHz, Memory 1250MHz; poclbm.py -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 104.15 ||  ||  ||  || 800 ||   || - || PCI-E 2.0 x16 || phoenix || worksize=128 VECTORS FASTLOOP AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 117.15 ||  ||  ||  || 900 ||   || - || PCI-E 2.0 x16 || phoenix || worksize=128 VECTORS FASTLOOP AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 125.5 || - || - || - || 830 || 512 || 2.6 (10.0.898.1) || PCI-E 2.0 x8 || DiabloMiner || GPU: 830MHz, Memory: 1125MHz; -v 1 -w 256 [https://bitcointalk.org/index.php?topic=64241.msg816946#msg816946 source]&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 134 || 2.66 || 1.21 || 50 || 880 || 512 || 2.6 (?) || PCI-E 2.0 x16 || cgminer 3.1.0 (Gentoo Linux AMD64) || factory-overclocked to 880 MHz; power draw measured with a Kill-a-Watt, intensity=13, vectors=1, worksize=128, kernel=diablo&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 136.1 || - || - || - || 900 || 512 || 2.6 (10.0.898.1) || PCI-E 2.0 x8 || DiabloMiner || GPU: 900MHz (CCC locked @ 900), Memory: 800MHz; -v 1 -w 256 [https://bitcointalk.org/index.php?topic=64241.msg816946#msg816946 source]&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 140 || - || - || - || 950 || 512 || - || PCI-E 3.0 x16 || bfgminer 3.0.0 || Memory: 900MHz; -I 5 -g 2 -k diablo&lt;br /&gt;
|-&lt;br /&gt;
|  7770 || 182 || - || - || 83 || 1020 || 640 || 2.6 || PCI-E 2.0 x16 || poclbm || Ubuntu 10.04 LTS amd64, GPU: 1020MHz&lt;br /&gt;
|-&lt;br /&gt;
|  7770 || 213 || - || - || - || 1150 || 640 || - || PCI-E 2.0 x16 || poclbm || Win7 32bit, Core2Duo, poclbm guiminer&lt;br /&gt;
|-&lt;br /&gt;
|  7790 || 313 || - || - || - || 1200 || 896|| - || PCI-E 2.0 x16 || poclbm ||  Saphire Radeon HD 7790 OC (2 fans &amp;amp; heatpipes) GPU 20% OC @ 1200mhz / TEMP 57C / FAN 36%,  Win8 64bit, cgminer, &amp;quot;intensity&amp;quot; : &amp;quot;10&amp;quot;, &amp;quot;vectors&amp;quot; : &amp;quot;1&amp;quot;, &amp;quot;worksize&amp;quot; : &amp;quot;256&amp;quot;, &amp;quot;kernel&amp;quot; : &amp;quot;poclbm&amp;quot;, &amp;quot;thread-concurrency&amp;quot; : &amp;quot;8192&amp;quot;,&lt;br /&gt;
|-&lt;br /&gt;
|  7790 || 325 || - || - || - || 1300 || 896 || - || PCI-E 2.0 x16 || poclbm ||  MSI Radeon HD 7790 GPU @ 1300mhz/ MEM @ 750mhz/ FAN @ 83 / TEMP 67C Win7 64bit, athlon x2, poclbm guiminer , -v -w 128 -f 1&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 287 || 1,91 || 1,1 || 150 || 950 || 1024 || 2.6 || PCI-E 2.0 x16 || cgminer || GPU:950 MEM:800, Linux 64bit, Intensive 14, GPU temp = 60°C, Room temp = 25°C, Fan = 60%&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 329 || - || - || 150 || 1100 || 1024 || 2.6 || PCI-E 2.0 x16 || cgminer 2.6.4 || Linux 64bit GTK+3, GPU temp = 60°C, Room temp = 25°C, Fan = 60%, -v 1 -k poclbm -I 6 --gpu-engine 1100 --gpu-memclock 950&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 363 || - || - || - || 1241 || 1024 || 2.6 || PCI-E 2.0 x16 || Guiminer || GPU:1241 MEM:4840 &lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 405 || - || - || - || 1100 || 1280 || 2.6 || PCI-E 2.0 x16 || Guiminer || Sapphire 7870 OC , GPU: 1100MHz, Mem: 950 Mhz, GPU temp: 65°C, Fan 36% (1377 RPM).&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 406 || - || - || - || 1100 || 1280 || 2.6 || PCI-E 2.0 x16 || cgminer || Gigabyte GV-R787OC-2GD, GPU: 1200MHz, [cgminer -I 7]&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 422 || - || - || - || 1165 || 1280 || 2.6 || PCI-E 2.0 x16 || cgminer || Sapphire 7870 1ghz edition, GPU: 1165MHz, [cgminer.exe -d 0 -l 1 -T -I 8]&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 460 || - || - || - || 1250 || 1280 || 2.7? || PCI-E 2.0 x16 || Guiminer || MSI R7870 TFIII/oc, Catalyst 12.11 beta4, 455-460 mhash/s @1250 core, 750 mem, 0% Power limit, 1.218v, Zalman VF3000N = 42C, VRMS = 57C, ambient approx. 17-19C, -v -w128 -f10&lt;br /&gt;
|-&lt;br /&gt;
| 7870 XT || 485 || 3.09 || 1.8726 || 157 || 1200 || 1280 || 2.8 || PCI-E 3.0 x16 2.0 || cgminer ||7870XT clock/mem - 1200/1600&lt;br /&gt;
|-&lt;br /&gt;
| 7870xt || 520 || - || - || - || 1200 || 1536 || 2.7? lol || PCI-E 2.0 x4 || Guiminer || Sapphire HD7870xt, Catalyst 12.11 beta 4, 515-520 mhash/s @1200/core 750/mem, 0%PL, 1.17v/stock, Zalman vf3000a @60-62C even though its sandwiched between a 7870 and 5850. xD&lt;br /&gt;
|-  &lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 510 || - || - || - || 985 || 1792 || 2.6 || PCI-E 3.0 x16 || Diablo || Windows 8 x64, Asus P8Z77 WS, i7 3rd Gen, Card is XFX brand, Clock 985Mhz, Mem 1100Mhz, -v 1 -w 256&lt;br /&gt;
|-  &lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 512 || - || - || - || 1000 || 1792 || 2.6 || PCI-E 3.0 x8 || poclbm || GPU: 1000MHz, Memory: 850MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 550 || - || - || - || 1060 || 1792 || 2.8 || PCI-E 3.0 x16 || Diablo || Core 1060, Mem 800, -v 1 -w 256 Intesity 7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 605 || - || - || - || 1150 || 1792 || 2.6 (10.0.898.1) || PCI-E 3.0 x16 || DiabloMiner || GPU: 1150MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 555 || - || - || - || 925 || 2048 || 2.6 (10.0.898.1) || PCI-E 2.0 x16 || DiabloMiner || GPU: 925MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 640 || -|| || - || 1070 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1070 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 57%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 650 || -|| || - || 1100 || 2048 || 2.4 || PCI-E 2.0 x16 x8 x4 || Diablo|| GPU 1100MHz, Memory 600MHz;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 650 || -|| || - || 1100 || 2048 || 2.6 || PCI-E 2.0 x1 || cgminer 2.4.1 || Win7 х86, Catalyst 12.3, GPU 1100 MHz, Memory 950 MHz, GPU temp = 68°C, Room temp = 25°C, Fan = 58%, -k poclbm -v 1 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 674 || -|| || - || 1130 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1130 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 57%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 685 || -|| || - || 1150 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1150 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 58%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 685 || -|| || - || 1177 || 2048 || 2.6 || PCI-E 2.0 x16 || cgminer 2.3.1 || Win7, Catalyst 12.3, driver: 2.95, E: 1177, M:685, -k diakgcn -v 2 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 690 || - || - || - || 1150 || 2048 || 2.6 (10.0.898.1) || PCI-E 2.0 x16 || DiabloMiner || GPU: 1150MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 695 || - || - || - || 1160(core)/1050(mem) || 2048 || 2.6 || PCI-E 2.0 x16 || DiabloMiner (options: -v 1 -w 256) || Asus HD7970-DC2T-3GD5 @ 1.17V; Linux Ubuntu 11.10 64 bit; AMD SDK 2.6; Catalyst 12.3 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 710 || -|| || - || 1200 || 2048 || 2.4 || PCI-E 2.0 x16 || DiabloMiner|| GPU 1200MHz, Memory 600MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 714~ || -|| || - || 1210 || 2048 || 2.7 || PCI-E 1.1 x16 || cgminer 2.7.4 || MSI HD7970 R7970-2PMD3GD5/OC, core clock - 1210Mhz, memory clock - 685, core voltage (1.149V - MSI Afterburner, ~1.043V - GPU-Z), memory voltage 1.5V, temperature - 75C at mid-day and 65C w/ AC on at 20C, Catalyst 12.8, Windows 8 Release Preview 32-bit, kernel - poclbm, vector - 1, worksize - 64, intensity - 14, fan - 100% &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;|  7970 || 825 || -|| || 214 || 1290 || 2048 || 2.4 || PCI-E 2.0 x16 || Bitminter|| Bitminter beta 1.1.1; GPU 1290MHz, Memory &lt;br /&gt;
1375MHz (Trixx = 600); work size 256, &amp;quot;BFI_INT,&amp;quot; Device-accessible CPU memory; full watercooled block; power stats from GPU-Z; Driver 11.12&lt;br /&gt;
|-&lt;br /&gt;
|  7970x3 || 1950 || 2.6 || 1.72 || 750 || 1100 || 2048x3 || - || PCI-E 2.0 x16 || cgminer 2.7.5 || Win8, Catalyst 12.8, driver: 8.982.0.0, E: 1100, M:750, kernel: poclbm, worksize: 256, intensity: 9, gpu-threads: 4, refitted Diamond 7970 HSF with new VRM pads to lower VRM temps ~15C.  Undervolted each card until crash under load, then raised about 0.015v for stability.  Settings using afterburner 2.2.1 with OC unlocked.  Visiontek 7970: $370, Sapphire 7970: $360, Diamond 7970: $400&lt;br /&gt;
|-&lt;br /&gt;
|  7970x3 || 2050 || 2.41 || 1.22 || 850 || 1150 || 6144 || 2.6 || PCI-E 2.0 x16 || cgminer 2.3.1 || Win7, Catalyst 12.3, driver: 2.95, E: 1150, M:685, -k diakgcn -v 2 -w 256, 850W power consumption measured at the wall&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V3800 || 69.0 || -|| || - ||  ||  ||  || PCI-E 2.0 x16 || BitMinter Client || &lt;br /&gt;
|-&lt;br /&gt;
| FirePro V4800 || 79.7 || -|| || - || 775 || 400 || 2.4 || PCI-E 2.1 x16 || GUIMiner v2011-05-01 || &lt;br /&gt;
|-&lt;br /&gt;
| FirePro V8700 || 84.8 || -|| || - || 750 || 800 || - || - || poclbm-mod.03.24.2011 || &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5800 || 61.4 || -|| || - || 650 || - || - || - || poclbm-mod.03.24.2011 || Ubuntu&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5800 || 69.3 || -|| || - || 650 || 400 || 2.1 || - || GUIMiner v2011-04-26  || -v -w128, Windows 7 32bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5950 || 96.7 || -|| || - || 725 || 900 || 2.5 || PCI-E 2.0 x16 || poclbm || -v -w128 (Windows 7 64 bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 119 || -|| || - || 690 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || Windows 7 32bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 144 || -|| || - || 690 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || -v -w128 (Windows 7 32bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 161 || -|| || - || 780 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || -v -w128 (Windows 7 32bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V7750 || 35.7 || -|| || - || - || 320 || 2.4 || PCI-E 2.0 x16 || GUIMiner v2011-05-21 || Windows 7 64bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V7800 || 254.85 || -|| || - || - || 1440 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 with poclbm || Debian Squeeze&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M7740  (M97 GL) [DELL] || 63.0 ||  -|| || - || 650 || - || 2.1 || PCIe v2.0 x16 || GUIMiner v2011-06-14 || Windows 7 64bit / only SDK2.1 works&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M7820 || 150.0 || -|| || - || 700 || 800 || 2.1 || PCI-E 2.1 x16 || GUIMiner v2011-06-09 / poclbm || Memory downclocked to 500 from 1000MHz, 169MH/s@800MHz, 181MH/s@860Mhz (max.), only SDK2.1 works, Windows 7 x86&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;amazon_20110625&#039;&amp;gt;$ Prices from http://www.amazon.com on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Nvidia===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/J !! Watts !! Clock !! SP !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| ION || 1.8 || 0.067 || 27 ||  || 16 || poclbm;  power consumption incl. CPU&lt;br /&gt;
|-&lt;br /&gt;
| 8200 mGPU || 1.2 || || || 1200 || 16 || 128 MB shared memory, &amp;quot;poclbm -w 128 -f 0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 8400 GS || 2.3 || || ||  ||  || &amp;quot;poclbm -w 128&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 8400 GS || 1.6 || 0.013 || 128 || 1238 ||  || DiabloMiner -w 128 -f 1 [https://en.bitcoin.it/wiki/User:Knightmb source]&lt;br /&gt;
|-&lt;br /&gt;
| 8400M GS || 2.0 || || ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 8500GT || 2.4 || || || 918 || 16 || poclbm under GUIMiner&lt;br /&gt;
|-&lt;br /&gt;
| 8600M GT || 4.93 ||  ||  ||  || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 8600M GT || 3.8 ||  ||  ||  || || Macbook Pro running Diablo&lt;br /&gt;
|-&lt;br /&gt;
| 8600GT || 5.66 ||  ||  || 1188 ||  32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 8600GT OC || 7.3 ||  ||  || 1602 || 32 || [http://www.bitcoin.org/smf/index.php?topic=1334.0 poclbm] -w 128 [http://www.bitcoin.org/smf/index.php?topic=4967.msg72833#msg72833 source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 25   || 0.24 || 105 || 1300 ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 24.5 || 0.23 || 105 || 1300 ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 31.1   || 0.296 || 105 || 1855 ||  || Overclocked 715 GPU / 1030 Memory / 1855 Shader; GuiMiner v2011-05-21&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 31.8   || 0.303 || 105 || 1836 || 112 || 713 gpu, 1026 memory. win7x86, phoenix 1.48, -k poclbm WORKSIZE=64 AGGRESSION=5&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 34.0   ||       || 105 || 1998 ||     || gpu 756M, mem 1123M, shader 1998M, temp 65C. winXP, phoenix 1.50, -k poclbm WORKSIZE=64 AGGRESSION=6 -- same settings get 32.7 MH/s with aggression 2&lt;br /&gt;
|-&lt;br /&gt;
| 8800GTS || 16.8 || 0.109 || 154 ||  ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg25069#msg25069 source] [http://www.techspot.com/review/79-geforce-8800-gts-512/page11.html source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTS || 18.7 || 0.124 || 150 || 1200 ||  || poclbm -w 64 no vectors&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTS || 33.5 || || 150 || OC ||  || CUDA mining via GUIminer. Win7 64bit. poclbm -v -w128 -f0. OC&#039;d Core@799MHz, Mem@1080MHz, Shader@1905MHz.  Fan 70%, GPU temp @ 66C in comfortable room temp.&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTX || 27.5 || || || 1404 || || phoenix 1.48, poclbm, no vectors, 83C with 50C ambient  &lt;br /&gt;
|-&lt;br /&gt;
| 8800m GTX || 16.3 || || || || || rpcminer-cuda Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| 9300GE || 1.57 ||  ||  || 1300 ||  8 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9300GS || 1.69 ||  ||  || 1400 ||  8 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9300/nForce 730i || 2.15 ||  ||  || 1200 ||  16 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9400GT || 3.37 || 0.067 || 50 || 1400 || 16 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9400M (MacBook) || 1.90 || 0.32 || 6 || 700 ||  || poclbm -f 8 no vectors&lt;br /&gt;
|-&lt;br /&gt;
| 9500M GS || 3.2 ||  ||  || 950 || 32 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 6.75 || 0.135 || 50 || 1400 || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 7.30 || 0.135 || 50 || 1400 || 32|| rpcminer-cuda, Overclocked 730 GPU/ 500 Memory / fan 100% 70C solid&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 7.10 || 0.135 || 50 || 1767 || 32 || rpcminer-cuda, Overclocked 707 GPU / 500 Memory / fan 100% 73C steady&lt;br /&gt;
|-&lt;br /&gt;
| 9600GSO || 19.88 || 0.237 || 84 || 1375 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GSO512 || 11.75 || 0.131 || 90 || 1625 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT || 15.66 || 0.165 || 95 || 1625 || 64 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT Zotac || 15 ||  ||  || 1650 || 64 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT OC || 18.8 || &amp;lt;0.198 || &amp;gt;95 || 1981 || 64 || [http://www.bitcoin.org/smf/index.php?topic=1334.0 poclbm] -w 128 -f 10 [http://www.bitcoin.org/smf/index.php?topic=4967.msg74610#msg74610 source] [http://www.bitcoin.org/smf/index.php?topic=4967.msg73353#msg73353 source]&lt;br /&gt;
|-&lt;br /&gt;
| 9600M GS || 4.0 ||  ||  || 1075 || 32 ||  rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT || 30.36 || 0.289 || 105 || 1800 || 112 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT EE || 19.7 || 0.263 || 75 || 1375 || 112 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT OC || 29.5 || 0.283 || 105 || 1836 || 112 || poclbm.py, no options. Memory underclocked to 850Mhz, GPU overclocked to 733Mhz&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX || 32.54 || 0.232 || 140 || 1688 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 32.6 || 0.232 || 140 || 1688 || 128 || win7x64 275.33 Overclocked to 756/1890/1102 using a CUDA-specific miner (instead of phoenix, yay for ZERO stales!)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 35.39 || 0.251 || 141 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 36 ||  ||  ||  ||  || factory OC ubuntu polclbm.py -w 128 -f 10 -a 10 (DO NOT USE -v)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 37.23 || 0.266 || 140 || 1890 || 128 || win7x64 275.27 phoenix(1.48) -k poclbm AGGRESSION=3 WORKSIZE=64 (may cause 75%+ stale count, in which case use a CUDA-specific miner instead)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 40.20 || 0.287 || 140 || 835 || 128 || lowered memory clock higher core, unstable if going higher&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#FFEFEF&amp;quot;| 9800GX2 || 57.83 || 0.294 || 197 ||  || 2x128 ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#FFEFEF&amp;quot;| 9800GX2 || 28 || 0.142 || 197 ||  || 2x128 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37620#msg37620 source]&lt;br /&gt;
|-&lt;br /&gt;
| G210 || 3.38 || 0.111 || 30.5 || 1402 || 16 ||&lt;br /&gt;
|-&lt;br /&gt;
| G210 || 3.79 || 0.124 || 30.5 || 1402 || 16 || poclbm -f 1&lt;br /&gt;
|-&lt;br /&gt;
| GT220 || 10.8 || 0.084 || 128 || 1360 || || DiabloMiner -w 128 -f 1000 [https://en.bitcoin.it/wiki/User:Knightmb source]&lt;br /&gt;
|-&lt;br /&gt;
| GT230 || 15.5 || 0.161 || 96 || 650 || 64 || (9600GT rebranded one from in a medion pc)&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 19.37 || 0.281 || 69 || 1340 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 21.24 ||  ||  ||  || 96 || [http://www.bitcoin.org/smf/index.php?topic=4291.0 poclbm-mod] -f 0 -v [http://www.bitcoin.org/smf/index.php?topic=4967.msg73383#msg73383 source]&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 28.1 ||  ||  ||  || 96 || poclbm -f0 -v (Gainward GT240 1024DDR5 OC core@670/stockmem@1700/shader@1700 - stable; max.temp=73)&lt;br /&gt;
|-&lt;br /&gt;
| GT240M || 9.8 || 0.426 || 23 || 550 || 48 || poclbm -f 0 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
| GT240 OC || 25.6 || 0.365 || 70 || 1765 || 96 || poclbm&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 || 35.39 || 0.244 || 145 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 || 35.2 || 0.243 || 145 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 OC || 37 || 0.255 || 145 || 2047 || 128 || 37.2 with the following OC: Core: 775MHz, Shader: 1900MHz, Memory: 1200MHz&lt;br /&gt;
|-&lt;br /&gt;
| GTX260M || 22.5 ||  || || 500 || 112 || poclbm 4/28/2011 Asus G71GX runs ~90c without cooling pad &lt;br /&gt;
|-&lt;br /&gt;
| GTX260 || 35.91 || 0.178 || 202 || 1242 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260 || 44 || 0.242 || 182 || 1242 || 216 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 40.40 || 0.236 || 171 || 1242 || 216 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 47.4 || 0.260 || 182 || 1348 || 216 || poclbm -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 50.00 ||      ||    || 1050 || 216 || m0mchil GPU client, Windows 7 64-bit, x6 @ 3.5ghz&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 52.0 || || || 1461 || 216 || &amp;quot;poclbm -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 58.9 || || || 756/400 || 216 || Core overclocked, Memory underclocked, Ubuntu 11.04 Classic Session(No Effects) &amp;quot;poclbm -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 60.1 || || || 1706 || 216 || Core: 364 MHz, Shaders: 1706 MHz, Memory: 594 MHz, VDDC: 1.1800V. &amp;quot;poclbm-mod -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX275 || 50.75 || 0.232 || 219 || 1404 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX275 || 58 || || || 729/1458 || 240 || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GTX280 || 46.84 || 0.198 || 236 || 1296 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX280 || 64.34 || 0.289 || 245 || 1296 || 240 || phoenix.exe -k poclbm AGGRESSION=6 WORKSIZE=128 (61*C with Accelero XTREME GTX280)&lt;br /&gt;
|-&lt;br /&gt;
| GTX285 || 64.8 || || || 1607 || 240 || GuiMiner - Not sure about wattage yet. Still testing. Card runs around 74 C&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| GTX285 || 53.35 || 0.262 || 204 || 1476 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 89.78 || 0.311 || 289 || 1242 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 120.70 || 0.418 || 289 || 1242 || 480 || GUIMiner no oc.&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 117.30 || 0.406 || 289 || 1476 || 490 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT 320M (MacBook Air) || 6.12 ||  ||  || 1212 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| 320M (Mac mini 2010) || 7.0 || 0.35 || 20 || 450 || 32 || poclbm no extra options, windows 7 x64&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 7.5 ||  ||  || 990 || 48 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 10.5 ||  ||  || 325/650(mem)/1300(shaders) || || rpcminer-cuda, 71 degrees&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 7.99 ||  ||  ||  ||  || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GT330 || 21.65 ||  ||  ||  ||  || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M || 7.97 ||  ||  || ||48|| Model: MacBookPro6,2 VRAM: 512MB Software: [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-05-22 / Mac OS X 10.6.7&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M || 10.8 ||  ||  ||650MHZ core||48|| Model: MacBookPro6,2 VRAM: 512MB Software: GUIMiner running in Bootcamp v2011-08-24 / Mac OS X 10.6.8.The GPU was OC&#039;d to 650MHZ core clock,mem clock was the lowest it would go in MSI Afterburner.The Bootcamp OS was Windows 7 x64.MBP Mid 2010.&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M (Sony Vaio Z) || 7.8 || 0.71 ( 0.3 total) || 11 (26w total) || 1045 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M (Samsung R480) || 9.1 || || || 575(GPU)/1265(shader) || ||VRAM 1024MB. pocblm -vectors --verbose. Windows 7 Ultimate x86&lt;br /&gt;
|-&lt;br /&gt;
| GTS 350M (Toshiba A665-3DV) || 17.0 || 1.214 || 14 || 1080 ||  || DiabloMiner-Windows.exe&lt;br /&gt;
|-&lt;br /&gt;
| GTS 350M (Toshiba A665-3DV5) || 20.8 ||  ||  || 1350 ||  || DiabloMiner-Windows.exe, OC&#039;d 550/850/1350 73C stable&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M || 25.0 || || || || || [toshiba qosmio laptop, ~150-165*F stock fans]&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M (ASUS G60jx) || 20.0 || || || || || everythins is stock, it cannot sustain. it reaches 90 degrees and freezes.&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M (ASUS G60jx) || 27.2 || || || Shader @ 1720, Memory @ 900 || || stock hardware (clean exhaust fan), Afterburner, 72 deg C Stable &lt;br /&gt;
|-&lt;br /&gt;
| GT430 || 20.24 || 0.413 || 49 || 1400 || 96 ||&lt;br /&gt;
|- &lt;br /&gt;
| GT440 || 20.4 || || || 1645 || 96 || rpcminer-cuda -aggression=8; winxp x64 driver 275.33&lt;br /&gt;
|-&lt;br /&gt;
| GT530 || 17.9 || 0.358 || 50 || 1400 || || BitMinter v1.1.2&lt;br /&gt;
|-&lt;br /&gt;
| GT520M || 8.9 || || || || ||  rpcminer-cuda, got up 2 10.2MH/s OC&#039;ed&lt;br /&gt;
|-&lt;br /&gt;
| GT525M || 14.6 || || || || || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT540M || 16.0 || || || || || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT550M || 17.08 || || || || || rpcminer-cuda -aggression=8&lt;br /&gt;
|-&lt;br /&gt;
| GT610M (ASUS K45V) || 9.371 || || || 738 MHz || || 2GB RAM.&lt;br /&gt;
|-&lt;br /&gt;
| GT650M (rMBP) || 17.8 || || || 900 || 16 || cgminer 2.5.0 on OSX 10.7.4&lt;br /&gt;
|-&lt;br /&gt;
| GT650M OC || 27.4 || || || || || GUIMiner  &lt;br /&gt;
|-&lt;br /&gt;
| GTS450 || 45.28 || 0.427 || 106 || 1566 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS450 (Sparkle One) || 40.0 || || || || || poclbcm git Oct 2012&lt;br /&gt;
|-  &lt;br /&gt;
| GTS450 || 45.28 || 0.427 || 106 || 1566 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460SE || 56.39 || 0.376 || 150 || 1300 || 288 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 || 66.32 ||  ||  || 814 || 336 || rpcminer-cuda 20110605, Graphics Clock @ 814MHz, Memory @ 1555MHz&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 || 68.31 || 0.427 || 160 || 1350 || 336 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 768MB || 57.8 ||  || ? || 1350 || 336 || rpcminer-cuda -gputhreads=320 -gpugrid=336&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 768MB (MSI Cyclone 768D5/OC) || 75.1 ||  || ? || 930 || 336 || rpcminer-cuda on Win7 x64 with ForceWare 275.33. [http://event.msi.com/vga/afterburner/download.htm MSI Afterburner] set to core: 930MHz, shader: 1850MHz, core voltage: 1.087V, memory: 1600MHz. Runs at 58°C with fan at 75% (ambient 25°C).  &lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB DirectCU || 72.3 || ? || ? || 1672 || 336 || rpcminer-cuda -gputhreads=320 -gpugrid=336&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB DirectCU || 89.5 || ? || ? || 1000 || 336 || guiminer GPU:1000mhz MEM:900&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB ( evga FPB ) || 71.4 || -- || -- || 870/1744/1800 || 336 || guiminer-cuda v2012-02-19 FW290.53 Win7x64&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB ( evga ) || 83.1 || 0.519 || 160 || 925/1850/900@0.960v || 336 || guiminer (phoenix1.75) -k poclbm AGGRESSION=8 FASTLOOP BFI_INT -v WORKSIZE=256 ForceWare 301.42 Win7x64 Runs at 70°C with fan at 100%&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 (2 cards) || 102 || 0.319? || 320? || 1350 ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26363#msg26363 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 (2 cards) OC || 127 || 0.374 || 340 || 1620 || 2x 336 || [http://www.bitcoin.org/smf/index.php?topic=2444.0 rpcminer-cuda] -gpugrid=128 -gputhreads=128 ver.20110227&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB OC (2x MsiHawksSLI) || 158 || 0.658 || 240w(used kill a watt) || core/shader/ram@vcore 930/1860/1150@1.087v (only vcore raised) || 2x 336 || rpcminer-cuda ver.20110227 -gpugrid=320 -gputhreads=320 -aggression=7 Watercooled stable @ 110°F/43° !!!USE ASUS GPU Tweak with GPU-Z (afterburner v2.2.3 wont OC with NVIDIA driver 306.97) I would need gpu bios mod to get more oc/volt. Setting faster ram did increase Mhash/s versus setting ram=core clock.&lt;br /&gt;
|-&lt;br /&gt;
| GTX465 || 64.41 || 0.322 || 200 || 1215 || 352 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 81.98 || 0.381 || 215 || 1215 || 448 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 94.7 || || || 1414 || ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 103.7 || || || 1520 || || memory @ 418MHz, stable @ 72 deg fan @ 90%, puddinpop rpcminer-cuda -gpugrid=96 -gputhread=128 AGGRESSION=14 GIGABYTE brand card BIOS 70.00.21.00.03 &lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 111.9 || 0.520 || 215 || 1650 || 448 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 115 || || || 1616 || || phoenix 1.46 poclbm VECTORS BFI_INT FASTLOOP AGGRESSION=6&lt;br /&gt;
|-&lt;br /&gt;
| GTX470x2 || 121 ea. (130 burst ea.) || || || 1700 ||448|| PuddinPop rpcminer-cuda -gpugrid=96 -gputhreads=128 AGGRESSION=14 (memory 856 Max Temp. 71 deg. F on Water 1.085v+, Stable on Beast 2.0&amp;gt;3 days, no i7 CPU OC, driver 280.26, bios 70.00.21.00.03)&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 || 101.28 || 0.405 || 250 || 1401 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 || 140.43 ||  ||  || 1700 || 480 || rpcminer-cuda -gpugrid=512 -gputhreads=480&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 AMP!Zotac|| 140.1 ||  ||  || 1700|| 480 || rpcminer-cuda -gpugrid=480 -gputhreads=480 (vCore-1050,Core Clock-851, Shader Clock-1702, Memory Clock-2033, t-79°c, Water 43°c, stable temperature and work)&lt;br /&gt;
|-&lt;br /&gt;
| GTX550 Ti || 45.0 || ? || ? || ? || ? || EVGA 1GB, WinXP rpcminer, no overclock&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 67.7 || 0.39  || 170 || 1700 || 384 || standard EVGA 560, no overclock&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 74 || 0.41  || 170 || 822 || 384 || MSI 560Ti HAWK; core 822 Mhz clock (no overclock); rpcminer-cuda.exe -aggression=4 -gpugrid=64 -gputhreads=384; temp - 71°C; Win 7 x64&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 74.8 || 0.41  || 180 || 1700 || 384 || gigabyte 900Mhz clock; -w 512 -v&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 81 || 0.45  || 180 || 835 || 384 || Gainward GTX560TI Phantom, default clock, rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 85.1 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 295.41, Intensity: 14&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 100 || 0.5 || 200 || 1000 || 384 || GFX - MSI 560Ti HAWK; rpcminer-cuda.exe -aggression=8 -gpugrid=64 -gputhreads=384; GPU temp - 68°C; OS - Windows 8 x64 .&lt;br /&gt;
|-&lt;br /&gt;
| GTX 560M || 39.3 || 0.38 || 75 W || 775|| 192 || [http://www.examiner.com/computers-in-denver/toshiba-qosmio-x775-q7380-review-review source1] [http://www.notebookcheck.net/NVIDIA-GeForce-GTX-560M.48313.0.html source2] Note: Uses the 295.51 Beta Drivers&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 OC || 86.7 || &amp;lt;0.51 || &amp;gt;170 || 1800 || 384 || [http://www.bitcoin.org/smf/index.php?topic=2444.0 rpcminer-cuda] [http://www.bitcoin.org/smf/index.php?topic=4967.msg72816#msg72816 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 105.83 || 0.483 || 219 || 1464 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 140 || 0.639 || 219 || 750 || 480 || rpcminer-cuda.exe -aggression=10 -gpugrid=480 -gputhreads=960; display driver stops working with aggression=11 under win7 x64 driver 270.61&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 157 || 0.717 || 219 || 850 || 480 || rpcminer-cuda.exe -aggression=11 -gpugrid=120 -gputhreads=960&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 165 || ||  || 925 || 480 || rpcminer-cuda.exe -gpugrid=120 -gputhreads=960; vcore 1.1v; Win7 x64 304.79 Beta; -aggression=11 adds strong lag with minimal increase in hashrate.&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 160 || ||  || 925 || 480 || rpcminer-cuda.exe -gpugrid=104 -gputhreads=832; No desktop lag, very minimal loss in hashrate compared to much laggier settings&lt;br /&gt;
|-&lt;br /&gt;
| GTX580 || 156.6 || 0.642 || 244 || 1544 || 512 || cgminer 2.11.3 on Win 8-64 with I=6, driver nVidia 314.22&lt;br /&gt;
|-&lt;br /&gt;
| GTX580x2 || 2x 146 || 0.598 || 244 || 1544 || 512 || rpcminer-cuda.exe -gpugrid=128 -gputhreads=1024 &lt;br /&gt;
(aggression levels above the default of 6 not recommended; only a gain of ~3MH/s per card, and &#039;&#039;&#039;heavy&#039;&#039;&#039; lag, GUIMiner v2011-08-24, win7 64bit nVidia 290.36 beta driver)&lt;br /&gt;
|-&lt;br /&gt;
| GTX590 || 193.1 || --- || --- || 1215 || 2x 512 || poclbm -v -w 256, Win&lt;br /&gt;
|-&lt;br /&gt;
| GTX590 || 2x 121.48 || --- || --- || 750 || 2x 512 || &lt;br /&gt;
|-&lt;br /&gt;
| GTX670 || 112.00 || 1.1 || 100 || 1275 || 1344 || EVGA GTX670FTW 2GB / GPU Clock offset +75Mhz with EVGA Precision X / GUIMiner -f 60 /  Windows 7 64-Bit. (09-13-2012)&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 127.3 || || || 1280 || 1536 || Asus GTX 680 2GB DirectCU II: Windows 7 64 bit: Nvidia 310.90 driver: Offset of 186: Runs at a constant 52C&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 110.00 || || || 1110 || 1536 || RPCMiner with OpenCL or others.  Might crash once mining stops.  No Flags and Stock Settings (GPU Boost @ 1110mhz Core) with EVGA GTX 680, latest version of GUIMiner (2012-2-19) and Windows 7 x64.&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 120.00 || 1.2 || 100 || 1272 || 1536 || Ufasoft Galaxy 4GB (GPU Clock offset +70Mhz with EVGA Precision X) (2012-7-28) and Windows 7 64-Bit.&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 580 || 5.7 || 0.14 || 40 || 1125 || 4 ||rpcminer-cuda, Win, -gpugrid=128 -gputhreads=512&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 770M || 5.75 ||  ||  || 500 || 32 || DiabloMiner-Windows.exe BFI_INT FASTLOOP AGGRESSION=6, Win&lt;br /&gt;
|-&lt;br /&gt;
|Quadro FX 770M || 6.39 ||  ||  || 500 || 32 || DiabloMiner-Windows.exe BFI_INT FASTLOOP AGGRESSION=6 w 64, Win 7x64&lt;br /&gt;
|-&lt;br /&gt;
|Quadro FX 880M || 9.6 ||  ||  || || || poclbm/guiminer&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 1600M || 6 || 0.12 || 50 || 625 || 32 ||rpcminer-cuda, Win&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 1800 || 13.6 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 256.44 Intensity: 4&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 2000M || 23 || 0.397 || 58 || || || phoenix 1.48, -k poclbm, VECTORS, AGGRESION=6, Lenovo W520 platform&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 2800M || 22 || 0.293 || 75 || 600 || 96 ||DiabloMiner, win&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3000M || 28.6 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 295.41 Intensity: 3&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3600M || 36 || 0.514 || 70 || 500 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3800 || 33.3 ||  ||  ||  ||  || poclbm/guiminer -f0 -w128&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 135M || 1.05 || 0.1 || 10 || 800 || 1 || &lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 295 || 1.7 || 0.07 || 23 || 567 || 8 || phoenix&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 3100M || 3.6 || 0.257 || 14 || 600 || 16 || rpcminer-cuda, Win, CUDA 3.1.1&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 4200M || 10.0 ||     ||     ||  810  ||   ||  guiminer, Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Quadro 5000 || 67.7 || 0.445 || 152 || 513 || 352 || rpcminer-cuda.exe -aggression=7 gpugrid=352 gputhreads=704;&lt;br /&gt;
|-&lt;br /&gt;
| Tesla C1060 || 52.5 ||  ||  || 1296 || 240 ||  poclbm, Win7x64&lt;br /&gt;
|-&lt;br /&gt;
| Tesla K20 || 134.8   ||  ||  || 706  || 2496  ||  poclbm, Linux&lt;br /&gt;
|-&lt;br /&gt;
| Tesla M2050 || 79.8 ||  ||  || 1550 || 448 || DiabloMiner&lt;br /&gt;
|-&lt;br /&gt;
| Tesla M2050 || 94.5 ||  ||  || 1550 || || poclbm&lt;br /&gt;
|-&lt;br /&gt;
| Tesla S1070 || 155.2 || || 800 &amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || 1440 (GT200b)&amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || 960&amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || rpcminer-cuda, Linux, CUDA 3.2, 4 instances (-gpu=0 through -gpu=3)&lt;br /&gt;
|-&lt;br /&gt;
| Tesla S2070 || 749.23 || || || 1150&amp;lt;ref name=&#039;nvidia_S2070&#039;/&amp;gt; || 1792&amp;lt;ref name=&#039;nvidia_S2070&#039;/&amp;gt; || rpcminer-cuda, Linux, CUDA 4.0, 8 instances (-gpu=0 through -gpu=7) &lt;br /&gt;
|-&lt;br /&gt;
| GTX280x2 || 102.7 ||  ||  ||  ||   ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;nvidia_S1070&#039;&amp;gt;The S1070 is a dedicated supercomputing platform that features four Tesla units (GT200). Technical data taken from [http://www.nvidia.de/object/tesla_s1070_de.html NVIDIA]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;nvidia_S2070&#039;&amp;gt;The S2070 is a dedicated supercomputing platform that features four Fermi units (C2070). Technical data taken from [http://de.wikipedia.org/wiki/Nvidia_Tesla Wikipedia] (Documentation from NVIDIA webpage is confusing)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==CPUs/APUs==&lt;br /&gt;
&lt;br /&gt;
A lot of nice data can be pulled from [http://www.bitcoin.org/smf/index.php?topic=1628.0 this thread] to seed this section. &lt;br /&gt;
&lt;br /&gt;
Might you wish to throttle CPU load a bit, so it doesn&#039;t reach 100°C, it can be done with Battle Encoder Shirase to a margin, like, -15% of available CPU cycles.&lt;br /&gt;
&lt;br /&gt;
Often, the best combination to be is to throttle CPU miner to -5% &#039;&#039;&#039;AND&#039;&#039;&#039; set it to least of priority levels, so as not to choke GPU miner up.&lt;br /&gt;
&lt;br /&gt;
===AMD===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! nprocs !! Mhash/s !! Mhash/J !! TDP [W] !! CPU Clock !! Mhash/s CPU !! Mhash/s GPU !! GPU !! GPU Clock !! SP !! Software !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 4x Opteron 6174 || 48 || 115 || 0.36 || 320W || 2.2 GHz || 2.4&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer v0.8.1 || --alg 4way --threads 48&lt;br /&gt;
|-&lt;br /&gt;
| 2x Opteron 6172 || 24 || 55 || 0.24 || 230W || 2.1 GHz || 2.3&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cgminer v2.7.6 || --algo 4way -t 24&lt;br /&gt;
|-&lt;br /&gt;
| 2x Opteron 6128 || 16 || 32.4 || 0.141 || 230W || 2 GHz || 32.4&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.19 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon XP 2000+ || 2 || 0.62 || 0.009 || 70W || 1.67 GHz || 0.62&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.18/Ubuntu || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source] [http://www.pcstats.com/articleview.cfm?articleid=914&amp;amp;page=4 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 3500+ || 1 || 1.18 || 0.013 || 89W || 2.54 GHz || 1.18&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| ufasoft v0.4 || overclocked (originally 2.2 GHz)&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 3800+ || 2 || 1.73 || 0.03 || 65 W || 2.00 GHz || 1.73&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer (v0.8.1-1-g69529c3) || -algo=4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 4000+ || 2 || 1.9 || 0.02 || 65W || 2.1 GHz || 1.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpc-miner ||&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 4400+ ||   || 2.09 || 0.032 || 65W || 2.3GHz || 2.09&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.19/Win x64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 6000+ || 2 || 2.81 || 0.02 || 125W || 3 GHz || 2.81&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| || [http://www.bitcoin.org/smf/index.php?topic=1628.msg22881#msg22881 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 6400+ Black Edition || 2 || 2.9 || 0.023 || 125W || 3.2 GHz || 2.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.20.2 BETA/Win 7 x64 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X2 240e || 2 || 2.71 || 0.06 || 45W || 2.81 GHz || 2.71&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X2 250 || 2 || 5.6 || 0.09 || 65W || 3.01GHz || 5.6&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.11 ||&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X4 630 || 4 || 10.7 || 0.11 || 95W || 2.8 GHz || 10.7&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Opteron 8220 x16 || 16 || 25 || || || 2.8Ghz || 1.5 &lt;br /&gt;
|colspan=4| &lt;br /&gt;
| ufasoft / OpenSuse 64bit || running default, but had to copy 32bit binaries over to get curl and ufasoft running. might be better when using native 32bit system w/o other users on the machine ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X3 720 || 3 || 3.8 || 0.04 || 95W || 2.8 GHz || 3.8&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.1x/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom X4 9950 BE || 4 || 9.3 || 0.07 || 126W || 2.6 GHz || 2.32&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.13/WinXP || No GPU&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X3 720 || 3 || 7.2 || 0.08 || 95W || 2.8 GHz || 7.2&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpu-miner 0.2.1/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 5.0 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-cpu ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 9.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 10.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| ufasoft v0.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 11.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cgminer  1.5.3 || &amp;quot;cgminer 1.5.3 --algo 4way&amp;quot; on Ubuntu 11.10 alpha 2 (64 bit), built by GCC 4.6.1 with &amp;quot;-O3 -Wall -march=native&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 955 || 4 || 11 || 0.09 || 125W || 3.2 GHz || 11&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 965 || 4 || 12 || 0.09 || 140W || 3.4 GHz || 11&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1055T || 6 || 15.84 || 0.13 || 125W || 2.82 GHz || 15.84 &lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1055T || 6 || 23.6 || || 95W || 3.50 GHz || 23.6 &lt;br /&gt;
|colspan=4|&lt;br /&gt;
| [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.2 || --algo=sha256d&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1075T || 6 || 21.3 || || 125W||  ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| minerd || Ubuntu 11.04 amd64 runlevel=1 -algo=4way -threads=6&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1090T || 6 || 18|| || 141W|| 3.50 GHz || 3&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| minerd || &lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1100T || 6 || 22 || 0.176 || 125W || 3.82 GHz || 22&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner || Aciid#bitcoin-dev&lt;br /&gt;
|-&lt;br /&gt;
| Sempron 3000+ || 2 || 0.8 ||  || 62W || 1.6 GHz || 0.8&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer || --alg 4way&lt;br /&gt;
|-&lt;br /&gt;
| Turion X2 RM-70 || 2 || 1.9 ||  || 65W || 2.1 GHz || 1.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer || --alg 4way&lt;br /&gt;
|-&lt;br /&gt;
| Zacate E-350 || 2 || 11 || 0.615 || 18W || 1.6 Ghz || 1.231 || 9.831 || HD6310M || 492 Mhz || 80 || poclbm -v -w128 + Ufasoft 0.7 || stock speeds&lt;br /&gt;
|-&lt;br /&gt;
| Zacate E-350 || 2 || 12&lt;br /&gt;
|colspan=2|&lt;br /&gt;
| 1.648 Ghz || 1.252 || 10.87 || HD6310M || 492 Mhz || 80 || poclbm -v -w 256 -f 1 || &amp;quot;autotune&amp;quot; speed with ASUS EFI BIOS&lt;br /&gt;
|-&lt;br /&gt;
| Ontario C-50 || 2 || 6.2 || 0.68 || 9W || 1.0 Ghz || 1.200 || 6.2 || HD6250M || 277 Mhz || 80 || poclbm -v -w128 -f5 -r5 || &lt;br /&gt;
|-&lt;br /&gt;
| A4-3400 || 2 || 23.2 || || || 75W || 2.4 Ghz || || 23.2 || 6350 || stock || || GUIminer || ||&lt;br /&gt;
|-&lt;br /&gt;
| A8-3850 || 4 || 60 ||   ||  100W || Stock ||   || 60 ||  HD6550D || Stock || 400 || poclbm.exe, Win7-32, 4GB RAM || All running at stock speeds, and set to auto in BIOS.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| A8-3870K || 4 || 95 ||   || 100W (@stock)  || 3.3 Ghz ||   || 95 ||  HD6550D || 900MHz || 400 || phoenix.exe -k phatk VECTORS BFI_INT AGGRESSION=4 WORKSIZE=128, Win7-64, 8GB RAM 1667MHz || M/B ASUS F1 A75-M Pro, CPU/GPU BIOS overclocked&lt;br /&gt;
|-&lt;br /&gt;
| A10-5800K || 4 || 105 ||  || 100W || 3.8 Ghz ||   || 105 || HD7660D || 800MHz || 384 || cgminer Intensity=7 || Linux 64bit (Ubuntu 12.10), AMD-APP-SDK-v2.7-RC-lnx64, stock speeds *not* overclocked&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===ARM===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash/s/$ /€  !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| ARM926EJ-S || 1 || 0.187 || ? || ? || ? || 1.2 GHz || cpuminer || Seagate Dockstar [http://archlinuxarm.org/platforms/armv5/seagate-dockstar ArchLinux]&lt;br /&gt;
|-&lt;br /&gt;
| Marvel Feroceon (88FR131) || 1 || 0.195 || 0.224 ||&amp;lt;0.01|| 0.87 W || 1.2 GHz || cpuminer  git (2011-06-15) || Marvell SheevaPlug, Debian, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1136EJ-S || 1 || 0.11 || ? ||  ? || ? || 0.528 GHz || cpuminer git || T-Mobile Pulse, inside Debian chroot, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1176JZ(F)-S || 1 || 0.119 || ? ||  ? || ? || 0.412 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || iPhone 3G, &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1176JZ(F)-S || 1 || 0.2 || ? || ? || 3.75W || 800 Mhz || cgminer 2.5.0 || RaspberryPi Model B, SoC BCM2835, Debian Squezee 19-04-2012, Overclocked Cpu 800mhz&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.125 || 0.36 || &amp;lt;0.01 || 0.35 W || 0.6 GHz || cpuminer git (2011-03-26) || Nokia N900: &#039;cryptopp&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.2 || 0.57 || &amp;lt;0.01 || 0.35 W || 0.6 GHz || cpuminer git (2011-03-26) || Nokia N900: &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.365 || ? || ? || ? || 0.6 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] || BeagleBoard: &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.435 || ? ||  ? || ? || 0.8 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.44 || ? ||  ? || ? || 0.8 GHz || cpuminer 2.2.3 (-mfpu=neon) || EfikaMX (iMX.51), CRUX ARMHF, cpuminer -a sha256d&lt;br /&gt;
|-&lt;br /&gt;
| AllWinner A10(A8) || 1 || 0.568 || ? ||  ? || &amp;lt;2.5W || 1.0 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || -a sha256d #Native Lubuntu armhf build &lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A9 || 2 || 0.57||  1.14 ||&amp;lt;0.01 || 0.5 W || 1.0 GHz || cpuminer git (2011-03-24) || Toshiba AC100, ubuntu, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A9 || 2 || 1.3 || ? ||  ? || ? || 1.2 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.3 || Samsung Galaxy S II - CFLAGS=&amp;quot;-O3 -mfpu=neon&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Intel===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash / $&amp;lt;ref name=&#039;amazon_20110625&#039;/&amp;gt;/€&amp;lt;ref name=&#039;geizhals_20110625&#039;/&amp;gt; !! ACP [W] !! Clock [GHz] !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Pentium III (Coppermine) || 2 || 0.39 || 0.008 |||| TDP 2× 26.1 W || 1 || Ufasoft 0.32 (compiled from source), Debian Squeeze || [http://en.wikipedia.org/wiki/List_of_Intel_Pentium_III_microprocessors#.22Coppermine.22_.28180_nm.29 source]&lt;br /&gt;
|-&lt;br /&gt;
| Pentium III mobile ? || 1 || 0.3 || 0.014 |||| 21 || 1.07 || 0.3.1x/Win2K || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source] [http://ark.intel.com/Product.aspx?id=27380 source]&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.4 || || ||  || 1.6 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.62 || || ||  || 1.6 || Ufasoft 0.20 || Windows XP Professional&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.71 || || ||  || 1.6 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Gentoo Linux&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.73ghz || 1 || 0.5 || || ||  || 1.73 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Old Xeon 512k (Dual) || 2x1/2 || 2.0 || || ||  || 3.0 || cpuminer (v0.8.1-1-g69529c3) || HT disabled, algo=4way (twice as fast as the 2nd best algo)&lt;br /&gt;
|-&lt;br /&gt;
| Pentium 4 2.0A || 1 || 0.85 || || || || 2.0 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft-0.4]/WinXP || -g no -t 2&lt;br /&gt;
|-&lt;br /&gt;
| Pentium 4 630 || 1/2 || 1.29 || || || || 3.0 || ufasoft 0.23 || Windows XP&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 1.75 || || || || 2.0 || rpcminer-cpu || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 4.1 || || || || 2.0 || cpuminer || sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 4.5 || || || || 2.0 || ufasoft v0.11 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E5400 || 2/2 || 2.27 || 0.03 || || 65 || 2.7 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Celeron E330 || 2/2 || 2.2  || 0.03 || || 65 || 2.5 || 0.3.19/Ubuntu10.04 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37620#msg37620 source]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| Celeron E3400 || 2/2 || 5.9 || - || - || - || 2.6 || Ufasoft v0.13 / GUIMiner v2011-06-14 || WinXP 32 bit, SSE2, Flags &amp;quot;-g no&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q6600 || 4/4 || 11.0 || || 0.02/0.06 || 105 || 2.40 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q8200 || 4/4 || 10.9 ||    || 0.06/0.10 ||  || 2.33 || Ufasoft 0.14 || -g no -l yes -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q9400 || 4/4 || 11 || 0.046 || 0.06/0.07 || 95 || 2.66 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q9650 || 4/4 || 18.67 || || 0.05/0.06 || 95 || 4.00 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i3 530 || 2/4 || 8.31 || 0.10 || 0.06/0.10  || 80 || 3.66 || Ufasoft 0.7 || -v -a5 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i3 M350 || 2/4 || 1.48 || 0.04 || || 35 || 2.27 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core i3-2100 || 2/4 || 8.28 || || || || 3.1 || ufasoft v0.20 ||   &lt;br /&gt;
|-&lt;br /&gt;
| Core i5 M450 || 2/4 || 1.8  || 0.05 || || 35 || 1.2  || 0.3.17/Win7-54 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26292#msg26292 source]&lt;br /&gt;
|- &lt;br /&gt;
| Core i5-650  || 2/4 || 5.1 || 0.04 ? || 0.02/0.03 ||  || 3.2 || cpuminer-0.7 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-750  || 4/4 || 14 || || 0.06/0.10  ||  || 3.2 || bitcoin-miner 0.11 || -a 5 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 ?  || 4/? || 6.5 || || ||  ||  || client from svn || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37621#msg37621 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400 || 4/4 || 4.5 || 0.05 || 0.02/0.03 || 95 || 3.1 || cpuminer git (2011-01-22) || cryptopp_asm32&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400 || 4/4 || 14 || 0.15 || 0.07/0.09 || 95 || 3.1 || cpuminer git (2011-03-26) || sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400S || 4/4 || 16.6 || || || 65 || 2.5 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.3 || Linux Mint 13&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 2500K || 4/4 || 20.6 || ||0.10/0.12 || || 4.2 || bitcoin-miner || -g no&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 2600K || 4/8 || 17.3 || || || 75 || 3.4 || bitcoin-miner || -g no. 75W for the whole System without monitor (MSI Board). CPU underclocked to 3,4Ghz and undervolted to 1,012Vcore. Passive Cooling! 3.6ghz results in 18,4 Mhash/s&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600K || 4/8 || 18.6 || || || 95 W max. || 3.4 || Ufasoft bitcoin-miner 0.20 || -g no -t 8  CPU @ 3.511Ghz 1.176V&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600 || 4/8 || 23.9 || || ||  || 3.4 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Ubuntu Linux 11.10&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 620M   || 2/4 || 1.888 || || || || 2.66 || [http://forum.bitcoin.org/index.php?topic=8994.0 RPCMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro6,2 RAM: 4GB&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 620M   || 2/4 || 6.5 || || || || 3.33 || This is achieved by running RPC 4 way miner in VMware Fusion 4 (running win 7 in the VM) while in Mac OSX / Mac OS X 10.6.8 || Model: MacBookPro6,2 RAM: 8GB.The CPU appears to turbo boost to 3.33GHz in this way from 2.67GHz when running it in this way.The MBP gets very hot and uses a lot of energy though so watch those temps.It&#039;ll throttle after a while unless you keep the air vents clear underneath (ie don&#039;t put int in your lap,etc).&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 720QM   || 4/8 || 7.9 || ?|| || 45 || 2.8 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] ||  stream processors overclocked from 1.6 GHz; Dell Precision M6500, Win7-64, 8GB DDR3&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 820   || 4/8 || 13.8 || || || || 2.8 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] || -t 8&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 920   || 4/8 || 19.2 || 0.10 || || 195 || 4.0 (x21) || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] || -a 5&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 950   || 4/8 || 5.88 || 0.039 || || 150 || 3.83 (x23) || bitcoin-0.3.20.2 Win7-64 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 950   || 4/8 || 18.9 || 0.126 || || 150 || 3.83 (x23) || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] v0.4 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 980x   || 6/12 || 19.2 || 0.15 || || 130 || 4.4 (x33) || cpuminer/Win7-64 || &lt;br /&gt;
|- &lt;br /&gt;
| Core i7 980x   || 6/12 || 8.7 || ||  ||  || 3.9 (x27) || 0.3.17/Win7-64 || &lt;br /&gt;
|- &lt;br /&gt;
| Core i7 990x   || 6/12 || 33.3 || ||  ||  || 4.5 (x32) || ufasoft/Win2008 R2-64 || Ram - 12Gb, Rampage III BlackEdition, Water cooling&lt;br /&gt;
|- &lt;br /&gt;
| Core i7 2635QM   || 4/8 || 2.93 || || || || 2.00 || [http://forum.bitcoin.org/index.php?topic=8994.0 RPCMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro8,2 RAM: 4GB&lt;br /&gt;
|- &lt;br /&gt;
| Core i7 620M   || 2/4 || 6.3 || 0.18 || || 35 || 2.66 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] v0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600k   || 4/4 || 6.7 || || ||  || 4.00 || phoenix 0.48 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 3770k   || 4/8 || 5.2 || || || || 4.4 || Guiminer v2012-12-03 || Windows 7 x64 : -v argument increased Mhash/s from 5.0 to 5.2&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 3930k   || 6/12 || 66.6 || || ||  || 4.625 (125 x 37) || Ufasoft bitcoin-miner v0.28 || Windows 7 x64, uses ~190watts : -v argument increased Mhash/s from 36.0 to 66.6&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo U7600 || 1 || 1.1 || || ||  || 1.2 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E5200 || 2/2 || 6.2 || 0.086 || || 72 || 2.76 || Ufasoft/Win7-64 || TDP is 65W + 7W overclock&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E6550 || 1/2 || 2.45 || || ||  || 2.33 || cpuminer 0.7.1 (Linux) || --algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E6850 || 2/2 || 6.75 || 0.10 || || 65 || 3.0 || ufasoft-0.3 ||&lt;br /&gt;
|- &lt;br /&gt;
| Core 2 Duo E7300 || 2/2 || 7.76 || 0.11 || || 70 || 3.33 || ufasoft-0.3 || uncertain of overclock; miner optimized for Intel Core&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E7300 || 2/2 || 2.52 || 0.04 || || 65 || 2.66 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8200 || 2/2 || 2.3 || 0.035 || || 65 || 2.66 || rpcminer-cpu ||&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8400 || 2/2 || 6.9 || 0.106 || || 65 || 3.0 || ufasoft v0.10 || windows 7/64bit (-t 2)&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8500 || 1/2 || 3.6 || || || || 3.16 || guiminer v2011-06-14 || windows vista 32bit&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8500 || 2/2 || 7.2 || || || || 3.16 || guiminer v2011-06-14 || windows vista 32bit&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo P8700 || 2/2 || 5.9 || || || || 2.53 || ufasoft v0.21 || windows 7/64bit &lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T5450 || 2/2 || 2.5 || 0.07 || || 35  || 1.63 || bitcoin-miner 0.10 || Ubuntu 11.04&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T5500 || 2/2 || 4.3 ||  ||  ||  || 1.66 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Gentoo Linux (amd64)&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T6400 || 2/2 || 4.2 || 0.12 || || 35  || 2.00 || cpuminer git (Linux) || --algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T7250 || 2/2 || 4.5 || 0.13 || || 35  || 2.00 || bitcoin-miner 0.13/WinXP || No GPU&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T7450 || 2/2 || 3.7 || 0.10 || || 35  || 2.13 || bitcoin-miner 0.10 || Ubuntu 11.04&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T9400 || 2/2 || 4.2 || || ||  || 2.53 || ufasoft v0.13 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 2.37 || || || || 2.8 || rpcminer-cpu || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 6.2 || || || || 2.8 || ufasoft v0.11 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 7.2 || || || || 3.2 || ufasoft v0.11 || Win7-64 Overclocked from 2.8 GHz to 3.2 GHz&lt;br /&gt;
|-&lt;br /&gt;
| Xeon 2.8 || 2/2 || 0.8 || || || || 2.8 || cpuminer || cryptopp_asm32 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon 3060 || 1/2 || 2.03 || 0.03 || || 65 || 2. || cpuminer 0.8.1 (Linux) || --algo=cryptopp_asm32&lt;br /&gt;
|-&lt;br /&gt;
| Xeon Prestonia 2.4 (dual) || 2x1/2 || 2.16 || 0.017 || || 130 || 2.4 || ufasoft v0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5355 (dual) || 2x4/4 || 10.13 || 0.16 || || 120 || 2.6 || bitcoind || Roughly the same speed as the &amp;quot;c&amp;quot; algo in cpuminer&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E3-1230 V2 (quad) || 4/8 || 19.7 || ? || ? || ? || 3.70 || cgminer 2.8.3 || -O2 -march=core-avx-i algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5355 (dual) || 2x4/4 || 22.76 || 0.09 || || 120 || 2.6 || cpuminer (v0.8.1-1-g69529c3) || -O2 -march=core2, algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5365 (dual) || 2x4/4 || 26.00 || ? || || ? || 3.0 || cpuminer git (2011-06-15) || algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5650 || 2x6/24 || 28.6 || ? || ? || ? || 2.67 || cpuminer 1.0.2 || --algo 4way&lt;br /&gt;
|-&lt;br /&gt;
| Xeon x5680 (dual) || 2x6/24 || 48 || ? || ? || ? || 3.33GHz || Ufasoft 0.29 || CentOS 6.2 x86_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon x5690 (dual) || 2x6/24 || 52 || ? || ? || ? || 3.46GHz || Ufasoft 0.29 || CentOS 6.2 x86_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5-2690 (dual) || 2x8/32 || 66 || ? || ? || 2x135W || 2.9GHz || Ufasoft 64-bit 0.31 || Windows Server 2008R2 x64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5335 || 4/4 || 9.35 || 0.12 || || 80 || 2.00 || ufasoft v0.11 || Vista-32&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5410 || 4/4 || 9.8 || ? || || 80 || 2.33|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5440 || 4/8 || 7.3 || ? || || 80 || 2.66|| Kiv&#039;s poclbm-gui || FIXME: Either wrong model # or wrong threads/speed info&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5506 || 4/4 || 9.6 || ? || || 80 || 2.13|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5520 || 4/8 || 6.5 || 0.08 || || 80 || 2.27 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5530 || 4/8 || 7.14 || 0.09 || || 80 || 2.4 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5620 || 4/8 || 11.2 || ? || || 80 || 2.4 || ufasoft v0.10 -t 4 || CentOS 5.5 x64 Hyper-Threading is off&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5630 (dual) || 2x4/8 || 8 || 0.1 || || 80 || 2.53 || 0.3.17/Win7-64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg29471#msg29471 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E6520 (dual) || 2x4/8 || 24.7 || ||  ||  || 2.53 || ufasoft v0.10 || windows 2008 R2 64bit (-t 16)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7220 || 2/2 || 6.3 || ? || || 80 || 2.93|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7320 (dual) || 2x2 || 1.5 || || ||  || 2.8 || cgminer v1.2.8 || 2x2.8ghz dual core running Ubuntu 11.04 x86 (individual cores get 0.4 MH/s)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7450 (quad) || 4x6/24 || 60 || ||  ||  || 2.40 || ufasoft v0.13 || -t 24&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7520 (dual) || 2x4/16 || 18 || ||  || 95 || 1.87 || ufasoft v0.10 || windows 2008 R2 64bit (-t 16)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon W3680 || 6/12 || 18 ||  || || 130 || 3.33 || cpuminer v1.0.2 --algo=4way || Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
| Atom Z520 || 1/2 || 1.20 || || || 2 || 1.7 || ufasoft 1.18 || Asus Eee 1101HA with overclocking capabilities&lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.375 || || || 4 || 1.6 || rpcminer-cpu || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.245 || || || 4 || 1.6 || rpcminer-4way || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.97 || || || 4 || 1.6 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N270 || 1/2 || 1.19 || 0.24 || || 5 || 1.6 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N450 || 1/2 || 1.60 || 0.31 || || 6.5 || 2.06 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N550 || 2/4 || 1.97 || || || || 1.5 || ufasoft v0.21 || Windows 7/64 bit&lt;br /&gt;
|-&lt;br /&gt;
| Atom 330 || 2/4 || 1.80 ||  || || 8 || 1.6 || ufasoft v0.13  || -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Atom D510 || 2/4 || 1.00 || || || || 1.6 || cpuminer w cryptopp_asm32 || debian linux 6.0, headless system, 2 GB RAM, running from usb-flash&lt;br /&gt;
|-&lt;br /&gt;
| Atom D510 || 4/4 || 2.3 || 0.07 || || 30  || 1.6 || bitcoin-miner 0.10 || Ubuntu 11.04 Server&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;amazon_20110625&#039;&amp;gt;$ Prices from http://www.amazon.com on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;geizhals_20110625&#039;&amp;gt;€ Prices from http://geizhals.at/eu on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Other===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash/s/$ !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 6 || 21 || 0.35 || 0.07 || 60W || 3.2 GHz || Cellminer || Sony Playstation 3 (FAT): Needs custom firmware. [https://github.com/verement/cellminer source] [http://www.bitcoin.org/smf/index.php?topic=4704.20 source] Total power usage of PS3 fat is 120W but only the Cell cpu is active.&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 7 || 26.6 || ? || ? || 60W || 3.2 GHz || Cellminer || Sony Playstation 3 (FAT): Needs custom firmware. [https://github.com/verement/cellminer source] [http://www.bitcoin.org/smf/index.php?topic=4704.20 source] Running with 7th spu enabled and both ppe cores.&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 6 || 21 || 0.7 || 0.07 || 35W || 3.2 GHz || cellminer || Sony Playstation 3 (SLIM): Total power usage of PS3 slim is 70W but only the Cell cpu is active.&lt;br /&gt;
|-&lt;br /&gt;
| MIPS || 1 || 0.026 || ? || ? || ? || 200 MHz || cpuminer || ASUS WL-500G Deluxe Router Running [http://openwrt.org/ OpenWrt]&lt;br /&gt;
|-&lt;br /&gt;
| VIA Eden || 1 || 1.3 || 0.17 || || 8W || 1600 MHz || cpuminer || VIA Eden w/ padlock&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 7447A || 1 || 0.53 || || || || 1420 MHz || cpuminer ||&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 7450 (G4e) || 1 || 1.29 || || || || 1670 MHz || cgminer 2.0.7 || PowerBook5,6; Mac OS X 10.5.8; Altivec&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 750 (G3) || 1 || 0.140 || || || || 600 MHz || cpuminer || iBook G3 600 w/ Cryptopp&lt;br /&gt;
|-&lt;br /&gt;
| IBM POWER4+ 2/way || 2/1 || 0.58 || || || || 1450 MHz || cpuminer 2.2.3 || CRUX PPC (64bit), cpuminer -a sha256d -t 1&lt;br /&gt;
|-&lt;br /&gt;
| IBM Power7 (PowerPC) || || 7.6 ||   ||   || || 3.5 Ghz || cgminer || IBM Power7 770, SuSE Linux 11.1, 4 cores, OpenCL, YASM, Altivec&lt;br /&gt;
|-&lt;br /&gt;
| Google App Engine || 1 || 0.144 || || || 0W || || pyminer || Modified version of [https://github.com/jgarzik/pyminer pyminer] for GAE.&lt;br /&gt;
|-&lt;br /&gt;
| Open Shift || 1 || 0.059 || || || 0W || || pyminer || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[TP&#039;s Bitcoin Calculator]]&lt;br /&gt;
* [[Mining rig]]&lt;br /&gt;
* [[ZTEX FPGA Boards for Bitcoin Mining]]&lt;br /&gt;
* [[Generation Calculator]]&lt;br /&gt;
* [[Power Calc]]&lt;br /&gt;
* [[OpenCL miner]]&lt;br /&gt;
* [http://www.pcper.com/article.php?aid=745 ATI Stream vs. NVIDIA CUDA - GPGPU computing battle royale] &lt;br /&gt;
* [http://bitminer.info/ Bitminer.info] &lt;br /&gt;
* [http://www.pcper.com/reviews/Graphics-Cards/Bitcoin-Currency-and-GPU-Mining-Performance-Comparison Bitcoin Mining Performance Compared]&lt;br /&gt;
** [http://www.pcper.com/reviews/Graphics-Cards/Bitcoin-Mining-Update-Power-Usage-Costs-Across-United-States Bitcoin Mining Power Costs Compared]&lt;br /&gt;
** [http://112bit.com Bitcoin Mining Hardware]&lt;br /&gt;
[[Category:Mining]]&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=48460</id>
		<title>Mining hardware comparison</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=48460"/>
		<updated>2014-06-27T05:00:06Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are some statistics about the mining performance of various hardware used in a Bitcoin [[mining rig]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039; &lt;br /&gt;
* Mhash/s = millions hashes per second ([[Protocol_specification#Hashes|double sha256]] raw speed performance; may not be very energy efficient with some models)&lt;br /&gt;
* Mhash/J = millions hashes per joule (energy efficiency; 1 joule of energy is 1 watt during 1 second: 1 J = 1 W*s)&lt;br /&gt;
* W = watt (maximum power consumption, i.e. energy per unit of time: 1 W = 1 J/s)&lt;br /&gt;
&lt;br /&gt;
== ASIC ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that products which have not shipped, especially by new vendors, may be &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;scams&amp;lt;/span&amp;gt;! Be sure to research any of these intensely before giving them any money.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Bitcoin [[Protocol_specification#Hashes|double SHA256]] ASIC mining hardware&lt;br /&gt;
! data-sort-type=&amp;quot;text&amp;quot; | Product !! data-sort-type=&amp;quot;number&amp;quot; | Advertised Mhash/s !! data-sort-type=&amp;quot;number&amp;quot; | Mhash/J !! data-sort-type=&amp;quot;number&amp;quot; | Mhash/s/$ !! data-sort-type=&amp;quot;number&amp;quot; | Watts !! data-sort-type=&amp;quot;currency&amp;quot; | Price (USD) !! data-sort-type=&amp;quot;date&amp;quot; | Currently shipping !! class=&amp;quot;unsortable&amp;quot; | Comm ports !! class=&amp;quot;unsortable&amp;quot; | Dev-friendly	&lt;br /&gt;
|-	&lt;br /&gt;
! [[AntMiner]] S1 &amp;lt;ref name=&amp;quot;AntMinerS1&amp;quot;/&amp;gt;&lt;br /&gt;
| 180,000 || 500 || 800|| 360 || 299|| {{Yes}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] S2 &amp;lt;ref name=&amp;quot;AntMinerS2&amp;quot;/&amp;gt;&lt;br /&gt;
| 1,000,000 || 900|| 442|| 1100|| 2259|| {{Yes}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] U1 &amp;lt;ref name=&amp;quot;AntMinerU1&amp;quot;/&amp;gt;&lt;br /&gt;
| 1,600 || 800 || 55 || 2 || 29 || {{No|Discontinued}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] U2+ &amp;lt;ref name=&amp;quot;AntMinerU2&amp;quot;/&amp;gt;&lt;br /&gt;
| 2,000 || 1,000 || 115 || 2 || 17 || {{No|March 2014}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|- &lt;br /&gt;
! [[Avalon]] ASIC #1&lt;br /&gt;
| 66,300 &amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;/&amp;gt; || 107 || 52.34 || 620&amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;/&amp;gt; || 1299&amp;lt;ref name=&amp;quot;avalon&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon]] ASIC #2&lt;br /&gt;
| 82,000&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || 117 || 54.70 || 700 || 1499&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon]] ASIC #3&lt;br /&gt;
| 82,000&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || 117 || 54.70 || 700 || 1499&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon2]]&lt;br /&gt;
| 300,000 || {{Patch|}} || {{Patch|}} || {{Patch|}} || 3075 || {{Yes}} || USB or Ethernet(Power by OpenWrt) || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon3]]&lt;br /&gt;
| 800,000 || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|April 2014}} || USB or Ethernet(Power by OpenWrt) || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[bi*fury]]&lt;br /&gt;
| 5,000 || 1,176 || 24 || 4.25 || 209 || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[BitBurner]]&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || USB || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Bitcoin Ultra]] Enigma 1	&lt;br /&gt;
| 750,000 || 1000 || 320 || 860 || 3200 || {{Yes}}  || USB, Ethernet || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 5Gh/s&lt;br /&gt;
| 5,000&amp;lt;ref name=&amp;quot;jap&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/5-gh-s-bitcoin-miner.html &amp;quot;BitForce 5 GH/s SC&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 166 || 18.24 || 30 || 274&amp;lt;ref name=&amp;quot;jap&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 10 Gh/s&lt;br /&gt;
| 10,000 &amp;lt;ref name=&amp;quot;bf10&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/10-gh-s-bitcoin-miner.html &amp;quot;BitForce 10 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved May 18, 2014.&amp;lt;/ref&amp;gt; || {{Patch|}} || 40 || {{Patch|}} || 249&amp;lt;ref name=&amp;quot;bf10&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 25 Gh/s&lt;br /&gt;
| 25,000 &amp;lt;ref name=&amp;quot;bf25&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/25-gh-s-bitcoin-miner.html &amp;quot;BitForce 25 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved December 14, 2013.&amp;lt;/ref&amp;gt; || 166 || 20.00 || 150 || 1249&amp;lt;ref name=&amp;quot;bf25&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Little Single&lt;br /&gt;
| 30,000&amp;lt;ref name=&amp;quot;ls&amp;quot; /&amp;gt; || {{Patch|}} || 46.22 || {{Patch|}} || 649&amp;lt;ref name=&amp;quot;ls&amp;quot;&amp;gt;[http://www.butterflylabs.com/pre-order-form-bitforce-little-single-sc/ &amp;quot;Pre Order Form – BitForce &#039;Little&#039; Single SC&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 50 Gh/s&lt;br /&gt;
| 50,000 &amp;lt;ref name=&amp;quot;bf50&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/50-gh-s-bitcoin-miner.html &amp;quot;BitForce 50 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 166 || 50 || 300|| 984&amp;lt;ref name=&amp;quot;bf50&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Single &#039;SC&#039;&lt;br /&gt;
| 60,000&amp;lt;ref name=&amp;quot;sc&amp;quot;&amp;gt;[http://www.butterflylabs.com/order-form-bitforce-sc-single &amp;quot;Pre Order Form – BitForce Single &#039;SC&#039; &amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 250 || 46.18 || 240 || 1299&amp;lt;ref name=&amp;quot;sc&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL 230 GH/s Rack Mount&lt;br /&gt;
| 230,000&amp;lt;ref name=&amp;quot;bf250&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/250-gh-s-rack-mount-bitcoin-miner.html &amp;quot;250 GH/s Rack Mount Bitcoin Miner&amp;quot;]. Butterfly Labs. Retrieved December 14, 2013.&amp;lt;/ref&amp;gt; || {{Patch|}} || 54 || {{Patch|}} || 4255&amp;lt;ref name=&amp;quot;bf250&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL 500 GH/s Mini Rig SC&lt;br /&gt;
| 500,000&amp;lt;ref name=&amp;quot;bf500&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/500-gh-s-bitcoin-miner.html &amp;quot;BitForce 500 GH/s Mini Rig SC&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 185 || {{Patch|}} || 2700 || 22484 || {{No|Discontinued}} || Wifi || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Monarch BPU 300 C &amp;lt;ref name=&amp;quot;Monarch300&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage-new-products/300-gh-bitcoin-mining-card.html/ &amp;quot;300 GH Bitcoin Mining Card&amp;quot;]. Butterfly Labs.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 300,000 || 1714 || 200 || 175 || 1497 || {{Patch|2014}} || PCIe, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Monarch BPU 600 C &amp;lt;ref name=&amp;quot;Monarch600&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage-new-products/600-gh-bitcoin-mining-card.html/ &amp;quot;600 GH Bitcoin Mining Card&amp;quot;]. Butterfly Labs.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 600,000 || 1714 || 273 || 350 || 2196 || {{Patch|2014}} || PCIe, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BitFury S.B.&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || RPi GPIO || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Bitmine.ch]] Avalon Clone 85GH&lt;br /&gt;
| 85,000 || {{Patch|}} || 13 || 650 || 6489&amp;lt;ref&amp;gt;Depends on user configuration available from http://www.bitmine.ch&amp;lt;/ref&amp;gt; || {{Yes}} || Ethernet, Wifi, USB || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! Black Arrow Prospero X-1&lt;br /&gt;
| 64,000 || 1777 || 267&amp;lt;ref name=&amp;quot;blackarrowx1&amp;quot;&amp;gt;[http://www.blackarrowsoftware.com/store/prospero-x-1.html &amp;quot;Black Arrow Official Website - X1&amp;quot;]. Retrieved September 21, 2013.&amp;lt;/ref&amp;gt; || 36 || 239&amp;lt;ref name=&amp;quot;blackarrowx1&amp;quot;/&amp;gt; || {{Patch|May 2014}} || Ethernet || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! Black Arrow Prospero X-3&lt;br /&gt;
| 1,344,000 || 1792 || 336&amp;lt;ref name=&amp;quot;blackarrowx3&amp;quot;&amp;gt;[http://www.blackarrowsoftware.com/store/prospero-x-3.html &amp;quot;Black Arrow Official Website - X3&amp;quot;]. Retrieved September 21, 2013.&amp;lt;/ref&amp;gt; || 750 || 3999&amp;lt;ref name=&amp;quot;blackarrowx3&amp;quot;/&amp;gt; || {{Patch|May 2014}} || Ethernet || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! Blue Fury&lt;br /&gt;
| 2,500 || 1000 || 17.8 || 2.5 || 140 || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Blade&lt;br /&gt;
| 10,752 || 129 || 28&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || 83 || 350&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Cube&lt;br /&gt;
| 30,000 || 150 || 55 || 200 || 550&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Emerald&lt;br /&gt;
| 336 || {{Patch|}} || {{Patch|}} || {{Patch|}} || Promo || {{No}} || USB || {{Yes|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Sapphire&lt;br /&gt;
| 333 || 130 || 17&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || 2.55 || 20&amp;lt;ref name=&amp;quot;bcprice&amp;quot;&amp;gt;Actual price is in bitcoins. USD value estimated.&amp;lt;/ref&amp;gt; || {{No|Discontinued}} || USB || {{Yes|samples}}&lt;br /&gt;
|-	&lt;br /&gt;
! [[CoinTerra]] TerraMiner IV&lt;br /&gt;
| 1,600,000&amp;lt;ref name=&amp;quot;TerraMiner&amp;quot;&amp;gt;[https://cointerra.com/product/terraminer-iv-1-6-ths-bitcoin-miner/ &amp;quot;CoinTerra TerraMiner IV&amp;quot;] &amp;lt;/ref&amp;gt; || {{Patch|}} || 500.2 || 2100 || 3199&amp;lt;ref name=&amp;quot;TerraMiner&amp;quot; /&amp;gt; || {{Yes}} || Ethernet || {{Yes|docs, code, samples}}	&lt;br /&gt;
|-	&lt;br /&gt;
! Drillbit&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Extolabs]] EX1&lt;br /&gt;
| 3,600,000&amp;lt;ref name=&amp;quot;EX1&amp;quot;&amp;gt;[http://www.extolabs.com &amp;quot;Extolabs EX-1&amp;quot;]. Extolabs. Retrieved April 4, 2014.&amp;lt;/ref&amp;gt; || 1895 || 379|| 1900&amp;lt;ref name=&amp;quot;EX1&amp;quot;/&amp;gt; || 4499&amp;lt;ref name=&amp;quot;EX1&amp;quot;/&amp;gt; || {{Yes}} || USB, Ethernet || {{Yes|docs}}&lt;br /&gt;
|-&lt;br /&gt;
! HashBuster Micro&lt;br /&gt;
| 20,000 || 869 || 29 || 23 || 688 || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! HashBuster Nano&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Apollo&lt;br /&gt;
| 700,000&amp;lt;ref name=&amp;quot;HCA&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Apollo&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 600&amp;lt;ref name=&amp;quot;HCA&amp;quot;/&amp;gt; || 2499&amp;lt;ref name=&amp;quot;HCA&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Hermes&lt;br /&gt;
| 1,000,000&amp;lt;ref name=&amp;quot;HCH&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Hermes&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1179 || {{Patch|}} || 850 &amp;lt;ref name=&amp;quot;HCH&amp;quot;/&amp;gt; || 3299&amp;lt;ref name=&amp;quot;HCH&amp;quot;/&amp;gt; || {{Patch|May 2014}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Poseidon&lt;br /&gt;
| 2,100,000&amp;lt;ref name=&amp;quot;HCP&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Poseidon&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 1500&amp;lt;ref name=&amp;quot;HCP&amp;quot;/&amp;gt; || 6899&amp;lt;ref name=&amp;quot;HCP&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Zeus&lt;br /&gt;
| 3,500,000&amp;lt;ref name=&amp;quot;HCZ&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Zeus&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 2400&amp;lt;ref name=&amp;quot;HCZ&amp;quot;/&amp;gt; || 10999&amp;lt;ref name=&amp;quot;HCZ&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Baby Jet&lt;br /&gt;
| 400,000&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;Baby Jet&amp;quot;]. HashFast. Retrieved October 4, 2013.&amp;lt;/ref&amp;gt; || 1143 || 71|| 350&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;/&amp;gt; || 5600&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;/&amp;gt; || {{Yes}} || Ethernet, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Sierra&lt;br /&gt;
| 1,200,000&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;The Sierra&amp;quot;]. HashFast. Retrieved October 4, 2013.&amp;lt;/ref&amp;gt; || 1143 || 169|| 1050&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;/&amp;gt; || 7080&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Sierra Evo 3&lt;br /&gt;
| 2,000,000&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;Sierra Evo 3&amp;quot;]. HashFast. Retrieved February 24, 2014.&amp;lt;/ref&amp;gt; || 1492 || 294|| 2200&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;/&amp;gt; || 6800&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;/&amp;gt; || {{Patch|Q2 2014}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Klondike&lt;br /&gt;
| 4,500 || 140 || 47 || 32 || 95 || {{Yes}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[KnCMiner]] Mercury&lt;br /&gt;
| 100,000 || {{Patch|}} || 50.04 || 250 || 1995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Saturn &amp;lt;ref name=&amp;quot;KNCMiner&amp;quot;&amp;gt;[https://www.kncminer.com/categories/miners &amp;quot;KNC Mining Hardware&amp;quot;] KNC Miner&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 250,000 || 400|| 66 || 300&amp;lt;ref name=&amp;quot;nopsu&amp;quot;&amp;gt;Power supply not included&amp;lt;/ref&amp;gt; || 2995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Jupiter &amp;lt;ref name=&amp;quot;KNCMiner&amp;quot;/&amp;gt;&lt;br /&gt;
| 500,000 || 400|| 80 || 600&amp;lt;ref name=&amp;quot;nopsu&amp;quot;/&amp;gt; || 4995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Neptune &amp;lt;ref name=&amp;quot;KnC Neptune&amp;quot;&amp;gt;[https://www.kncminer.com/categories/miners &amp;quot;KnC Neptunes 3TH first ever 20nm Chip&amp;quot;] KNC Miner&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 3,000,000 || 1429 || 231 || 2100 || 12995 &amp;lt;ref name=&amp;quot;KnC Neptune&amp;quot;&amp;gt;[https://www.kncminer.com/products/neptune &amp;quot;Neptune Online Store&amp;quot;] KnC Miner&amp;lt;/ref&amp;gt;|| {{Patch|Q1/Q2 2014}} || Ethernet || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! LittleFury&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Metabank&lt;br /&gt;
| 120,000 || 705 || 56 || 170 || 2160&amp;lt;ref&amp;gt;Actual costs higher outside Russia&amp;lt;/ref&amp;gt; || {{No}} || {{Patch|}} || {{Yes|code, samples}}&lt;br /&gt;
|-	 	&lt;br /&gt;
! [[Minerscube]] 5 - 5 Th/s	 	&lt;br /&gt;
| 5,000,000 || || 1250 || 825 || 4000 || {{Patch|July 2014}} || Ethernet || {{Yes|code, docs, samples}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
! [[Minerscube]] 8.5 - 8.5 Th/s	 	&lt;br /&gt;
| 8,500,000 || || 1416 || 1400 || 6000 || {{Patch|July 2014}} || Ethernet || {{Yes|code, docs, samples}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
! [[Minerscube]] 15 - 15 Th/s	 	&lt;br /&gt;
| 15,000,000 || || 1666 || 2475 || 9225 || {{Patch|July 2014}} || Ethernet || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! NanoFury / IceFury&lt;br /&gt;
| 2,000 || 800 || {{Patch|}} || 2.5 || {{Patch|}} || {{Patch|}} || USB || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! NanoFury NF2&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|2014}} || USB || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Red/BlueFury&lt;br /&gt;
| 2,600 || 1040 || 4 || 2.5 || 640 || {{Patch|}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! ROCKMINER R-BOX&lt;br /&gt;
| 32,000 || || || || || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[TerraHash]] Klondike 16 &amp;lt;ref name=&amp;quot;Klondike16&amp;quot;&amp;gt;[https://terrahash.com/product/4-5-ghsec-module/ &amp;quot;4.5 GH/sec Modular Board (Klondike 16)&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 4,500 || 140 || 18 || 32|| 250 || {{No}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash Klondike 64 &amp;lt;ref name=&amp;quot;Klondike64&amp;quot;&amp;gt;[https://terrahash.com/product/18-ghsec-modular-board/ &amp;quot;18 GH/sec Modular board (Klondike 64)&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 18,000 || 140 || 20 || 127 || 900 || {{No}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash DX Mini (full)&lt;br /&gt;
| 90,000 || 140 || 15 || 640 || 6000 || {{No}} || USB || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash DX Large (full)&lt;br /&gt;
| 180,000 || 140 || 17.14 || 1,280 || 10500 || {{No}} || USB || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! Twinfury&lt;br /&gt;
| 4,500 || 1174 || 20 || 3.83 || 216 || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-	&lt;br /&gt;
|-&lt;br /&gt;
! Spondooliestech &amp;lt;ref name=&amp;quot;SP30 Yukon&amp;quot;&amp;gt;[http://www.spondoolies-tech.com/products/sp30-yukon-september-batch-1 &amp;quot;SP30 Yukon September Batch 1&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 5,800 || || || || 5095 || 2014 || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-	&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerS1&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140107162747992Ce5uBuxW06D6 Ant Miner S1 product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerS2&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140429083756017VwGm90Xx06B5 Ant Miner S2 product page] Retrieved 2014-05-24&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerU1&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=000201401071629535717ycyGoWo06FE Ant Miner U1 Product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerU2&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140227111546291QgbvQbVr06FB Ant Miner U2+ Product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;&amp;gt;http://garzikrants.blogspot.com/2013/02/avalon-miner-power-usage.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;avalon&amp;quot;&amp;gt;[http://avalon-asics.com/ &amp;quot;Avalon ASIC&amp;quot;]. Avalon. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== FPGA ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Product !! Hash rate&amp;lt;br /&amp;gt;[Mhash/s] !! Efficiency&amp;lt;br /&amp;gt;[Mhash/J] !! Efficiency&amp;lt;br /&amp;gt;[Mhash/s/$] !! Power&amp;lt;br /&amp;gt;[W] !! Price&amp;lt;br /&amp;gt;[$]&lt;br /&gt;
|-&lt;br /&gt;
! Avnet Spartan-6 LX150T Development Kit&lt;br /&gt;
| 100&amp;lt;ref&amp;gt;Fpgaminer (May 19, 2011). [https://bitcointalk.org/index.php?topic=9047.0 &amp;quot;Official Open Source FPGA Bitcoin Miner&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.10 ||  || 995&amp;lt;ref&amp;gt;[http://avnetexpress.avnet.com/store/em/EMController?action=products&amp;amp;catalogId=500201&amp;amp;storeId=500201&amp;amp;N=0&amp;amp;langId=-1&amp;amp;slnk=b&amp;amp;term=AES-S6DEV-LX150T-G&amp;amp;hrf=http%3A%2F%2Fwww.em.avnet.com%2Fen-us%2Fdesign%2Fdrc%2FPages%2FXilinx-Spartan-6-FPGA-LX150T-Development-Kit.aspx&amp;amp;intcmp=EMA-BUY-AES-S6DEV-LX150T-G &amp;quot;AES-S6DEV-LX150T-G Parts&amp;quot;]. Avnet Express. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin Dominator X5000&lt;br /&gt;
| 100&amp;lt;ref name=&amp;quot;bd&amp;quot; /&amp;gt; || 14.7 || 0.22 || 6.8&amp;lt;ref name=&amp;quot;bd&amp;quot; /&amp;gt; || 440&amp;lt;ref name=&amp;quot;bd&amp;quot;&amp;gt;NewMeat1 (August 18, 2011). [https://bitcointalk.org/index.php?topic=37904.0 &amp;quot;Custom FPGA Board for Sale!&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! BitForce SHA256 Single&lt;br /&gt;
| 832&amp;lt;ref name=&amp;quot;single&amp;quot;&amp;gt;[http://www.butterflylabs.com/product-details/ &amp;quot;BitForce SHA256 Single – Technical Specifications&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 10.4 || 1.38 || 80&amp;lt;ref name=&amp;quot;single&amp;quot; /&amp;gt; || 599&amp;lt;ref name=&amp;quot;single&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Butterflylabs Mini Rig&lt;br /&gt;
| 25,200&amp;lt;ref name=&amp;quot;mini&amp;quot;&amp;gt;[http://web.archive.org/web/20120514032732/http://www.butterflylabs.com/products &amp;quot;Products&amp;quot;]. Butterfly Labs. Archived from the original on May 14, 2012. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; || 20.16 || 1.64 || 1,250&amp;lt;ref name=&amp;quot;mini&amp;quot; /&amp;gt; || 15,295&amp;lt;ref name=&amp;quot;mini2&amp;quot;&amp;gt;[http://www.butterflylabs.com/order-form-bitforce-sha256-mini-rig/ &amp;quot;Order Form – BitForce SHA256 – Mini Rig&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Digilent Nexys 2 500K&lt;br /&gt;
| 5&amp;lt;ref&amp;gt;The Seven (June 3, 2011). [https://bitcointalk.org/index.php?topic=9047.msg164438#msg164438 &amp;quot;Re: Official Open Source FPGA Bitcoin Miner (Smaller Devices Now Supported!)&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.03 ||  || 149&amp;lt;ref name=&amp;quot;dig&amp;quot;&amp;gt;[http://www.digilentinc.com/Products/Detail.cfm?Prod=NEXYS2 &amp;quot;Nexys™2 Spartan-3E FPGA Board&amp;quot;]. Digilent. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Icarus&lt;br /&gt;
| 380&amp;lt;ref name=&amp;quot;ica&amp;quot;&amp;gt;Nzghang (November 9, 2011). [https://bitcointalk.org/index.php?topic=51371.0 &amp;quot;FPGA development board &#039;Icarus&#039; – DisContinued/ important announcement&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 19.79 || 0.66 || 19.2&amp;lt;ref name=&amp;quot;ica&amp;quot; /&amp;gt; || 569&amp;lt;ref name=&amp;quot;ica&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! KnCMiner Mars&lt;br /&gt;
| 6,000 || ??? || 2.15 || ??? || 2,795&lt;br /&gt;
|-&lt;br /&gt;
! Lancelot&amp;lt;ref name=&amp;quot;lan&amp;quot;&amp;gt;Nzghang (May 6, 2012). [https://bitcointalk.org/index.php?topic=79835.0 &amp;quot;FPGA development board &amp;quot;Lancelot&amp;quot; - accept bitsteam developer&#039;s orders.&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 400&amp;lt;ref name=&amp;quot;lan1&amp;quot;&amp;gt;Black Arrow (Jun 11, 2013). [https://www.cardreaderfactory.com/shop/lancelot.html &amp;quot;Lancelot - Heavy Duty Dual Spartan6 Bitcoin Mining Device&amp;quot;]. cardreaderfactory.com. Retrieved Jun 11, 2013.&amp;lt;/ref&amp;gt; || ||  || 26 || 350&amp;lt;ref name=&amp;quot;lan1&amp;quot;&amp;gt;Black Arrow (Jun 11, 2013). [https://www.cardreaderfactory.com/shop/lancelot.html &amp;quot;Lancelot - Heavy Duty Dual Spartan6 Bitcoin Mining Device&amp;quot;]. cardreaderfactory.com. Retrieved Jun 11, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ModMiner Quad &lt;br /&gt;
| 800&amp;lt;ref name=&amp;quot;mmq&amp;quot;&amp;gt;[http://www.btcfpga.com/index.php?route=product/product&amp;amp;product_id=50 &amp;quot;ModMiner Quad&amp;quot;]. BTCFPGA. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 20 || 0.75 || 40&amp;lt;ref name=&amp;quot;mmq&amp;quot; /&amp;gt; || 1,069&amp;lt;ref name=&amp;quot;mmq&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Terasic DE2-115&lt;br /&gt;
| 80&amp;lt;ref&amp;gt;Fpgaminer (May 4, 2011). [https://bitcointalk.org/index.php?topic=5379.msg105544#msg105544 &amp;quot;Re: FPGA mining&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.13 ||  || 595&amp;lt;ref name=&amp;quot;de2&amp;quot;&amp;gt;[http://www.terasic.com.tw/cgi-bin/page/archive.pl?No=502 &amp;quot;Altera DE2-115 Development and Education Board&amp;quot;]. Terasic. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! X6500 FPGA Miner &lt;br /&gt;
| 400&amp;lt;ref name=&amp;quot;x65&amp;quot; /&amp;gt; || 23.25 || 0.72 || 17.2&amp;lt;ref name=&amp;quot;x65&amp;quot; /&amp;gt; || 550&amp;lt;ref name=&amp;quot;x65&amp;quot;&amp;gt;[http://store.fpgamining.com/ &amp;quot;FPGA Mining Store&amp;quot;]. FPGA Mining. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15b&lt;br /&gt;
| 90&amp;lt;ref name=&amp;quot;miner&amp;quot; /&amp;gt; || || 0.27 ||  || 325&amp;lt;ref&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=62&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15x&lt;br /&gt;
| 215&amp;lt;ref name=&amp;quot;miner&amp;quot; /&amp;gt; || || 0.52 ||  || 406&amp;lt;ref&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=66&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15y&lt;br /&gt;
| 860&amp;lt;ref name=&amp;quot;miner&amp;quot;&amp;gt;http://www.ztex.de/btcminer/&amp;lt;/ref&amp;gt; || || 0.65 || || 1,304&amp;lt;ref name=&amp;quot;1.15y&amp;quot;&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=74&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Graphics cards==&lt;br /&gt;
Due to the rising hashrate of the bitcoin network caused by the introduction of ASICs to the market, GPU mining Bitcoins has become impracticable. The hashrate of most GPU units is below 1GH/s, and as of 2014, some single ASIC units are able to reach speeds of over 1,000GH/s while consuming far less power than used by a GPU. The information in this table is preserved for historical interest, but does not include many GPUs which were released after the advent of ASIC mining.&lt;br /&gt;
&lt;br /&gt;
===AMD (ATI)===&lt;br /&gt;
Stream SDK 2.5 seems to have resolved many of the problems with earlier versions.  Everyone&#039;s setups will be unique so this should only be a guide or starting point, not an absolute.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/J !! Mhash/s/$&amp;lt;ref name=&#039;amazon_20110625&#039;/&amp;gt; !! Watts !! Clock !! SP !! SDK !! Slot !! Miner !! Notes &lt;br /&gt;
|-&lt;br /&gt;
| 3410 || 0.89 || 0.074 || ? || 12(?) || 222 || 40 || 1.4 beta || PCI-E 1.1 x8 || A custom Brook+ miner || Using 16,384 length streams&lt;br /&gt;
|-&lt;br /&gt;
| 3XXX || || || || || || || || || || OpenCL Not Supported&lt;br /&gt;
|-&lt;br /&gt;
| 42XX || || || || || || || || || || OpenCL Not Supported (integrated/mobile GPU)&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 6.93 || 0.346 ||0.16 || 20 || 575 || 80 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 7.2 || || || || 600 || || 1.1 || PCI-E 2.0 x16 || cgminer/Linux || default settings&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 8.14 || -|| 0.19 || - || 730 || 80 || 2.4 || PCI-E 2.0 x16 || Diablo/Windows7 || -w 32. Model: Asus EAH4350 Silent. Memory at 400MHz. Runs at 60°C with ambient at 25°C.&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 10.7 || -|| - || - || 730 || - || 2.6 || PCI-E 2.0 x16 || CGMiner/Windows7 || -v -w 64 Voltage set at 0.900 core set at 800MHZ and memory set to 200MHZ&lt;br /&gt;
|-&lt;br /&gt;
| 4550 || 7.23 || 0.289 ||0.13 || 25 || 600 || 80 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4550 || 7.8 ||  ||  ||  ||   ||   || - || PCI-E 2.0 x16 || guiminer /phoenix || worksize=64 VECTORS &lt;br /&gt;
|-&lt;br /&gt;
| 4570M || 8.02 || 0.297 || ? || 27 || 680 || 80 || - || PCI-E 2.0 x16 || Diablo/Windows7 || -w 64, SDK 2.4, Cat 11.4. Model: Sony Vaio NW&lt;br /&gt;
|-&lt;br /&gt;
| 4570M || 9.6 || 0.300|| ? || 32 || 825(OC) || 80 || - || PCI-E 2.0 x16 || Diablo/Windows7 || -w 64, SDK 2.4, Cat 11.4. Model: Sony Vaio NW. OC core 680-&amp;gt;825. U/C memory 800-&amp;gt;500.&lt;br /&gt;
|-&lt;br /&gt;
| 4650 || 31.33 || 0.653||  0.44 || 48 || 650 || 320 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 36.14 || 0.613|| 0.34 || 59 || 750 || 320 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 40.11 || 0.679|| 0.38 || 59 || 800 || 320 || - || AGP x8 || poclbm/Ubuntu 10.10 w/ H == 0 mod || -w 32 -f 0, don&#039;t use vectors [http://www.bitcoin.org/smf/index.php?topic=1334.msg85236#msg85236 source]&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 50 || - || 0.47 || 60 || 800 || 320 || - || PCI-E 2.0 x16 || guiminer || 2 miners set up i7 920 (130W), CPU: Ufasoft, GPU: OpenCL; the CPU is getting about 40 Mhash/s while the GPU goes from 10-20 Mhash/s&lt;br /&gt;
|-&lt;br /&gt;
| 4730 || 72.29 || 0.657|| ? || 110 || 750 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4770 || 72.29 || 0.904|| 0.72 || 80 || 750 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 55.42 || 0.583|| || 95 || 575 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 61.7 || - || || - || 700 || - || 2.4 || PCI-E 2.0 x16 || poclbm-mod || Fedora 14&lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 64.9 || - || - || - || 700 || - || 2.4 || PCI-E 2.0 x16 || poclbm-mod || Fedora 14&lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 66.12 || 0.503|| || 105 || 700 || 1005 || - || PCI-E 2.0 x16 || - ||&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 75.30 || 0.685 || || 110 || 625 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 84.3 || 0.766 ||  || 110 || 725 || 300 || - || PCI-E 2.0 x16 || - || -w64 fan at 70% temp 73C, stock voltage -gui miner&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 87.4 || 0.79 || - || 110 || 785 || 800 || - || PCI-E 2.0 x16 || guiminer || Phoenix; -k poclbm&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 90.1 || 0.819 || || 110 || 800 || 500 || - || PCI-E 2.0 x16 || guiminer || -f 30; Tried phoenix and phatk, got same max&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 101 || 0.918 || || 110 || 817 || 500 || 2.1 || PCI-E 2.0 x16 || guiminer || -f 0, core 817mhz(default 625)@1.123v , mem downclock to 500mhz (default 993) [http://www.smpake.com/?p=6 source]&lt;br /&gt;
|-&lt;br /&gt;
| 4850x2 || 150.60 || 0.602 || || 250 || 625 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4860 || 67.47 || 0.519||  || 130 || 700 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 78 || 0.520||  || 150 || - || - || - || PCI-E 2.0 x16 || m0mchil&#039;s OpenCL/Vista 64bit || [http://www.bitcoin.org/smf/index.php?topic=1628.msg25069#msg25069 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 88 || ||  || 140 || std || 800 || 12.3.6 || PCI-E 2.0 x16 || phoenix 1.50 / 64bit OS X pyopencl / poclbm || Standard Mac Pro 3,1 with Apple HD4870 upgrade. Flags: FASTLOOP WORKSIZE=64 AGGRESSION=5 (don&#039;t use vectors, and hash rate drops to 60-70 if browser windows are visible, speeds up to 88 if you hide them!&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 90.36 || 0.602||  || 150 || 750 || 800 || 2.1 || PCI-E 2.0 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 92.84 || 0.6189333(?)||  || 150(?) || 830(OC) || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k poclbm AGGRESSION=5 (Windows 7 64-Bit, GPU OC 750-&amp;gt;830MHz, VRAM UC 900-&amp;gt;450MHz, BIOS modded)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 96 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || Smartcoin r657s / phoenix 1.50 / Linuxcoin 0.2b final || Powercolor @ GPU 830 MHz/ MEM 200 Mhz @ 80% FAN @ 69 temp @ Flags: -k phatk bfi_int=false FASTLOOP=false WORKSIZE=256 AGGRESSION=11 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 104 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || Smartcoin r657s / DiabloMiner / Linuxcoin 0.2b final || Powercolor @ GPU 830 MHz/ MEM 200 Mhz @ 80% FAN @ 69 temp @ Flags: -v 1 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 104.2 || ?||  || ? || 830(OC) || 800 || 2.1 || PCI-E 2.0 x16 || poclbm ||  Windows 7 64-Bit, GPU Core OC to 830 MHz, GPU Memory UC to 200 MHz By MSI AfterBurner. Card: Gainward Golden Sample. @70%Fan we have 55 GPU temp.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 104.6 || 0.872||  || 120 || 830(OC) || 800 || 2.1 || PCI-E 2.0 x16 || poclbm || -w 256 -f 1, Windows 7 64-Bit, GPU Core OC to 830 MHz, GPU Memory UC to 190 MHz (saves 30 watts at outlet)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 112 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || BAMT 0.5c / cgminer || Powercolor @ GPU 875 MHz/ MEM 300 Mhz/ 1,25VDC @ 100% FAN @ 65 temp @ Flags: -v 1 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870x2 || 180.6||   0.632|| || 286 || 800 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870x2 || 180.72||    0.632|| || 286 || 750 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4870x2 || 203 || || ||  || 850(OC) || 1600 || 2.6 || PCI-E 2.0 x16 || poclbm-mod ver. 20 april 2011|| Gainward / Win7 x64 / -w 256 -f 1 / 850MHz GPU - 300MHz Mem - 1,262V - 100% fun : 72C&lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 97.1 || 0.511|| || 190 || 870(OC) || 1050 || 2.4 || PCI-E 2.0 x16 || GUIMiner v2011-01-21 Solo settings || Sapphire fab. No flags options helped. Close all browsers and do full restart of GUIMiner and then Bitcoin via GUIMiner server starter or the browsers GPU accl. will limit to 56~ ish Mhash/s - I can now start browser without slowdowns&lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 102.41 || 0.539|| || 190 || 850 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 108.3 || 0.57|| || 190 || 975 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 121.5 || -||  || 190 || 1025 (OC) || 800 || 2.4 || PCI-E 2.0 x16 || poclbm || no flags, Vcore 1.4 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 11.99||   0.631|| || 19 || 650 || 80 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 13.74|| || - || - || 700 || - || - || PCI-E 2.1 x16 || poclbm/Linuxcoin v0.2 || -v -w128 tried several options, seems to work best.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 14.12|| || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix/Linuxcoin v0.2 || Flags: &amp;quot;DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&amp;quot; Kernel: &amp;quot;phatk&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 15.36|| || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix || Flags: &amp;quot;DEVICE=0 VECTORS AGRESSION=8 FASTLOOP BFI_ING WORKSIZE=128&amp;quot; Kernel: &amp;quot;phatk&amp;quot; - MagicSata&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 18.10|| || - || - || 774 || - || - || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 1 774.66MHz/300.37MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5470 || 17.10|| || - || - || - || - || - || - || poclbm || -v -w 128 MobileGPU&lt;br /&gt;
|-&lt;br /&gt;
| 5550 || 40.59 || 1.041||  || 39 || 550 || 320 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 5550 || 62.10 || - || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix || 700MHz core 800MHz ram, phatk mod, Flags: &amp;quot;-k phatk worksize=128 vectors aggression=4 bfi_int&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 59.96 || 1.538|| || 39 || 650 || 400 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 62 || 1.59|| || 39 || 650 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 64 || 1.641|| || 39 || 650 || - || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 73 || 1.872|| || 39 || 700 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 86.3 || 2.397|| || 36 || 775 || 300 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.75 OpenCL/Windows 7 x64 (no Aero) ||-k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v  WORKSIZE=256 Fan 100% 86C Undervolted @ 0.96v using Sapphire Trixx&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 94 || stock || || || 880 || 800 || 2.4 || PCI-E 2.1 x16 || GUI Miner 02-12/Windows 7 x86 || -v -w128 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 102 || 1.46(+)|| || 75(-) || 950 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Windows 7 x86 (no Aero) || -k phatk DEVICE=0 VECTORS AGGRESSION=7 -v FASTLOOP BFI_INT WORKSIZE=256 (Reference Sapphire card, 2 additional 120mm coolers, temperature is 79-82C)&lt;br /&gt;
|-&lt;br /&gt;
| 5650 || 48 || 1.37|| || 35(?) || - || - || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL/Win7-64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26292#msg26292 source] [http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-5650.23697.0.html source] -- not TDP but load&lt;br /&gt;
|-&lt;br /&gt;
| 5650 || 61.2 || || || 35 || || || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50 OpenCL/Windows 7 x64 || -k phatk DEVICE=0 VECTORS BFI_INT WORKSIZE=128 AGGRESSION=9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 71.49 || 1.117|| || 64 || 775 || 400 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 72 || 1.64|| || 44 || 850 || - || - || PCI-E 2.0 x16 || poclbm-mod (Win7-64) || Sapphire 100287VGAL card is low power&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 85|| || - || - || 900 || 400 || - || PCI-E 2.1 x16 || poclbm || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 91|| || - || - || 890 || 400 || - || PCI-E 2.1 x16 || guiminer 2011-06-09 poclbm catalyst 11.2 win7 x86 || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 100|| || - || - || 890 || 400 || - || PCI-E 2.1 x16 || cgminer 1.5.6 || GPU/Mem 890/800 temp 72C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 103 || -|| || - || 900/275 || 400 || 2.4 || PCI-E 2.1 x1 || phoenix-1.50 / phatk-mod / Ubuntu 11.04 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256 / small fan, under 50 deg C, no voltage tweaks... catfish&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 127.8|| || - || - || 850 || - || - || PCI-E 2.1 x16 || Windows 7 (64bit) Phoenix 2.0 || Aggression=11 Worksize=128 Fastloop=False Opencl&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 105 || - || - || - ||  - || - || - || - || poclbm || Apple iMac 27inch (Mid 2010), Mac OSX 10.7 Lion &lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 116.24 || 1.352|| || 86 || 700 || 720 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 137 || ||- || - || 710 || 720 || - || PCI-E 1.1 x16 || poclbm || -v -f 0 -w 128 using stock memory and GPU clocks&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 146.4 || || - || - || 775 || 720 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-21 || -v -w128, AMD Catalyst overclock (775MHz GPU / 1225 MHz Memory)&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 154.56 || 1.45|| || 106 || 830 || 720 || - || PCI-E 2.1 x16 || - || -v -w128 -f20 underclocked memory clocks from 1150MHz to 300MHz&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 170 || - || || - || 870 || 720 || - || PCI-E 1.1 x16 || poclbm || -v -f 0 -w 128 patched BIOS to underclock memory to 300MHz&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 173 || - || ||- || 875 || 720 || - || PCI-E 1.1 x16 || phoenix || 875/300 w/MSI Afterburner, BFI_INT VECTORS AGGRESSION=12 FASTLOOP=FALSE -k phatk&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 177 || - || ||- || 910/575 || 720 || 2.6 || PCI-E 2.0 x8 || phoenix 1.5.6 || PowerColor GoGreen+fan, MSI Afterburner 2.2Beta, -k phatk VECTORS AGGRESSION=12 FASTLOOP=FALSE WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 190 || - || ||- || 930/290 || - || atistream sdk || PCI-E 1.1 x16 || poclbm || 930gpu / 290mem (O.S. Ubuntu 10.10 x64, overclock gpu &amp;amp; underclock mem) with poclbm options -v -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| 5750 Vapor-X || 195 || - || - || 125 || 975/300 || - || 2.4 || PCI-E 1.1 x16 || cgminer 2.7.5 || (O.S. Ubuntu 12.01 AMD64 dedicated) cgminer options -Q 0 -I 9 -g 2 -w 256 --auto-fan --temp-target 65 --gpu-vddc 1.075 (Fan speed 60~65%)&lt;br /&gt;
|-&lt;br /&gt;
| 5750x2 CF || 356 || - || ||- || 870 || 720x2 || 2.4 || PCI-E 2.0 x16 || [http://forum.bitcoin.org/index.php?topic=28402.0 cgminer v1.5.1] (Win7 64bit) || 870MHz GPU / -I 8 / 2x [http://www.gigabyte.com/products/product-page.aspx?pid=3402#sp GIGABYTE GV-R575SL-1GI] cards + [http://www.gigabyte.com/products/product-page.aspx?pid=3258#sp GIGABYTE GA-790FXTA-UD5] MB + 1x [http://www.noctua.at/main.php?show=productview&amp;amp;products_id=9&amp;amp;lng=en 80mm], 1x [http://www.noctua.at/main.php?show=productview&amp;amp;products_id=16&amp;amp;lng=en 90mm] Noctua coolers&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 156.83 || 1.452|| || 108 || 850 || 800 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 171.12 || - || - || - || - || stock || - || PCI-E 2.1 x16 || phoenix 1.7.3/debian gnu/linux 6 squeeze || -k phatk2 DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 180 || 1.406(*)|| || 128(*) || 950(OC) || 800 || 2.4RC1 || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 30 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here])&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 Hawk || 182 || ||- || - || 875 || 800 || 2.4 || PCI-E 2.0 x16 || poclbm/GUIMiner/Win7-64 || -v -w 128 (875MHz is stock for 5770 Hawk)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 185 || - || ||- || 850 || 1200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk || -k phatk VECTORS BFI_INT WORKSIZE=128 FASTLOOP AGGRESSION=7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 205.58 || - || ||- || 935 || 300 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 || -v -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 214.5 || 1.95(-)|| || 108(+) || 950 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50/GUIMiner/Win7-64 || mem underclocked 300 mhz, 1.1vcore, 950mhz core, @69°C/57%FAN VECTORS BFI_INT AGGRESSION=12 -k phatk WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 214.7 || 1.95(-)|| || 108(+) || 950 || 800 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / win7x86 || mem underclocked 309 mhz, -k phatk DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 216.5 || -|| || - || 955 || || 2.1 || PCI-E 2.0 x16 || Phoenix 1.5 /phatk || [http://forum.bitcoin.org/index.php?topic=23067.0 Modified phatk kernel] and stock voltage for Sapphire (1.125V) VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 218.35 || -|| || - || 1000 || 1401 || 2.1 || PCI-E 2.0 x16 || DiabloMiner || -w 128 -v 2 (Overclocked to 1Ghz core with 1.2 voltage and Scythe Setsugen 2 cooling system)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 223 || 2.23(-)|| || 100(+) || 1050 || 300 || 2.4 || PCI-E 2.1 x16 || guiminer || -v -w256 [http://www.smpake.com/?p=59 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 227 || -|| || - || 1030 || 800 || 2.1 || PCI-E 2.0 x16 || DiabloMiner || -w 256 -v 2 (Overclocked to 1030 core/300 mem with 1.2 voltage and Scythe Setsugen 2 cooling system)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 233 || 2.23(-)|| || 100(+) || 1050 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256 [http://www.smpake.com/?p=59 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 236 || -|| || - || 1033/275 || 800 || 2.4 || PCI-E 2.1 x16 || phoenix-1.50 / phatk-mod / Ubuntu 10.04 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256 / big fans, under 75 deg C, no voltage tweaks... catfish&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 240.61 || 2.3632(-)|| || 100(+) || 1080 || 300 || 2.4 || PCI-E 2.1 x1 || phoenix 1.48 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256 (OC&#039;d and OV&#039;d 1080/300 1.25v)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 241 || - || - || 100(+) || 1045 || 250 || 2.1 || PCI-E 2.1 x16 || phoenix 1.50 || VECTORS BFI_INT AGGRESSION=13 -k phatk WORKSIZE=256 (OC 1020/300) XFX@1.1 volts. +Kernel function improve 5%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 244 || -|| || - || 1050 || 300 || 2.1 || PCI-E 2.0 x16 || Phoenix 1.75 /phatk2 || [http://forum.bitcoin.org/index.php?topic=23067.0 Modified phatk kernel] and stock voltage for Sapphire (1.125V) VECTORS BFI_INT FASTLOOP=false AGGRESSION=9, Temp 75C, FAN 100% (manual)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770x2 || 425 || - || - || 225(+) || 960 || 800x2 || 2.1 || PCI-E 2.1 x16 || poclbm (guiminer) Win7x64 || -v -w128 (OC 960/1200)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830M || 120 || -|| || - || 570|| 120 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50 OpenCL/Win7 x64|| -k phatk DEVICE=0 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 244 || 1.36|| || 179 || 800 || 1000 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=1 VECTORS AGGRESSION=6 -v FASTLOOP WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 245 || 1.28|| || 192 || 880 || 900 || 2.4 || PCI-E 2.1 x16 || poclbm (guiminer) || -v -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 248 || 1.29|| || 192 || 880 || 500 || 2.4 || PCI-E 2.1 x16 || phoenix 1.46 || -k poclbm VECTORS BFI_INT AGGRESSION=11&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 256 || -|| || - || 900 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 || -k poclbm VECTORS BFI_INT AGGRESSION=7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 267 || -|| || - || 875 || 1000 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=1 VECTORS AGGRESSION=6 -v FASTLOOP WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 272 || 1.52|| || 179 || 875 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / LinuxCoin || 275Mhz Memory clock, 1.125 V (from 1.163), VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 275 || 1.5714|| || 175 || 900 || 500 || 2.1 || PCI-E 2.1 x16 || poclbm (guiminer) Win7x64 || -v -w64 -f10, XFX stock w/ v2.4 SDK = 230Mh/s, v2.1 SDK = +10Mh/s, overclocking core clock by 100 = +30Mh/s, underclocking memory to 500 (ran cooler), and changing workload to -w64 = +5Mh/s.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 285 || - ||1.58 || - || 960 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.47 / poclbm / Win7 64 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 290 || -||  || - || 930 || - || 2.2 || PCI-E x16/x4/x1 || GUIMiner / phoenix  1.5 / POCLBM / Win 7 64 || POCLBM VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false / Memory 300Mhz, VCore standard&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 290 || -||  || - || 996 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.4 / poclbm / Win7 64 || VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 295 || -|| || - || 980 || 1120 || 2.1 || PCI-E 2.1 x16 || GUIMiner / poclbm / Win XP 32 || Extra flags -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 297 || -|| || - || 970 || 1120 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.48 / phatk / Win7 64 || 300Mhz Memory clock, 44% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=8 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 960|| 300 || 2.4 || PCI-E 2.1 x16 || GUIMiner / poclbm / Win 7 64 || Extra flags -v -w 256 (Sapphire Extreme 71 degrees @ 52% fan)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 970 || - || 2.4 || PCI-E 2.0 x16 || phoenix 1.47 / pheonix 1.48 / Win7 64 || (sapphire xtreme) VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 970 || 1120 || 2.1 || PCI-E x16 || phoenix 1.48 / phatk / Win7 64 || 300Mhz memory clock BFI_INT AGGRESSION=12 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 305 || -|| || - || 984 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.4 / phatk / Win7 32 || 400Mhz Memory clock, VECTORS AGGRESSION=12 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 307 || -|| || - || 996 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 64 || VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 307 || 2.25 || 2.55 || 125 || 965 || - || - || PCI-E 2.1 x16 || cgminer 2.0.5 / Win7 64 || Mem @ 300/Stock voltage/Entire system 200W&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 308 || -|| || - || 990 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / poclbm / Xubuntu 11.04 x64 || VECTORS AGGRESSION=11 BFI_INT FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 308 || -|| || - || 990 || 375 || 2.1 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 32 || @ stock voltage VECTORS AGGRESSION=11 -v FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 black || 310 || ||- || - || 990 || 300 || 2.4 || PCI-E 2.1 x8 || LinuxCoin 0.2b, phoenix/phatk || (XFX Brand) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=11 FASTLOOPS=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 311 || -|| || - || 1000 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Linux || VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 315 || -|| || - || 970 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.6.1 / phatk2 / CrunchBang Linux || memory @ 300mhz VECTORS BFI_INT AGGRESSION=9 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 316 || ||- || - || 1015 || 375 || 2.1 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 32 || @ stock voltage VECTORS AGGRESSION=12 -v FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 319 || -|| 1.77 || - || 1030 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Xp 64 || 1.2v 355Mhz Memory, VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 321 || -||  || - || 1000 || 1120 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk-mod / Linux || 1000Mhz GPU, 350Mhz RAM, 1.15V, 90% fan, ~60c Temp, VECTORS BFI_INT FASTLOOP=false AGGRESSION=13 WORKSIZE=128; phatk kernel found [http://forum.bitcoin.org/index.php?topic=25135.0 here]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 323 || || ||  || 900 (OC) ||  || 2.4 || PCI-E 2.1 x16 || phoenix 1.5 Win7x64 || (500Mhz RAM), ~61c Temp, 57% fan, BFI_INT  FASTLOOP=false VECTORS AGGRESSION=12 -v WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 (127$) || 325 || 1.98 || 2.57Mh/$ || 165W || 1040MHz || 200MHz || 2.6 || PCI-E 2.0 x8  || Guiminer/phatk-[http://forum.bitcoin.org/index.php?topic=25135.0 mod] w7 64bit  || -k phatk AGGRESSION=12 VECTORS2 WORKSIZE=128 stock volt, watercooled 53C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 328 || - || - || - || 1040 || - || 2.4 || PCI-E 2.1 x16 || LinuxCoin 0.2.1b / phoenix / phatk || 1.195 V, RAM @ 325 Mhz, fan @90%, no case, extra 10K RPM fan (62 deg.C in full-load); options: -k phatk DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256; brand: Sapphire Xtreme; bord is stable up to 1060 Mhz ~ 335 MHash, but produces some visual artefacts;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 331 || - || 4.14 || - || 1010 || 1120 || 2.4 || PCI-E 1.0 x16 || WinXP 32 / Phoenix 1.7.5 / phatk2 || Stock Voltage, RAM 300, 64C, Fan 67%, -k phatk2 VECTORS BFI_INT AGGRESSION=11 WORKSIZE=256 FASTLOOP=false (+6Mh w/ Phoenix 1.7.5 over 1.6.2)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 333 || - || - || - || 1040 || - || 2.4 || PCI-E 2.1 x16 || LinuxCoin 0.2.1b / phoenix-1.50 / phatk-[http://forum.bitcoin.org/index.php?topic=25135.0 mod] || + ~5 Mhash increase using the modified phatk from the user above. I am the same guy with 330 @ 1040 MHz Sapphire Xtreme, all other settings the same, board stable, no increase in rejected&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 334 || -|| || - || 1040 || - || 2.5 || PCI-E 2.0 x16 || phoenix 1.75 / phatk 2.2 / Win7 64 || Stock voltage, 208Mhz Memory, VECTORS AGGRESSION=12 WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 334 || -|| || - || 1030 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk 2.0 / Win7 64 || Stock voltage, 385Mhz Memory, VECTORS AGGRESSION=12 WORKSIZE=256 BFI_INT  -- (upped from 330 achieved with diapolo mod [http://forum.bitcoin.org/index.php?topic=25135.0 here]), now using phatk 2.0 found [http://forum.bitcoin.org/?topic=7964.0 here]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 342 || - || - || - || 1045 || - || 2.4 || PCI-E 2.0 x8 || phoenix 1.48 / phatk 2.2 / WinSvr 2008 R2 64 || Stock voltage, 385Mhz Memory, VECTORS VECTORS4 FASTLOOP=false AGGRESSION=14 BFI_INT -k phatk-2.2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 CF || 480 || -|| || - || 800 || - || 2.4 || PCI-E 2.1 x16 || Guiminer/ - / Win7 64bit |Guiminer || -v -f70 -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 || 570 || -|| || - || 950 || - || 2.4 || PCI-E 2.1 x8 || Guiminer/ - / Win7 64bit poclbm || poclbm -v -w256 -f10 MEMORYCLOCK 300MHZ GPUCLOCK 950MHZ FAN 52% 72°C &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 || 608 || -|| || - || 990 || - || - || 2x PCI-E 2.0 x16 || phoenix 2.0/ phatk2 / Win7 32bit || Stock voltage, 300Mhz Memory, VECTORS GOFFSET AGGRESSION=12 WORKSIZE=256 BFI_INT FAN 51% 69°C (Open ATX case) &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x6 || 1967 || 1.62 || 1.97 || - || 1020/340 || 1120x6 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.7.5/phatk2/BAMT Linux || 100% fan @65C / 1.162V / CCC 11.6 / BFI_INT VECTORS FASTLOOP=false AGGRESSION=11 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 240.77 || 1.595|| 1.49 || 151 || 725 || 1440 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 250.26 || 1.657|| || 151 || 725 || 1440 || - || PCI-E 2.1 x16 || opencl client || [http://www.bitcoin.org/smf/index.php?topic=1628.msg29471#msg29471 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 252 || 1.575|| || 160 || 765 || 1440 || 2.3 || PCI-E 2.1 x16 || poclbm 2011-01-25 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 255.3 || 1.593|| || 160 || 765 || 1440 || 2.2 || PCI-E 2.1 x16 || poclbm 2011-01-25 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 264 || 1.748|| || 151 || 725 || 1440 || 2.4 || PCI-E 1.0 x8 || guiminer-20110501 || -v -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 280 || 1.75|| || 160 || 765 || 1440 || 2.2 || PCI-E 2.1 x16 || Phoenix 1.3 || with BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 280 || - || ||- || 725 || 1440 || 2.1 || PCI-E 2.1 x16 || Phoenix 1.50 / Fedora 14 || -v -k poclbm VECTORS AGGRESSION=8 WORKSIZE=128 BFI_INT FASTLOOP=true&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 282.75 ||style=&amp;quot;background:#EFEFFF;&amp;quot;| 3.06|| - || 92.25|| 666 (UC) || 1440|| 2.1 || PCI-E 2.1 x16 || Phoenix/WinXP || undervolted to 0.95V; phatk2 VECTORS BFI_INT AGGRESSION=11 WORKSIZE=256; driver 10.12; [http://bitcointalk.org/index.php?topic=9982.0 clocktweak] for setting values; [https://bitcointalk.org/index.php?topic=40056 thread]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 292 || 1.825|| || 160 || 765 || 1440 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 -v -f 1 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 298 || 1.8620|| || 160 || 765 || 1440 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 -v -f 1 -w 64 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 300 || 1.5460|| || 194 || 925(OC) || 1440 || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 304 || - || || - || 725 (stock) || 1440 || 2.1 || PCI-E 2.1 x16 || cgminer.exe -v 2 -I 8 -w 256 --gpu-memclock 275 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 314 || 1.8362|| || 171 || 820(OC) || 1440 || 2.4 || PCI-E 1.0 x8 || poclbm || -v -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 328 || - || || - || 875 @ Stock voltage || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix || 70C @42% fan, mem @ 500mhz; -v -k phatk VECTORS BFI_INT AGGRESSION=8 FASTLOOP=false WORKSIZE=128  &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 330 || - || ||- || 850 @ Stock voltage || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix || EAH5850, miner arguments: -k poclbm DEVICE=1 VECTORS AGGRESSION=8 WORKSIZE=128 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 331 || - || ||- || 725 (Stock) ||  || 2.4 || PCI-E 2.0 x16 || Diablo Win7 64bits||  Sapphire 5850 Xtreme, Arguments: -v 2 -w 192 (by Swapper 2011-07-05)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 335 || 1.8611|| || 180 || 890(OC) || 1440 || 2.4 || PCI-E 2.0 x8 || poclbm || -v -w128, Memory downclocked to 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 344 || 1.8594|| || 185 || 890(OC) || 1440 || - || PCI-E 2.0 x16 || phoenix || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 347 || -|| || - || 876 || 1440 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.48 / phatk / Win7 64 || 300Mhz Memory clock, 50% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 354 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 2.0 x16 || diablo -v 2 -w 128 || Ubuntu 11.04 64-bit [http://forum.bitcoin.org/index.php?topic=9239.0 Headless], catalyst 11.5, memory downclocked to 300mhz, stock voltage. flashed with atiflash [http://www.youtube.com/watch?v=U9AxNmOy6_0 video]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 355 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix 1.48 / phatk || Ubuntu 11.04 64-bit, Memory downclocked to 200MHz, VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 355 || -|| || - || 900 || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix 1.48 / phatk / Ubuntu 11.04 x64 || 300Mhz Memory clock, 60% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 356 || -|| || - || 870 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 || cgminer 2.1.2 / Win 7 x64 || 302Mhz Memory clock, 85% fan-speed, Stock Voltage,  -I 6 -v 2 -w 256 (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 359 || -|| || - || 900 || 1440 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk / Ubuntu 11.04 x64 || 300Mhz Memory clock, 66% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 365 || -|| || - || 920 || 1440 || 2.1 || PCI-E x16 || phoenix 1.48 / phatk / Win7 64 || 300Mhz memory clock VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 367.5 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 1.0 x16 || diablo with bitless&#039;s hack, -v 2 -w 128 || RHEL 5U5 x86_64, catalyst 11.5, Sapphire HD 5850 Xtreme, Memory downclocked to 300MHz, core voltage 1.145V, BIOS modded with RBE&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 369.4 || -|| || - || 930 || 1440 || 2.4 || PCI-E 1.0 x16 || guiminer / phoenix / phatk / Win7 32 || Catalyst 11.5, XFX HD5850, Memory downclocked to 322MHz, -k phatk VECTORS BFI_INT AGGRESSION=13 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 372 || 1.68 || - || 220 @ Wall || 900 || 300 || 2.5 || PCI-E 1.1 x8 || cgminer 2.3.1 from source / Ubuntu 11.11 x86_64 || -I 8 -v 2 -w 256 --- hex-core opteron cpu w/ 12GB RAM and cgminer CPU bug in linux makes power usage a little high ~210w in windows 7 x86_64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 375 || -|| || - || 940 || 1440 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk / Ubuntu 10.04 || 300Mhz memory clock  VECTORS AGGRESSION=13 WORKSIZE=256 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 381 || -|| || - || 940 || 1440 || 2.5 || PCI-E 1.0 x16 || phoenix / phatk / Win7 x64 / Catalyst 11.6 || MSI Afterburner 500MHz memory clock,-k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 382 || 1.8454|| || 207 || 995(OC) || 1440 || - || PCI-E 2.0 x8 || phoenix || OC 1.177v on core&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 391 || - || - || 180 || 725 || 1440 || 2.4 || PCI-E 2.0 x16 || Win 7 Ultimate x64 / DiabloMiner / Catalyst 12.2 || ASUS DirectCU @ GPU 960 MHz / MEM 300 Mhz @ Voltage 1.2 @ 70% FAN @ 69 temp @ Flags: -v 2,1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 391 || -|| || - || 1000 || 1440 || 2.1 || PCI-E 2.0 x16(@x8) || phoenix 1.5 / phatk / Win7 64 || Mem @ 280, fan @ 100%, Temp @ 71, 1.163 V core, -v -k phatk VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256, The name is Mautobu&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 392 || -||2.43 || - || 990 || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix-svn (AUR) / phatk / Arch Linux || Memory: 180MHz, -v -q 1 -k phatk WORKSIZE=128 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 397 || -|| || - || 950 || 1440 || 2.5 || PCI-E 2.1 16x || phoenix 1.5 / phatk 2.2 / Win7 64, catalyst 11.6 || Mem speed 350Mhz, Fan 85%, 70C, 1.083 Vcore, -k phatk  VECTORS BFI_INT AGGRESSION=12 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 400 || -|| || - || 1000 || 1440 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.5 Win7 x64 || Memory 600MHz, Vcore 1.225, 73C, -k phatk WORKSIZE=128 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 404 || -|| || - || 965 || 1440 || 2.5 || PCI-E 2.0 x16(@x8) || phoenixsvn / phatk2 / Ubuntu 11.04 / catalyst 11.8 || 5870 bios flash, Mem @322, fan@55%, Temp@83oC, 1.163Vcore, -k phatk2 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 408 || -|| - || - || 999/275 || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk-mod / Ubuntu 10.04 || Fan 70%, temp &amp;lt; 60 deg C, Sapphire 5 heatpipe card, same flags as above/below (edit1- oops, no voltage tweaks... edit2- wow, phatk-mod makes a difference... catfish)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 412 || -|| || - || 1010 || 1440 || 2.4 || PCI-E 2.0 1x&amp;gt;16x || phoenix 1.5 / phatk 3% mod / Win7 64 11.5 || VECTORS BFI_INT AGGRESSION=12 -k phatk &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 414.8 || -|| || - || 1018 || 450 || 2.4 || PCI-E 2.0 16x || GUIMiner / Win7 64 11.7 || I use Sapphire HD5850 Toxic 2GB and for OC TRIXX Sapphire Tweak Utility v4.0.2. 72 deg C, fan 100%, core 1018mhz, mem 450Mhz, stock voltage (1.163). proof: http://img23.imageshack.us/img23/2367/414upload.png GUIMiner parameters: -v -w256 -f1  &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 420 || -|| || - || 1055 || 300 || 2.5 || PCI-E 2.0 1x&amp;gt;16x || phoenix 1.5 / phatk 3% mod / Win7 64 11.6 || Fan 80%, 66C, 1.250 Vcore, -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT AGGRESSION=8 And proof: http://i.imgur.com/s9hqs.png&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 431 || -|| || - || 1040 || 1440 || 2.4 || PCI-E 2.0 4x&amp;gt;16x || phoenix-svn / phatk kernel / Debian Wheezy AMD64 + fglrx 11.6 || fan 100%, vcore 1.1750 V, 72C, VECTORS BFI_INT AGGRESSION=15 FASTLOOP=false -k phatk, proof: http://imageshack.us/photo/my-images/199/431u.png/&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 432.15 || -|| || - || 1040 || 500 || 2.5.793.1 || PCI-E 2.0 16x || phoenix 1.7.5 / phatk2 kernel / Win7 x64 SP1 || fan 100%, vcore 1.212 V, 69C, VECTORS4 BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=64 -k phatk2, proof: http://dl.dropbox.com/u/18704286/mining%205850.png/ ... Card is REF HIS 5850 ... i mining at this speed for stable but... max unstable (if i play video/flashvideo it will crash) is 436.48Mhash/sec with core 1051 mem 500 vcore 1.237 (same other settings) it&#039;s too hot in VRM that not sound good to me... i don&#039;t want to kill it for my fun mining ... - Nito Niwatori &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 620 || - || || - || 800 || 1440 || 2.4 || PCI-E 2.0 x16 || Guiminer ( cl miner )  v2012-02-19 Win7 x64 || MSI OC-Edition, -v -w 128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 702 || - || - || - || 905 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 (x2) || phoenix 2.0.0 / Win 7 x32 || ASUS DirectCU: 304Mhz Memory clock, 66% fan-speed, Voltage Tweak, AGGRESSION=13 FASTLOOP=false WORKSIZE=256 (https://www.dropbox.com/s/9u6f2jz3sz1poxb/5850.jpg)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 720 || -|| || - || 875 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 || cgminer 2.1.2 / Win 7 x64 || 302Mhz Memory clock, 85% fan-speed, Stock Voltage,  -I 6 -v 2 -w 256 (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x3 || 1,010 || -|| || - || 850 || - || 2.4 || PCI-E 2.0 (x3) || GUIMiner || -v -w128 | MSI Afterburner settings: 850MHz core clock and 500MHz memory clock &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x4 || 1360 || 1.94|| || 700@wall || 900 ||  ||  ||  || poclbm|| &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x6 || 2,135 || -|| || - || 900 || - || 2.5 || PCI-E 2.0 (6 total, 4 full length, 2 @ PCIE1x with risers || GUIMiner 24/8/2011 - poclbm || -v -f1 -w128 | Win 7 64Bit, Gigabyte GA-890FXA-UD5 motherboard, 4gb ram, AM3 cpu, Kingston SSD, Catalyst 11.8 drivers, guiminer switches: -v -f1 -w128, MSI Afterburner settings: 900MHz core clock and 1000MHz memory clock, cable risers required to fit all 6 cards, fans 100% Proof: http://i.imgur.com/6s7zv.jpg &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870M || 152.5 || -|| || - || 750(OC) || 1000 || 2.1 || PCI-E 2.1 x16 || gui-miner (win-7) ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870M || 189.2 || -|| || - || 850(OC) || 1000 || 2.5 || PCI-E 2.1 x16 || Wins 7 64/gui-miner (win-7) ||  -v -w128 -f0 Graphics Overdrive setting 700-&amp;gt;850 core clock &amp;amp; 900-&amp;gt;1030memory clock . +35mhs over stock settings&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 313 || 1.665|| || 188 || 900? || 1600 || 2.3 || PCI-E 2.1 x16 || Diablo/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 313.65 || 1.668||1.65 || 188 || 850 || 1600 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 340 || 1.809|| || 188 || 850 || 1600 || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26363#msg26363 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 343 || 1.824|| || 188 || 900? || 1600 || 2.1 || PCI-E 2.1 x16 || Diablo/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 355 || 1.888|| || 188 || 900? || 1600 || 2.1 || PCI-E 2.1 x16 || poclbm/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 360 || 1.6822|| || 214 || 970 || 700 || - || PCI-E 2.0 x16 || m0mchil&#039;s OpenCL w7-64 || -f 0 -v -w 128 [http://www.bitcoin.org/smf/index.php?topic=6144.msg91959#msg91959 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 379 || 2.015|| || 188 || 850 || 1600 || - || PCI-E 2.0 x16 || hashkill-0.2.5 alpha || -D -G2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 397 || -|| || - || 930 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k phatk VECTORS BFI_INT AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 400 || 1.9047|| || 210 || 950 || 1600 || 2.4 || PCI-E 2.0 x8 || Phoenix 1.3 || -k poclbm VECTORS AGGRESSION=7 FASTLOOP BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 408 || 1.8888|| || 216 || 980 || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Win7x64 || -f 20 -v -w 128, BIT_ALIGN, BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 414 || 1.9255|| || 215 || 975 || 1600 || 2.4 || PCI-E 2.0 x16 || guiminer/w7x64 || -k poclbm -v -w 256 -f 1 VECTORS BITALIGN BFI_INT -- Memory Clock 300&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 420 || 2.0000|| || 210 || 950 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 421 || 1.9581|| || 215 || 975 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.47 || VECTORS BFI_INT AGGRESSION=13 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 421.5 || 2.007|| || 201 || 950 || 1600 || - || PCI-E 2.0 x16 || hashkill-0.2.5 alpha || -D -G2 (GPU OC to 900, memory downclocked to 900)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 430 || || || || 980 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48/Windows 7 64 || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 432 || || || || 985 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.73/Windows 7 64 || -k phatk VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128 Memory Clock=900Mhz Asus 76C Fan=60% 65F ambient&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 435 || -|| || - || 990 || 300 || 2.4 || PCI-E 2.0 x8 || LinuxCoin v0.2b phoenix/phatk || (Powercolor brand) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=11 FASTLOOPS=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 437 || || 1.90|| || 960 || - || 2.1 || PCI-E 2.0 x1 || phoenix 1.50 + phatk || Card is clocked with BIOS flash @ 960Mhz Core and 300Mhz Memory. More information and pictures: http://forum.bitcoin.org/index.php?topic=7216.msg324521#msg324521 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 438 || 1.9819|| || 221 || 1000(OC) || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Linux || -v -w 64 -f 1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 440 || 2.0000|| || 220 || 995 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 445 || 2.28||2.34 || 195 || 1005 || 335 || 2.4 || PCI-E 2.0 x4 || Ubuntu 11.04 phoenix/phatk || (Asus brand, volts = 1&#039;072) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false -a 7 (-a 10)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 453 || || || || 980 || 1600 || 2.5 || PCI-E 2.1 x16 || Phoenix 1.50/Windows 7 64 catalyst 11.6 phatk 2.2 || -k phatk VECTORS BFI_INT AGGRESSION=12 WORKSIZE=256 FASTLOOPS=false -- Memory Clock 350Mhz Vcore 1.163v&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 458 || -|| || - || 1040 || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Windows 7 64 || -v -w 256 -f 1 Crossfired, Water cooled, 916 Mhash/s total. Best dual gpu setup me thinks? The name is Mautobu.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 460 || || || || 1050 || 1600 || 2.4 || PCI-E 2.0 x16 || Guiminer || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz vcore @ 1225mV&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 460 || || || || 1020 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.50/Windows 7 64 || VECTORS BFI_INT AGGRESSION=12 WORKSIZE=256 -k phatk -- Memory Clock 300Mhz vcore @ 1225mV, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 461 || || || || 1000 || 1600 || 2.5 || PCI-E 2.0 x16 || phoenix 1.75/Windows 7 64 || -k phatk2 (phatk 2.2) VECTORS BFI_INT AGGRESSION=9 WORKSIZE=128, Memory Clock=213, stock voltage&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 481 || || || || 1050 || 1600 || 2.5 || PCI-E 1x || phoenix 1.75/Windows 7 64 || -k phatk2 (phatk 2.2) VECTORS BFI_INT WORKSIZE=64 AGGRESSION=20 [MSI HD 5870 Ref Design vs Zalman VF3000A 1200mv Mem 600MHz]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (CF) || 864 || -|| || - || 900 || 3200 || 2.1 || PCI-E 2.1 x16 || guiminer || -k phatk VECTORS FASTLOOP=false AGGRESSION=7 BFI_INT WORKSIZE=128 (Same flags per GPU)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 620 || -|| || - || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || guiminer || -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 826 || 0.751|| || 1100 || 950 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.4 w/ Phtak || AGGRESSION=13 WORKSIZE=128 VECTORS BFI_INT Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 826 || 1.18|| || 700 || 935 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 w/ Phatk || AGGRESSION=13 WORKSIZE=256 VECTORS BFI_INT FASTLOOP=false, memory @ 319 MHz, Windows 7 32-bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 878 || 0.585|| || 1500 || 1000 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.7 w/ Phtak || AGGRESSION=13 WORKSIZE=128 VECTORS BFI_INT Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x4 || 1784 || || 1.29|| || 960 || - || 2.1 || PCI-E 2.0 x1 || phoenix 1.50 + phatk + [https://bitcointalk.org/index.php?topic=7964.0 Version 2.2 Improvement] || Cards are clocked with BIOS flash @ 960Mhz Core and 300Mhz Memory. More information and pictures: http://forum.bitcoin.org/index.php?topic=7216.msg324521#msg324521 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x6 || 2568 || -|| || 1200 || 970 || -|| 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit  || -v -w128, voltage default, Mem downclocked to 300 MHz, Fan 80-90% (+ 4x12cm fun 1900rpm), Temp 6x 70-75C. Whole computer comsumpts 1280Watt. Using PCI-E risers 16x-16x to use 6 GPU cards&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 530 || 1.803||0.53 ? || 294 || 725 || 3200 || 2.4.595.10 || PCI-E 2.1 x16 || poclbm/201103.beta3/Windows || -v -w128 -f60&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 535.06 || 1.820|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 560 || 1.905|| || 294 || 725 || 3200 || - || PCI-E 2.1 x16 || Diablo || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 565 || 1.922|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine2 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 604 || 2.054|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 645 || 1.875|| || 344 || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || -f1, Debian 6, fglrx-driver 10.9.3&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 739 || || || || 795 || 3200 || 2.4 || PCI-E 2.1 x16 || cgminer 2.3.1 || -I 9 -k phatk -w 256 -v 2, memory clock @ 265MHz, Debian Squeeze, fglrx-driver 12.1.1, performance scales linearly with engine clock as long as memory clock is 1/3&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 740 || 2.1511|| || 344 || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix/1.3 || AGGRESSION=12 WORKSIZE=128 VECTORS BFI_INT, memory clock @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 755 || 2.2076|| || 342 || 848 || 3200 || 2.1 || PCI-E 2.1 x16 || poclbm 28-04-11 || -f 1 -w 256 -v, Ubuntu 10.10, fglrx 11.4, memory clock @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 802 || 2.31|| || 347 || 850 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix poclbm Ubuntu 11.04 || -q 6 -k AGGRESSION=19 WORKSIZE=128 BFI_INT VECTORS, fglrx 11.4, mem clock @ 1000MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 820 || ??? || || ??? || 910 || 3200 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.5 Win7 || AGGRESSION=12 WORKSIZE=256 BFI_INT VECTORS -k phatk, 11.5, Mem @ 300MHz, 1.110v, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 822.2 || -|| || - || 950 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix win7 || -k phatk -q 6 AGGRESSION=20 WORKSIZE=128 BFI_INT VECTORS, but with this increasing difficulty mining becomes pretty pointless&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 833 || -|| || - || 930 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.7.5, win7 x64, catalyst 11.7 || -k phatk AGGRESSION=13 WORKSIZE=256 BFI_INT VECTORS fastloops=false. memory@300mhz, 1.125v, fan 100%, 73C core temp, 95c voltage controllers. it will clock higher but not stable without a voltage increase and i fear for the VRMs&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 863.4 || -|| || - || 955 || 3200 || 2.4 || PCI-E 2.1 x16 || Diablo - Debian || -v 2 -w 256 (XFX Radeon HD 5970 Black Edition)&lt;br /&gt;
|-&lt;br /&gt;
| 6310M || 9.821 || 0.545|| || 18 || 500 || 80 || 2.4 || Integrated/APU || poclbm-gui -v -w128 || HP DM1z 18W TDP is shared with the CPU&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 27.0 || 1.5 || - || 18 || 625 || 160 || 2.4 || PCI-E 2.0 x16 || guiminer/poclbm 2011-06-14 || -v -w128 Sapphire HD6450 1gb ddr3 Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 32.6 || 1.918 || - || 17 || 725 || 800 || 2.4 || PCI-E 2.0 x16 || guiminer/Phoenix1.75 Windows 7 x64 (no Aero)|| -k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=64 Dell OEM HD6450 1gb ddr3 passive cooling/no fan 81C&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 37.8 || ? || - || 17 || 850 || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix2.0.0 Windows 8 x64 || -k phatk2 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=64 Sapphire HD6450 1GB DDR3 passive cooling/no fan 150MHz memory/1000mV VCore&lt;br /&gt;
|-&lt;br /&gt;
| 6470M || 24.1 || - || ||- || - || - || 2.1 || Integrated/APU || guiminer || &lt;br /&gt;
|-&lt;br /&gt;
| 6470M || 31.0 || - || ||- || - || - || 2.1 || Integrated/APU || phoenix 1.48 || &lt;br /&gt;
|-&lt;br /&gt;
| 6480G || 24.1 || - || ||- || - || - || 2.1 || Integrated/APU || phoenix 1.75 || &lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 15.21 || - || ||- || - || - || - || - || [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro8,2 VRAM: 256MB&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 16.289 || 0.708|| || 23 || - || - || - || PCI-E 2.1 x16 || poclbm-mod (Mac OS X 10.6.7) || MacBook Pro early 2011&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 17.18 || - || ||- || - || - || - || PCI-E 2.1 x16 || phoneix 1.50 with poclbm, Mac OS X 10.6.7 || MacBook Pro 2,8 VRAM: 256MB. phoenix -k poclbm VECTORS BFI_INT FASTLOOP&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 32.1 || - || ||- || - || - || - || - || guiminer 2011-07-01 with poclbm (Win7-x64) ||MacBookPro8,2 (WinX64) -v -w128 -f0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#FFDD00;&amp;quot;| 6520G || 33.8 || - || || - || 400 || 320 || - || Integrated/APU || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 on Toshiba L775D-S7222&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6530D || 40.5 || - || || - || 444 || 320 || 2.4 || FM-1 || cgminer 2.4.1  || Integrated/APU A6-3500; Linux; Catalyst 11.11; APP-SDK-v2.4 (595.10)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6550D(A8 Onboard) || 66.2 || -|| || - || - || - || 2.5 || FM-1 || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 -f60&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6550D || 67.6 || -|| || - || 600 || 400 || 2.5 || FM-1 || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 -f2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 68.0 || 1.133|| || 60 || 650 || 480 || 2.4 || PCI-E x16 || guiminer 2011-05-21 with poclbm (Win7-32bit) || no extra option for miner . Sapphire 6570 gddr5 512mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 82.1 || 1.368|| || 60 || 650 || 480 || 2.4 || PCI-E x16 || guiminer 2011-05-21 with poclbm (Win7-32bit) || -v -w128 . Sapphire 6570 gddr5 512mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 86.0 || 1.95 || - || 44 || 650 || 480 || 2.4 || PCI-E x16 || guiminer/poclbm 2011-06-14 || -v -w128 Sapphire Ultimate HD6570 1gb ddr3 Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 112.0 || - || || - || 860 || 480 || 2.7 || PCI-E 2.0 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) || -v -w128 -f1 . Sapphire 6570 Low Profile gddr3 1024mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 114.0 || - || || - || 866 || 480 || 2.7 || PCI-E 2.0 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) || -v -f 0 -w128 -a 3 . XFX 6570 Full Profile gddr3 1024mb 64 bit&lt;br /&gt;
|-&lt;br /&gt;
|  6630M || 48.80 || -|| || - || - || - || - || - || [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-06-18 / Mac OS X 10.7 || Mac Mini 2011 MC816D/A&lt;br /&gt;
|-&lt;br /&gt;
|  6630M || 63.00 || -|| || - || 600 || 480 || 2.5 || PCI-E 2.0 x16 || DiabloMiner Windows || Lenovo ThinkPad Edge E320 (card overclocked using Sapphire TRIXX)&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 102.20 || -|| || - || 800 || - || - || PCI-E 2.1 x16 || poclbm/Debian sid || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 104.00 || - || 1.0 || - || 820 || - || - || PCI-E 2.1 x16 || guiminer(poclbm)/Win 7|| -v -a4 -f15 -d0 -w64&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 110.00 || - || 1.0 || - || 850 || - || - || PCI-E 2.1 x16 || guiminer(poclbm)/Win 7|| -v -f 0 -w 128 -q 6&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 111.77 || 1.69 || - || 66 || 910 || 480 || 2.7 || PCI-E 2.1 x16 || Phoenix 1.7.5 || -k phatk2 BFI_INT AGGRESSION=5 VECTORS WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 120.1 || - || - || - || 900 || 480 || 2.7 || PCI-E 2.1 x16 || cgminer 2.7.4 || kernel: diablo i:10 core: 900 mem: 750&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 124.0 || - || - || 66 || 940 || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix2.0.0 Windows 8 x64 || -k phatk2 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=128 Sapphire HD6670 Ultimate 1GB DDR5 passive cooling/no fan 300MHz memory/1100mV VCore&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 142 || -|| || 150 || 700 || - || - || PCI-E 2.1 x16 || poclbm || -v -w128, Gigabyte SL (passive cooler), watts is TDP, card runs very hot (&amp;gt;90°C)&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 167.59 || -|| || - || 870 || - || - || PCI-E 2.1 x16 || guiminer || -v -f30 -w128&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 172.00 || -|| || - || 860 || 600 || - || PCI-E 2.1 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) MSI Afterburner 2.2.3 || -v -w128 f-20 Sapphire 6570 GDDR3 1024Mb CCC ver. 11.12 OCL 2.5&lt;br /&gt;
|-&lt;br /&gt;
|  6750M || 41.48 || -|| || - || 870 || - || - || PCI-E 2.1 x16 || diablominer ||&lt;br /&gt;
|-&lt;br /&gt;
|  6750M || 60 || -|| || - || - || - || - || - || diablominer OSX 10.7 WorkSize=128||&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 180 || -|| || - || 850 || 1200 || - || - || guiminer || -v -w128 , this was an XFX (OEM) model, GPU @ 850 MHz, mem @ 1200 MHz; I pushed it up to 190 Mhash/s briefly by overclocking, but it crashed the system above that&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 202 || -|| || - || 960 || 800 || - || PCI-E 2.1 x1,x4,x8,x16 || phoenix 1.48 || Sapphire 6770 (standard) -q2 -k poclbm DEVICE=0 AGGRESSION=10 VECTORS WORKSIZE=128 BFI_INT FASTLOOP (The PCI-E speed does not affect the mining speed)&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 217 || -|| || - || 960 || 800 || - || PCI-E x16 || Guiminer with phoenix || Sapphire 6770 -k phatk VECTORS BFI_INT WORKSIZE=128 FASTLOOP=false AGGRESSION=12 with https://forum.bitcoin.org/index.php?topic=22965.0 modification&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 221 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || MSI 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 235 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || Sapphire 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% mod https://forum.bitcoin.org/index.php?topic=22965.0 and AS5 paste on core w/ external 12&amp;quot; fan 50C full load. Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6770x2 || 470 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || Sapphire 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% mod https://forum.bitcoin.org/index.php?topic=22965.0 and AS5 paste on core w/ external 12&amp;quot; fan 50C full load. Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6790 || 220 || 1.467|| || 150 || 800 || - || - || PCI-E 2.1 x16 || Phoenix 1.48 || -k phatk BFI_INT FASTLOOP AGGRESSION=12 VECTORS OC&#039;d to 1ghz, underclocked mem to 300, voltage at 1175&lt;br /&gt;
|-&lt;br /&gt;
|  6790 || 219 || 1.467|| || 150 || 960 || - || - || PCI-E 2.1 x16 || guiminer || -v -f0 -w128 / GPU OC to 960MHz under Windows7 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 171.59 || 1.351||1.07 || 127 || 775 || 960 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 196 || -|| || - || 850 || 960 || - || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 0&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 220 || 1.236(*)|| || 178(*) || 1000(OC) || 960 || 2.4RC1 || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 30 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here] )&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 234.8 || ||- || - || 940 || 960 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.3 || AGGRESSION=8 WORKSIZE=128 VECTORS BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 236.0 || ||- || - || 940 || 960 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.4 || -k phatk AGGRESSION=12 WORKSIZE=128 VECTORS BFI_INT, Core @ 900MHz, Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 244.2 || ||- || - || 960 || 960 || 2.1 || PCI-E 2.0 x16 || poclbm june-2011 || -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 245.1 || ||- || 200 || 940 || 960 || 2.4 || PCI-E 2.0 x16 || guiminer (Phoenix) || Sapphire 6850 (Memory @1000MHz); Win7 64bit; flags: -k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=14 WORKSIZE=128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 250 || 1.612(*) ||- || 155(*) || 940 (OC) || 960 || 2.4 || PCI-E 2.0 x16 || AOCLBF 1.74 (Phoenix 1.5**) @Win7/x64 || XFX 6850 (Memory @840MHz; Vdcc @1.148V; Fan @74%; Temp @70C; System  @39C); flags: -k phatk BFI_INT FASTLOOP VECTORS AGGRESSION=11 WORKSIZE=128 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here] / **: [http://forum.bitcoin.org/index.php?topic=22965.0 Tainted Kernel])&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 256.2 || || - || 170 || 980 || 960 || 2.7 || PCI-E 2.0 x16 || phoenix 1.7.5 / Win7 32bit || -k phatk -VECTORS BFI_INT AGGRESSION=9, Sapphire VaporX 1GB, mem@250MHz, stock VDDC 1.150V &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 262.5 || || - || - || 965 || 525 || 2.4 || PCI-E 2.0 x16 || guiminer / poclbm || -v -f 0 -w 128 (HIS 6850 flashed to HIS 6870 BIOS)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 267.2 || ||1.67 || - || 1010(OC) || 960 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.50 || -k phatk VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 301.4 || ||1.67 || - ||  ||  || 2.4 || PCI-E 2.0 x16 || guiminer / poclbm || -v -f 2 -w 128 clock @ 985 mem @ 890&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 232.47 || 1.540||1.22 || 151 || 900 || 1120 || - || PCI-E 2.1 x16 || poclbm -v -w 128 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 245|| -|| || - || 900|| 1120 || 2.4 || PCI-E 2.0 x16 || ph rising 1.45 phoenix 1.50 phatk 11.5 sdk 2.4 || HD5xxx+ Fastloop phatk AGGRESSION=10&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 264.5 || - || - || - || 980 || 1050 || - || PCI-E 2.1 x16 || GUIMiner v2011-05-01 || Stays around 66*C if I keep the side panel off and the room well ventilated. Card is PowerColor branded. Windows 7 Ultimate SP1 with Classic theme. Fan is at 100%. -v -w128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 271 || 1.807|| || 150 || 940 || 1120|| 2.4 || PCI-E 2.0 x16 || poclbm -v -w 128 || Debian 6.0.1 x86_64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 277.47 || -|| || - || 940 || 1120 || - || PCI-E 2.1 x16 || Phoenix 1.3 || AGGRESSION=8 WORKSIZE=128 VECTORS BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 279 || 1.847(?)|| || 151(?) || 900 || 1120 || 2.4 || PCI-E 2.1 x16 || hashkill-0.2.5 alpha cat 11.4 sdk 2.4 || -G2 -D stock clocks, debian linux 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 281.7 || 1.172 (stock)|| || - || 980 || 1120|| 2.4 || PCI-E 2.1 x16 || guiminer-v2011-06-09 || xfx6870, flags: -v 19 -w 128, win7 32-bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 293.13 ||  || ||- || 945 || 1050|| 2.5 || PCI-E 2.1 x16 || Phoenix 1.5 Phatk || xfx6870, Catalyst 11.6, 1.5 Phoenix flags: -k phatk FASTLOOP=false DEVICE=0 VECTORS BFI_INT AGGRESSION=13 WORKSIZE=128; http://forum.bitcoin.org/index.php?topic=25860.0 Kernel Patch; http://forum.bitcoin.org/index.php?topic=6458.0 Cmd; http://developer.amd.com/tools/gDEBugger/Pages/default.aspx No Crossfire Required; runs faster without crossfire 1% + additional 3% from update&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 294 ||  || ||- || 980 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix phatk || xfx6870, 340MHz memory clock, Catalyst 11.6, flags: BFI_INT VECTORS AGGRESSION=9 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 294 ||  || ||- || 985 || 1100|| 2.4 || PCI-E 2.0 x8 || Diablo || Powercolor branded card, Win 8 x64, -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 295 || 2.02||1.64 || 146 || 950 || 1120 || 2.4 || PCI-E 2.1 x16 || hashkill latest as of 7/6/11 (ubuntu 11.4) || hashkill-gpu -p bitcoin user:pass:server -D, mem clock 850, voltage @ 1.175, Fan @ 70%, Temp @ 71C.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 297|| -|| || - || 1000|| 1120 || 2.4 || PCI-E 2.0 x16 || ph rising 1.62 phoenix 1.50 phatk 11.5 sdk 2.4 || Vectors HD5xxx+ Fastloop phatk AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300 || - || || - || 940 || 1120 || 2.5 || PCI-E 2.1 x16 || Phoenix 1.6.2 phatk2 || xfx6870 Black Edition, 340MHz Memory Clock, Catalyst 11.6, VECTORS BFI_INT AGGRESSION=13 WORKSIZE=128, Debian Linux 64-Bit, Fan @ 50%, Temp @ 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300 || 1.72 || - || 174 || 1038 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm windows7x86 cat 11.4 || -v -w128 -f1 mem clock 360, fan 100% temp 73C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300.06 || 1.830|| || 164 || 1020 || 1120 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.4 cat 11.4 || VECTORS BFI_INT AGGRESSION=8 fastloop mem clock 344&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 302 || - || || - || 940 || 1120 || 2.5 || PCI-E 2.1 x16 || cgminer 2.1.2 || xfx6870 Black Edition, 340MHz Memory Clock, Catalyst 11.6, -w 256 -I 9, Debian Linux 64-Bit, Fan @ 50%, Temp @ 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 307 || 1.72 || - || 174 || 1001/\1001 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm windows7x86 cat11.8 || -v -w128 -f5,85°C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || - || - || - || 1000 || 1120 ||  || PCI-E 2.1 x16 || cgminer 3.1.0 (Ubuntu Server 12.04 LTS AMD64) || intensity=13, vectors=2, worksize=128, kernel=diablo, gpu-engine=1000, gpu-memclock=900&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || - || - || - || 1035 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=12 WORKSIZE=128, mem clock @ 300MHz, voltage @ 1.300&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || -|| || - || 975 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix phatk linuxcoin || BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128, mem clock @ 340MHz, core clock @ 970MHz, flashed bios, 72 degrees w/ fan @ 68%, GIGABYTE SOC&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 312 || -|| || - || 975 || 300|| 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Windows 7 x64 SP1 || VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256, mem clock @ 300MHz, voltage @ 1.300, Fan @ 45%, Temp @ 62C,  MSI 6870 HAWK.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 314 || -|| || - || 1030 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Linux || VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 316 || -|| || - || 1030 || 1120 || 2.4 || PCI-E 2.1 x16 || guiminer 2011-06-09 using phoenix (Win7-32bit) || -k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false, mem clock @ 228MHz, voltage @ 1.25, Fan @ 40%, Temp @ 73C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 320 || - || - || 160 || 950 || 1120 || 2.4 || PCI-E 2.0 x16 || Win 7 Ultimate x64 / DiabloMiner / Catalyst 12.1 || Saphire @ GPU 1030 MHz / MEM 300 Mhz @ Voltage 1.25 @ 80% FAN @ 69 temp @ Flags: -v 2 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 321|| -|| || - || 1050|| 1120 || 2.4 || PCI-E 2.1 x8 ||aoclbf 1.7 phoenix 1.50 11.6|| Vectors HD5xxx+ phatk AGGRESSION=13 WORKSIZE=256,  Memory=325MHz, Volts=1.3V, Fan~55%, Temps~70C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 322 || 1.882|| || 170 || 1050 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix 1.47 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=12 WORKSIZE=256, mem clock @ 400MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 329 || -|| || - || 1075 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix 1.48 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=11 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 332 || -||1.74 || - || 1050 || 1120 || 2.4 || PCI-E 2.1 x16 || guiminer 2011-06-14 using phoenix (Win7-32bit) || -k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=13 worksize=128 FASTLOOP=false, mem clock @ 228MHz, voltage @ 1.3, Fan @ 60%, Temp @ 74C, flash and browser hardware acceleration disabled, aero enabled.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 339.25 || - || - || - || 1090 || 1120 || 2.6 || PCI-E 2.1 x16 || Phoenix 1.7.3 cat 12.1 || Mem @ 350Mhz Clock @ 1090 Voltage 1.337 fan @ 100 Temp @ 75 diapolo&#039;s modified phatk kernel -k phatk_dia platform=0 device=0 VECTORS2 AGGRESSION=11 worksize=64 FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 375 || - || - || - || 1000 || 1120 || 2.5 || PCI-E 2.0 x16 || Win 7 Ultimate 32-bit / Guiminer v2011-07-01 / phoenix 1.5 / phatk2 / Catalyst 11.9 ||  XFX / GPU @ 1000 MHz / MEM @ 200 Mhz / Voltage  @ 1.187 V / FAN @ 40% / Temp @ 72 C / Flags: -k phatk2 platform=0 device=0 VECTORS BFI_INT AGGRESSION=6 worksize=128 FASTLOOP=false / Using 2 miners with equal settings on 1 GPU&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x2 || 600 || - || - || - || 945 || 330 || 2.5 || PCI-E 2.0 x16 || Ubuntu 12.04 32-bit / Phoenix 2 / phatk2 / Catalyst 11.9 ||  XFX / GPU @ 945 MHz / MEM @ 330 Mhz / Voltage  @ 1.175  / Config: phatk2 VECTORS4 BFI_INT AGGRESSION=12 worksize=128 FASTLOOP=false GOFFSET=True&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1150|| -|| 1.2 || - || 900|| 1050 || 2.4 || PCI-E 2.0 x16 || phoenix 1.7 (Win7-64bit) || -k phatk platform=0 device=0-3 VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1180 || -|| - || 145 || 950 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit || -v -w128, Gigabyte SOC. voltage 1.175 (default), GPU default 950 MHz, Mem downclocked to 300 MHz, Fan 4x100% (+ 2x12cm fun 1300rpm), Temp 4x75C (in summer).&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1200 || -|| - || 150 || 970 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit || -v -w128, Gigabyte SOC. voltage 1.175 (default), GPU overclocked from 950 to 970 MHz, Mem downclocked to 300 MHz, Fan 4x100% (+ 2x12cm fun 1300rpm), Temp 4x75C (in summer). Unstable with GPU@975 MHz.&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 320|| -|| - || - || 960 || 1200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.75/phatk || stock voltage, BFI_INT FASTLOOP VECTORS AGGRESSION=13 WORKSIZE=64. 70C, FAN 80% (HIS brand)&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 370|| -|| - || - || 980 || 855 || 2.4 || PCI-E 2.1 x16 || cgminer-2.4.1 || stock voltage (1,160), -I9. 71C, FAN 85% (HIS brand)&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 372 || -||1.89(?) || - || 1000 || 900 || 2.4 || PCI-E 2.1 x16 || phoenix 1.75/poclbm || max stable @ 1200 mV, BFI_INT FASTLOOP VECTORS AGGRESSION=13 WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#00FFFF;&amp;quot;|6930x2|| 700 ||- || - ||400~|| 940 || 2560 || 2.4 || PCI-E 2.1 x16 || Guiminer || max stable @ 1100mV mem 300, Fan 80-90%, temp 70-75, -v -w64 -f10&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 272 || -||0.90 || - || 900 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1150 mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 291 || -|| || - || 920 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1200mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 295 || -|| || - || 930 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1275mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 295 || 1.844(?)|| || 160(?) || 810 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 300 || -|| || - || 940 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1300mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 314 || -|| || - || 800 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm 05-01-11 || -v -f30 -w128 default mem 1250 Stock Sapphire 6950 1gb&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 325 || 1.635(?)|| || 200(?) || 885 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 332 || 1.95~ || 1.2~ || 170~ || 840 || 1408 || 2.5.684.212 || PCI-E 2.1 x16 || guiminer/poclbm 2011-06-14 || -v -w 128 -f 0, WinXP x86, Cat11.6b, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 333 || 1.95~ || 1.2~ || 170~ || 840 || 1408 || 2.4.650.9 || PCI-E 2.1 x16 || guiminer/poclbm 2011-06-14 || -v -w 128 -f 0, WinXP x86, Cat11.6, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 338 || 1.84~ || - || 184~ || 860 || 1408 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50/poclbm kernel || Sapphire 2GB card w/ HW locked BIOS; Cat 11.6, Win7 x64; core @ 860MHz &amp;amp; 1087mV (OC + undervolt), mem @ 860MHz; cmd line args: VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128; power and MH/J calculated using Power = C*f*v^2 w/ assumption of 175 W at stock settings w/ 100% GPU util. (not measured)&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 340 || - || ||- || 895 || 1408 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -w 128, mem @ 500, 1200 mV, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 340 || - || ||- || 800 || 1536 ||(?) || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -f30 -w128 default mem 1250,Sapphire 6950 1gb, unlocked shaders&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 343 || 2.14 || - || 160 || 840 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 06-27-11 || VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128 FASTLOOP=false, HIS H695FN2G2M 2GB, mem @ 720, Kill-a-Watt measured&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 344 || 2.02~ || 1.27~ || 170~ || 840 || 1408 || 2.5.684.212 || PCI-E 2.1 x16 || poclbm/20110709 || -v -w 128 -f 0, WinXP x86, Cat11.6b, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 344.4 || -|| || - || 800 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 349 || 1.745(?)|| || 200(?) || 800 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -f30 -w128, xfx 6950 xxx 1gb, locked shaders, core 900, mem 650, 79° C&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 351 || 1.91~ || - || 184~ || 860 || 1408 || 2.4 || PCI-E 2.1 x16 || GUIminer/poclbm v2011-07-01 || Sapphire 2GB card w/ HW locked BIOS; Cat 11.6, Win7 x64; core @ 860MHz &amp;amp; 1087mV (OC + undervolt), mem @ 860MHz; cmd line args: -v -w 128 -f 0; (same system as the 338 MH/s result above using Phoenix)&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 352.8 || -|| || - || 820 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 360 || 1.8(?)|| || 200(?) || 970 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 360 || -|| || - || 870 || 1375 || - || PCI-E 2.1 x16 || guiminer/poclbm || flashed with 6970 BIOS, -v -f30 -w128&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 365 || -|| || - || 925 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm || stock bios, -v -f0 -w128, MSI twinfrozr III 2GB&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 366.4 || -|| || - || 850 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 381 || -|| || - || 850 || 1536 || - || PCI-E 2.1 x16 || cgminer/phatk || XFX 6950 2Gb reference @ shadermod on original Bios 6950 / 1100mV 850/1250, +10% powertune, I=5, Fan @ 54% ~3100RPM, temp 73C w128. Windows7x64, Catalyst 13.1 .&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 383 || -|| || - || 975 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm || stock bios, -v -f0 -w128, voltage 1.274 @72c MSI twinfrozr III 2GB&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 388.4 || -|| || - || 900 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|- &lt;br /&gt;
|  6950 || 389.9 || -|| || - || 950 || 1408 || - || PCI-E 2.0 x16 || cgminer 2.3.2/Diablo || stock bios, -I 9, VRAM @ 820Mhz, fan @ 100%, voltage 1.250v, temp @ 68c, HIS ICE-Q X 2GB, OCed using MSI Afterburner, Windows 7 Professional 64-bit SP 1&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 400~ || -|| || - || 895 || 320 || 1536|| PCI-E 2.1 x16 || GUIMiner 24th Aug 2011  || Sapphire HD6950 Shader unlock mod 1408&amp;gt;1536 / +20% Power control, Fan @ 55%, Flags:-v -f2 -w64 -r5.Note this keeps temps under 80oC which is needed for this to be stable.Moderate fan noise.Power use is ~200W.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 403 || -|| || - || 939 || 685 || - || PCI-E 2.1 x16 || phoenix-1.50/phatk || ASUS EAH6950 ([http://www.techpowerup.com/vgabios/90661/Asus.HD6970.2048.101124.html (Ref. 6950 Flashed -&amp;gt; 6970)]) / +10% overdrive volt., Fan @ 90%, VECTORS BFI_INT WORKSIZE=128 AGGRESSION=13. Overclocked from 880 -&amp;gt; 939 with MSI Aferburner&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 408.8 || -|| || - || 925 || 1536 || - || PCI-E 2.0 x16 || cgminer 2.12 || GIGABYTE GV-R695D5-2GD-B @ shadermod on original Bios 6950, mem@625, V=1100mv Fan @ 60%. Windows 7x64, Catalyst 11.9&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 410.4 || -|| || - || 950 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 417 || 2.085(?)|| || 200(?) || 975 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 1250, fan @ 77%, temp 64C, -v -w128, gpu core @ 1145mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 418.8 || -|| || - || 940|| 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Gigabyte OC 1GB, shadermod, voltage locked 1.175, mem 450, -w128 -v -f0, ATI Tray Tool&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 425.3 || -|| || - || 950/850 || 1536 || - || PCI-E 2.1 x16 || phoenix-1.50/phatk2 (Ubuntu natty) || Asus 1GB DirectCU, shadermod on OEM BIOS, OEM 1.1v, AMDOverdriveCtrl for 950 core 850 mem, 20% overdrive, flags VECTORS2 BFI_INT FASTLOOP=false AGGRESSION=13 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 428 || 2.14(?)|| || 200(?) || 1000 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 1250, fan @ 80%, temp 64C, -v -w128, gpu core @ 1160mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 432 || 2.16(?)||1.44 || 200(?) || 1000 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 520, fan @ 80%, temp 76C, -v -w128 -f 2, gpu core @ 1275mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 432.4 || -|| || - || 1000 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 440 || || || || 990 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/phatk || unlocked shaders, mem @ 1375, VGPU 1.21v, Watercooled (MCW60), temp 54C, VECTORS BFI_INT AGGRESSION=11 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 454.4 || -|| || - || 1050 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFAFAF;&amp;quot;|  6950x2 CF || 720 || - || - || 400 ~|| 900 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || GUIMiner v2011-07-01 || MSI Afterburner - gpu @ 900 (870 stock), mem @ 900 (1250 stock), temp 69-71C(bottom vga) fan@94% / 77-81C(top vga) fan@99% - 31C enviornment, -v -f 1 -w 128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFAFAF;&amp;quot;|  6950x2 CF || 731 || - || - || 400~ || 900 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || GUIMiner v2011-07-01 || MSI Afterburner - gpu @ 900 (870 stock), mem @ 900 (1250 stock), temp 68C(bottom vga) fan@90% / 73C(top vga) fan@99% - 28C enviornment, -v -f 1 -w 128 BFI_INT AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6950x3 || 1081 || -|| || - || 860 || 1408 || 2.4(?) || PCI-E 2.1 x8 || guiminer/poclbm 07-01 || Sapphire 2GB stock bios, stock voltage, locked shaders: +20% overdrive, mem@650, fan@95%, temp 94C, -v -f0 -w128, 93c&lt;br /&gt;
|-&lt;br /&gt;
|  6950x4 || 1316 || 1.513|| || 870 || 840 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || locked shaders, default mem 1250, dual fan 75C typical&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 323 || 1.468||0.92 || 220 || 880 || 1536 || 2.3 || PCI-E 2.1 x16 || poclbm || -w 64, SDK 2.1 not supported on 69xx.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 365 || 2.28|| || 160 || 880 || 1536 || 2.5 || PCI-E 2.1 x16 || guiminer/phoenix || VECTORS AGGRESSION=9 WORKSIZE=128, fan @ 45%, 61C, 1.0 Vcore, 150 MHz mem, TX650w (84%), reference card&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 370 || -|| || - || 880 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 50%/temp 72C, stock card&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 372 || 1.691(?)|| || 220(?) || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix (svn trunk 05.14.2011) || clock 900/1375, VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128, fan 45% (auto) / temp 90C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 380 || -|| || - || - || - || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128&amp;lt;br&amp;gt;export GPU_USE_SYNC_OBJECTS=1 # to reduce poclbm CPU from 100% to 2%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 385 || 1.964|| || 196 || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, memory downclocked to 684Mhz, fan @ 70%/temp 81C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 388 || -|| || - || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 50%/temp 72C, stock voltage of 1.175v&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 403 || -|| || - || MAX || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || clock Max/50%+stock, -v -w128, fan= 100%/temp 72C (Note: Overclocked using CCC utility under Windows 7, Clock set to Max value w/ 50% increase to memory and 5% increase to voltage)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 406 || -|| || - || 950 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50/phatk || GPU Overclocked to Max (950MHz) using aticonfig, Memory Underclocked using AMDOverdriveCtrl (850MHz). Temp ~ 82C. VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 407 || -|| || - || 955 || 1536 || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128, fan 75%/temp 75C, voltage +10%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 414 || -|| || - || 960 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 53%/temp 73C, stock voltage of 1.175v, high air flow case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 420 || -|| || - || 975 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128 -f0, clocks 975MHz/685MHz MSI Lightning&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 423 || -||1.20 || - || 995 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || ATI Tray Tools, Clocks=995/331.25, WORKSIZE=128 BFI_INT AGGRESSION=11 VECTORS ,68C @ 65% Fan, HAF932 Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 431 || -|| - || - || 976 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.7/phatk2 || MSI AFTERBURNER, Clocks[976/1000], -k parameters[VECTORS BFI_INT AGGRESSION=11], Temperatures{CARD}[86C@100% Fan]{ROOM}[27C/81F], &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 433 || -|| - || - || 975 || 1536 || 2.6 || PCI-E 2.1 x16 || phoenix 1.6.2/phatk || MSI Afterburner 2.2Beta, -k phatk AGGRESSION=11 WORKSIZE=128 VECTORS, GPU 65C@100% Fan, Room 21C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x2 || 710 || -|| || - || 900/880 || 1536 || 2.2 || PCI-E 2.1 x16 || poclbm || -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x2 || 828|| -|| || - || 940 || 1536 || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128, fans 74%/82%, temp 74C/82C, powertune +20% (via CCC), memory underclock 825MHz (via MSI Afterburner), with &#039;Maj&#039; fix&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x3 || 1243|| -|| || 1000+ || 910 || 1536 || 2.5 || 2x16, 1x8 || phoenix 1.7.0 || fans 100%, temp 88C/84C/69C, GPU 920/ memory 795/ powertune 20%, ATI 11.11, -k phatk2 VECTORS BFI_INT FASTLOOP=false WORKSIZE=128 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 670 || 1.94||0.89 || 346 || 830 || 3072 || 2.4 || PCI-E 2.1 x16 || poclbm || Catalyst 11.4 [http://forum.bitcoin.org/index.php?topic=2949.msg106238#msg106238 source].&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 704 ||  ||  ||  || 830 || 3072 || 2.4 || PCI-E 2.1 x16 || Diablo Win7 64bits || Catalyst 11.4, Arguments: -v 2  -w 128 (by Swapper 2011-07-07)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 708 || 2.05|| || 346 || 830 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;default&amp;quot; position 2, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 744 ||  ||  ||  || 830 || 3072 || 2.5 || PCI-E 2.1 x16 || Diablo Win7 64bits || Catalyst 11.6b, Arguments: -v 2  -w 128 (by Swapper 2011-07-14)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 746 || 1.82|| || 410 || 880 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 758 || -|| || - || 880 || - || 2.4 || - || Phoenix with Poclbm || Catalyst 11.4, OC switch ON, VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 771 || 1.8804|| || 410 || 880 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || SDK 2.1 not supported on 69xx. Memory clock @ 1280Mhz.&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 772 || 1.8380|| || 420 || 900 || 3072 || 2.3 || PCI-E 2.1 x16 || Phoenix &amp;amp; Poclbm || OC switch ON + overclocked to 900 mhz, VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 790 || -|| || - || 900 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --odsc=900,1260&amp;quot; to further overclock the GPU to 900 MHz and mem to 1260 MHz, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 795 || -|| || - || - || - || 2.4 ||  || Diablo&#039;s miner || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; On Windows Vista, Clocks set at  955,1250. Power control at 20.&lt;br /&gt;
Diablo&#039;s args:  -w 128 -g 5  -v 2  -f 0&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 802 || -|| || - || 915 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --odsc=915,1260&amp;quot; to further overclock the GPU to 915 MHz and mem to 1260 MHz, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 835 || -||1.11 || - || 890/860 || 3072 || 2.4 || PCI-E 2.1 x16 || phoenix || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --adapter=1 --odsc=990,890 and aticonfig --adapter=0 --odsc=960,860&amp;quot; (GPU 0 runs hot). Currently, aticonfig can only underclock RAM to 100mhz below core speed. Command line: phoenix.py -k poclbm VECTORS AGGRESSION=13 WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 852 || -|| || - || 955|| 3072 || 2.5 || PCI-E 2.1 x16 || cgminer 2.1.2 || Memory: 830 Mhz, -v 2 -w 128 -I 9, Watercooled, stock voltage. (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 865 || -||1.11 || - || 890/860 || 3072 || 2.4 || PCI-E 2.1 x16 || cgminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with core 0 at 990/890 engine/mem, core 1 at 960/860 (runs hot).  Watercooled at 65-68C.&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1436 || 1.848|| || 777 || 880 || 6144 || 2.4 || PCI-E 2.0 x16 x2 || guiminer 2011.05.11 || AUSUM switch set to 1 on both cards; Core left at 880MHz, memory left at 1250MHz; VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1640 || 1.416|| || 1200 || 1010 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || phoenix 1.7.0 || GPU 910MHz, Memory 785MHz, Powertune 20%; VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1700 || 1.416|| || 1200 || 1010 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || guiminer 2011.06.14 || GPU 1010MHz, Memory 900MHz; -k phatk2 VECTORS BFI_INT FASTLOOP=false WORKSIZE=128 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1740 || 2.11 || || 825 || 940 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || cgminer 2.0.8 || GPU0+3 930MHz core/805MHz memory, GPU1+2 940MHz core/815MHz memory; BIOS switch factory setting; Cooled with 7C air from outside; -g4 -I9 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|  6990x3 || 2094 || -|| || - || 900 || - || 2.4 || PCI-E 2.0 x16 x8 x4 || poclbm || GPU 900MHz, Memory 1250MHz; poclbm.py -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 104.15 ||  ||  ||  || 800 ||   || - || PCI-E 2.0 x16 || phoenix || worksize=128 VECTORS FASTLOOP AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 117.15 ||  ||  ||  || 900 ||   || - || PCI-E 2.0 x16 || phoenix || worksize=128 VECTORS FASTLOOP AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 125.5 || - || - || - || 830 || 512 || 2.6 (10.0.898.1) || PCI-E 2.0 x8 || DiabloMiner || GPU: 830MHz, Memory: 1125MHz; -v 1 -w 256 [https://bitcointalk.org/index.php?topic=64241.msg816946#msg816946 source]&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 134 || 2.66 || 1.21 || 50 || 880 || 512 || 2.6 (?) || PCI-E 2.0 x16 || cgminer 3.1.0 (Gentoo Linux AMD64) || factory-overclocked to 880 MHz; power draw measured with a Kill-a-Watt, intensity=13, vectors=1, worksize=128, kernel=diablo&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 136.1 || - || - || - || 900 || 512 || 2.6 (10.0.898.1) || PCI-E 2.0 x8 || DiabloMiner || GPU: 900MHz (CCC locked @ 900), Memory: 800MHz; -v 1 -w 256 [https://bitcointalk.org/index.php?topic=64241.msg816946#msg816946 source]&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 140 || - || - || - || 950 || 512 || - || PCI-E 3.0 x16 || bfgminer 3.0.0 || Memory: 900MHz; -I 5 -g 2 -k diablo&lt;br /&gt;
|-&lt;br /&gt;
|  7770 || 182 || - || - || 83 || 1020 || 640 || 2.6 || PCI-E 2.0 x16 || poclbm || Ubuntu 10.04 LTS amd64, GPU: 1020MHz&lt;br /&gt;
|-&lt;br /&gt;
|  7770 || 213 || - || - || - || 1150 || 640 || - || PCI-E 2.0 x16 || poclbm || Win7 32bit, Core2Duo, poclbm guiminer&lt;br /&gt;
|-&lt;br /&gt;
|  7790 || 313 || - || - || - || 1200 || 896|| - || PCI-E 2.0 x16 || poclbm ||  Saphire Radeon HD 7790 OC (2 fans &amp;amp; heatpipes) GPU 20% OC @ 1200mhz / TEMP 57C / FAN 36%,  Win8 64bit, cgminer, &amp;quot;intensity&amp;quot; : &amp;quot;10&amp;quot;, &amp;quot;vectors&amp;quot; : &amp;quot;1&amp;quot;, &amp;quot;worksize&amp;quot; : &amp;quot;256&amp;quot;, &amp;quot;kernel&amp;quot; : &amp;quot;poclbm&amp;quot;, &amp;quot;thread-concurrency&amp;quot; : &amp;quot;8192&amp;quot;,&lt;br /&gt;
|-&lt;br /&gt;
|  7790 || 325 || - || - || - || 1300 || 896 || - || PCI-E 2.0 x16 || poclbm ||  MSI Radeon HD 7790 GPU @ 1300mhz/ MEM @ 750mhz/ FAN @ 83 / TEMP 67C Win7 64bit, athlon x2, poclbm guiminer , -v -w 128 -f 1&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 287 || 1,91 || 1,1 || 150 || 950 || 1024 || 2.6 || PCI-E 2.0 x16 || cgminer || GPU:950 MEM:800, Linux 64bit, Intensive 14, GPU temp = 60°C, Room temp = 25°C, Fan = 60%&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 329 || - || - || 150 || 1100 || 1024 || 2.6 || PCI-E 2.0 x16 || cgminer 2.6.4 || Linux 64bit GTK+3, GPU temp = 60°C, Room temp = 25°C, Fan = 60%, -v 1 -k poclbm -I 6 --gpu-engine 1100 --gpu-memclock 950&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 363 || - || - || - || 1241 || 1024 || 2.6 || PCI-E 2.0 x16 || Guiminer || GPU:1241 MEM:4840 &lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 405 || - || - || - || 1100 || 1280 || 2.6 || PCI-E 2.0 x16 || Guiminer || Sapphire 7870 OC , GPU: 1100MHz, Mem: 950 Mhz, GPU temp: 65°C, Fan 36% (1377 RPM).&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 406 || - || - || - || 1100 || 1280 || 2.6 || PCI-E 2.0 x16 || cgminer || Gigabyte GV-R787OC-2GD, GPU: 1200MHz, [cgminer -I 7]&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 422 || - || - || - || 1165 || 1280 || 2.6 || PCI-E 2.0 x16 || cgminer || Sapphire 7870 1ghz edition, GPU: 1165MHz, [cgminer.exe -d 0 -l 1 -T -I 8]&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 460 || - || - || - || 1250 || 1280 || 2.7? || PCI-E 2.0 x16 || Guiminer || MSI R7870 TFIII/oc, Catalyst 12.11 beta4, 455-460 mhash/s @1250 core, 750 mem, 0% Power limit, 1.218v, Zalman VF3000N = 42C, VRMS = 57C, ambient approx. 17-19C, -v -w128 -f10&lt;br /&gt;
|-&lt;br /&gt;
| 7870 XT || 485 || 3.09 || 1.8726 || 157 || 1200 || 1280 || 2.8 || PCI-E 3.0 x16 2.0 || cgminer ||7870XT clock/mem - 1200/1600&lt;br /&gt;
|-&lt;br /&gt;
| 7870xt || 520 || - || - || - || 1200 || 1536 || 2.7? lol || PCI-E 2.0 x4 || Guiminer || Sapphire HD7870xt, Catalyst 12.11 beta 4, 515-520 mhash/s @1200/core 750/mem, 0%PL, 1.17v/stock, Zalman vf3000a @60-62C even though its sandwiched between a 7870 and 5850. xD&lt;br /&gt;
|-  &lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 510 || - || - || - || 985 || 1792 || 2.6 || PCI-E 3.0 x16 || Diablo || Windows 8 x64, Asus P8Z77 WS, i7 3rd Gen, Card is XFX brand, Clock 985Mhz, Mem 1100Mhz, -v 1 -w 256&lt;br /&gt;
|-  &lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 512 || - || - || - || 1000 || 1792 || 2.6 || PCI-E 3.0 x8 || poclbm || GPU: 1000MHz, Memory: 850MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 550 || - || - || - || 1060 || 1792 || 2.8 || PCI-E 3.0 x16 || Diablo || Core 1060, Mem 800, -v 1 -w 256 Intesity 7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 605 || - || - || - || 1150 || 1792 || 2.6 (10.0.898.1) || PCI-E 3.0 x16 || DiabloMiner || GPU: 1150MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 555 || - || - || - || 925 || 2048 || 2.6 (10.0.898.1) || PCI-E 2.0 x16 || DiabloMiner || GPU: 925MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 640 || -|| || - || 1070 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1070 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 57%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 650 || -|| || - || 1100 || 2048 || 2.4 || PCI-E 2.0 x16 x8 x4 || Diablo|| GPU 1100MHz, Memory 600MHz;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 650 || -|| || - || 1100 || 2048 || 2.6 || PCI-E 2.0 x1 || cgminer 2.4.1 || Win7 х86, Catalyst 12.3, GPU 1100 MHz, Memory 950 MHz, GPU temp = 68°C, Room temp = 25°C, Fan = 58%, -k poclbm -v 1 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 674 || -|| || - || 1130 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1130 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 57%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 685 || -|| || - || 1150 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1150 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 58%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 685 || -|| || - || 1177 || 2048 || 2.6 || PCI-E 2.0 x16 || cgminer 2.3.1 || Win7, Catalyst 12.3, driver: 2.95, E: 1177, M:685, -k diakgcn -v 2 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 690 || - || - || - || 1150 || 2048 || 2.6 (10.0.898.1) || PCI-E 2.0 x16 || DiabloMiner || GPU: 1150MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 695 || - || - || - || 1160(core)/1050(mem) || 2048 || 2.6 || PCI-E 2.0 x16 || DiabloMiner (options: -v 1 -w 256) || Asus HD7970-DC2T-3GD5 @ 1.17V; Linux Ubuntu 11.10 64 bit; AMD SDK 2.6; Catalyst 12.3 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 710 || -|| || - || 1200 || 2048 || 2.4 || PCI-E 2.0 x16 || DiabloMiner|| GPU 1200MHz, Memory 600MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 714~ || -|| || - || 1210 || 2048 || 2.7 || PCI-E 1.1 x16 || cgminer 2.7.4 || MSI HD7970 R7970-2PMD3GD5/OC, core clock - 1210Mhz, memory clock - 685, core voltage (1.149V - MSI Afterburner, ~1.043V - GPU-Z), memory voltage 1.5V, temperature - 75C at mid-day and 65C w/ AC on at 20C, Catalyst 12.8, Windows 8 Release Preview 32-bit, kernel - poclbm, vector - 1, worksize - 64, intensity - 14, fan - 100% &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;|  7970 || 825 || -|| || 214 || 1290 || 2048 || 2.4 || PCI-E 2.0 x16 || Bitminter|| Bitminter beta 1.1.1; GPU 1290MHz, Memory &lt;br /&gt;
1375MHz (Trixx = 600); work size 256, &amp;quot;BFI_INT,&amp;quot; Device-accessible CPU memory; full watercooled block; power stats from GPU-Z; Driver 11.12&lt;br /&gt;
|-&lt;br /&gt;
|  7970x3 || 1950 || 2.6 || 1.72 || 750 || 1100 || 2048x3 || - || PCI-E 2.0 x16 || cgminer 2.7.5 || Win8, Catalyst 12.8, driver: 8.982.0.0, E: 1100, M:750, kernel: poclbm, worksize: 256, intensity: 9, gpu-threads: 4, refitted Diamond 7970 HSF with new VRM pads to lower VRM temps ~15C.  Undervolted each card until crash under load, then raised about 0.015v for stability.  Settings using afterburner 2.2.1 with OC unlocked.  Visiontek 7970: $370, Sapphire 7970: $360, Diamond 7970: $400&lt;br /&gt;
|-&lt;br /&gt;
|  7970x3 || 2050 || 2.41 || 1.22 || 850 || 1150 || 6144 || 2.6 || PCI-E 2.0 x16 || cgminer 2.3.1 || Win7, Catalyst 12.3, driver: 2.95, E: 1150, M:685, -k diakgcn -v 2 -w 256, 850W power consumption measured at the wall&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V3800 || 69.0 || -|| || - ||  ||  ||  || PCI-E 2.0 x16 || BitMinter Client || &lt;br /&gt;
|-&lt;br /&gt;
| FirePro V4800 || 79.7 || -|| || - || 775 || 400 || 2.4 || PCI-E 2.1 x16 || GUIMiner v2011-05-01 || &lt;br /&gt;
|-&lt;br /&gt;
| FirePro V8700 || 84.8 || -|| || - || 750 || 800 || - || - || poclbm-mod.03.24.2011 || &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5800 || 61.4 || -|| || - || 650 || - || - || - || poclbm-mod.03.24.2011 || Ubuntu&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5800 || 69.3 || -|| || - || 650 || 400 || 2.1 || - || GUIMiner v2011-04-26  || -v -w128, Windows 7 32bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5950 || 96.7 || -|| || - || 725 || 900 || 2.5 || PCI-E 2.0 x16 || poclbm || -v -w128 (Windows 7 64 bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 119 || -|| || - || 690 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || Windows 7 32bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 144 || -|| || - || 690 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || -v -w128 (Windows 7 32bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 161 || -|| || - || 780 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || -v -w128 (Windows 7 32bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V7750 || 35.7 || -|| || - || - || 320 || 2.4 || PCI-E 2.0 x16 || GUIMiner v2011-05-21 || Windows 7 64bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V7800 || 254.85 || -|| || - || - || 1440 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 with poclbm || Debian Squeeze&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M7740  (M97 GL) [DELL] || 63.0 ||  -|| || - || 650 || - || 2.1 || PCIe v2.0 x16 || GUIMiner v2011-06-14 || Windows 7 64bit / only SDK2.1 works&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M7820 || 150.0 || -|| || - || 700 || 800 || 2.1 || PCI-E 2.1 x16 || GUIMiner v2011-06-09 / poclbm || Memory downclocked to 500 from 1000MHz, 169MH/s@800MHz, 181MH/s@860Mhz (max.), only SDK2.1 works, Windows 7 x86&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;amazon_20110625&#039;&amp;gt;$ Prices from http://www.amazon.com on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Nvidia===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/J !! Watts !! Clock !! SP !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| ION || 1.8 || 0.067 || 27 ||  || 16 || poclbm;  power consumption incl. CPU&lt;br /&gt;
|-&lt;br /&gt;
| 8200 mGPU || 1.2 || || || 1200 || 16 || 128 MB shared memory, &amp;quot;poclbm -w 128 -f 0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 8400 GS || 2.3 || || ||  ||  || &amp;quot;poclbm -w 128&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 8400 GS || 1.6 || 0.013 || 128 || 1238 ||  || DiabloMiner -w 128 -f 1 [https://en.bitcoin.it/wiki/User:Knightmb source]&lt;br /&gt;
|-&lt;br /&gt;
| 8400M GS || 2.0 || || ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 8500GT || 2.4 || || || 918 || 16 || poclbm under GUIMiner&lt;br /&gt;
|-&lt;br /&gt;
| 8600M GT || 4.93 ||  ||  ||  || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 8600M GT || 3.8 ||  ||  ||  || || Macbook Pro running Diablo&lt;br /&gt;
|-&lt;br /&gt;
| 8600GT || 5.66 ||  ||  || 1188 ||  32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 8600GT OC || 7.3 ||  ||  || 1602 || 32 || [http://www.bitcoin.org/smf/index.php?topic=1334.0 poclbm] -w 128 [http://www.bitcoin.org/smf/index.php?topic=4967.msg72833#msg72833 source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 25   || 0.24 || 105 || 1300 ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 24.5 || 0.23 || 105 || 1300 ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 31.1   || 0.296 || 105 || 1855 ||  || Overclocked 715 GPU / 1030 Memory / 1855 Shader; GuiMiner v2011-05-21&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 31.8   || 0.303 || 105 || 1836 || 112 || 713 gpu, 1026 memory. win7x86, phoenix 1.48, -k poclbm WORKSIZE=64 AGGRESSION=5&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 34.0   ||       || 105 || 1998 ||     || gpu 756M, mem 1123M, shader 1998M, temp 65C. winXP, phoenix 1.50, -k poclbm WORKSIZE=64 AGGRESSION=6 -- same settings get 32.7 MH/s with aggression 2&lt;br /&gt;
|-&lt;br /&gt;
| 8800GTS || 16.8 || 0.109 || 154 ||  ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg25069#msg25069 source] [http://www.techspot.com/review/79-geforce-8800-gts-512/page11.html source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTS || 18.7 || 0.124 || 150 || 1200 ||  || poclbm -w 64 no vectors&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTS || 33.5 || || 150 || OC ||  || CUDA mining via GUIminer. Win7 64bit. poclbm -v -w128 -f0. OC&#039;d Core@799MHz, Mem@1080MHz, Shader@1905MHz.  Fan 70%, GPU temp @ 66C in comfortable room temp.&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTX || 27.5 || || || 1404 || || phoenix 1.48, poclbm, no vectors, 83C with 50C ambient  &lt;br /&gt;
|-&lt;br /&gt;
| 8800m GTX || 16.3 || || || || || rpcminer-cuda Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| 9300GE || 1.57 ||  ||  || 1300 ||  8 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9300GS || 1.69 ||  ||  || 1400 ||  8 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9300/nForce 730i || 2.15 ||  ||  || 1200 ||  16 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9400GT || 3.37 || 0.067 || 50 || 1400 || 16 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9400M (MacBook) || 1.90 || 0.32 || 6 || 700 ||  || poclbm -f 8 no vectors&lt;br /&gt;
|-&lt;br /&gt;
| 9500M GS || 3.2 ||  ||  || 950 || 32 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 6.75 || 0.135 || 50 || 1400 || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 7.30 || 0.135 || 50 || 1400 || 32|| rpcminer-cuda, Overclocked 730 GPU/ 500 Memory / fan 100% 70C solid&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 7.10 || 0.135 || 50 || 1767 || 32 || rpcminer-cuda, Overclocked 707 GPU / 500 Memory / fan 100% 73C steady&lt;br /&gt;
|-&lt;br /&gt;
| 9600GSO || 19.88 || 0.237 || 84 || 1375 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GSO512 || 11.75 || 0.131 || 90 || 1625 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT || 15.66 || 0.165 || 95 || 1625 || 64 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT Zotac || 15 ||  ||  || 1650 || 64 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT OC || 18.8 || &amp;lt;0.198 || &amp;gt;95 || 1981 || 64 || [http://www.bitcoin.org/smf/index.php?topic=1334.0 poclbm] -w 128 -f 10 [http://www.bitcoin.org/smf/index.php?topic=4967.msg74610#msg74610 source] [http://www.bitcoin.org/smf/index.php?topic=4967.msg73353#msg73353 source]&lt;br /&gt;
|-&lt;br /&gt;
| 9600M GS || 4.0 ||  ||  || 1075 || 32 ||  rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT || 30.36 || 0.289 || 105 || 1800 || 112 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT EE || 19.7 || 0.263 || 75 || 1375 || 112 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT OC || 29.5 || 0.283 || 105 || 1836 || 112 || poclbm.py, no options. Memory underclocked to 850Mhz, GPU overclocked to 733Mhz&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX || 32.54 || 0.232 || 140 || 1688 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 32.6 || 0.232 || 140 || 1688 || 128 || win7x64 275.33 Overclocked to 756/1890/1102 using a CUDA-specific miner (instead of phoenix, yay for ZERO stales!)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 35.39 || 0.251 || 141 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 36 ||  ||  ||  ||  || factory OC ubuntu polclbm.py -w 128 -f 10 -a 10 (DO NOT USE -v)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 37.23 || 0.266 || 140 || 1890 || 128 || win7x64 275.27 phoenix(1.48) -k poclbm AGGRESSION=3 WORKSIZE=64 (may cause 75%+ stale count, in which case use a CUDA-specific miner instead)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 40.20 || 0.287 || 140 || 835 || 128 || lowered memory clock higher core, unstable if going higher&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#FFEFEF&amp;quot;| 9800GX2 || 57.83 || 0.294 || 197 ||  || 2x128 ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#FFEFEF&amp;quot;| 9800GX2 || 28 || 0.142 || 197 ||  || 2x128 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37620#msg37620 source]&lt;br /&gt;
|-&lt;br /&gt;
| G210 || 3.38 || 0.111 || 30.5 || 1402 || 16 ||&lt;br /&gt;
|-&lt;br /&gt;
| G210 || 3.79 || 0.124 || 30.5 || 1402 || 16 || poclbm -f 1&lt;br /&gt;
|-&lt;br /&gt;
| GT220 || 10.8 || 0.084 || 128 || 1360 || || DiabloMiner -w 128 -f 1000 [https://en.bitcoin.it/wiki/User:Knightmb source]&lt;br /&gt;
|-&lt;br /&gt;
| GT230 || 15.5 || 0.161 || 96 || 650 || 64 || (9600GT rebranded one from in a medion pc)&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 19.37 || 0.281 || 69 || 1340 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 21.24 ||  ||  ||  || 96 || [http://www.bitcoin.org/smf/index.php?topic=4291.0 poclbm-mod] -f 0 -v [http://www.bitcoin.org/smf/index.php?topic=4967.msg73383#msg73383 source]&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 28.1 ||  ||  ||  || 96 || poclbm -f0 -v (Gainward GT240 1024DDR5 OC core@670/stockmem@1700/shader@1700 - stable; max.temp=73)&lt;br /&gt;
|-&lt;br /&gt;
| GT240M || 9.8 || 0.426 || 23 || 550 || 48 || poclbm -f 0 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
| GT240 OC || 25.6 || 0.365 || 70 || 1765 || 96 || poclbm&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 || 35.39 || 0.244 || 145 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 || 35.2 || 0.243 || 145 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 OC || 37 || 0.255 || 145 || 2047 || 128 || 37.2 with the following OC: Core: 775MHz, Shader: 1900MHz, Memory: 1200MHz&lt;br /&gt;
|-&lt;br /&gt;
| GTX260M || 22.5 ||  || || 500 || 112 || poclbm 4/28/2011 Asus G71GX runs ~90c without cooling pad &lt;br /&gt;
|-&lt;br /&gt;
| GTX260 || 35.91 || 0.178 || 202 || 1242 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260 || 44 || 0.242 || 182 || 1242 || 216 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 40.40 || 0.236 || 171 || 1242 || 216 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 47.4 || 0.260 || 182 || 1348 || 216 || poclbm -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 50.00 ||      ||    || 1050 || 216 || m0mchil GPU client, Windows 7 64-bit, x6 @ 3.5ghz&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 52.0 || || || 1461 || 216 || &amp;quot;poclbm -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 58.9 || || || 756/400 || 216 || Core overclocked, Memory underclocked, Ubuntu 11.04 Classic Session(No Effects) &amp;quot;poclbm -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 60.1 || || || 1706 || 216 || Core: 364 MHz, Shaders: 1706 MHz, Memory: 594 MHz, VDDC: 1.1800V. &amp;quot;poclbm-mod -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX275 || 50.75 || 0.232 || 219 || 1404 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX275 || 58 || || || 729/1458 || 240 || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GTX280 || 46.84 || 0.198 || 236 || 1296 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX280 || 64.34 || 0.289 || 245 || 1296 || 240 || phoenix.exe -k poclbm AGGRESSION=6 WORKSIZE=128 (61*C with Accelero XTREME GTX280)&lt;br /&gt;
|-&lt;br /&gt;
| GTX285 || 64.8 || || || 1607 || 240 || GuiMiner - Not sure about wattage yet. Still testing. Card runs around 74 C&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| GTX285 || 53.35 || 0.262 || 204 || 1476 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 89.78 || 0.311 || 289 || 1242 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 120.70 || 0.418 || 289 || 1242 || 480 || GUIMiner no oc.&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 117.30 || 0.406 || 289 || 1476 || 490 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT 320M (MacBook Air) || 6.12 ||  ||  || 1212 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| 320M (Mac mini 2010) || 7.0 || 0.35 || 20 || 450 || 32 || poclbm no extra options, windows 7 x64&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 7.5 ||  ||  || 990 || 48 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 10.5 ||  ||  || 325/650(mem)/1300(shaders) || || rpcminer-cuda, 71 degrees&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 7.99 ||  ||  ||  ||  || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GT330 || 21.65 ||  ||  ||  ||  || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M || 7.97 ||  ||  || ||48|| Model: MacBookPro6,2 VRAM: 512MB Software: [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-05-22 / Mac OS X 10.6.7&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M || 10.8 ||  ||  ||650MHZ core||48|| Model: MacBookPro6,2 VRAM: 512MB Software: GUIMiner running in Bootcamp v2011-08-24 / Mac OS X 10.6.8.The GPU was OC&#039;d to 650MHZ core clock,mem clock was the lowest it would go in MSI Afterburner.The Bootcamp OS was Windows 7 x64.MBP Mid 2010.&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M (Sony Vaio Z) || 7.8 || 0.71 ( 0.3 total) || 11 (26w total) || 1045 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M (Samsung R480) || 9.1 || || || 575(GPU)/1265(shader) || ||VRAM 1024MB. pocblm -vectors --verbose. Windows 7 Ultimate x86&lt;br /&gt;
|-&lt;br /&gt;
| GTS 350M (Toshiba A665-3DV) || 17.0 || 1.214 || 14 || 1080 ||  || DiabloMiner-Windows.exe&lt;br /&gt;
|-&lt;br /&gt;
| GTS 350M (Toshiba A665-3DV5) || 20.8 ||  ||  || 1350 ||  || DiabloMiner-Windows.exe, OC&#039;d 550/850/1350 73C stable&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M || 25.0 || || || || || [toshiba qosmio laptop, ~150-165*F stock fans]&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M (ASUS G60jx) || 20.0 || || || || || everythins is stock, it cannot sustain. it reaches 90 degrees and freezes.&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M (ASUS G60jx) || 27.2 || || || Shader @ 1720, Memory @ 900 || || stock hardware (clean exhaust fan), Afterburner, 72 deg C Stable &lt;br /&gt;
|-&lt;br /&gt;
| GT430 || 20.24 || 0.413 || 49 || 1400 || 96 ||&lt;br /&gt;
|- &lt;br /&gt;
| GT440 || 20.4 || || || 1645 || 96 || rpcminer-cuda -aggression=8; winxp x64 driver 275.33&lt;br /&gt;
|-&lt;br /&gt;
| GT530 || 17.9 || 0.358 || 50 || 1400 || || BitMinter v1.1.2&lt;br /&gt;
|-&lt;br /&gt;
| GT520M || 8.9 || || || || ||  rpcminer-cuda, got up 2 10.2MH/s OC&#039;ed&lt;br /&gt;
|-&lt;br /&gt;
| GT525M || 14.6 || || || || || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT540M || 16.0 || || || || || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT550M || 17.08 || || || || || rpcminer-cuda -aggression=8&lt;br /&gt;
|-&lt;br /&gt;
| GT610M (ASUS K45V) || 9.371 || || || 738 MHz || || 2GB RAM.&lt;br /&gt;
|-&lt;br /&gt;
| GT650M (rMBP) || 17.8 || || || 900 || 16 || cgminer 2.5.0 on OSX 10.7.4&lt;br /&gt;
|-&lt;br /&gt;
| GT650M OC || 27.4 || || || || || GUIMiner  &lt;br /&gt;
|-&lt;br /&gt;
| GTS450 || 45.28 || 0.427 || 106 || 1566 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS450 (Sparkle One) || 40.0 || || || || || poclbcm git Oct 2012&lt;br /&gt;
|-  &lt;br /&gt;
| GTS450 || 45.28 || 0.427 || 106 || 1566 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460SE || 56.39 || 0.376 || 150 || 1300 || 288 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 || 66.32 ||  ||  || 814 || 336 || rpcminer-cuda 20110605, Graphics Clock @ 814MHz, Memory @ 1555MHz&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 || 68.31 || 0.427 || 160 || 1350 || 336 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 768MB || 57.8 ||  || ? || 1350 || 336 || rpcminer-cuda -gputhreads=320 -gpugrid=336&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 768MB (MSI Cyclone 768D5/OC) || 75.1 ||  || ? || 930 || 336 || rpcminer-cuda on Win7 x64 with ForceWare 275.33. [http://event.msi.com/vga/afterburner/download.htm MSI Afterburner] set to core: 930MHz, shader: 1850MHz, core voltage: 1.087V, memory: 1600MHz. Runs at 58°C with fan at 75% (ambient 25°C).  &lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB DirectCU || 72.3 || ? || ? || 1672 || 336 || rpcminer-cuda -gputhreads=320 -gpugrid=336&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB DirectCU || 89.5 || ? || ? || 1000 || 336 || guiminer GPU:1000mhz MEM:900&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB ( evga FPB ) || 71.4 || -- || -- || 870/1744/1800 || 336 || guiminer-cuda v2012-02-19 FW290.53 Win7x64&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB ( evga ) || 83.1 || 0.519 || 160 || 925/1850/900@0.960v || 336 || guiminer (phoenix1.75) -k poclbm AGGRESSION=8 FASTLOOP BFI_INT -v WORKSIZE=256 ForceWare 301.42 Win7x64 Runs at 70°C with fan at 100%&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 (2 cards) || 102 || 0.319? || 320? || 1350 ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26363#msg26363 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 (2 cards) OC || 127 || 0.374 || 340 || 1620 || 2x 336 || [http://www.bitcoin.org/smf/index.php?topic=2444.0 rpcminer-cuda] -gpugrid=128 -gputhreads=128 ver.20110227&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB OC (2x MsiHawksSLI) || 158 || 0.658 || 240w(used kill a watt) || core/shader/ram@vcore 930/1860/1150@1.087v (only vcore raised) || 2x 336 || rpcminer-cuda ver.20110227 -gpugrid=320 -gputhreads=320 -aggression=7 Watercooled stable @ 110°F/43° !!!USE ASUS GPU Tweak with GPU-Z (afterburner v2.2.3 wont OC with NVIDIA driver 306.97) I would need gpu bios mod to get more oc/volt. Setting faster ram did increase Mhash/s versus setting ram=core clock.&lt;br /&gt;
|-&lt;br /&gt;
| GTX465 || 64.41 || 0.322 || 200 || 1215 || 352 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 81.98 || 0.381 || 215 || 1215 || 448 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 94.7 || || || 1414 || ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 103.7 || || || 1520 || || memory @ 418MHz, stable @ 72 deg fan @ 90%, puddinpop rpcminer-cuda -gpugrid=96 -gputhread=128 AGGRESSION=14 GIGABYTE brand card BIOS 70.00.21.00.03 &lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 111.9 || 0.520 || 215 || 1650 || 448 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 115 || || || 1616 || || phoenix 1.46 poclbm VECTORS BFI_INT FASTLOOP AGGRESSION=6&lt;br /&gt;
|-&lt;br /&gt;
| GTX470x2 || 121 ea. (130 burst ea.) || || || 1700 ||448|| PuddinPop rpcminer-cuda -gpugrid=96 -gputhreads=128 AGGRESSION=14 (memory 856 Max Temp. 71 deg. F on Water 1.085v+, Stable on Beast 2.0&amp;gt;3 days, no i7 CPU OC, driver 280.26, bios 70.00.21.00.03)&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 || 101.28 || 0.405 || 250 || 1401 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 || 140.43 ||  ||  || 1700 || 480 || rpcminer-cuda -gpugrid=512 -gputhreads=480&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 AMP!Zotac|| 140.1 ||  ||  || 1700|| 480 || rpcminer-cuda -gpugrid=480 -gputhreads=480 (vCore-1050,Core Clock-851, Shader Clock-1702, Memory Clock-2033, t-79°c, Water 43°c, stable temperature and work)&lt;br /&gt;
|-&lt;br /&gt;
| GTX550 Ti || 45.0 || ? || ? || ? || ? || EVGA 1GB, WinXP rpcminer, no overclock&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 67.7 || 0.39  || 170 || 1700 || 384 || standard EVGA 560, no overclock&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 74 || 0.41  || 170 || 822 || 384 || MSI 560Ti HAWK; core 822 Mhz clock (no overclock); rpcminer-cuda.exe -aggression=4 -gpugrid=64 -gputhreads=384; temp - 71°C; Win 7 x64&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 74.8 || 0.41  || 180 || 1700 || 384 || gigabyte 900Mhz clock; -w 512 -v&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 81 || 0.45  || 180 || 835 || 384 || Gainward GTX560TI Phantom, default clock, rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 85.1 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 295.41, Intensity: 14&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 100 || 0.5 || 200 || 1000 || 384 || GFX - MSI 560Ti HAWK; rpcminer-cuda.exe -aggression=8 -gpugrid=64 -gputhreads=384; GPU temp - 68°C; OS - Windows 8 x64 .&lt;br /&gt;
|-&lt;br /&gt;
| GTX 560M || 39.3 || 0.38 || 75 W || 775|| 192 || [http://www.examiner.com/computers-in-denver/toshiba-qosmio-x775-q7380-review-review source1] [http://www.notebookcheck.net/NVIDIA-GeForce-GTX-560M.48313.0.html source2] Note: Uses the 295.51 Beta Drivers&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 OC || 86.7 || &amp;lt;0.51 || &amp;gt;170 || 1800 || 384 || [http://www.bitcoin.org/smf/index.php?topic=2444.0 rpcminer-cuda] [http://www.bitcoin.org/smf/index.php?topic=4967.msg72816#msg72816 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 105.83 || 0.483 || 219 || 1464 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 140 || 0.639 || 219 || 750 || 480 || rpcminer-cuda.exe -aggression=10 -gpugrid=480 -gputhreads=960; display driver stops working with aggression=11 under win7 x64 driver 270.61&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 157 || 0.717 || 219 || 850 || 480 || rpcminer-cuda.exe -aggression=11 -gpugrid=120 -gputhreads=960&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 165 || ||  || 925 || 480 || rpcminer-cuda.exe -gpugrid=120 -gputhreads=960; vcore 1.1v; Win7 x64 304.79 Beta; -aggression=11 adds strong lag with minimal increase in hashrate.&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 160 || ||  || 925 || 480 || rpcminer-cuda.exe -gpugrid=104 -gputhreads=832; No desktop lag, very minimal loss in hashrate compared to much laggier settings&lt;br /&gt;
|-&lt;br /&gt;
| GTX580 || 156.6 || 0.642 || 244 || 1544 || 512 || cgminer 2.11.3 on Win 8-64 with I=6, driver nVidia 314.22&lt;br /&gt;
|-&lt;br /&gt;
| GTX580x2 || 2x 146 || 0.598 || 244 || 1544 || 512 || rpcminer-cuda.exe -gpugrid=128 -gputhreads=1024 &lt;br /&gt;
(aggression levels above the default of 6 not recommended; only a gain of ~3MH/s per card, and &#039;&#039;&#039;heavy&#039;&#039;&#039; lag, GUIMiner v2011-08-24, win7 64bit nVidia 290.36 beta driver)&lt;br /&gt;
|-&lt;br /&gt;
| GTX590 || 193.1 || --- || --- || 1215 || 2x 512 || poclbm -v -w 256, Win&lt;br /&gt;
|-&lt;br /&gt;
| GTX590 || 2x 121.48 || --- || --- || 750 || 2x 512 || &lt;br /&gt;
|-&lt;br /&gt;
| GTX670 || 112.00 || 1.1 || 100 || 1275 || 1344 || EVGA GTX670FTW 2GB / GPU Clock offset +75Mhz with EVGA Precision X / GUIMiner -f 60 /  Windows 7 64-Bit. (09-13-2012)&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 127.3 || || || 1280 || 1536 || Asus GTX 680 2GB DirectCU II: Windows 7 64 bit: Nvidia 310.90 driver: Offset of 186: Runs at a constant 52C&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 110.00 || || || 1110 || 1536 || RPCMiner with OpenCL or others.  Might crash once mining stops.  No Flags and Stock Settings (GPU Boost @ 1110mhz Core) with EVGA GTX 680, latest version of GUIMiner (2012-2-19) and Windows 7 x64.&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 120.00 || 1.2 || 100 || 1272 || 1536 || Ufasoft Galaxy 4GB (GPU Clock offset +70Mhz with EVGA Precision X) (2012-7-28) and Windows 7 64-Bit.&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 580 || 5.7 || 0.14 || 40 || 1125 || 4 ||rpcminer-cuda, Win, -gpugrid=128 -gputhreads=512&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 770M || 5.75 ||  ||  || 500 || 32 || DiabloMiner-Windows.exe BFI_INT FASTLOOP AGGRESSION=6, Win&lt;br /&gt;
|-&lt;br /&gt;
|Quadro FX 770M || 6.39 ||  ||  || 500 || 32 || DiabloMiner-Windows.exe BFI_INT FASTLOOP AGGRESSION=6 w 64, Win 7x64&lt;br /&gt;
|-&lt;br /&gt;
|Quadro FX 880M || 9.6 ||  ||  || || || poclbm/guiminer&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 1600M || 6 || 0.12 || 50 || 625 || 32 ||rpcminer-cuda, Win&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 1800 || 13.6 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 256.44 Intensity: 4&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 2000M || 23 || 0.397 || 58 || || || phoenix 1.48, -k poclbm, VECTORS, AGGRESION=6, Lenovo W520 platform&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 2800M || 22 || 0.293 || 75 || 600 || 96 ||DiabloMiner, win&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3000M || 28.6 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 295.41 Intensity: 3&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3600M || 36 || 0.514 || 70 || 500 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3800 || 33.3 ||  ||  ||  ||  || poclbm/guiminer -f0 -w128&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 135M || 1.05 || 0.1 || 10 || 800 || 1 || &lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 295 || 1.7 || 0.07 || 23 || 567 || 8 || phoenix&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 3100M || 3.6 || 0.257 || 14 || 600 || 16 || rpcminer-cuda, Win, CUDA 3.1.1&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 4200M || 10.0 ||     ||     ||  810  ||   ||  guiminer, Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Quadro 5000 || 67.7 || 0.445 || 152 || 513 || 352 || rpcminer-cuda.exe -aggression=7 gpugrid=352 gputhreads=704;&lt;br /&gt;
|-&lt;br /&gt;
| Tesla C1060 || 52.5 ||  ||  || 1296 || 240 ||  poclbm, Win7x64&lt;br /&gt;
|-&lt;br /&gt;
| Tesla K20 || 134.8   ||  ||  || 706  || 2496  ||  poclbm, Linux&lt;br /&gt;
|-&lt;br /&gt;
| Tesla M2050 || 79.8 ||  ||  || 1550 || 448 || DiabloMiner&lt;br /&gt;
|-&lt;br /&gt;
| Tesla M2050 || 94.5 ||  ||  || 1550 || || poclbm&lt;br /&gt;
|-&lt;br /&gt;
| Tesla S1070 || 155.2 || || 800 &amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || 1440 (GT200b)&amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || 960&amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || rpcminer-cuda, Linux, CUDA 3.2, 4 instances (-gpu=0 through -gpu=3)&lt;br /&gt;
|-&lt;br /&gt;
| Tesla S2070 || 749.23 || || || 1150&amp;lt;ref name=&#039;nvidia_S2070&#039;/&amp;gt; || 1792&amp;lt;ref name=&#039;nvidia_S2070&#039;/&amp;gt; || rpcminer-cuda, Linux, CUDA 4.0, 8 instances (-gpu=0 through -gpu=7) &lt;br /&gt;
|-&lt;br /&gt;
| GTX280x2 || 102.7 ||  ||  ||  ||   ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;nvidia_S1070&#039;&amp;gt;The S1070 is a dedicated supercomputing platform that features four Tesla units (GT200). Technical data taken from [http://www.nvidia.de/object/tesla_s1070_de.html NVIDIA]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;nvidia_S2070&#039;&amp;gt;The S2070 is a dedicated supercomputing platform that features four Fermi units (C2070). Technical data taken from [http://de.wikipedia.org/wiki/Nvidia_Tesla Wikipedia] (Documentation from NVIDIA webpage is confusing)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==CPUs/APUs==&lt;br /&gt;
&lt;br /&gt;
A lot of nice data can be pulled from [http://www.bitcoin.org/smf/index.php?topic=1628.0 this thread] to seed this section. &lt;br /&gt;
&lt;br /&gt;
Might you wish to throttle CPU load a bit, so it doesn&#039;t reach 100°C, it can be done with Battle Encoder Shirase to a margin, like, -15% of available CPU cycles.&lt;br /&gt;
&lt;br /&gt;
Often, the best combination to be is to throttle CPU miner to -5% &#039;&#039;&#039;AND&#039;&#039;&#039; set it to least of priority levels, so as not to choke GPU miner up.&lt;br /&gt;
&lt;br /&gt;
===AMD===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! nprocs !! Mhash/s !! Mhash/J !! TDP [W] !! CPU Clock !! Mhash/s CPU !! Mhash/s GPU !! GPU !! GPU Clock !! SP !! Software !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 4x Opteron 6174 || 48 || 115 || 0.36 || 320W || 2.2 GHz || 2.4&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer v0.8.1 || --alg 4way --threads 48&lt;br /&gt;
|-&lt;br /&gt;
| 2x Opteron 6172 || 24 || 55 || 0.24 || 230W || 2.1 GHz || 2.3&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cgminer v2.7.6 || --algo 4way -t 24&lt;br /&gt;
|-&lt;br /&gt;
| 2x Opteron 6128 || 16 || 32.4 || 0.141 || 230W || 2 GHz || 32.4&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.19 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon XP 2000+ || 2 || 0.62 || 0.009 || 70W || 1.67 GHz || 0.62&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.18/Ubuntu || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source] [http://www.pcstats.com/articleview.cfm?articleid=914&amp;amp;page=4 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 3500+ || 1 || 1.18 || 0.013 || 89W || 2.54 GHz || 1.18&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| ufasoft v0.4 || overclocked (originally 2.2 GHz)&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 3800+ || 2 || 1.73 || 0.03 || 65 W || 2.00 GHz || 1.73&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer (v0.8.1-1-g69529c3) || -algo=4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 4000+ || 2 || 1.9 || 0.02 || 65W || 2.1 GHz || 1.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpc-miner ||&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 4400+ ||   || 2.09 || 0.032 || 65W || 2.3GHz || 2.09&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.19/Win x64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 6000+ || 2 || 2.81 || 0.02 || 125W || 3 GHz || 2.81&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| || [http://www.bitcoin.org/smf/index.php?topic=1628.msg22881#msg22881 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 6400+ Black Edition || 2 || 2.9 || 0.023 || 125W || 3.2 GHz || 2.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.20.2 BETA/Win 7 x64 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X2 240e || 2 || 2.71 || 0.06 || 45W || 2.81 GHz || 2.71&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X2 250 || 2 || 5.6 || 0.09 || 65W || 3.01GHz || 5.6&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.11 ||&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X4 630 || 4 || 10.7 || 0.11 || 95W || 2.8 GHz || 10.7&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Opteron 8220 x16 || 16 || 25 || || || 2.8Ghz || 1.5 &lt;br /&gt;
|colspan=4| &lt;br /&gt;
| ufasoft / OpenSuse 64bit || running default, but had to copy 32bit binaries over to get curl and ufasoft running. might be better when using native 32bit system w/o other users on the machine ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X3 720 || 3 || 3.8 || 0.04 || 95W || 2.8 GHz || 3.8&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.1x/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom X4 9950 BE || 4 || 9.3 || 0.07 || 126W || 2.6 GHz || 2.32&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.13/WinXP || No GPU&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X3 720 || 3 || 7.2 || 0.08 || 95W || 2.8 GHz || 7.2&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpu-miner 0.2.1/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 5.0 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-cpu ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 9.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 10.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| ufasoft v0.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 11.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cgminer  1.5.3 || &amp;quot;cgminer 1.5.3 --algo 4way&amp;quot; on Ubuntu 11.10 alpha 2 (64 bit), built by GCC 4.6.1 with &amp;quot;-O3 -Wall -march=native&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 955 || 4 || 11 || 0.09 || 125W || 3.2 GHz || 11&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 965 || 4 || 12 || 0.09 || 140W || 3.4 GHz || 11&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1055T || 6 || 15.84 || 0.13 || 125W || 2.82 GHz || 15.84 &lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1055T || 6 || 23.6 || || 95W || 3.50 GHz || 23.6 &lt;br /&gt;
|colspan=4|&lt;br /&gt;
| [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.2 || --algo=sha256d&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1075T || 6 || 21.3 || || 125W||  ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| minerd || Ubuntu 11.04 amd64 runlevel=1 -algo=4way -threads=6&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1090T || 6 || 18|| || 141W|| 3.50 GHz || 3&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| minerd || &lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1100T || 6 || 22 || 0.176 || 125W || 3.82 GHz || 22&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner || Aciid#bitcoin-dev&lt;br /&gt;
|-&lt;br /&gt;
| Sempron 3000+ || 2 || 0.8 ||  || 62W || 1.6 GHz || 0.8&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer || --alg 4way&lt;br /&gt;
|-&lt;br /&gt;
| Turion X2 RM-70 || 2 || 1.9 ||  || 65W || 2.1 GHz || 1.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer || --alg 4way&lt;br /&gt;
|-&lt;br /&gt;
| Zacate E-350 || 2 || 11 || 0.615 || 18W || 1.6 Ghz || 1.231 || 9.831 || HD6310M || 492 Mhz || 80 || poclbm -v -w128 + Ufasoft 0.7 || stock speeds&lt;br /&gt;
|-&lt;br /&gt;
| Zacate E-350 || 2 || 12&lt;br /&gt;
|colspan=2|&lt;br /&gt;
| 1.648 Ghz || 1.252 || 10.87 || HD6310M || 492 Mhz || 80 || poclbm -v -w 256 -f 1 || &amp;quot;autotune&amp;quot; speed with ASUS EFI BIOS&lt;br /&gt;
|-&lt;br /&gt;
| Ontario C-50 || 2 || 6.2 || 0.68 || 9W || 1.0 Ghz || 1.200 || 6.2 || HD6250M || 277 Mhz || 80 || poclbm -v -w128 -f5 -r5 || &lt;br /&gt;
|-&lt;br /&gt;
| A4-3400 || 2 || 23.2 || || || 75W || 2.4 Ghz || || 23.2 || 6350 || stock || || GUIminer || ||&lt;br /&gt;
|-&lt;br /&gt;
| A8-3850 || 4 || 60 ||   ||  100W || Stock ||   || 60 ||  HD6550D || Stock || 400 || poclbm.exe, Win7-32, 4GB RAM || All running at stock speeds, and set to auto in BIOS.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| A8-3870K || 4 || 95 ||   || 100W (@stock)  || 3.3 Ghz ||   || 95 ||  HD6550D || 900MHz || 400 || phoenix.exe -k phatk VECTORS BFI_INT AGGRESSION=4 WORKSIZE=128, Win7-64, 8GB RAM 1667MHz || M/B ASUS F1 A75-M Pro, CPU/GPU BIOS overclocked&lt;br /&gt;
|-&lt;br /&gt;
| A10-5800K || 4 || 105 ||  || 100W || 3.8 Ghz ||   || 105 || HD7660D || 800MHz || 384 || cgminer Intensity=7 || Linux 64bit (Ubuntu 12.10), AMD-APP-SDK-v2.7-RC-lnx64, stock speeds *not* overclocked&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===ARM===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash/s/$ /€  !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| ARM926EJ-S || 1 || 0.187 || ? || ? || ? || 1.2 GHz || cpuminer || Seagate Dockstar [http://archlinuxarm.org/platforms/armv5/seagate-dockstar ArchLinux]&lt;br /&gt;
|-&lt;br /&gt;
| Marvel Feroceon (88FR131) || 1 || 0.195 || 0.224 ||&amp;lt;0.01|| 0.87 W || 1.2 GHz || cpuminer  git (2011-06-15) || Marvell SheevaPlug, Debian, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1136EJ-S || 1 || 0.11 || ? ||  ? || ? || 0.528 GHz || cpuminer git || T-Mobile Pulse, inside Debian chroot, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1176JZ(F)-S || 1 || 0.119 || ? ||  ? || ? || 0.412 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || iPhone 3G, &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1176JZ(F)-S || 1 || 0.2 || ? || ? || 3.75W || 800 Mhz || cgminer 2.5.0 || RaspberryPi Model B, SoC BCM2835, Debian Squezee 19-04-2012, Overclocked Cpu 800mhz&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.125 || 0.36 || &amp;lt;0.01 || 0.35 W || 0.6 GHz || cpuminer git (2011-03-26) || Nokia N900: &#039;cryptopp&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.2 || 0.57 || &amp;lt;0.01 || 0.35 W || 0.6 GHz || cpuminer git (2011-03-26) || Nokia N900: &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.365 || ? || ? || ? || 0.6 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] || BeagleBoard: &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.435 || ? ||  ? || ? || 0.8 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.44 || ? ||  ? || ? || 0.8 GHz || cpuminer 2.2.3 (-mfpu=neon) || EfikaMX (iMX.51), CRUX ARMHF, cpuminer -a sha256d&lt;br /&gt;
|-&lt;br /&gt;
| AllWinner A10(A8) || 1 || 0.568 || ? ||  ? || &amp;lt;2.5W || 1.0 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || -a sha256d #Native Lubuntu armhf build &lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A9 || 2 || 0.57||  1.14 ||&amp;lt;0.01 || 0.5 W || 1.0 GHz || cpuminer git (2011-03-24) || Toshiba AC100, ubuntu, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A9 || 2 || 1.3 || ? ||  ? || ? || 1.2 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.3 || Samsung Galaxy S II - CFLAGS=&amp;quot;-O3 -mfpu=neon&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Intel===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash / $&amp;lt;ref name=&#039;amazon_20110625&#039;/&amp;gt;/€&amp;lt;ref name=&#039;geizhals_20110625&#039;/&amp;gt; !! ACP [W] !! Clock [GHz] !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Pentium III (Coppermine) || 2 || 0.39 || 0.008 |||| TDP 2× 26.1 W || 1 || Ufasoft 0.32 (compiled from source), Debian Squeeze || [http://en.wikipedia.org/wiki/List_of_Intel_Pentium_III_microprocessors#.22Coppermine.22_.28180_nm.29 source]&lt;br /&gt;
|-&lt;br /&gt;
| Pentium III mobile ? || 1 || 0.3 || 0.014 |||| 21 || 1.07 || 0.3.1x/Win2K || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source] [http://ark.intel.com/Product.aspx?id=27380 source]&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.4 || || ||  || 1.6 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.62 || || ||  || 1.6 || Ufasoft 0.20 || Windows XP Professional&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.71 || || ||  || 1.6 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Gentoo Linux&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.73ghz || 1 || 0.5 || || ||  || 1.73 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Old Xeon 512k (Dual) || 2x1/2 || 2.0 || || ||  || 3.0 || cpuminer (v0.8.1-1-g69529c3) || HT disabled, algo=4way (twice as fast as the 2nd best algo)&lt;br /&gt;
|-&lt;br /&gt;
| Pentium 4 2.0A || 1 || 0.85 || || || || 2.0 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft-0.4]/WinXP || -g no -t 2&lt;br /&gt;
|-&lt;br /&gt;
| Pentium 4 630 || 1/2 || 1.29 || || || || 3.0 || ufasoft 0.23 || Windows XP&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 1.75 || || || || 2.0 || rpcminer-cpu || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 4.1 || || || || 2.0 || cpuminer || sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 4.5 || || || || 2.0 || ufasoft v0.11 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E5400 || 2/2 || 2.27 || 0.03 || || 65 || 2.7 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Celeron E330 || 2/2 || 2.2  || 0.03 || || 65 || 2.5 || 0.3.19/Ubuntu10.04 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37620#msg37620 source]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| Celeron E3400 || 2/2 || 5.9 || - || - || - || 2.6 || Ufasoft v0.13 / GUIMiner v2011-06-14 || WinXP 32 bit, SSE2, Flags &amp;quot;-g no&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q6600 || 4/4 || 11.0 || || 0.02/0.06 || 105 || 2.40 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q8200 || 4/4 || 10.9 ||    || 0.06/0.10 ||  || 2.33 || Ufasoft 0.14 || -g no -l yes -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q9400 || 4/4 || 11 || 0.046 || 0.06/0.07 || 95 || 2.66 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q9650 || 4/4 || 18.67 || || 0.05/0.06 || 95 || 4.00 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i3 530 || 2/4 || 8.31 || 0.10 || 0.06/0.10  || 80 || 3.66 || Ufasoft 0.7 || -v -a5 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i3 M350 || 2/4 || 1.48 || 0.04 || || 35 || 2.27 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core i3-2100 || 2/4 || 8.28 || || || || 3.1 || ufasoft v0.20 ||   &lt;br /&gt;
|-&lt;br /&gt;
| Core i5 M450 || 2/4 || 1.8  || 0.05 || || 35 || 1.2  || 0.3.17/Win7-54 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26292#msg26292 source]&lt;br /&gt;
|- &lt;br /&gt;
| Core i5-650  || 2/4 || 5.1 || 0.04 ? || 0.02/0.03 ||  || 3.2 || cpuminer-0.7 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-750  || 4/4 || 14 || || 0.06/0.10  ||  || 3.2 || bitcoin-miner 0.11 || -a 5 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 ?  || 4/? || 6.5 || || ||  ||  || client from svn || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37621#msg37621 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400 || 4/4 || 4.5 || 0.05 || 0.02/0.03 || 95 || 3.1 || cpuminer git (2011-01-22) || cryptopp_asm32&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400 || 4/4 || 14 || 0.15 || 0.07/0.09 || 95 || 3.1 || cpuminer git (2011-03-26) || sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400S || 4/4 || 16.6 || || || 65 || 2.5 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.3 || Linux Mint 13&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 2500K || 4/4 || 20.6 || ||0.10/0.12 || || 4.2 || bitcoin-miner || -g no&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 2600K || 4/8 || 17.3 || || || 75 || 3.4 || bitcoin-miner || -g no. 75W for the whole System without monitor (MSI Board). CPU underclocked to 3,4Ghz and undervolted to 1,012Vcore. Passive Cooling! 3.6ghz results in 18,4 Mhash/s&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600K || 4/8 || 18.6 || || || 95 W max. || 3.4 || Ufasoft bitcoin-miner 0.20 || -g no -t 8  CPU @ 3.511Ghz 1.176V&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600 || 4/8 || 23.9 || || ||  || 3.4 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Ubuntu Linux 11.10&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 620M   || 2/4 || 1.888 || || || || 2.66 || [http://forum.bitcoin.org/index.php?topic=8994.0 RPCMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro6,2 RAM: 4GB&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 620M   || 2/4 || 6.5 || || || || 3.33 || This is achieved by running RPC 4 way miner in VMware Fusion 4 (running win 7 in the VM) while in Mac OSX / Mac OS X 10.6.8 || Model: MacBookPro6,2 RAM: 8GB.The CPU appears to turbo boost to 3.33GHz in this way from 2.67GHz when running it in this way.The MBP gets very hot and uses a lot of energy though so watch those temps.It&#039;ll throttle after a while unless you keep the air vents clear underneath (ie don&#039;t put int in your lap,etc).&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 720QM   || 4/8 || 7.9 || ?|| || 45 || 2.8 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] ||  stream processors overclocked from 1.6 GHz; Dell Precision M6500, Win7-64, 8GB DDR3&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 820   || 4/8 || 13.8 || || || || 2.8 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] || -t 8&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 920   || 4/8 || 19.2 || 0.10 || || 195 || 4.0 (x21) || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] || -a 5&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 950   || 4/8 || 5.88 || 0.039 || || 150 || 3.83 (x23) || bitcoin-0.3.20.2 Win7-64 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 950   || 4/8 || 18.9 || 0.126 || || 150 || 3.83 (x23) || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] v0.4 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 980x   || 6/12 || 19.2 || 0.15 || || 130 || 4.4 (x33) || cpuminer/Win7-64 || &lt;br /&gt;
|- &lt;br /&gt;
| Core i7 980x   || 6/12 || 8.7 || ||  ||  || 3.9 (x27) || 0.3.17/Win7-64 || &lt;br /&gt;
|- &lt;br /&gt;
| Core i7 990x   || 6/12 || 33.3 || ||  ||  || 4.5 (x32) || ufasoft/Win2008 R2-64 || Ram - 12Gb, Rampage III BlackEdition, Water cooling&lt;br /&gt;
|- &lt;br /&gt;
| Core i7 2635QM   || 4/8 || 2.93 || || || || 2.00 || [http://forum.bitcoin.org/index.php?topic=8994.0 RPCMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro8,2 RAM: 4GB&lt;br /&gt;
|- &lt;br /&gt;
| Core i7 620M   || 2/4 || 6.3 || 0.18 || || 35 || 2.66 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] v0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600k   || 4/4 || 6.7 || || ||  || 4.00 || phoenix 0.48 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 3770k   || 4/8 || 5.2 || || || || 4.4 || Guiminer v2012-12-03 || Windows 7 x64 : -v argument increased Mhash/s from 5.0 to 5.2&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 3930k   || 6/12 || 66.6 || || ||  || 4.625 (125 x 37) || Ufasoft bitcoin-miner v0.28 || Windows 7 x64, uses ~190watts : -v argument increased Mhash/s from 36.0 to 66.6&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo U7600 || 1 || 1.1 || || ||  || 1.2 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E5200 || 2/2 || 6.2 || 0.086 || || 72 || 2.76 || Ufasoft/Win7-64 || TDP is 65W + 7W overclock&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E6550 || 1/2 || 2.45 || || ||  || 2.33 || cpuminer 0.7.1 (Linux) || --algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E6850 || 2/2 || 6.75 || 0.10 || || 65 || 3.0 || ufasoft-0.3 ||&lt;br /&gt;
|- &lt;br /&gt;
| Core 2 Duo E7300 || 2/2 || 7.76 || 0.11 || || 70 || 3.33 || ufasoft-0.3 || uncertain of overclock; miner optimized for Intel Core&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E7300 || 2/2 || 2.52 || 0.04 || || 65 || 2.66 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8200 || 2/2 || 2.3 || 0.035 || || 65 || 2.66 || rpcminer-cpu ||&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8400 || 2/2 || 6.9 || 0.106 || || 65 || 3.0 || ufasoft v0.10 || windows 7/64bit (-t 2)&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8500 || 1/2 || 3.6 || || || || 3.16 || guiminer v2011-06-14 || windows vista 32bit&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8500 || 2/2 || 7.2 || || || || 3.16 || guiminer v2011-06-14 || windows vista 32bit&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo P8700 || 2/2 || 5.9 || || || || 2.53 || ufasoft v0.21 || windows 7/64bit &lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T5450 || 2/2 || 2.5 || 0.07 || || 35  || 1.63 || bitcoin-miner 0.10 || Ubuntu 11.04&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T5500 || 2/2 || 4.3 ||  ||  ||  || 1.66 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Gentoo Linux (amd64)&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T6400 || 2/2 || 4.2 || 0.12 || || 35  || 2.00 || cpuminer git (Linux) || --algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T7250 || 2/2 || 4.5 || 0.13 || || 35  || 2.00 || bitcoin-miner 0.13/WinXP || No GPU&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T7450 || 2/2 || 3.7 || 0.10 || || 35  || 2.13 || bitcoin-miner 0.10 || Ubuntu 11.04&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T9400 || 2/2 || 4.2 || || ||  || 2.53 || ufasoft v0.13 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 2.37 || || || || 2.8 || rpcminer-cpu || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 6.2 || || || || 2.8 || ufasoft v0.11 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 7.2 || || || || 3.2 || ufasoft v0.11 || Win7-64 Overclocked from 2.8 GHz to 3.2 GHz&lt;br /&gt;
|-&lt;br /&gt;
| Xeon 2.8 || 2/2 || 0.8 || || || || 2.8 || cpuminer || cryptopp_asm32 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon 3060 || 1/2 || 2.03 || 0.03 || || 65 || 2. || cpuminer 0.8.1 (Linux) || --algo=cryptopp_asm32&lt;br /&gt;
|-&lt;br /&gt;
| Xeon Prestonia 2.4 (dual) || 2x1/2 || 2.16 || 0.017 || || 130 || 2.4 || ufasoft v0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5355 (dual) || 2x4/4 || 10.13 || 0.16 || || 120 || 2.6 || bitcoind || Roughly the same speed as the &amp;quot;c&amp;quot; algo in cpuminer&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E3-1230 V2 (quad) || 4/8 || 19.7 || ? || ? || ? || 3.70 || cgminer 2.8.3 || -O2 -march=core-avx-i algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5355 (dual) || 2x4/4 || 22.76 || 0.09 || || 120 || 2.6 || cpuminer (v0.8.1-1-g69529c3) || -O2 -march=core2, algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5365 (dual) || 2x4/4 || 26.00 || ? || || ? || 3.0 || cpuminer git (2011-06-15) || algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5650 || 2x6/24 || 28.6 || ? || ? || ? || 2.67 || cpuminer 1.0.2 || --algo 4way&lt;br /&gt;
|-&lt;br /&gt;
| Xeon x5680 (dual) || 2x6/24 || 48 || ? || ? || ? || 3.33GHz || Ufasoft 0.29 || CentOS 6.2 x86_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon x5690 (dual) || 2x6/24 || 52 || ? || ? || ? || 3.46GHz || Ufasoft 0.29 || CentOS 6.2 x86_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5-2690 (dual) || 2x8/32 || 66 || ? || ? || 2x135W || 2.9GHz || Ufasoft 64-bit 0.31 || Windows Server 2008R2 x64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5335 || 4/4 || 9.35 || 0.12 || || 80 || 2.00 || ufasoft v0.11 || Vista-32&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5410 || 4/4 || 9.8 || ? || || 80 || 2.33|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5440 || 4/8 || 7.3 || ? || || 80 || 2.66|| Kiv&#039;s poclbm-gui || FIXME: Either wrong model # or wrong threads/speed info&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5506 || 4/4 || 9.6 || ? || || 80 || 2.13|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5520 || 4/8 || 6.5 || 0.08 || || 80 || 2.27 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5530 || 4/8 || 7.14 || 0.09 || || 80 || 2.4 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5620 || 4/8 || 11.2 || ? || || 80 || 2.4 || ufasoft v0.10 -t 4 || CentOS 5.5 x64 Hyper-Threading is off&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5630 (dual) || 2x4/8 || 8 || 0.1 || || 80 || 2.53 || 0.3.17/Win7-64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg29471#msg29471 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E6520 (dual) || 2x4/8 || 24.7 || ||  ||  || 2.53 || ufasoft v0.10 || windows 2008 R2 64bit (-t 16)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7220 || 2/2 || 6.3 || ? || || 80 || 2.93|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7320 (dual) || 2x2 || 1.5 || || ||  || 2.8 || cgminer v1.2.8 || 2x2.8ghz dual core running Ubuntu 11.04 x86 (individual cores get 0.4 MH/s)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7450 (quad) || 4x6/24 || 60 || ||  ||  || 2.40 || ufasoft v0.13 || -t 24&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7520 (dual) || 2x4/16 || 18 || ||  || 95 || 1.87 || ufasoft v0.10 || windows 2008 R2 64bit (-t 16)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon W3680 || 6/12 || 18 ||  || || 130 || 3.33 || cpuminer v1.0.2 --algo=4way || Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
| Atom Z520 || 1/2 || 1.20 || || || 2 || 1.7 || ufasoft 1.18 || Asus Eee 1101HA with overclocking capabilities&lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.375 || || || 4 || 1.6 || rpcminer-cpu || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.245 || || || 4 || 1.6 || rpcminer-4way || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.97 || || || 4 || 1.6 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N270 || 1/2 || 1.19 || 0.24 || || 5 || 1.6 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N450 || 1/2 || 1.60 || 0.31 || || 6.5 || 2.06 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N550 || 2/4 || 1.97 || || || || 1.5 || ufasoft v0.21 || Windows 7/64 bit&lt;br /&gt;
|-&lt;br /&gt;
| Atom 330 || 2/4 || 1.80 ||  || || 8 || 1.6 || ufasoft v0.13  || -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Atom D510 || 2/4 || 1.00 || || || || 1.6 || cpuminer w cryptopp_asm32 || debian linux 6.0, headless system, 2 GB RAM, running from usb-flash&lt;br /&gt;
|-&lt;br /&gt;
| Atom D510 || 4/4 || 2.3 || 0.07 || || 30  || 1.6 || bitcoin-miner 0.10 || Ubuntu 11.04 Server&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;amazon_20110625&#039;&amp;gt;$ Prices from http://www.amazon.com on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;geizhals_20110625&#039;&amp;gt;€ Prices from http://geizhals.at/eu on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Other===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash/s/$ !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 6 || 21 || 0.35 || 0.07 || 60W || 3.2 GHz || Cellminer || Sony Playstation 3 (FAT): Needs custom firmware. [https://github.com/verement/cellminer source] [http://www.bitcoin.org/smf/index.php?topic=4704.20 source] Total power usage of PS3 fat is 120W but only the Cell cpu is active.&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 7 || 26.6 || ? || ? || 60W || 3.2 GHz || Cellminer || Sony Playstation 3 (FAT): Needs custom firmware. [https://github.com/verement/cellminer source] [http://www.bitcoin.org/smf/index.php?topic=4704.20 source] Running with 7th spu enabled and both ppe cores.&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 6 || 21 || 0.7 || 0.07 || 35W || 3.2 GHz || cellminer || Sony Playstation 3 (SLIM): Total power usage of PS3 slim is 70W but only the Cell cpu is active.&lt;br /&gt;
|-&lt;br /&gt;
| MIPS || 1 || 0.026 || ? || ? || ? || 200 MHz || cpuminer || ASUS WL-500G Deluxe Router Running [http://openwrt.org/ OpenWrt]&lt;br /&gt;
|-&lt;br /&gt;
| VIA Eden || 1 || 1.3 || 0.17 || || 8W || 1600 MHz || cpuminer || VIA Eden w/ padlock&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 7447A || 1 || 0.53 || || || || 1420 MHz || cpuminer ||&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 7450 (G4e) || 1 || 1.29 || || || || 1670 MHz || cgminer 2.0.7 || PowerBook5,6; Mac OS X 10.5.8; Altivec&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 750 (G3) || 1 || 0.140 || || || || 600 MHz || cpuminer || iBook G3 600 w/ Cryptopp&lt;br /&gt;
|-&lt;br /&gt;
| IBM POWER4+ 2/way || 2/1 || 0.58 || || || || 1450 MHz || cpuminer 2.2.3 || CRUX PPC (64bit), cpuminer -a sha256d -t 1&lt;br /&gt;
|-&lt;br /&gt;
| IBM Power7 (PowerPC) || || 7.6 ||   ||   || || 3.5 Ghz || cgminer || IBM Power7 770, SuSE Linux 11.1, 4 cores, OpenCL, YASM, Altivec&lt;br /&gt;
|-&lt;br /&gt;
| Google App Engine || 1 || 0.144 || || || 0W || || pyminer || Modified version of [https://github.com/jgarzik/pyminer pyminer] for GAE.&lt;br /&gt;
|-&lt;br /&gt;
| Open Shift || 1 || 0.059 || || || 0W || || pyminer || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[TP&#039;s Bitcoin Calculator]]&lt;br /&gt;
* [[Mining rig]]&lt;br /&gt;
* [[ZTEX FPGA Boards for Bitcoin Mining]]&lt;br /&gt;
* [[Generation Calculator]]&lt;br /&gt;
* [[Power Calc]]&lt;br /&gt;
* [[OpenCL miner]]&lt;br /&gt;
* [http://www.pcper.com/article.php?aid=745 ATI Stream vs. NVIDIA CUDA - GPGPU computing battle royale] &lt;br /&gt;
* [http://bitminer.info/ Bitminer.info] &lt;br /&gt;
* [http://www.pcper.com/reviews/Graphics-Cards/Bitcoin-Currency-and-GPU-Mining-Performance-Comparison Bitcoin Mining Performance Compared]&lt;br /&gt;
** [http://www.pcper.com/reviews/Graphics-Cards/Bitcoin-Mining-Update-Power-Usage-Costs-Across-United-States Bitcoin Mining Power Costs Compared]&lt;br /&gt;
** [http://112bit.com Bitcoin Mining Hardware]&lt;br /&gt;
[[Category:Mining]]&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=48459</id>
		<title>Mining hardware comparison</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=48459"/>
		<updated>2014-06-27T04:57:58Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are some statistics about the mining performance of various hardware used in a Bitcoin [[mining rig]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039; &lt;br /&gt;
* Mhash/s = millions hashes per second ([[Protocol_specification#Hashes|double sha256]] raw speed performance; may not be very energy efficient with some models)&lt;br /&gt;
* Mhash/J = millions hashes per joule (energy efficiency; 1 joule of energy is 1 watt during 1 second: 1 J = 1 W*s)&lt;br /&gt;
* W = watt (maximum power consumption, i.e. energy per unit of time: 1 W = 1 J/s)&lt;br /&gt;
&lt;br /&gt;
== ASIC ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that products which have not shipped, especially by new vendors, may be &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;scams&amp;lt;/span&amp;gt;! Be sure to research any of these intensely before giving them any money.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Bitcoin [[Protocol_specification#Hashes|double SHA256]] ASIC mining hardware&lt;br /&gt;
! data-sort-type=&amp;quot;text&amp;quot; | Product !! data-sort-type=&amp;quot;number&amp;quot; | Advertised Mhash/s !! data-sort-type=&amp;quot;number&amp;quot; | Mhash/J !! data-sort-type=&amp;quot;number&amp;quot; | Mhash/s/$ !! data-sort-type=&amp;quot;number&amp;quot; | Watts !! data-sort-type=&amp;quot;currency&amp;quot; | Price (USD) !! data-sort-type=&amp;quot;date&amp;quot; | Currently shipping !! class=&amp;quot;unsortable&amp;quot; | Comm ports !! class=&amp;quot;unsortable&amp;quot; | Dev-friendly	&lt;br /&gt;
|-	&lt;br /&gt;
! [[AntMiner]] S1 &amp;lt;ref name=&amp;quot;AntMinerS1&amp;quot;/&amp;gt;&lt;br /&gt;
| 180,000 || 500 || 800|| 360 || 299|| {{Yes}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] S2 &amp;lt;ref name=&amp;quot;AntMinerS2&amp;quot;/&amp;gt;&lt;br /&gt;
| 1,000,000 || 900|| 442|| 1100|| 2259|| {{Yes}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] U1 &amp;lt;ref name=&amp;quot;AntMinerU1&amp;quot;/&amp;gt;&lt;br /&gt;
| 1,600 || 800 || 55 || 2 || 29 || {{No|Discontinued}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[AntMiner]] U2+ &amp;lt;ref name=&amp;quot;AntMinerU2&amp;quot;/&amp;gt;&lt;br /&gt;
| 2,000 || 1,000 || 115 || 2 || 17 || {{No|March 2014}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|- &lt;br /&gt;
! [[Avalon]] ASIC #1&lt;br /&gt;
| 66,300 &amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;/&amp;gt; || 107 || 52.34 || 620&amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;/&amp;gt; || 1299&amp;lt;ref name=&amp;quot;avalon&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon]] ASIC #2&lt;br /&gt;
| 82,000&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || 117 || 54.70 || 700 || 1499&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon]] ASIC #3&lt;br /&gt;
| 82,000&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || 117 || 54.70 || 700 || 1499&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || {{No|Discontinued}} || Ethernet, Wifi || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon2]]&lt;br /&gt;
| 300,000 || {{Patch|}} || {{Patch|}} || {{Patch|}} || 3075 || {{Yes}} || USB or Ethernet(Power by OpenWrt) || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Avalon3]]&lt;br /&gt;
| 800,000 || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|April 2014}} || USB or Ethernet(Power by OpenWrt) || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[bi*fury]]&lt;br /&gt;
| 5,000 || 1,176 || 24 || 4.25 || 209 || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[BitBurner]]&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || USB || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Bitcoin Ultra]] Enigma 1	&lt;br /&gt;
| 750,000 || 1000 || 320 || 860 || 3200 || {{Yes}}  || USB, Ethernet || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 5Gh/s&lt;br /&gt;
| 5,000&amp;lt;ref name=&amp;quot;jap&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/5-gh-s-bitcoin-miner.html &amp;quot;BitForce 5 GH/s SC&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 166 || 18.24 || 30 || 274&amp;lt;ref name=&amp;quot;jap&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 10 Gh/s&lt;br /&gt;
| 10,000 &amp;lt;ref name=&amp;quot;bf10&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/10-gh-s-bitcoin-miner.html &amp;quot;BitForce 10 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved May 18, 2014.&amp;lt;/ref&amp;gt; || {{Patch|}} || 40 || {{Patch|}} || 249&amp;lt;ref name=&amp;quot;bf10&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 25 Gh/s&lt;br /&gt;
| 25,000 &amp;lt;ref name=&amp;quot;bf25&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/25-gh-s-bitcoin-miner.html &amp;quot;BitForce 25 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved December 14, 2013.&amp;lt;/ref&amp;gt; || 166 || 20.00 || 150 || 1249&amp;lt;ref name=&amp;quot;bf25&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Little Single&lt;br /&gt;
| 30,000&amp;lt;ref name=&amp;quot;ls&amp;quot; /&amp;gt; || {{Patch|}} || 46.22 || {{Patch|}} || 649&amp;lt;ref name=&amp;quot;ls&amp;quot;&amp;gt;[http://www.butterflylabs.com/pre-order-form-bitforce-little-single-sc/ &amp;quot;Pre Order Form – BitForce &#039;Little&#039; Single SC&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL SC 50 Gh/s&lt;br /&gt;
| 50,000 &amp;lt;ref name=&amp;quot;bf50&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/50-gh-s-bitcoin-miner.html &amp;quot;BitForce 50 GH/s Miner&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 166 || 50 || 300|| 984&amp;lt;ref name=&amp;quot;bf50&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Single &#039;SC&#039;&lt;br /&gt;
| 60,000&amp;lt;ref name=&amp;quot;sc&amp;quot;&amp;gt;[http://www.butterflylabs.com/order-form-bitforce-sc-single &amp;quot;Pre Order Form – BitForce Single &#039;SC&#039; &amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 250 || 46.18 || 240 || 1299&amp;lt;ref name=&amp;quot;sc&amp;quot; /&amp;gt; || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL 230 GH/s Rack Mount&lt;br /&gt;
| 230,000&amp;lt;ref name=&amp;quot;bf250&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/250-gh-s-rack-mount-bitcoin-miner.html &amp;quot;250 GH/s Rack Mount Bitcoin Miner&amp;quot;]. Butterfly Labs. Retrieved December 14, 2013.&amp;lt;/ref&amp;gt; || {{Patch|}} || 54 || {{Patch|}} || 4255&amp;lt;ref name=&amp;quot;bf250&amp;quot; /&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL 500 GH/s Mini Rig SC&lt;br /&gt;
| 500,000&amp;lt;ref name=&amp;quot;bf500&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage/500-gh-s-bitcoin-miner.html &amp;quot;BitForce 500 GH/s Mini Rig SC&amp;quot;]. Butterfly Labs. Retrieved November 18, 2013.&amp;lt;/ref&amp;gt; || 185 || {{Patch|}} || 2700 || 22484 || {{No|Discontinued}} || Wifi || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Monarch BPU 300 C &amp;lt;ref name=&amp;quot;Monarch300&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage-new-products/300-gh-bitcoin-mining-card.html/ &amp;quot;300 GH Bitcoin Mining Card&amp;quot;]. Butterfly Labs.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 300,000 || 1714 || 200 || 175 || 1497 || {{Patch|2014}} || PCIe, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BFL Monarch BPU 600 C &amp;lt;ref name=&amp;quot;Monarch600&amp;quot;&amp;gt;[https://products.butterflylabs.com/homepage-new-products/600-gh-bitcoin-mining-card.html/ &amp;quot;600 GH Bitcoin Mining Card&amp;quot;]. Butterfly Labs.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 600,000 || 1714 || 273 || 350 || 2196 || {{Patch|2014}} || PCIe, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! BitFury S.B.&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || RPi GPIO || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Bitmine.ch]] Avalon Clone 85GH&lt;br /&gt;
| 85,000 || {{Patch|}} || 13 || 650 || 6489&amp;lt;ref&amp;gt;Depends on user configuration available from http://www.bitmine.ch&amp;lt;/ref&amp;gt; || {{Yes}} || Ethernet, Wifi, USB || {{No|code}}&lt;br /&gt;
|-&lt;br /&gt;
! Black Arrow Prospero X-1&lt;br /&gt;
| 64,000 || 1777 || 267&amp;lt;ref name=&amp;quot;blackarrowx1&amp;quot;&amp;gt;[http://www.blackarrowsoftware.com/store/prospero-x-1.html &amp;quot;Black Arrow Official Website - X1&amp;quot;]. Retrieved September 21, 2013.&amp;lt;/ref&amp;gt; || 36 || 239&amp;lt;ref name=&amp;quot;blackarrowx1&amp;quot;/&amp;gt; || {{Patch|May 2014}} || Ethernet || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! Black Arrow Prospero X-3&lt;br /&gt;
| 1,344,000 || 1792 || 336&amp;lt;ref name=&amp;quot;blackarrowx3&amp;quot;&amp;gt;[http://www.blackarrowsoftware.com/store/prospero-x-3.html &amp;quot;Black Arrow Official Website - X3&amp;quot;]. Retrieved September 21, 2013.&amp;lt;/ref&amp;gt; || 750 || 3999&amp;lt;ref name=&amp;quot;blackarrowx3&amp;quot;/&amp;gt; || {{Patch|May 2014}} || Ethernet || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
! Blue Fury&lt;br /&gt;
| 2,500 || 1000 || 17.8 || 2.5 || 140 || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Blade&lt;br /&gt;
| 10,752 || 129 || 28&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || 83 || 350&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Cube&lt;br /&gt;
| 30,000 || 150 || 55 || 200 || 550&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || {{No|Discontinued}} || Ethernet || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Emerald&lt;br /&gt;
| 336 || {{Patch|}} || {{Patch|}} || {{Patch|}} || Promo || {{No}} || USB || {{Yes|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Block Erupter Sapphire&lt;br /&gt;
| 333 || 130 || 17&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || 2.55 || 20&amp;lt;ref name=&amp;quot;bcprice&amp;quot;&amp;gt;Actual price is in bitcoins. USD value estimated.&amp;lt;/ref&amp;gt; || {{No|Discontinued}} || USB || {{Yes|samples}}&lt;br /&gt;
|-	&lt;br /&gt;
! [[CoinTerra]] TerraMiner IV&lt;br /&gt;
| 1,600,000&amp;lt;ref name=&amp;quot;TerraMiner&amp;quot;&amp;gt;[https://cointerra.com/product/terraminer-iv-1-6-ths-bitcoin-miner/ &amp;quot;CoinTerra TerraMiner IV&amp;quot;] &amp;lt;/ref&amp;gt; || {{Patch|}} || 500.2 || 2100 || 3199&amp;lt;ref name=&amp;quot;TerraMiner&amp;quot; /&amp;gt; || {{Yes}} || Ethernet || {{Yes|docs, code, samples}}	&lt;br /&gt;
|-	&lt;br /&gt;
! Drillbit&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[Extolabs]] EX1&lt;br /&gt;
| 3,600,000&amp;lt;ref name=&amp;quot;EX1&amp;quot;&amp;gt;[http://www.extolabs.com &amp;quot;Extolabs EX-1&amp;quot;]. Extolabs. Retrieved April 4, 2014.&amp;lt;/ref&amp;gt; || 1895 || 379|| 1900&amp;lt;ref name=&amp;quot;EX1&amp;quot;/&amp;gt; || 4499&amp;lt;ref name=&amp;quot;EX1&amp;quot;/&amp;gt; || {{Yes}} || USB, Ethernet || {{Yes|docs}}&lt;br /&gt;
|-&lt;br /&gt;
! HashBuster Micro&lt;br /&gt;
| 20,000 || 869 || 29 || 23 || 688 || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! HashBuster Nano&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Apollo&lt;br /&gt;
| 700,000&amp;lt;ref name=&amp;quot;HCA&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Apollo&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 600&amp;lt;ref name=&amp;quot;HCA&amp;quot;/&amp;gt; || 2499&amp;lt;ref name=&amp;quot;HCA&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Hermes&lt;br /&gt;
| 1,000,000&amp;lt;ref name=&amp;quot;HCH&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Hermes&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1179 || {{Patch|}} || 850 &amp;lt;ref name=&amp;quot;HCH&amp;quot;/&amp;gt; || 3299&amp;lt;ref name=&amp;quot;HCH&amp;quot;/&amp;gt; || {{Patch|May 2014}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Poseidon&lt;br /&gt;
| 2,100,000&amp;lt;ref name=&amp;quot;HCP&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Poseidon&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 1500&amp;lt;ref name=&amp;quot;HCP&amp;quot;/&amp;gt; || 6899&amp;lt;ref name=&amp;quot;HCP&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashCoins]] Zeus&lt;br /&gt;
| 3,500,000&amp;lt;ref name=&amp;quot;HCZ&amp;quot;&amp;gt;[https://www.hashcoins.com &amp;quot;HashCoins Zeus&amp;quot;]. HashCoins.&amp;lt;/ref&amp;gt; || 1436 || {{Patch|}} || 2400&amp;lt;ref name=&amp;quot;HCZ&amp;quot;/&amp;gt; || 10999&amp;lt;ref name=&amp;quot;HCZ&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Baby Jet&lt;br /&gt;
| 400,000&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;Baby Jet&amp;quot;]. HashFast. Retrieved October 4, 2013.&amp;lt;/ref&amp;gt; || 1143 || 71|| 350&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;/&amp;gt; || 5600&amp;lt;ref name=&amp;quot;HFBJ1&amp;quot;/&amp;gt; || {{Yes}} || Ethernet, USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Sierra&lt;br /&gt;
| 1,200,000&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;The Sierra&amp;quot;]. HashFast. Retrieved October 4, 2013.&amp;lt;/ref&amp;gt; || 1143 || 169|| 1050&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;/&amp;gt; || 7080&amp;lt;ref name=&amp;quot;HFSB2&amp;quot;/&amp;gt; || {{Yes}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[HashFast]] Sierra Evo 3&lt;br /&gt;
| 2,000,000&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;&amp;gt;[https://hashfast.com/shop &amp;quot;Sierra Evo 3&amp;quot;]. HashFast. Retrieved February 24, 2014.&amp;lt;/ref&amp;gt; || 1492 || 294|| 2200&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;/&amp;gt; || 6800&amp;lt;ref name=&amp;quot;HFSE3&amp;quot;/&amp;gt; || {{Patch|Q2 2014}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Klondike&lt;br /&gt;
| 4,500 || 140 || 47 || 32 || 95 || {{Yes}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[KnCMiner]] Mercury&lt;br /&gt;
| 100,000 || {{Patch|}} || 50.04 || 250 || 1995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Saturn &amp;lt;ref name=&amp;quot;KNCMiner&amp;quot;&amp;gt;[https://www.kncminer.com/categories/miners &amp;quot;KNC Mining Hardware&amp;quot;] KNC Miner&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 250,000 || 400|| 66 || 300&amp;lt;ref name=&amp;quot;nopsu&amp;quot;&amp;gt;Power supply not included&amp;lt;/ref&amp;gt; || 2995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Jupiter &amp;lt;ref name=&amp;quot;KNCMiner&amp;quot;/&amp;gt;&lt;br /&gt;
| 500,000 || 400|| 80 || 600&amp;lt;ref name=&amp;quot;nopsu&amp;quot;/&amp;gt; || 4995 || {{No|Discontinued}} || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! KnC Neptune &amp;lt;ref name=&amp;quot;KnC Neptune&amp;quot;&amp;gt;[https://www.kncminer.com/categories/miners &amp;quot;KnC Neptunes 3TH first ever 20nm Chip&amp;quot;] KNC Miner&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 3,000,000 || 1429 || 231 || 2100 || 12995 &amp;lt;ref name=&amp;quot;KnC Neptune&amp;quot;&amp;gt;[https://www.kncminer.com/products/neptune &amp;quot;Neptune Online Store&amp;quot;] KnC Miner&amp;lt;/ref&amp;gt;|| {{Patch|Q1/Q2 2014}} || Ethernet || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! LittleFury&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{No|Discontinued}} || USB || {{Yes|docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Metabank&lt;br /&gt;
| 120,000 || 705 || 56 || 170 || 2160&amp;lt;ref&amp;gt;Actual costs higher outside Russia&amp;lt;/ref&amp;gt; || {{No}} || {{Patch|}} || {{Yes|code, samples}}&lt;br /&gt;
|-	 	&lt;br /&gt;
! [[Minerscube]] 5 - 5 Th/s	 	&lt;br /&gt;
| 5,000,000 || || 1250 || 825 || 4000 || {{Patch|July 2014}} || Ethernet || {{Yes|code, docs, samples}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
! [[Minerscube]] 8.5 - 8.5 Th/s	 	&lt;br /&gt;
| 8,500,000 || || 1416 || 1400 || 6000 || {{Patch|July 2014}} || Ethernet || {{Yes|code, docs, samples}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
! [[Minerscube]] 15 - 15 Th/s	 	&lt;br /&gt;
| 15,000,000 || || 1666 || 2475 || 9225 || {{Patch|July 2014}} || Ethernet || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! NanoFury / IceFury&lt;br /&gt;
| 2,000 || 800 || {{Patch|}} || 2.5 || {{Patch|}} || {{Patch|}} || USB || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! NanoFury NF2&lt;br /&gt;
| {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|}} || {{Patch|2014}} || USB || {{Yes|code, docs, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! Red/BlueFury&lt;br /&gt;
| 2,600 || 1040 || 4 || 2.5 || 640 || {{Patch|}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! ROCKMINER R-BOX&lt;br /&gt;
| 32,000 || || || || || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-&lt;br /&gt;
! [[TerraHash]] Klondike 16 &amp;lt;ref name=&amp;quot;Klondike16&amp;quot;&amp;gt;[https://terrahash.com/product/4-5-ghsec-module/ &amp;quot;4.5 GH/sec Modular Board (Klondike 16)&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 4,500 || 140 || 18 || 32|| 250 || {{No}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash Klondike 64 &amp;lt;ref name=&amp;quot;Klondike64&amp;quot;&amp;gt;[https://terrahash.com/product/18-ghsec-modular-board/ &amp;quot;18 GH/sec Modular board (Klondike 64)&amp;quot;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 18,000 || 140 || 20 || 127 || 900 || {{No}} || USB || {{Patch|samples}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash DX Mini (full)&lt;br /&gt;
| 90,000 || 140 || 15 || 640 || 6000 || {{No}} || USB || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! TerraHash DX Large (full)&lt;br /&gt;
| 180,000 || 140 || 17.14 || 1,280 || 10500 || {{No}} || USB || {{Patch|}}&lt;br /&gt;
|-&lt;br /&gt;
! Twinfury&lt;br /&gt;
| 4,500 || 1174 || 20 || 3.83 || 216 || {{Yes}} || USB || {{Yes|code, samples}}&lt;br /&gt;
|-	&lt;br /&gt;
|-&lt;br /&gt;
! Spondooliestech&lt;br /&gt;
| 5,800 || || || || || 2014 || Ethernet || {{Yes|code, samples}}&lt;br /&gt;
|-	&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerS1&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140107162747992Ce5uBuxW06D6 Ant Miner S1 product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerS2&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140429083756017VwGm90Xx06B5 Ant Miner S2 product page] Retrieved 2014-05-24&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerU1&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=000201401071629535717ycyGoWo06FE Ant Miner U1 Product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AntMinerU2&amp;quot;&amp;gt;[https://www.bitmaintech.com/productDetail.htm?pid=00020140227111546291QgbvQbVr06FB Ant Miner U2+ Product page] Retrieved 2014-03-11&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;AvalonPowerUsage&amp;quot;&amp;gt;http://garzikrants.blogspot.com/2013/02/avalon-miner-power-usage.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;avalon&amp;quot;&amp;gt;[http://avalon-asics.com/ &amp;quot;Avalon ASIC&amp;quot;]. Avalon. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== FPGA ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Product !! Hash rate&amp;lt;br /&amp;gt;[Mhash/s] !! Efficiency&amp;lt;br /&amp;gt;[Mhash/J] !! Efficiency&amp;lt;br /&amp;gt;[Mhash/s/$] !! Power&amp;lt;br /&amp;gt;[W] !! Price&amp;lt;br /&amp;gt;[$]&lt;br /&gt;
|-&lt;br /&gt;
! Avnet Spartan-6 LX150T Development Kit&lt;br /&gt;
| 100&amp;lt;ref&amp;gt;Fpgaminer (May 19, 2011). [https://bitcointalk.org/index.php?topic=9047.0 &amp;quot;Official Open Source FPGA Bitcoin Miner&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.10 ||  || 995&amp;lt;ref&amp;gt;[http://avnetexpress.avnet.com/store/em/EMController?action=products&amp;amp;catalogId=500201&amp;amp;storeId=500201&amp;amp;N=0&amp;amp;langId=-1&amp;amp;slnk=b&amp;amp;term=AES-S6DEV-LX150T-G&amp;amp;hrf=http%3A%2F%2Fwww.em.avnet.com%2Fen-us%2Fdesign%2Fdrc%2FPages%2FXilinx-Spartan-6-FPGA-LX150T-Development-Kit.aspx&amp;amp;intcmp=EMA-BUY-AES-S6DEV-LX150T-G &amp;quot;AES-S6DEV-LX150T-G Parts&amp;quot;]. Avnet Express. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin Dominator X5000&lt;br /&gt;
| 100&amp;lt;ref name=&amp;quot;bd&amp;quot; /&amp;gt; || 14.7 || 0.22 || 6.8&amp;lt;ref name=&amp;quot;bd&amp;quot; /&amp;gt; || 440&amp;lt;ref name=&amp;quot;bd&amp;quot;&amp;gt;NewMeat1 (August 18, 2011). [https://bitcointalk.org/index.php?topic=37904.0 &amp;quot;Custom FPGA Board for Sale!&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! BitForce SHA256 Single&lt;br /&gt;
| 832&amp;lt;ref name=&amp;quot;single&amp;quot;&amp;gt;[http://www.butterflylabs.com/product-details/ &amp;quot;BitForce SHA256 Single – Technical Specifications&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 10.4 || 1.38 || 80&amp;lt;ref name=&amp;quot;single&amp;quot; /&amp;gt; || 599&amp;lt;ref name=&amp;quot;single&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Butterflylabs Mini Rig&lt;br /&gt;
| 25,200&amp;lt;ref name=&amp;quot;mini&amp;quot;&amp;gt;[http://web.archive.org/web/20120514032732/http://www.butterflylabs.com/products &amp;quot;Products&amp;quot;]. Butterfly Labs. Archived from the original on May 14, 2012. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; || 20.16 || 1.64 || 1,250&amp;lt;ref name=&amp;quot;mini&amp;quot; /&amp;gt; || 15,295&amp;lt;ref name=&amp;quot;mini2&amp;quot;&amp;gt;[http://www.butterflylabs.com/order-form-bitforce-sha256-mini-rig/ &amp;quot;Order Form – BitForce SHA256 – Mini Rig&amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Digilent Nexys 2 500K&lt;br /&gt;
| 5&amp;lt;ref&amp;gt;The Seven (June 3, 2011). [https://bitcointalk.org/index.php?topic=9047.msg164438#msg164438 &amp;quot;Re: Official Open Source FPGA Bitcoin Miner (Smaller Devices Now Supported!)&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.03 ||  || 149&amp;lt;ref name=&amp;quot;dig&amp;quot;&amp;gt;[http://www.digilentinc.com/Products/Detail.cfm?Prod=NEXYS2 &amp;quot;Nexys™2 Spartan-3E FPGA Board&amp;quot;]. Digilent. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Icarus&lt;br /&gt;
| 380&amp;lt;ref name=&amp;quot;ica&amp;quot;&amp;gt;Nzghang (November 9, 2011). [https://bitcointalk.org/index.php?topic=51371.0 &amp;quot;FPGA development board &#039;Icarus&#039; – DisContinued/ important announcement&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 19.79 || 0.66 || 19.2&amp;lt;ref name=&amp;quot;ica&amp;quot; /&amp;gt; || 569&amp;lt;ref name=&amp;quot;ica&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! KnCMiner Mars&lt;br /&gt;
| 6,000 || ??? || 2.15 || ??? || 2,795&lt;br /&gt;
|-&lt;br /&gt;
! Lancelot&amp;lt;ref name=&amp;quot;lan&amp;quot;&amp;gt;Nzghang (May 6, 2012). [https://bitcointalk.org/index.php?topic=79835.0 &amp;quot;FPGA development board &amp;quot;Lancelot&amp;quot; - accept bitsteam developer&#039;s orders.&amp;quot;]. Bitcointalk.org. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 400&amp;lt;ref name=&amp;quot;lan1&amp;quot;&amp;gt;Black Arrow (Jun 11, 2013). [https://www.cardreaderfactory.com/shop/lancelot.html &amp;quot;Lancelot - Heavy Duty Dual Spartan6 Bitcoin Mining Device&amp;quot;]. cardreaderfactory.com. Retrieved Jun 11, 2013.&amp;lt;/ref&amp;gt; || ||  || 26 || 350&amp;lt;ref name=&amp;quot;lan1&amp;quot;&amp;gt;Black Arrow (Jun 11, 2013). [https://www.cardreaderfactory.com/shop/lancelot.html &amp;quot;Lancelot - Heavy Duty Dual Spartan6 Bitcoin Mining Device&amp;quot;]. cardreaderfactory.com. Retrieved Jun 11, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ModMiner Quad &lt;br /&gt;
| 800&amp;lt;ref name=&amp;quot;mmq&amp;quot;&amp;gt;[http://www.btcfpga.com/index.php?route=product/product&amp;amp;product_id=50 &amp;quot;ModMiner Quad&amp;quot;]. BTCFPGA. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || 20 || 0.75 || 40&amp;lt;ref name=&amp;quot;mmq&amp;quot; /&amp;gt; || 1,069&amp;lt;ref name=&amp;quot;mmq&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Terasic DE2-115&lt;br /&gt;
| 80&amp;lt;ref&amp;gt;Fpgaminer (May 4, 2011). [https://bitcointalk.org/index.php?topic=5379.msg105544#msg105544 &amp;quot;Re: FPGA mining&amp;quot;]. Bitcointalk.org. Retrieved February 7, 2013.&amp;lt;/ref&amp;gt; ||  || 0.13 ||  || 595&amp;lt;ref name=&amp;quot;de2&amp;quot;&amp;gt;[http://www.terasic.com.tw/cgi-bin/page/archive.pl?No=502 &amp;quot;Altera DE2-115 Development and Education Board&amp;quot;]. Terasic. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! X6500 FPGA Miner &lt;br /&gt;
| 400&amp;lt;ref name=&amp;quot;x65&amp;quot; /&amp;gt; || 23.25 || 0.72 || 17.2&amp;lt;ref name=&amp;quot;x65&amp;quot; /&amp;gt; || 550&amp;lt;ref name=&amp;quot;x65&amp;quot;&amp;gt;[http://store.fpgamining.com/ &amp;quot;FPGA Mining Store&amp;quot;]. FPGA Mining. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15b&lt;br /&gt;
| 90&amp;lt;ref name=&amp;quot;miner&amp;quot; /&amp;gt; || || 0.27 ||  || 325&amp;lt;ref&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=62&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15x&lt;br /&gt;
| 215&amp;lt;ref name=&amp;quot;miner&amp;quot; /&amp;gt; || || 0.52 ||  || 406&amp;lt;ref&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=66&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! ZTEX USB-FPGA Module 1.15y&lt;br /&gt;
| 860&amp;lt;ref name=&amp;quot;miner&amp;quot;&amp;gt;http://www.ztex.de/btcminer/&amp;lt;/ref&amp;gt; || || 0.65 || || 1,304&amp;lt;ref name=&amp;quot;1.15y&amp;quot;&amp;gt;http://shop.ztex.de/product_info.php?cPath=21&amp;amp;products_id=74&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Graphics cards==&lt;br /&gt;
Due to the rising hashrate of the bitcoin network caused by the introduction of ASICs to the market, GPU mining Bitcoins has become impracticable. The hashrate of most GPU units is below 1GH/s, and as of 2014, some single ASIC units are able to reach speeds of over 1,000GH/s while consuming far less power than used by a GPU. The information in this table is preserved for historical interest, but does not include many GPUs which were released after the advent of ASIC mining.&lt;br /&gt;
&lt;br /&gt;
===AMD (ATI)===&lt;br /&gt;
Stream SDK 2.5 seems to have resolved many of the problems with earlier versions.  Everyone&#039;s setups will be unique so this should only be a guide or starting point, not an absolute.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/J !! Mhash/s/$&amp;lt;ref name=&#039;amazon_20110625&#039;/&amp;gt; !! Watts !! Clock !! SP !! SDK !! Slot !! Miner !! Notes &lt;br /&gt;
|-&lt;br /&gt;
| 3410 || 0.89 || 0.074 || ? || 12(?) || 222 || 40 || 1.4 beta || PCI-E 1.1 x8 || A custom Brook+ miner || Using 16,384 length streams&lt;br /&gt;
|-&lt;br /&gt;
| 3XXX || || || || || || || || || || OpenCL Not Supported&lt;br /&gt;
|-&lt;br /&gt;
| 42XX || || || || || || || || || || OpenCL Not Supported (integrated/mobile GPU)&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 6.93 || 0.346 ||0.16 || 20 || 575 || 80 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 7.2 || || || || 600 || || 1.1 || PCI-E 2.0 x16 || cgminer/Linux || default settings&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 8.14 || -|| 0.19 || - || 730 || 80 || 2.4 || PCI-E 2.0 x16 || Diablo/Windows7 || -w 32. Model: Asus EAH4350 Silent. Memory at 400MHz. Runs at 60°C with ambient at 25°C.&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 10.7 || -|| - || - || 730 || - || 2.6 || PCI-E 2.0 x16 || CGMiner/Windows7 || -v -w 64 Voltage set at 0.900 core set at 800MHZ and memory set to 200MHZ&lt;br /&gt;
|-&lt;br /&gt;
| 4550 || 7.23 || 0.289 ||0.13 || 25 || 600 || 80 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4550 || 7.8 ||  ||  ||  ||   ||   || - || PCI-E 2.0 x16 || guiminer /phoenix || worksize=64 VECTORS &lt;br /&gt;
|-&lt;br /&gt;
| 4570M || 8.02 || 0.297 || ? || 27 || 680 || 80 || - || PCI-E 2.0 x16 || Diablo/Windows7 || -w 64, SDK 2.4, Cat 11.4. Model: Sony Vaio NW&lt;br /&gt;
|-&lt;br /&gt;
| 4570M || 9.6 || 0.300|| ? || 32 || 825(OC) || 80 || - || PCI-E 2.0 x16 || Diablo/Windows7 || -w 64, SDK 2.4, Cat 11.4. Model: Sony Vaio NW. OC core 680-&amp;gt;825. U/C memory 800-&amp;gt;500.&lt;br /&gt;
|-&lt;br /&gt;
| 4650 || 31.33 || 0.653||  0.44 || 48 || 650 || 320 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 36.14 || 0.613|| 0.34 || 59 || 750 || 320 || - || PCI-E 2.0 x16 || poclbm || -w 32, don&#039;t use vectors&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 40.11 || 0.679|| 0.38 || 59 || 800 || 320 || - || AGP x8 || poclbm/Ubuntu 10.10 w/ H == 0 mod || -w 32 -f 0, don&#039;t use vectors [http://www.bitcoin.org/smf/index.php?topic=1334.msg85236#msg85236 source]&lt;br /&gt;
|-&lt;br /&gt;
| 4670 || 50 || - || 0.47 || 60 || 800 || 320 || - || PCI-E 2.0 x16 || guiminer || 2 miners set up i7 920 (130W), CPU: Ufasoft, GPU: OpenCL; the CPU is getting about 40 Mhash/s while the GPU goes from 10-20 Mhash/s&lt;br /&gt;
|-&lt;br /&gt;
| 4730 || 72.29 || 0.657|| ? || 110 || 750 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4770 || 72.29 || 0.904|| 0.72 || 80 || 750 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 55.42 || 0.583|| || 95 || 575 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 61.7 || - || || - || 700 || - || 2.4 || PCI-E 2.0 x16 || poclbm-mod || Fedora 14&lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 64.9 || - || - || - || 700 || - || 2.4 || PCI-E 2.0 x16 || poclbm-mod || Fedora 14&lt;br /&gt;
|-&lt;br /&gt;
| 4830 || 66.12 || 0.503|| || 105 || 700 || 1005 || - || PCI-E 2.0 x16 || - ||&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 75.30 || 0.685 || || 110 || 625 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 84.3 || 0.766 ||  || 110 || 725 || 300 || - || PCI-E 2.0 x16 || - || -w64 fan at 70% temp 73C, stock voltage -gui miner&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 87.4 || 0.79 || - || 110 || 785 || 800 || - || PCI-E 2.0 x16 || guiminer || Phoenix; -k poclbm&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 90.1 || 0.819 || || 110 || 800 || 500 || - || PCI-E 2.0 x16 || guiminer || -f 30; Tried phoenix and phatk, got same max&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 101 || 0.918 || || 110 || 817 || 500 || 2.1 || PCI-E 2.0 x16 || guiminer || -f 0, core 817mhz(default 625)@1.123v , mem downclock to 500mhz (default 993) [http://www.smpake.com/?p=6 source]&lt;br /&gt;
|-&lt;br /&gt;
| 4850x2 || 150.60 || 0.602 || || 250 || 625 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4860 || 67.47 || 0.519||  || 130 || 700 || 640 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 78 || 0.520||  || 150 || - || - || - || PCI-E 2.0 x16 || m0mchil&#039;s OpenCL/Vista 64bit || [http://www.bitcoin.org/smf/index.php?topic=1628.msg25069#msg25069 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 88 || ||  || 140 || std || 800 || 12.3.6 || PCI-E 2.0 x16 || phoenix 1.50 / 64bit OS X pyopencl / poclbm || Standard Mac Pro 3,1 with Apple HD4870 upgrade. Flags: FASTLOOP WORKSIZE=64 AGGRESSION=5 (don&#039;t use vectors, and hash rate drops to 60-70 if browser windows are visible, speeds up to 88 if you hide them!&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 90.36 || 0.602||  || 150 || 750 || 800 || 2.1 || PCI-E 2.0 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 92.84 || 0.6189333(?)||  || 150(?) || 830(OC) || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k poclbm AGGRESSION=5 (Windows 7 64-Bit, GPU OC 750-&amp;gt;830MHz, VRAM UC 900-&amp;gt;450MHz, BIOS modded)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 96 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || Smartcoin r657s / phoenix 1.50 / Linuxcoin 0.2b final || Powercolor @ GPU 830 MHz/ MEM 200 Mhz @ 80% FAN @ 69 temp @ Flags: -k phatk bfi_int=false FASTLOOP=false WORKSIZE=256 AGGRESSION=11 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 104 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || Smartcoin r657s / DiabloMiner / Linuxcoin 0.2b final || Powercolor @ GPU 830 MHz/ MEM 200 Mhz @ 80% FAN @ 69 temp @ Flags: -v 1 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 104.2 || ?||  || ? || 830(OC) || 800 || 2.1 || PCI-E 2.0 x16 || poclbm ||  Windows 7 64-Bit, GPU Core OC to 830 MHz, GPU Memory UC to 200 MHz By MSI AfterBurner. Card: Gainward Golden Sample. @70%Fan we have 55 GPU temp.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870 || 104.6 || 0.872||  || 120 || 830(OC) || 800 || 2.1 || PCI-E 2.0 x16 || poclbm || -w 256 -f 1, Windows 7 64-Bit, GPU Core OC to 830 MHz, GPU Memory UC to 190 MHz (saves 30 watts at outlet)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8F8;&amp;quot;| 4870 || 112 || ||  || 140 || 750 || 800 || 2.4 || PCI-E 2.0 x16 || BAMT 0.5c / cgminer || Powercolor @ GPU 875 MHz/ MEM 300 Mhz/ 1,25VDC @ 100% FAN @ 65 temp @ Flags: -v 1 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870x2 || 180.6||   0.632|| || 286 || 800 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F8F8FF;&amp;quot;| 4870x2 || 180.72||    0.632|| || 286 || 750 || 1600 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4870x2 || 203 || || ||  || 850(OC) || 1600 || 2.6 || PCI-E 2.0 x16 || poclbm-mod ver. 20 april 2011|| Gainward / Win7 x64 / -w 256 -f 1 / 850MHz GPU - 300MHz Mem - 1,262V - 100% fun : 72C&lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 97.1 || 0.511|| || 190 || 870(OC) || 1050 || 2.4 || PCI-E 2.0 x16 || GUIMiner v2011-01-21 Solo settings || Sapphire fab. No flags options helped. Close all browsers and do full restart of GUIMiner and then Bitcoin via GUIMiner server starter or the browsers GPU accl. will limit to 56~ ish Mhash/s - I can now start browser without slowdowns&lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 102.41 || 0.539|| || 190 || 850 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 108.3 || 0.57|| || 190 || 975 || 800 || - || PCI-E 2.0 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 4890 || 121.5 || -||  || 190 || 1025 (OC) || 800 || 2.4 || PCI-E 2.0 x16 || poclbm || no flags, Vcore 1.4 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 11.99||   0.631|| || 19 || 650 || 80 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 13.74|| || - || - || 700 || - || - || PCI-E 2.1 x16 || poclbm/Linuxcoin v0.2 || -v -w128 tried several options, seems to work best.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 14.12|| || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix/Linuxcoin v0.2 || Flags: &amp;quot;DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&amp;quot; Kernel: &amp;quot;phatk&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 15.36|| || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix || Flags: &amp;quot;DEVICE=0 VECTORS AGRESSION=8 FASTLOOP BFI_ING WORKSIZE=128&amp;quot; Kernel: &amp;quot;phatk&amp;quot; - MagicSata&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5450 || 18.10|| || - || - || 774 || - || - || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 1 774.66MHz/300.37MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFF8EF;&amp;quot;| 5470 || 17.10|| || - || - || - || - || - || - || poclbm || -v -w 128 MobileGPU&lt;br /&gt;
|-&lt;br /&gt;
| 5550 || 40.59 || 1.041||  || 39 || 550 || 320 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 5550 || 62.10 || - || - || - || 700 || - || - || PCI-E 2.1 x16 || Phoenix || 700MHz core 800MHz ram, phatk mod, Flags: &amp;quot;-k phatk worksize=128 vectors aggression=4 bfi_int&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 59.96 || 1.538|| || 39 || 650 || 400 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 62 || 1.59|| || 39 || 650 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 64 || 1.641|| || 39 || 650 || - || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 73 || 1.872|| || 39 || 700 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=0 VECTORS AGGRESSION=4 -v FASTLOOP BFI_INT WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 86.3 || 2.397|| || 36 || 775 || 300 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.75 OpenCL/Windows 7 x64 (no Aero) ||-k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v  WORKSIZE=256 Fan 100% 86C Undervolted @ 0.96v using Sapphire Trixx&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 94 || stock || || || 880 || 800 || 2.4 || PCI-E 2.1 x16 || GUI Miner 02-12/Windows 7 x86 || -v -w128 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 102 || 1.46(+)|| || 75(-) || 950 || 400 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Windows 7 x86 (no Aero) || -k phatk DEVICE=0 VECTORS AGGRESSION=7 -v FASTLOOP BFI_INT WORKSIZE=256 (Reference Sapphire card, 2 additional 120mm coolers, temperature is 79-82C)&lt;br /&gt;
|-&lt;br /&gt;
| 5650 || 48 || 1.37|| || 35(?) || - || - || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL/Win7-64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26292#msg26292 source] [http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-5650.23697.0.html source] -- not TDP but load&lt;br /&gt;
|-&lt;br /&gt;
| 5650 || 61.2 || || || 35 || || || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50 OpenCL/Windows 7 x64 || -k phatk DEVICE=0 VECTORS BFI_INT WORKSIZE=128 AGGRESSION=9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 71.49 || 1.117|| || 64 || 775 || 400 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 72 || 1.64|| || 44 || 850 || - || - || PCI-E 2.0 x16 || poclbm-mod (Win7-64) || Sapphire 100287VGAL card is low power&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 85|| || - || - || 900 || 400 || - || PCI-E 2.1 x16 || poclbm || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 91|| || - || - || 890 || 400 || - || PCI-E 2.1 x16 || guiminer 2011-06-09 poclbm catalyst 11.2 win7 x86 || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 100|| || - || - || 890 || 400 || - || PCI-E 2.1 x16 || cgminer 1.5.6 || GPU/Mem 890/800 temp 72C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 103 || -|| || - || 900/275 || 400 || 2.4 || PCI-E 2.1 x1 || phoenix-1.50 / phatk-mod / Ubuntu 11.04 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256 / small fan, under 50 deg C, no voltage tweaks... catfish&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EEFFEE;&amp;quot;| 5670 || 127.8|| || - || - || 850 || - || - || PCI-E 2.1 x16 || Windows 7 (64bit) Phoenix 2.0 || Aggression=11 Worksize=128 Fastloop=False Opencl&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 105 || - || - || - ||  - || - || - || - || poclbm || Apple iMac 27inch (Mid 2010), Mac OSX 10.7 Lion &lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 116.24 || 1.352|| || 86 || 700 || 720 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 137 || ||- || - || 710 || 720 || - || PCI-E 1.1 x16 || poclbm || -v -f 0 -w 128 using stock memory and GPU clocks&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 146.4 || || - || - || 775 || 720 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-21 || -v -w128, AMD Catalyst overclock (775MHz GPU / 1225 MHz Memory)&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 154.56 || 1.45|| || 106 || 830 || 720 || - || PCI-E 2.1 x16 || - || -v -w128 -f20 underclocked memory clocks from 1150MHz to 300MHz&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 170 || - || || - || 870 || 720 || - || PCI-E 1.1 x16 || poclbm || -v -f 0 -w 128 patched BIOS to underclock memory to 300MHz&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 173 || - || ||- || 875 || 720 || - || PCI-E 1.1 x16 || phoenix || 875/300 w/MSI Afterburner, BFI_INT VECTORS AGGRESSION=12 FASTLOOP=FALSE -k phatk&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 177 || - || ||- || 910/575 || 720 || 2.6 || PCI-E 2.0 x8 || phoenix 1.5.6 || PowerColor GoGreen+fan, MSI Afterburner 2.2Beta, -k phatk VECTORS AGGRESSION=12 FASTLOOP=FALSE WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
| 5750 || 190 || - || ||- || 930/290 || - || atistream sdk || PCI-E 1.1 x16 || poclbm || 930gpu / 290mem (O.S. Ubuntu 10.10 x64, overclock gpu &amp;amp; underclock mem) with poclbm options -v -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| 5750 Vapor-X || 195 || - || - || 125 || 975/300 || - || 2.4 || PCI-E 1.1 x16 || cgminer 2.7.5 || (O.S. Ubuntu 12.01 AMD64 dedicated) cgminer options -Q 0 -I 9 -g 2 -w 256 --auto-fan --temp-target 65 --gpu-vddc 1.075 (Fan speed 60~65%)&lt;br /&gt;
|-&lt;br /&gt;
| 5750x2 CF || 356 || - || ||- || 870 || 720x2 || 2.4 || PCI-E 2.0 x16 || [http://forum.bitcoin.org/index.php?topic=28402.0 cgminer v1.5.1] (Win7 64bit) || 870MHz GPU / -I 8 / 2x [http://www.gigabyte.com/products/product-page.aspx?pid=3402#sp GIGABYTE GV-R575SL-1GI] cards + [http://www.gigabyte.com/products/product-page.aspx?pid=3258#sp GIGABYTE GA-790FXTA-UD5] MB + 1x [http://www.noctua.at/main.php?show=productview&amp;amp;products_id=9&amp;amp;lng=en 80mm], 1x [http://www.noctua.at/main.php?show=productview&amp;amp;products_id=16&amp;amp;lng=en 90mm] Noctua coolers&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 156.83 || 1.452|| || 108 || 850 || 800 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 171.12 || - || - || - || - || stock || - || PCI-E 2.1 x16 || phoenix 1.7.3/debian gnu/linux 6 squeeze || -k phatk2 DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 180 || 1.406(*)|| || 128(*) || 950(OC) || 800 || 2.4RC1 || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 30 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here])&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 Hawk || 182 || ||- || - || 875 || 800 || 2.4 || PCI-E 2.0 x16 || poclbm/GUIMiner/Win7-64 || -v -w 128 (875MHz is stock for 5770 Hawk)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 185 || - || ||- || 850 || 1200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk || -k phatk VECTORS BFI_INT WORKSIZE=128 FASTLOOP AGGRESSION=7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 205.58 || - || ||- || 935 || 300 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 || -v -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 214.5 || 1.95(-)|| || 108(+) || 950 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50/GUIMiner/Win7-64 || mem underclocked 300 mhz, 1.1vcore, 950mhz core, @69°C/57%FAN VECTORS BFI_INT AGGRESSION=12 -k phatk WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 214.7 || 1.95(-)|| || 108(+) || 950 || 800 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / win7x86 || mem underclocked 309 mhz, -k phatk DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 216.5 || -|| || - || 955 || || 2.1 || PCI-E 2.0 x16 || Phoenix 1.5 /phatk || [http://forum.bitcoin.org/index.php?topic=23067.0 Modified phatk kernel] and stock voltage for Sapphire (1.125V) VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 218.35 || -|| || - || 1000 || 1401 || 2.1 || PCI-E 2.0 x16 || DiabloMiner || -w 128 -v 2 (Overclocked to 1Ghz core with 1.2 voltage and Scythe Setsugen 2 cooling system)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 223 || 2.23(-)|| || 100(+) || 1050 || 300 || 2.4 || PCI-E 2.1 x16 || guiminer || -v -w256 [http://www.smpake.com/?p=59 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 227 || -|| || - || 1030 || 800 || 2.1 || PCI-E 2.0 x16 || DiabloMiner || -w 256 -v 2 (Overclocked to 1030 core/300 mem with 1.2 voltage and Scythe Setsugen 2 cooling system)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 233 || 2.23(-)|| || 100(+) || 1050 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256 [http://www.smpake.com/?p=59 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 236 || -|| || - || 1033/275 || 800 || 2.4 || PCI-E 2.1 x16 || phoenix-1.50 / phatk-mod / Ubuntu 10.04 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256 / big fans, under 75 deg C, no voltage tweaks... catfish&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 240.61 || 2.3632(-)|| || 100(+) || 1080 || 300 || 2.4 || PCI-E 2.1 x1 || phoenix 1.48 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12 -k phatk WORKSIZE=256 (OC&#039;d and OV&#039;d 1080/300 1.25v)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 241 || - || - || 100(+) || 1045 || 250 || 2.1 || PCI-E 2.1 x16 || phoenix 1.50 || VECTORS BFI_INT AGGRESSION=13 -k phatk WORKSIZE=256 (OC 1020/300) XFX@1.1 volts. +Kernel function improve 5%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770 || 244 || -|| || - || 1050 || 300 || 2.1 || PCI-E 2.0 x16 || Phoenix 1.75 /phatk2 || [http://forum.bitcoin.org/index.php?topic=23067.0 Modified phatk kernel] and stock voltage for Sapphire (1.125V) VECTORS BFI_INT FASTLOOP=false AGGRESSION=9, Temp 75C, FAN 100% (manual)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5770x2 || 425 || - || - || 225(+) || 960 || 800x2 || 2.1 || PCI-E 2.1 x16 || poclbm (guiminer) Win7x64 || -v -w128 (OC 960/1200)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830M || 120 || -|| || - || 570|| 120 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50 OpenCL/Win7 x64|| -k phatk DEVICE=0 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 244 || 1.36|| || 179 || 800 || 1000 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=1 VECTORS AGGRESSION=6 -v FASTLOOP WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 245 || 1.28|| || 192 || 880 || 900 || 2.4 || PCI-E 2.1 x16 || poclbm (guiminer) || -v -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 248 || 1.29|| || 192 || 880 || 500 || 2.4 || PCI-E 2.1 x16 || phoenix 1.46 || -k poclbm VECTORS BFI_INT AGGRESSION=11&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 256 || -|| || - || 900 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 || -k poclbm VECTORS BFI_INT AGGRESSION=7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 267 || -|| || - || 875 || 1000 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.48 OpenCL/Linux x86_64 || -k phatk DEVICE=1 VECTORS AGGRESSION=6 -v FASTLOOP WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 272 || 1.52|| || 179 || 875 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / LinuxCoin || 275Mhz Memory clock, 1.125 V (from 1.163), VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 275 || 1.5714|| || 175 || 900 || 500 || 2.1 || PCI-E 2.1 x16 || poclbm (guiminer) Win7x64 || -v -w64 -f10, XFX stock w/ v2.4 SDK = 230Mh/s, v2.1 SDK = +10Mh/s, overclocking core clock by 100 = +30Mh/s, underclocking memory to 500 (ran cooler), and changing workload to -w64 = +5Mh/s.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 285 || - ||1.58 || - || 960 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.47 / poclbm / Win7 64 || VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 290 || -||  || - || 930 || - || 2.2 || PCI-E x16/x4/x1 || GUIMiner / phoenix  1.5 / POCLBM / Win 7 64 || POCLBM VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false / Memory 300Mhz, VCore standard&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 290 || -||  || - || 996 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.4 / poclbm / Win7 64 || VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 295 || -|| || - || 980 || 1120 || 2.1 || PCI-E 2.1 x16 || GUIMiner / poclbm / Win XP 32 || Extra flags -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 297 || -|| || - || 970 || 1120 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.48 / phatk / Win7 64 || 300Mhz Memory clock, 44% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=8 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 960|| 300 || 2.4 || PCI-E 2.1 x16 || GUIMiner / poclbm / Win 7 64 || Extra flags -v -w 256 (Sapphire Extreme 71 degrees @ 52% fan)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 970 || - || 2.4 || PCI-E 2.0 x16 || phoenix 1.47 / pheonix 1.48 / Win7 64 || (sapphire xtreme) VECTORS BFI_INT FASTLOOP=false AGGRESSION=12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 300 || -|| || - || 970 || 1120 || 2.1 || PCI-E x16 || phoenix 1.48 / phatk / Win7 64 || 300Mhz memory clock BFI_INT AGGRESSION=12 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 305 || -|| || - || 984 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.4 / phatk / Win7 32 || 400Mhz Memory clock, VECTORS AGGRESSION=12 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 307 || -|| || - || 996 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 64 || VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 307 || 2.25 || 2.55 || 125 || 965 || - || - || PCI-E 2.1 x16 || cgminer 2.0.5 / Win7 64 || Mem @ 300/Stock voltage/Entire system 200W&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 308 || -|| || - || 990 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / poclbm / Xubuntu 11.04 x64 || VECTORS AGGRESSION=11 BFI_INT FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 308 || -|| || - || 990 || 375 || 2.1 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 32 || @ stock voltage VECTORS AGGRESSION=11 -v FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 black || 310 || ||- || - || 990 || 300 || 2.4 || PCI-E 2.1 x8 || LinuxCoin 0.2b, phoenix/phatk || (XFX Brand) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=11 FASTLOOPS=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 311 || -|| || - || 1000 || 300 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Linux || VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 315 || -|| || - || 970 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.6.1 / phatk2 / CrunchBang Linux || memory @ 300mhz VECTORS BFI_INT AGGRESSION=9 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 316 || ||- || - || 1015 || 375 || 2.1 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Win7 32 || @ stock voltage VECTORS AGGRESSION=12 -v FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 319 || -|| 1.77 || - || 1030 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 / phatk / Xp 64 || 1.2v 355Mhz Memory, VECTORS AGGRESSION=12 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 321 || -||  || - || 1000 || 1120 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk-mod / Linux || 1000Mhz GPU, 350Mhz RAM, 1.15V, 90% fan, ~60c Temp, VECTORS BFI_INT FASTLOOP=false AGGRESSION=13 WORKSIZE=128; phatk kernel found [http://forum.bitcoin.org/index.php?topic=25135.0 here]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 323 || || ||  || 900 (OC) ||  || 2.4 || PCI-E 2.1 x16 || phoenix 1.5 Win7x64 || (500Mhz RAM), ~61c Temp, 57% fan, BFI_INT  FASTLOOP=false VECTORS AGGRESSION=12 -v WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 (127$) || 325 || 1.98 || 2.57Mh/$ || 165W || 1040MHz || 200MHz || 2.6 || PCI-E 2.0 x8  || Guiminer/phatk-[http://forum.bitcoin.org/index.php?topic=25135.0 mod] w7 64bit  || -k phatk AGGRESSION=12 VECTORS2 WORKSIZE=128 stock volt, watercooled 53C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 328 || - || - || - || 1040 || - || 2.4 || PCI-E 2.1 x16 || LinuxCoin 0.2.1b / phoenix / phatk || 1.195 V, RAM @ 325 Mhz, fan @90%, no case, extra 10K RPM fan (62 deg.C in full-load); options: -k phatk DEVICE=0 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=256; brand: Sapphire Xtreme; bord is stable up to 1060 Mhz ~ 335 MHash, but produces some visual artefacts;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 331 || - || 4.14 || - || 1010 || 1120 || 2.4 || PCI-E 1.0 x16 || WinXP 32 / Phoenix 1.7.5 / phatk2 || Stock Voltage, RAM 300, 64C, Fan 67%, -k phatk2 VECTORS BFI_INT AGGRESSION=11 WORKSIZE=256 FASTLOOP=false (+6Mh w/ Phoenix 1.7.5 over 1.6.2)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 333 || - || - || - || 1040 || - || 2.4 || PCI-E 2.1 x16 || LinuxCoin 0.2.1b / phoenix-1.50 / phatk-[http://forum.bitcoin.org/index.php?topic=25135.0 mod] || + ~5 Mhash increase using the modified phatk from the user above. I am the same guy with 330 @ 1040 MHz Sapphire Xtreme, all other settings the same, board stable, no increase in rejected&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 334 || -|| || - || 1040 || - || 2.5 || PCI-E 2.0 x16 || phoenix 1.75 / phatk 2.2 / Win7 64 || Stock voltage, 208Mhz Memory, VECTORS AGGRESSION=12 WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 334 || -|| || - || 1030 || - || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk 2.0 / Win7 64 || Stock voltage, 385Mhz Memory, VECTORS AGGRESSION=12 WORKSIZE=256 BFI_INT  -- (upped from 330 achieved with diapolo mod [http://forum.bitcoin.org/index.php?topic=25135.0 here]), now using phatk 2.0 found [http://forum.bitcoin.org/?topic=7964.0 here]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830 || 342 || - || - || - || 1045 || - || 2.4 || PCI-E 2.0 x8 || phoenix 1.48 / phatk 2.2 / WinSvr 2008 R2 64 || Stock voltage, 385Mhz Memory, VECTORS VECTORS4 FASTLOOP=false AGGRESSION=14 BFI_INT -k phatk-2.2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 CF || 480 || -|| || - || 800 || - || 2.4 || PCI-E 2.1 x16 || Guiminer/ - / Win7 64bit |Guiminer || -v -f70 -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 || 570 || -|| || - || 950 || - || 2.4 || PCI-E 2.1 x8 || Guiminer/ - / Win7 64bit poclbm || poclbm -v -w256 -f10 MEMORYCLOCK 300MHZ GPUCLOCK 950MHZ FAN 52% 72°C &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x2 || 608 || -|| || - || 990 || - || - || 2x PCI-E 2.0 x16 || phoenix 2.0/ phatk2 / Win7 32bit || Stock voltage, 300Mhz Memory, VECTORS GOFFSET AGGRESSION=12 WORKSIZE=256 BFI_INT FAN 51% 69°C (Open ATX case) &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFDDD;&amp;quot;| 5830x6 || 1967 || 1.62 || 1.97 || - || 1020/340 || 1120x6 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.7.5/phatk2/BAMT Linux || 100% fan @65C / 1.162V / CCC 11.6 / BFI_INT VECTORS FASTLOOP=false AGGRESSION=11 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 240.77 || 1.595|| 1.49 || 151 || 725 || 1440 || - || PCI-E 2.1 x16 || - || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 250.26 || 1.657|| || 151 || 725 || 1440 || - || PCI-E 2.1 x16 || opencl client || [http://www.bitcoin.org/smf/index.php?topic=1628.msg29471#msg29471 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 252 || 1.575|| || 160 || 765 || 1440 || 2.3 || PCI-E 2.1 x16 || poclbm 2011-01-25 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 255.3 || 1.593|| || 160 || 765 || 1440 || 2.2 || PCI-E 2.1 x16 || poclbm 2011-01-25 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 264 || 1.748|| || 151 || 725 || 1440 || 2.4 || PCI-E 1.0 x8 || guiminer-20110501 || -v -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 280 || 1.75|| || 160 || 765 || 1440 || 2.2 || PCI-E 2.1 x16 || Phoenix 1.3 || with BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 280 || - || ||- || 725 || 1440 || 2.1 || PCI-E 2.1 x16 || Phoenix 1.50 / Fedora 14 || -v -k poclbm VECTORS AGGRESSION=8 WORKSIZE=128 BFI_INT FASTLOOP=true&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 282.75 ||style=&amp;quot;background:#EFEFFF;&amp;quot;| 3.06|| - || 92.25|| 666 (UC) || 1440|| 2.1 || PCI-E 2.1 x16 || Phoenix/WinXP || undervolted to 0.95V; phatk2 VECTORS BFI_INT AGGRESSION=11 WORKSIZE=256; driver 10.12; [http://bitcointalk.org/index.php?topic=9982.0 clocktweak] for setting values; [https://bitcointalk.org/index.php?topic=40056 thread]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 292 || 1.825|| || 160 || 765 || 1440 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 -v -f 1 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 298 || 1.8620|| || 160 || 765 || 1440 || 2.1 || PCI-E 2.1 x16 || poclbm 2011-04-28 -v -f 1 -w 64 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 300 || 1.5460|| || 194 || 925(OC) || 1440 || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 304 || - || || - || 725 (stock) || 1440 || 2.1 || PCI-E 2.1 x16 || cgminer.exe -v 2 -I 8 -w 256 --gpu-memclock 275 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 314 || 1.8362|| || 171 || 820(OC) || 1440 || 2.4 || PCI-E 1.0 x8 || poclbm || -v -w128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 328 || - || || - || 875 @ Stock voltage || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix || 70C @42% fan, mem @ 500mhz; -v -k phatk VECTORS BFI_INT AGGRESSION=8 FASTLOOP=false WORKSIZE=128  &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 330 || - || ||- || 850 @ Stock voltage || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix || EAH5850, miner arguments: -k poclbm DEVICE=1 VECTORS AGGRESSION=8 WORKSIZE=128 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 331 || - || ||- || 725 (Stock) ||  || 2.4 || PCI-E 2.0 x16 || Diablo Win7 64bits||  Sapphire 5850 Xtreme, Arguments: -v 2 -w 192 (by Swapper 2011-07-05)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 335 || 1.8611|| || 180 || 890(OC) || 1440 || 2.4 || PCI-E 2.0 x8 || poclbm || -v -w128, Memory downclocked to 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 344 || 1.8594|| || 185 || 890(OC) || 1440 || - || PCI-E 2.0 x16 || phoenix || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 347 || -|| || - || 876 || 1440 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.48 / phatk / Win7 64 || 300Mhz Memory clock, 50% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 354 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 2.0 x16 || diablo -v 2 -w 128 || Ubuntu 11.04 64-bit [http://forum.bitcoin.org/index.php?topic=9239.0 Headless], catalyst 11.5, memory downclocked to 300mhz, stock voltage. flashed with atiflash [http://www.youtube.com/watch?v=U9AxNmOy6_0 video]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 355 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix 1.48 / phatk || Ubuntu 11.04 64-bit, Memory downclocked to 200MHz, VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 355 || -|| || - || 900 || 1440 || 2.1 || PCI-E 2.0 x16 || phoenix 1.48 / phatk / Ubuntu 11.04 x64 || 300Mhz Memory clock, 60% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 356 || -|| || - || 870 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 || cgminer 2.1.2 / Win 7 x64 || 302Mhz Memory clock, 85% fan-speed, Stock Voltage,  -I 6 -v 2 -w 256 (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 359 || -|| || - || 900 || 1440 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk / Ubuntu 11.04 x64 || 300Mhz Memory clock, 66% fan-speed, -k phatk VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 365 || -|| || - || 920 || 1440 || 2.1 || PCI-E x16 || phoenix 1.48 / phatk / Win7 64 || 300Mhz memory clock VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 367.5 || -|| || - || 900(OC) || 1440 || 2.1 || PCI-E 1.0 x16 || diablo with bitless&#039;s hack, -v 2 -w 128 || RHEL 5U5 x86_64, catalyst 11.5, Sapphire HD 5850 Xtreme, Memory downclocked to 300MHz, core voltage 1.145V, BIOS modded with RBE&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 369.4 || -|| || - || 930 || 1440 || 2.4 || PCI-E 1.0 x16 || guiminer / phoenix / phatk / Win7 32 || Catalyst 11.5, XFX HD5850, Memory downclocked to 322MHz, -k phatk VECTORS BFI_INT AGGRESSION=13 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 372 || 1.68 || - || 220 @ Wall || 900 || 300 || 2.5 || PCI-E 1.1 x8 || cgminer 2.3.1 from source / Ubuntu 11.11 x86_64 || -I 8 -v 2 -w 256 --- hex-core opteron cpu w/ 12GB RAM and cgminer CPU bug in linux makes power usage a little high ~210w in windows 7 x86_64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 375 || -|| || - || 940 || 1440 || 2.4 || PCI-E 2.0 x16 || phoenix 1.50 / phatk / Ubuntu 10.04 || 300Mhz memory clock  VECTORS AGGRESSION=13 WORKSIZE=256 BFI_INT FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 381 || -|| || - || 940 || 1440 || 2.5 || PCI-E 1.0 x16 || phoenix / phatk / Win7 x64 / Catalyst 11.6 || MSI Afterburner 500MHz memory clock,-k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 382 || 1.8454|| || 207 || 995(OC) || 1440 || - || PCI-E 2.0 x8 || phoenix || OC 1.177v on core&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 391 || - || - || 180 || 725 || 1440 || 2.4 || PCI-E 2.0 x16 || Win 7 Ultimate x64 / DiabloMiner / Catalyst 12.2 || ASUS DirectCU @ GPU 960 MHz / MEM 300 Mhz @ Voltage 1.2 @ 70% FAN @ 69 temp @ Flags: -v 2,1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 391 || -|| || - || 1000 || 1440 || 2.1 || PCI-E 2.0 x16(@x8) || phoenix 1.5 / phatk / Win7 64 || Mem @ 280, fan @ 100%, Temp @ 71, 1.163 V core, -v -k phatk VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256, The name is Mautobu&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 392 || -||2.43 || - || 990 || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix-svn (AUR) / phatk / Arch Linux || Memory: 180MHz, -v -q 1 -k phatk WORKSIZE=128 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 397 || -|| || - || 950 || 1440 || 2.5 || PCI-E 2.1 16x || phoenix 1.5 / phatk 2.2 / Win7 64, catalyst 11.6 || Mem speed 350Mhz, Fan 85%, 70C, 1.083 Vcore, -k phatk  VECTORS BFI_INT AGGRESSION=12 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 400 || -|| || - || 1000 || 1440 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.5 Win7 x64 || Memory 600MHz, Vcore 1.225, 73C, -k phatk WORKSIZE=128 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 404 || -|| || - || 965 || 1440 || 2.5 || PCI-E 2.0 x16(@x8) || phoenixsvn / phatk2 / Ubuntu 11.04 / catalyst 11.8 || 5870 bios flash, Mem @322, fan@55%, Temp@83oC, 1.163Vcore, -k phatk2 VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 408 || -|| - || - || 999/275 || 1440 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk-mod / Ubuntu 10.04 || Fan 70%, temp &amp;lt; 60 deg C, Sapphire 5 heatpipe card, same flags as above/below (edit1- oops, no voltage tweaks... edit2- wow, phatk-mod makes a difference... catfish)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 412 || -|| || - || 1010 || 1440 || 2.4 || PCI-E 2.0 1x&amp;gt;16x || phoenix 1.5 / phatk 3% mod / Win7 64 11.5 || VECTORS BFI_INT AGGRESSION=12 -k phatk &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 414.8 || -|| || - || 1018 || 450 || 2.4 || PCI-E 2.0 16x || GUIMiner / Win7 64 11.7 || I use Sapphire HD5850 Toxic 2GB and for OC TRIXX Sapphire Tweak Utility v4.0.2. 72 deg C, fan 100%, core 1018mhz, mem 450Mhz, stock voltage (1.163). proof: http://img23.imageshack.us/img23/2367/414upload.png GUIMiner parameters: -v -w256 -f1  &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 420 || -|| || - || 1055 || 300 || 2.5 || PCI-E 2.0 1x&amp;gt;16x || phoenix 1.5 / phatk 3% mod / Win7 64 11.6 || Fan 80%, 66C, 1.250 Vcore, -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT AGGRESSION=8 And proof: http://i.imgur.com/s9hqs.png&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 431 || -|| || - || 1040 || 1440 || 2.4 || PCI-E 2.0 4x&amp;gt;16x || phoenix-svn / phatk kernel / Debian Wheezy AMD64 + fglrx 11.6 || fan 100%, vcore 1.1750 V, 72C, VECTORS BFI_INT AGGRESSION=15 FASTLOOP=false -k phatk, proof: http://imageshack.us/photo/my-images/199/431u.png/&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850 || 432.15 || -|| || - || 1040 || 500 || 2.5.793.1 || PCI-E 2.0 16x || phoenix 1.7.5 / phatk2 kernel / Win7 x64 SP1 || fan 100%, vcore 1.212 V, 69C, VECTORS4 BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=64 -k phatk2, proof: http://dl.dropbox.com/u/18704286/mining%205850.png/ ... Card is REF HIS 5850 ... i mining at this speed for stable but... max unstable (if i play video/flashvideo it will crash) is 436.48Mhash/sec with core 1051 mem 500 vcore 1.237 (same other settings) it&#039;s too hot in VRM that not sound good to me... i don&#039;t want to kill it for my fun mining ... - Nito Niwatori &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 620 || - || || - || 800 || 1440 || 2.4 || PCI-E 2.0 x16 || Guiminer ( cl miner )  v2012-02-19 Win7 x64 || MSI OC-Edition, -v -w 128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 702 || - || - || - || 905 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 (x2) || phoenix 2.0.0 / Win 7 x32 || ASUS DirectCU: 304Mhz Memory clock, 66% fan-speed, Voltage Tweak, AGGRESSION=13 FASTLOOP=false WORKSIZE=256 (https://www.dropbox.com/s/9u6f2jz3sz1poxb/5850.jpg)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x2 || 720 || -|| || - || 875 (OC)|| 1440 || 2.5 || PCI-E 2.0 x16 || cgminer 2.1.2 / Win 7 x64 || 302Mhz Memory clock, 85% fan-speed, Stock Voltage,  -I 6 -v 2 -w 256 (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x3 || 1,010 || -|| || - || 850 || - || 2.4 || PCI-E 2.0 (x3) || GUIMiner || -v -w128 | MSI Afterburner settings: 850MHz core clock and 500MHz memory clock &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x4 || 1360 || 1.94|| || 700@wall || 900 ||  ||  ||  || poclbm|| &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  5850x6 || 2,135 || -|| || - || 900 || - || 2.5 || PCI-E 2.0 (6 total, 4 full length, 2 @ PCIE1x with risers || GUIMiner 24/8/2011 - poclbm || -v -f1 -w128 | Win 7 64Bit, Gigabyte GA-890FXA-UD5 motherboard, 4gb ram, AM3 cpu, Kingston SSD, Catalyst 11.8 drivers, guiminer switches: -v -f1 -w128, MSI Afterburner settings: 900MHz core clock and 1000MHz memory clock, cable risers required to fit all 6 cards, fans 100% Proof: http://i.imgur.com/6s7zv.jpg &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870M || 152.5 || -|| || - || 750(OC) || 1000 || 2.1 || PCI-E 2.1 x16 || gui-miner (win-7) ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870M || 189.2 || -|| || - || 850(OC) || 1000 || 2.5 || PCI-E 2.1 x16 || Wins 7 64/gui-miner (win-7) ||  -v -w128 -f0 Graphics Overdrive setting 700-&amp;gt;850 core clock &amp;amp; 900-&amp;gt;1030memory clock . +35mhs over stock settings&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 313 || 1.665|| || 188 || 900? || 1600 || 2.3 || PCI-E 2.1 x16 || Diablo/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 313.65 || 1.668||1.65 || 188 || 850 || 1600 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 340 || 1.809|| || 188 || 850 || 1600 || - || PCI-E 2.1 x16 || m0mchil&#039;s OpenCL || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26363#msg26363 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 343 || 1.824|| || 188 || 900? || 1600 || 2.1 || PCI-E 2.1 x16 || Diablo/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 355 || 1.888|| || 188 || 900? || 1600 || 2.1 || PCI-E 2.1 x16 || poclbm/Linux || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 360 || 1.6822|| || 214 || 970 || 700 || - || PCI-E 2.0 x16 || m0mchil&#039;s OpenCL w7-64 || -f 0 -v -w 128 [http://www.bitcoin.org/smf/index.php?topic=6144.msg91959#msg91959 source]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 379 || 2.015|| || 188 || 850 || 1600 || - || PCI-E 2.0 x16 || hashkill-0.2.5 alpha || -D -G2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 397 || -|| || - || 930 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k phatk VECTORS BFI_INT AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 400 || 1.9047|| || 210 || 950 || 1600 || 2.4 || PCI-E 2.0 x8 || Phoenix 1.3 || -k poclbm VECTORS AGGRESSION=7 FASTLOOP BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 408 || 1.8888|| || 216 || 980 || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Win7x64 || -f 20 -v -w 128, BIT_ALIGN, BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 414 || 1.9255|| || 215 || 975 || 1600 || 2.4 || PCI-E 2.0 x16 || guiminer/w7x64 || -k poclbm -v -w 256 -f 1 VECTORS BITALIGN BFI_INT -- Memory Clock 300&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 420 || 2.0000|| || 210 || 950 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 421 || 1.9581|| || 215 || 975 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.47 || VECTORS BFI_INT AGGRESSION=13 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 421.5 || 2.007|| || 201 || 950 || 1600 || - || PCI-E 2.0 x16 || hashkill-0.2.5 alpha || -D -G2 (GPU OC to 900, memory downclocked to 900)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 430 || || || || 980 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48/Windows 7 64 || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 432 || || || || 985 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.73/Windows 7 64 || -k phatk VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128 Memory Clock=900Mhz Asus 76C Fan=60% 65F ambient&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 435 || -|| || - || 990 || 300 || 2.4 || PCI-E 2.0 x8 || LinuxCoin v0.2b phoenix/phatk || (Powercolor brand) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=11 FASTLOOPS=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 437 || || 1.90|| || 960 || - || 2.1 || PCI-E 2.0 x1 || phoenix 1.50 + phatk || Card is clocked with BIOS flash @ 960Mhz Core and 300Mhz Memory. More information and pictures: http://forum.bitcoin.org/index.php?topic=7216.msg324521#msg324521 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 438 || 1.9819|| || 221 || 1000(OC) || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Linux || -v -w 64 -f 1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 440 || 2.0000|| || 220 || 995 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 445 || 2.28||2.34 || 195 || 1005 || 335 || 2.4 || PCI-E 2.0 x4 || Ubuntu 11.04 phoenix/phatk || (Asus brand, volts = 1&#039;072) -k phatk VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false -a 7 (-a 10)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 453 || || || || 980 || 1600 || 2.5 || PCI-E 2.1 x16 || Phoenix 1.50/Windows 7 64 catalyst 11.6 phatk 2.2 || -k phatk VECTORS BFI_INT AGGRESSION=12 WORKSIZE=256 FASTLOOPS=false -- Memory Clock 350Mhz Vcore 1.163v&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 458 || -|| || - || 1040 || 1600 || 2.1 || PCI-E 2.0 x16 || poclbm/Windows 7 64 || -v -w 256 -f 1 Crossfired, Water cooled, 916 Mhash/s total. Best dual gpu setup me thinks? The name is Mautobu.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 460 || || || || 1050 || 1600 || 2.4 || PCI-E 2.0 x16 || Guiminer || -k phatk VECTORS BFI_INT AGGRESSION=14 WORKSIZE=256 -- Memory Clock 300Mhz vcore @ 1225mV&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 460 || || || || 1020 || 1600 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.50/Windows 7 64 || VECTORS BFI_INT AGGRESSION=12 WORKSIZE=256 -k phatk -- Memory Clock 300Mhz vcore @ 1225mV, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 461 || || || || 1000 || 1600 || 2.5 || PCI-E 2.0 x16 || phoenix 1.75/Windows 7 64 || -k phatk2 (phatk 2.2) VECTORS BFI_INT AGGRESSION=9 WORKSIZE=128, Memory Clock=213, stock voltage&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870 || 481 || || || || 1050 || 1600 || 2.5 || PCI-E 1x || phoenix 1.75/Windows 7 64 || -k phatk2 (phatk 2.2) VECTORS BFI_INT WORKSIZE=64 AGGRESSION=20 [MSI HD 5870 Ref Design vs Zalman VF3000A 1200mv Mem 600MHz]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (CF) || 864 || -|| || - || 900 || 3200 || 2.1 || PCI-E 2.1 x16 || guiminer || -k phatk VECTORS FASTLOOP=false AGGRESSION=7 BFI_INT WORKSIZE=128 (Same flags per GPU)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 620 || -|| || - || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || guiminer || -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 826 || 0.751|| || 1100 || 950 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.4 w/ Phtak || AGGRESSION=13 WORKSIZE=128 VECTORS BFI_INT Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 826 || 1.18|| || 700 || 935 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 w/ Phatk || AGGRESSION=13 WORKSIZE=256 VECTORS BFI_INT FASTLOOP=false, memory @ 319 MHz, Windows 7 32-bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x2 (Ares) || 878 || 0.585|| || 1500 || 1000 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.7 w/ Phtak || AGGRESSION=13 WORKSIZE=128 VECTORS BFI_INT Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x4 || 1784 || || 1.29|| || 960 || - || 2.1 || PCI-E 2.0 x1 || phoenix 1.50 + phatk + [https://bitcointalk.org/index.php?topic=7964.0 Version 2.2 Improvement] || Cards are clocked with BIOS flash @ 960Mhz Core and 300Mhz Memory. More information and pictures: http://forum.bitcoin.org/index.php?topic=7216.msg324521#msg324521 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;|  5870x6 || 2568 || -|| || 1200 || 970 || -|| 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit  || -v -w128, voltage default, Mem downclocked to 300 MHz, Fan 80-90% (+ 4x12cm fun 1900rpm), Temp 6x 70-75C. Whole computer comsumpts 1280Watt. Using PCI-E risers 16x-16x to use 6 GPU cards&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 530 || 1.803||0.53 ? || 294 || 725 || 3200 || 2.4.595.10 || PCI-E 2.1 x16 || poclbm/201103.beta3/Windows || -v -w128 -f60&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 535.06 || 1.820|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 560 || 1.905|| || 294 || 725 || 3200 || - || PCI-E 2.1 x16 || Diablo || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 565 || 1.922|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine2 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 604 || 2.054|| || 294 || 725 || 3200 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 645 || 1.875|| || 344 || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || -f1, Debian 6, fglrx-driver 10.9.3&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 739 || || || || 795 || 3200 || 2.4 || PCI-E 2.1 x16 || cgminer 2.3.1 || -I 9 -k phatk -w 256 -v 2, memory clock @ 265MHz, Debian Squeeze, fglrx-driver 12.1.1, performance scales linearly with engine clock as long as memory clock is 1/3&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 740 || 2.1511|| || 344 || 850 || 3200 || 2.1 || PCI-E 2.1 x16 || phoenix/1.3 || AGGRESSION=12 WORKSIZE=128 VECTORS BFI_INT, memory clock @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 755 || 2.2076|| || 342 || 848 || 3200 || 2.1 || PCI-E 2.1 x16 || poclbm 28-04-11 || -f 1 -w 256 -v, Ubuntu 10.10, fglrx 11.4, memory clock @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 802 || 2.31|| || 347 || 850 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix poclbm Ubuntu 11.04 || -q 6 -k AGGRESSION=19 WORKSIZE=128 BFI_INT VECTORS, fglrx 11.4, mem clock @ 1000MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 820 || ??? || || ??? || 910 || 3200 || 2.4 || PCI-E 2.1 x1 || Phoenix 1.5 Win7 || AGGRESSION=12 WORKSIZE=256 BFI_INT VECTORS -k phatk, 11.5, Mem @ 300MHz, 1.110v, 3% phatk mod&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 822.2 || -|| || - || 950 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix win7 || -k phatk -q 6 AGGRESSION=20 WORKSIZE=128 BFI_INT VECTORS, but with this increasing difficulty mining becomes pretty pointless&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 833 || -|| || - || 930 || 3200 || 2.4 || PCI-E 2.1 x16 || phoenix 1.7.5, win7 x64, catalyst 11.7 || -k phatk AGGRESSION=13 WORKSIZE=256 BFI_INT VECTORS fastloops=false. memory@300mhz, 1.125v, fan 100%, 73C core temp, 95c voltage controllers. it will clock higher but not stable without a voltage increase and i fear for the VRMs&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;|  5970 || 863.4 || -|| || - || 955 || 3200 || 2.4 || PCI-E 2.1 x16 || Diablo - Debian || -v 2 -w 256 (XFX Radeon HD 5970 Black Edition)&lt;br /&gt;
|-&lt;br /&gt;
| 6310M || 9.821 || 0.545|| || 18 || 500 || 80 || 2.4 || Integrated/APU || poclbm-gui -v -w128 || HP DM1z 18W TDP is shared with the CPU&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 27.0 || 1.5 || - || 18 || 625 || 160 || 2.4 || PCI-E 2.0 x16 || guiminer/poclbm 2011-06-14 || -v -w128 Sapphire HD6450 1gb ddr3 Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 32.6 || 1.918 || - || 17 || 725 || 800 || 2.4 || PCI-E 2.0 x16 || guiminer/Phoenix1.75 Windows 7 x64 (no Aero)|| -k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=64 Dell OEM HD6450 1gb ddr3 passive cooling/no fan 81C&lt;br /&gt;
|-&lt;br /&gt;
| 6450 || 37.8 || ? || - || 17 || 850 || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix2.0.0 Windows 8 x64 || -k phatk2 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=64 Sapphire HD6450 1GB DDR3 passive cooling/no fan 150MHz memory/1000mV VCore&lt;br /&gt;
|-&lt;br /&gt;
| 6470M || 24.1 || - || ||- || - || - || 2.1 || Integrated/APU || guiminer || &lt;br /&gt;
|-&lt;br /&gt;
| 6470M || 31.0 || - || ||- || - || - || 2.1 || Integrated/APU || phoenix 1.48 || &lt;br /&gt;
|-&lt;br /&gt;
| 6480G || 24.1 || - || ||- || - || - || 2.1 || Integrated/APU || phoenix 1.75 || &lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 15.21 || - || ||- || - || - || - || - || [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro8,2 VRAM: 256MB&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 16.289 || 0.708|| || 23 || - || - || - || PCI-E 2.1 x16 || poclbm-mod (Mac OS X 10.6.7) || MacBook Pro early 2011&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 17.18 || - || ||- || - || - || - || PCI-E 2.1 x16 || phoneix 1.50 with poclbm, Mac OS X 10.6.7 || MacBook Pro 2,8 VRAM: 256MB. phoenix -k poclbm VECTORS BFI_INT FASTLOOP&lt;br /&gt;
|-&lt;br /&gt;
| 6490M || 32.1 || - || ||- || - || - || - || - || guiminer 2011-07-01 with poclbm (Win7-x64) ||MacBookPro8,2 (WinX64) -v -w128 -f0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#FFDD00;&amp;quot;| 6520G || 33.8 || - || || - || 400 || 320 || - || Integrated/APU || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 on Toshiba L775D-S7222&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6530D || 40.5 || - || || - || 444 || 320 || 2.4 || FM-1 || cgminer 2.4.1  || Integrated/APU A6-3500; Linux; Catalyst 11.11; APP-SDK-v2.4 (595.10)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6550D(A8 Onboard) || 66.2 || -|| || - || - || - || 2.5 || FM-1 || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 -f60&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;| 6550D || 67.6 || -|| || - || 600 || 400 || 2.5 || FM-1 || guiminer 2011-07-01 with OpenCL (Win7-64bit) || -v -w128 -f2&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 68.0 || 1.133|| || 60 || 650 || 480 || 2.4 || PCI-E x16 || guiminer 2011-05-21 with poclbm (Win7-32bit) || no extra option for miner . Sapphire 6570 gddr5 512mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 82.1 || 1.368|| || 60 || 650 || 480 || 2.4 || PCI-E x16 || guiminer 2011-05-21 with poclbm (Win7-32bit) || -v -w128 . Sapphire 6570 gddr5 512mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 86.0 || 1.95 || - || 44 || 650 || 480 || 2.4 || PCI-E x16 || guiminer/poclbm 2011-06-14 || -v -w128 Sapphire Ultimate HD6570 1gb ddr3 Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 112.0 || - || || - || 860 || 480 || 2.7 || PCI-E 2.0 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) || -v -w128 -f1 . Sapphire 6570 Low Profile gddr3 1024mb&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFDD00;&amp;quot;|  6570 || 114.0 || - || || - || 866 || 480 || 2.7 || PCI-E 2.0 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) || -v -f 0 -w128 -a 3 . XFX 6570 Full Profile gddr3 1024mb 64 bit&lt;br /&gt;
|-&lt;br /&gt;
|  6630M || 48.80 || -|| || - || - || - || - || - || [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-06-18 / Mac OS X 10.7 || Mac Mini 2011 MC816D/A&lt;br /&gt;
|-&lt;br /&gt;
|  6630M || 63.00 || -|| || - || 600 || 480 || 2.5 || PCI-E 2.0 x16 || DiabloMiner Windows || Lenovo ThinkPad Edge E320 (card overclocked using Sapphire TRIXX)&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 102.20 || -|| || - || 800 || - || - || PCI-E 2.1 x16 || poclbm/Debian sid || -v -f 0 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 104.00 || - || 1.0 || - || 820 || - || - || PCI-E 2.1 x16 || guiminer(poclbm)/Win 7|| -v -a4 -f15 -d0 -w64&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 110.00 || - || 1.0 || - || 850 || - || - || PCI-E 2.1 x16 || guiminer(poclbm)/Win 7|| -v -f 0 -w 128 -q 6&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 111.77 || 1.69 || - || 66 || 910 || 480 || 2.7 || PCI-E 2.1 x16 || Phoenix 1.7.5 || -k phatk2 BFI_INT AGGRESSION=5 VECTORS WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 120.1 || - || - || - || 900 || 480 || 2.7 || PCI-E 2.1 x16 || cgminer 2.7.4 || kernel: diablo i:10 core: 900 mem: 750&lt;br /&gt;
|-&lt;br /&gt;
|  6670 || 124.0 || - || - || 66 || 940 || 800 || 2.4 || PCI-E 2.0 x16 || Phoenix2.0.0 Windows 8 x64 || -k phatk2 VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 -v WORKSIZE=128 Sapphire HD6670 Ultimate 1GB DDR5 passive cooling/no fan 300MHz memory/1100mV VCore&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 142 || -|| || 150 || 700 || - || - || PCI-E 2.1 x16 || poclbm || -v -w128, Gigabyte SL (passive cooler), watts is TDP, card runs very hot (&amp;gt;90°C)&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 167.59 || -|| || - || 870 || - || - || PCI-E 2.1 x16 || guiminer || -v -f30 -w128&lt;br /&gt;
|-&lt;br /&gt;
|  6750 || 172.00 || -|| || - || 860 || 600 || - || PCI-E 2.1 x16 || guiminer 2012-02-19/poclbm (Win7-64bit) MSI Afterburner 2.2.3 || -v -w128 f-20 Sapphire 6570 GDDR3 1024Mb CCC ver. 11.12 OCL 2.5&lt;br /&gt;
|-&lt;br /&gt;
|  6750M || 41.48 || -|| || - || 870 || - || - || PCI-E 2.1 x16 || diablominer ||&lt;br /&gt;
|-&lt;br /&gt;
|  6750M || 60 || -|| || - || - || - || - || - || diablominer OSX 10.7 WorkSize=128||&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 180 || -|| || - || 850 || 1200 || - || - || guiminer || -v -w128 , this was an XFX (OEM) model, GPU @ 850 MHz, mem @ 1200 MHz; I pushed it up to 190 Mhash/s briefly by overclocking, but it crashed the system above that&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 202 || -|| || - || 960 || 800 || - || PCI-E 2.1 x1,x4,x8,x16 || phoenix 1.48 || Sapphire 6770 (standard) -q2 -k poclbm DEVICE=0 AGGRESSION=10 VECTORS WORKSIZE=128 BFI_INT FASTLOOP (The PCI-E speed does not affect the mining speed)&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 217 || -|| || - || 960 || 800 || - || PCI-E x16 || Guiminer with phoenix || Sapphire 6770 -k phatk VECTORS BFI_INT WORKSIZE=128 FASTLOOP=false AGGRESSION=12 with https://forum.bitcoin.org/index.php?topic=22965.0 modification&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 221 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || MSI 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6770 || 235 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || Sapphire 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% mod https://forum.bitcoin.org/index.php?topic=22965.0 and AS5 paste on core w/ external 12&amp;quot; fan 50C full load. Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6770x2 || 470 || -|| || - || 1010 || 300 || 2.4 || PCI-E 2.0 x8  || Phoenix 1.50 || Sapphire 6770 -k phatk PLATFORM=0 DEVICE=0 VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13 3% mod https://forum.bitcoin.org/index.php?topic=22965.0 and AS5 paste on core w/ external 12&amp;quot; fan 50C full load. Stock voltage.&lt;br /&gt;
|-&lt;br /&gt;
|  6790 || 220 || 1.467|| || 150 || 800 || - || - || PCI-E 2.1 x16 || Phoenix 1.48 || -k phatk BFI_INT FASTLOOP AGGRESSION=12 VECTORS OC&#039;d to 1ghz, underclocked mem to 300, voltage at 1175&lt;br /&gt;
|-&lt;br /&gt;
|  6790 || 219 || 1.467|| || 150 || 960 || - || - || PCI-E 2.1 x16 || guiminer || -v -f0 -w128 / GPU OC to 960MHz under Windows7 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 171.59 || 1.351||1.07 || 127 || 775 || 960 || 2.1 || PCI-E 2.1 x16 || clmine || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 196 || -|| || - || 850 || 960 || - || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 0&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 220 || 1.236(*)|| || 178(*) || 1000(OC) || 960 || 2.4RC1 || PCI-E 2.1 x16 || poclbm || -v -w 128 -f 30 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here] )&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 234.8 || ||- || - || 940 || 960 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.3 || AGGRESSION=8 WORKSIZE=128 VECTORS BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 236.0 || ||- || - || 940 || 960 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.4 || -k phatk AGGRESSION=12 WORKSIZE=128 VECTORS BFI_INT, Core @ 900MHz, Memory @ 300MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 244.2 || ||- || - || 960 || 960 || 2.1 || PCI-E 2.0 x16 || poclbm june-2011 || -v -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 245.1 || ||- || 200 || 940 || 960 || 2.4 || PCI-E 2.0 x16 || guiminer (Phoenix) || Sapphire 6850 (Memory @1000MHz); Win7 64bit; flags: -k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=14 WORKSIZE=128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 250 || 1.612(*) ||- || 155(*) || 940 (OC) || 960 || 2.4 || PCI-E 2.0 x16 || AOCLBF 1.74 (Phoenix 1.5**) @Win7/x64 || XFX 6850 (Memory @840MHz; Vdcc @1.148V; Fan @74%; Temp @70C; System  @39C); flags: -k phatk BFI_INT FASTLOOP VECTORS AGGRESSION=11 WORKSIZE=128 (*: Overclocked wattage calculated [http://bakkap.free.fr/Misc/wCalc.html here] / **: [http://forum.bitcoin.org/index.php?topic=22965.0 Tainted Kernel])&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 256.2 || || - || 170 || 980 || 960 || 2.7 || PCI-E 2.0 x16 || phoenix 1.7.5 / Win7 32bit || -k phatk -VECTORS BFI_INT AGGRESSION=9, Sapphire VaporX 1GB, mem@250MHz, stock VDDC 1.150V &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 262.5 || || - || - || 965 || 525 || 2.4 || PCI-E 2.0 x16 || guiminer / poclbm || -v -f 0 -w 128 (HIS 6850 flashed to HIS 6870 BIOS)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 267.2 || ||1.67 || - || 1010(OC) || 960 || 2.4 || PCI-E 2.0 x16 || guiminer / phoenix 1.50 || -k phatk VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;|  6850 || 301.4 || ||1.67 || - ||  ||  || 2.4 || PCI-E 2.0 x16 || guiminer / poclbm || -v -f 2 -w 128 clock @ 985 mem @ 890&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 232.47 || 1.540||1.22 || 151 || 900 || 1120 || - || PCI-E 2.1 x16 || poclbm -v -w 128 || &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 245|| -|| || - || 900|| 1120 || 2.4 || PCI-E 2.0 x16 || ph rising 1.45 phoenix 1.50 phatk 11.5 sdk 2.4 || HD5xxx+ Fastloop phatk AGGRESSION=10&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 264.5 || - || - || - || 980 || 1050 || - || PCI-E 2.1 x16 || GUIMiner v2011-05-01 || Stays around 66*C if I keep the side panel off and the room well ventilated. Card is PowerColor branded. Windows 7 Ultimate SP1 with Classic theme. Fan is at 100%. -v -w128 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 271 || 1.807|| || 150 || 940 || 1120|| 2.4 || PCI-E 2.0 x16 || poclbm -v -w 128 || Debian 6.0.1 x86_64&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 277.47 || -|| || - || 940 || 1120 || - || PCI-E 2.1 x16 || Phoenix 1.3 || AGGRESSION=8 WORKSIZE=128 VECTORS BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 279 || 1.847(?)|| || 151(?) || 900 || 1120 || 2.4 || PCI-E 2.1 x16 || hashkill-0.2.5 alpha cat 11.4 sdk 2.4 || -G2 -D stock clocks, debian linux 64bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 281.7 || 1.172 (stock)|| || - || 980 || 1120|| 2.4 || PCI-E 2.1 x16 || guiminer-v2011-06-09 || xfx6870, flags: -v 19 -w 128, win7 32-bit&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 293.13 ||  || ||- || 945 || 1050|| 2.5 || PCI-E 2.1 x16 || Phoenix 1.5 Phatk || xfx6870, Catalyst 11.6, 1.5 Phoenix flags: -k phatk FASTLOOP=false DEVICE=0 VECTORS BFI_INT AGGRESSION=13 WORKSIZE=128; http://forum.bitcoin.org/index.php?topic=25860.0 Kernel Patch; http://forum.bitcoin.org/index.php?topic=6458.0 Cmd; http://developer.amd.com/tools/gDEBugger/Pages/default.aspx No Crossfire Required; runs faster without crossfire 1% + additional 3% from update&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 294 ||  || ||- || 980 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix phatk || xfx6870, 340MHz memory clock, Catalyst 11.6, flags: BFI_INT VECTORS AGGRESSION=9 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 294 ||  || ||- || 985 || 1100|| 2.4 || PCI-E 2.0 x8 || Diablo || Powercolor branded card, Win 8 x64, -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 295 || 2.02||1.64 || 146 || 950 || 1120 || 2.4 || PCI-E 2.1 x16 || hashkill latest as of 7/6/11 (ubuntu 11.4) || hashkill-gpu -p bitcoin user:pass:server -D, mem clock 850, voltage @ 1.175, Fan @ 70%, Temp @ 71C.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 297|| -|| || - || 1000|| 1120 || 2.4 || PCI-E 2.0 x16 || ph rising 1.62 phoenix 1.50 phatk 11.5 sdk 2.4 || Vectors HD5xxx+ Fastloop phatk AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300 || - || || - || 940 || 1120 || 2.5 || PCI-E 2.1 x16 || Phoenix 1.6.2 phatk2 || xfx6870 Black Edition, 340MHz Memory Clock, Catalyst 11.6, VECTORS BFI_INT AGGRESSION=13 WORKSIZE=128, Debian Linux 64-Bit, Fan @ 50%, Temp @ 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300 || 1.72 || - || 174 || 1038 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm windows7x86 cat 11.4 || -v -w128 -f1 mem clock 360, fan 100% temp 73C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 300.06 || 1.830|| || 164 || 1020 || 1120 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.4 cat 11.4 || VECTORS BFI_INT AGGRESSION=8 fastloop mem clock 344&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 302 || - || || - || 940 || 1120 || 2.5 || PCI-E 2.1 x16 || cgminer 2.1.2 || xfx6870 Black Edition, 340MHz Memory Clock, Catalyst 11.6, -w 256 -I 9, Debian Linux 64-Bit, Fan @ 50%, Temp @ 75C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 307 || 1.72 || - || 174 || 1001/\1001 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm windows7x86 cat11.8 || -v -w128 -f5,85°C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || - || - || - || 1000 || 1120 ||  || PCI-E 2.1 x16 || cgminer 3.1.0 (Ubuntu Server 12.04 LTS AMD64) || intensity=13, vectors=2, worksize=128, kernel=diablo, gpu-engine=1000, gpu-memclock=900&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || - || - || - || 1035 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=12 WORKSIZE=128, mem clock @ 300MHz, voltage @ 1.300&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 310 || -|| || - || 975 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix phatk linuxcoin || BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128, mem clock @ 340MHz, core clock @ 970MHz, flashed bios, 72 degrees w/ fan @ 68%, GIGABYTE SOC&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 312 || -|| || - || 975 || 300|| 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Windows 7 x64 SP1 || VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256, mem clock @ 300MHz, voltage @ 1.300, Fan @ 45%, Temp @ 62C,  MSI 6870 HAWK.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 314 || -|| || - || 1030 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix 1.50 / phatk / Linux || VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 316 || -|| || - || 1030 || 1120 || 2.4 || PCI-E 2.1 x16 || guiminer 2011-06-09 using phoenix (Win7-32bit) || -k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false, mem clock @ 228MHz, voltage @ 1.25, Fan @ 40%, Temp @ 73C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 320 || - || - || 160 || 950 || 1120 || 2.4 || PCI-E 2.0 x16 || Win 7 Ultimate x64 / DiabloMiner / Catalyst 12.1 || Saphire @ GPU 1030 MHz / MEM 300 Mhz @ Voltage 1.25 @ 80% FAN @ 69 temp @ Flags: -v 2 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 321|| -|| || - || 1050|| 1120 || 2.4 || PCI-E 2.1 x8 ||aoclbf 1.7 phoenix 1.50 11.6|| Vectors HD5xxx+ phatk AGGRESSION=13 WORKSIZE=256,  Memory=325MHz, Volts=1.3V, Fan~55%, Temps~70C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 322 || 1.882|| || 170 || 1050 || 1120 || 2.4 || PCI-E 2.1 x16 || phoenix 1.47 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=12 WORKSIZE=256, mem clock @ 400MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 329 || -|| || - || 1075 || 1120|| 2.4 || PCI-E 2.1 x16 || phoenix 1.48 phatk 11.5 sdk 2.4 || BFI_INT VECTORS FASTLOOP=false AGGRESSION=11 WORKSIZE=256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 332 || -||1.74 || - || 1050 || 1120 || 2.4 || PCI-E 2.1 x16 || guiminer 2011-06-14 using phoenix (Win7-32bit) || -k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=13 worksize=128 FASTLOOP=false, mem clock @ 228MHz, voltage @ 1.3, Fan @ 60%, Temp @ 74C, flash and browser hardware acceleration disabled, aero enabled.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 339.25 || - || - || - || 1090 || 1120 || 2.6 || PCI-E 2.1 x16 || Phoenix 1.7.3 cat 12.1 || Mem @ 350Mhz Clock @ 1090 Voltage 1.337 fan @ 100 Temp @ 75 diapolo&#039;s modified phatk kernel -k phatk_dia platform=0 device=0 VECTORS2 AGGRESSION=11 worksize=64 FASTLOOP=false BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870 || 375 || - || - || - || 1000 || 1120 || 2.5 || PCI-E 2.0 x16 || Win 7 Ultimate 32-bit / Guiminer v2011-07-01 / phoenix 1.5 / phatk2 / Catalyst 11.9 ||  XFX / GPU @ 1000 MHz / MEM @ 200 Mhz / Voltage  @ 1.187 V / FAN @ 40% / Temp @ 72 C / Flags: -k phatk2 platform=0 device=0 VECTORS BFI_INT AGGRESSION=6 worksize=128 FASTLOOP=false / Using 2 miners with equal settings on 1 GPU&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x2 || 600 || - || - || - || 945 || 330 || 2.5 || PCI-E 2.0 x16 || Ubuntu 12.04 32-bit / Phoenix 2 / phatk2 / Catalyst 11.9 ||  XFX / GPU @ 945 MHz / MEM @ 330 Mhz / Voltage  @ 1.175  / Config: phatk2 VECTORS4 BFI_INT AGGRESSION=12 worksize=128 FASTLOOP=false GOFFSET=True&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1150|| -|| 1.2 || - || 900|| 1050 || 2.4 || PCI-E 2.0 x16 || phoenix 1.7 (Win7-64bit) || -k phatk platform=0 device=0-3 VECTORS BFI_INT AGGRESSION=11 worksize=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1180 || -|| - || 145 || 950 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit || -v -w128, Gigabyte SOC. voltage 1.175 (default), GPU default 950 MHz, Mem downclocked to 300 MHz, Fan 4x100% (+ 2x12cm fun 1300rpm), Temp 4x75C (in summer).&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFFF00;&amp;quot;|  6870x4 || 1200 || -|| - || 150 || 970 || 1120 || 2.4 || PCI-E 2.1 x16 || poclbm/debian32bit || -v -w128, Gigabyte SOC. voltage 1.175 (default), GPU overclocked from 950 to 970 MHz, Mem downclocked to 300 MHz, Fan 4x100% (+ 2x12cm fun 1300rpm), Temp 4x75C (in summer). Unstable with GPU@975 MHz.&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 320|| -|| - || - || 960 || 1200 || 2.1 || PCI-E 2.1 x16 || phoenix 1.75/phatk || stock voltage, BFI_INT FASTLOOP VECTORS AGGRESSION=13 WORKSIZE=64. 70C, FAN 80% (HIS brand)&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 370|| -|| - || - || 980 || 855 || 2.4 || PCI-E 2.1 x16 || cgminer-2.4.1 || stock voltage (1,160), -I9. 71C, FAN 85% (HIS brand)&lt;br /&gt;
|-&lt;br /&gt;
|  6930 || 372 || -||1.89(?) || - || 1000 || 900 || 2.4 || PCI-E 2.1 x16 || phoenix 1.75/poclbm || max stable @ 1200 mV, BFI_INT FASTLOOP VECTORS AGGRESSION=13 WORKSIZE=64&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#00FFFF;&amp;quot;|6930x2|| 700 ||- || - ||400~|| 940 || 2560 || 2.4 || PCI-E 2.1 x16 || Guiminer || max stable @ 1100mV mem 300, Fan 80-90%, temp 70-75, -v -w64 -f10&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 272 || -||0.90 || - || 900 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1150 mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 291 || -|| || - || 920 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1200mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 295 || -|| || - || 930 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1275mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 295 || 1.844(?)|| || 160(?) || 810 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 300 || -|| || - || 940 || 1408 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || max stable @ 1300mV, AGGRESSION = 7, BFI_INT, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 314 || -|| || - || 800 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm 05-01-11 || -v -f30 -w128 default mem 1250 Stock Sapphire 6950 1gb&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 325 || 1.635(?)|| || 200(?) || 885 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 332 || 1.95~ || 1.2~ || 170~ || 840 || 1408 || 2.5.684.212 || PCI-E 2.1 x16 || guiminer/poclbm 2011-06-14 || -v -w 128 -f 0, WinXP x86, Cat11.6b, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 333 || 1.95~ || 1.2~ || 170~ || 840 || 1408 || 2.4.650.9 || PCI-E 2.1 x16 || guiminer/poclbm 2011-06-14 || -v -w 128 -f 0, WinXP x86, Cat11.6, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 338 || 1.84~ || - || 184~ || 860 || 1408 || 2.4 || PCI-E 2.1 x16 || Phoenix 1.50/poclbm kernel || Sapphire 2GB card w/ HW locked BIOS; Cat 11.6, Win7 x64; core @ 860MHz &amp;amp; 1087mV (OC + undervolt), mem @ 860MHz; cmd line args: VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128; power and MH/J calculated using Power = C*f*v^2 w/ assumption of 175 W at stock settings w/ 100% GPU util. (not measured)&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 340 || - || ||- || 895 || 1408 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -w 128, mem @ 500, 1200 mV, MSI 6950&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 340 || - || ||- || 800 || 1536 ||(?) || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -f30 -w128 default mem 1250,Sapphire 6950 1gb, unlocked shaders&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 343 || 2.14 || - || 160 || 840 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 06-27-11 || VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128 FASTLOOP=false, HIS H695FN2G2M 2GB, mem @ 720, Kill-a-Watt measured&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 344 || 2.02~ || 1.27~ || 170~ || 840 || 1408 || 2.5.684.212 || PCI-E 2.1 x16 || poclbm/20110709 || -v -w 128 -f 0, WinXP x86, Cat11.6b, desktop on IGP, Sapphire 1GB w/ HW locked BIOS, +40MHz GPU OC, 160W ACP + 5% OC = 170W new estimated ACP&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 344.4 || -|| || - || 800 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 349 || 1.745(?)|| || 200(?) || 800 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm 05-21-11 || -v -f30 -w128, xfx 6950 xxx 1gb, locked shaders, core 900, mem 650, 79° C&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 351 || 1.91~ || - || 184~ || 860 || 1408 || 2.4 || PCI-E 2.1 x16 || GUIminer/poclbm v2011-07-01 || Sapphire 2GB card w/ HW locked BIOS; Cat 11.6, Win7 x64; core @ 860MHz &amp;amp; 1087mV (OC + undervolt), mem @ 860MHz; cmd line args: -v -w 128 -f 0; (same system as the 338 MH/s result above using Phoenix)&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 352.8 || -|| || - || 820 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 360 || 1.8(?)|| || 200(?) || 970 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 360 || -|| || - || 870 || 1375 || - || PCI-E 2.1 x16 || guiminer/poclbm || flashed with 6970 BIOS, -v -f30 -w128&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 365 || -|| || - || 925 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm || stock bios, -v -f0 -w128, MSI twinfrozr III 2GB&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 366.4 || -|| || - || 850 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 381 || -|| || - || 850 || 1536 || - || PCI-E 2.1 x16 || cgminer/phatk || XFX 6950 2Gb reference @ shadermod on original Bios 6950 / 1100mV 850/1250, +10% powertune, I=5, Fan @ 54% ~3100RPM, temp 73C w128. Windows7x64, Catalyst 13.1 .&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 383 || -|| || - || 975 || 1408 || - || PCI-E 2.1 x16 || guiminer/poclbm || stock bios, -v -f0 -w128, voltage 1.274 @72c MSI twinfrozr III 2GB&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 388.4 || -|| || - || 900 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|- &lt;br /&gt;
|  6950 || 389.9 || -|| || - || 950 || 1408 || - || PCI-E 2.0 x16 || cgminer 2.3.2/Diablo || stock bios, -I 9, VRAM @ 820Mhz, fan @ 100%, voltage 1.250v, temp @ 68c, HIS ICE-Q X 2GB, OCed using MSI Afterburner, Windows 7 Professional 64-bit SP 1&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 400~ || -|| || - || 895 || 320 || 1536|| PCI-E 2.1 x16 || GUIMiner 24th Aug 2011  || Sapphire HD6950 Shader unlock mod 1408&amp;gt;1536 / +20% Power control, Fan @ 55%, Flags:-v -f2 -w64 -r5.Note this keeps temps under 80oC which is needed for this to be stable.Moderate fan noise.Power use is ~200W.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 403 || -|| || - || 939 || 685 || - || PCI-E 2.1 x16 || phoenix-1.50/phatk || ASUS EAH6950 ([http://www.techpowerup.com/vgabios/90661/Asus.HD6970.2048.101124.html (Ref. 6950 Flashed -&amp;gt; 6970)]) / +10% overdrive volt., Fan @ 90%, VECTORS BFI_INT WORKSIZE=128 AGGRESSION=13. Overclocked from 880 -&amp;gt; 939 with MSI Aferburner&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 408.8 || -|| || - || 925 || 1536 || - || PCI-E 2.0 x16 || cgminer 2.12 || GIGABYTE GV-R695D5-2GD-B @ shadermod on original Bios 6950, mem@625, V=1100mv Fan @ 60%. Windows 7x64, Catalyst 11.9&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 410.4 || -|| || - || 950 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 417 || 2.085(?)|| || 200(?) || 975 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 1250, fan @ 77%, temp 64C, -v -w128, gpu core @ 1145mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 418.8 || -|| || - || 940|| 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Gigabyte OC 1GB, shadermod, voltage locked 1.175, mem 450, -w128 -v -f0, ATI Tray Tool&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 425.3 || -|| || - || 950/850 || 1536 || - || PCI-E 2.1 x16 || phoenix-1.50/phatk2 (Ubuntu natty) || Asus 1GB DirectCU, shadermod on OEM BIOS, OEM 1.1v, AMDOverdriveCtrl for 950 core 850 mem, 20% overdrive, flags VECTORS2 BFI_INT FASTLOOP=false AGGRESSION=13 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 428 || 2.14(?)|| || 200(?) || 1000 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 1250, fan @ 80%, temp 64C, -v -w128, gpu core @ 1160mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 432 || 2.16(?)||1.44 || 200(?) || 1000 || 1536 || 2.4.595.0 || PCI-E 2.1 x16 || guiminer/poclbm || unlocked shaders, +20% overdrive, mem @ 520, fan @ 80%, temp 76C, -v -w128 -f 2, gpu core @ 1275mV&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 432.4 || -|| || - || 1000 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 440 || || || || 990 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/phatk || unlocked shaders, mem @ 1375, VGPU 1.21v, Watercooled (MCW60), temp 54C, VECTORS BFI_INT AGGRESSION=11 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|  6950 || 454.4 || -|| || - || 1050 || 1536 || - || PCI-E 2.1 x16 || guiminer/poclbm || Powercolor 6950 @ shadermod on original Bios 6950 / 1000mV 850/730, +20% powertune, Fan @ 60%, -v -w128 -f1.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFAFAF;&amp;quot;|  6950x2 CF || 720 || - || - || 400 ~|| 900 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || GUIMiner v2011-07-01 || MSI Afterburner - gpu @ 900 (870 stock), mem @ 900 (1250 stock), temp 69-71C(bottom vga) fan@94% / 77-81C(top vga) fan@99% - 31C enviornment, -v -f 1 -w 128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFAFAF;&amp;quot;|  6950x2 CF || 731 || - || - || 400~ || 900 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || GUIMiner v2011-07-01 || MSI Afterburner - gpu @ 900 (870 stock), mem @ 900 (1250 stock), temp 68C(bottom vga) fan@90% / 73C(top vga) fan@99% - 28C enviornment, -v -f 1 -w 128 BFI_INT AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6950x3 || 1081 || -|| || - || 860 || 1408 || 2.4(?) || PCI-E 2.1 x8 || guiminer/poclbm 07-01 || Sapphire 2GB stock bios, stock voltage, locked shaders: +20% overdrive, mem@650, fan@95%, temp 94C, -v -f0 -w128, 93c&lt;br /&gt;
|-&lt;br /&gt;
|  6950x4 || 1316 || 1.513|| || 870 || 840 || 1408 || 2.4.595.0 || PCI-E 2.1 x16 || m0mchil/poclbm 03-07-11 || locked shaders, default mem 1250, dual fan 75C typical&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 323 || 1.468||0.92 || 220 || 880 || 1536 || 2.3 || PCI-E 2.1 x16 || poclbm || -w 64, SDK 2.1 not supported on 69xx.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 365 || 2.28|| || 160 || 880 || 1536 || 2.5 || PCI-E 2.1 x16 || guiminer/phoenix || VECTORS AGGRESSION=9 WORKSIZE=128, fan @ 45%, 61C, 1.0 Vcore, 150 MHz mem, TX650w (84%), reference card&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 370 || -|| || - || 880 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 50%/temp 72C, stock card&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 372 || 1.691(?)|| || 220(?) || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix (svn trunk 05.14.2011) || clock 900/1375, VECTORS BFI_INT AGGRESSION=11 WORKSIZE=128, fan 45% (auto) / temp 90C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 380 || -|| || - || - || - || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128&amp;lt;br&amp;gt;export GPU_USE_SYNC_OBJECTS=1 # to reduce poclbm CPU from 100% to 2%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 385 || 1.964|| || 196 || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, memory downclocked to 684Mhz, fan @ 70%/temp 81C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 388 || -|| || - || 900 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 50%/temp 72C, stock voltage of 1.175v&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 403 || -|| || - || MAX || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || clock Max/50%+stock, -v -w128, fan= 100%/temp 72C (Note: Overclocked using CCC utility under Windows 7, Clock set to Max value w/ 50% increase to memory and 5% increase to voltage)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 406 || -|| || - || 950 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.50/phatk || GPU Overclocked to Max (950MHz) using aticonfig, Memory Underclocked using AMDOverdriveCtrl (850MHz). Temp ~ 82C. VECTORS BFI_INT FASTLOOP=false AGGRESSION=11 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 407 || -|| || - || 955 || 1536 || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128, fan 75%/temp 75C, voltage +10%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 414 || -|| || - || 960 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128, fan @ 53%/temp 73C, stock voltage of 1.175v, high air flow case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 420 || -|| || - || 975 || 1536 || 2.4 || PCI-E 2.1 x16 || guiminer/poclbm || -v -w128 -f0, clocks 975MHz/685MHz MSI Lightning&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 423 || -||1.20 || - || 995 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.48/poclbm || ATI Tray Tools, Clocks=995/331.25, WORKSIZE=128 BFI_INT AGGRESSION=11 VECTORS ,68C @ 65% Fan, HAF932 Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 431 || -|| - || - || 976 || 1536 || 2.4 || PCI-E 2.1 x16 || phoenix 1.7/phatk2 || MSI AFTERBURNER, Clocks[976/1000], -k parameters[VECTORS BFI_INT AGGRESSION=11], Temperatures{CARD}[86C@100% Fan]{ROOM}[27C/81F], &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970 || 433 || -|| - || - || 975 || 1536 || 2.6 || PCI-E 2.1 x16 || phoenix 1.6.2/phatk || MSI Afterburner 2.2Beta, -k phatk AGGRESSION=11 WORKSIZE=128 VECTORS, GPU 65C@100% Fan, Room 21C&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x2 || 710 || -|| || - || 900/880 || 1536 || 2.2 || PCI-E 2.1 x16 || poclbm || -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x2 || 828|| -|| || - || 940 || 1536 || 2.4 || PCI-E 2.1 x16 || poclbm || -v -w128, fans 74%/82%, temp 74C/82C, powertune +20% (via CCC), memory underclock 825MHz (via MSI Afterburner), with &#039;Maj&#039; fix&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#F0FF0F;&amp;quot;|  6970x3 || 1243|| -|| || 1000+ || 910 || 1536 || 2.5 || 2x16, 1x8 || phoenix 1.7.0 || fans 100%, temp 88C/84C/69C, GPU 920/ memory 795/ powertune 20%, ATI 11.11, -k phatk2 VECTORS BFI_INT FASTLOOP=false WORKSIZE=128 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 670 || 1.94||0.89 || 346 || 830 || 3072 || 2.4 || PCI-E 2.1 x16 || poclbm || Catalyst 11.4 [http://forum.bitcoin.org/index.php?topic=2949.msg106238#msg106238 source].&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 704 ||  ||  ||  || 830 || 3072 || 2.4 || PCI-E 2.1 x16 || Diablo Win7 64bits || Catalyst 11.4, Arguments: -v 2  -w 128 (by Swapper 2011-07-07)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 708 || 2.05|| || 346 || 830 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;default&amp;quot; position 2, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 744 ||  ||  ||  || 830 || 3072 || 2.5 || PCI-E 2.1 x16 || Diablo Win7 64bits || Catalyst 11.6b, Arguments: -v 2  -w 128 (by Swapper 2011-07-14)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 746 || 1.82|| || 410 || 880 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 758 || -|| || - || 880 || - || 2.4 || - || Phoenix with Poclbm || Catalyst 11.4, OC switch ON, VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 771 || 1.8804|| || 410 || 880 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || SDK 2.1 not supported on 69xx. Memory clock @ 1280Mhz.&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 772 || 1.8380|| || 420 || 900 || 3072 || 2.3 || PCI-E 2.1 x16 || Phoenix &amp;amp; Poclbm || OC switch ON + overclocked to 900 mhz, VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 790 || -|| || - || 900 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --odsc=900,1260&amp;quot; to further overclock the GPU to 900 MHz and mem to 1260 MHz, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 795 || -|| || - || - || - || 2.4 ||  || Diablo&#039;s miner || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; On Windows Vista, Clocks set at  955,1250. Power control at 20.&lt;br /&gt;
Diablo&#039;s args:  -w 128 -g 5  -v 2  -f 0&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 802 || -|| || - || 915 || 3072 || 2.3 || PCI-E 2.1 x16 || mrb&#039;s hdminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --odsc=915,1260&amp;quot; to further overclock the GPU to 915 MHz and mem to 1260 MHz, see [http://www.bitcoin.org/smf/index.php?topic=2949 source]&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 835 || -||1.11 || - || 890/860 || 3072 || 2.4 || PCI-E 2.1 x16 || phoenix || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with &amp;quot;aticonfig --adapter=1 --odsc=990,890 and aticonfig --adapter=0 --odsc=960,860&amp;quot; (GPU 0 runs hot). Currently, aticonfig can only underclock RAM to 100mhz below core speed. Command line: phoenix.py -k poclbm VECTORS AGGRESSION=13 WORKSIZE=128 BFI_INT&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 852 || -|| || - || 955|| 3072 || 2.5 || PCI-E 2.1 x16 || cgminer 2.1.2 || Memory: 830 Mhz, -v 2 -w 128 -I 9, Watercooled, stock voltage. (2012-02 by Swapper)&lt;br /&gt;
|-&lt;br /&gt;
|  6990 || 865 || -||1.11 || - || 890/860 || 3072 || 2.4 || PCI-E 2.1 x16 || cgminer || BIOS switch at &amp;quot;overclocked&amp;quot; position 1; with core 0 at 990/890 engine/mem, core 1 at 960/860 (runs hot).  Watercooled at 65-68C.&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1436 || 1.848|| || 777 || 880 || 6144 || 2.4 || PCI-E 2.0 x16 x2 || guiminer 2011.05.11 || AUSUM switch set to 1 on both cards; Core left at 880MHz, memory left at 1250MHz; VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1640 || 1.416|| || 1200 || 1010 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || phoenix 1.7.0 || GPU 910MHz, Memory 785MHz, Powertune 20%; VECTORS AGGRESSION=12 BFI_INT WORKSIZE=128 FASTLOOP=false&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1700 || 1.416|| || 1200 || 1010 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || guiminer 2011.06.14 || GPU 1010MHz, Memory 900MHz; -k phatk2 VECTORS BFI_INT FASTLOOP=false WORKSIZE=128 AGGRESSION=13&lt;br /&gt;
|-&lt;br /&gt;
|  6990x2 || 1740 || 2.11 || || 825 || 940 || 3072 || 2.1 || PCI-E 2.0 x16 x16 || cgminer 2.0.8 || GPU0+3 930MHz core/805MHz memory, GPU1+2 940MHz core/815MHz memory; BIOS switch factory setting; Cooled with 7C air from outside; -g4 -I9 -k phatk&lt;br /&gt;
|-&lt;br /&gt;
|  6990x3 || 2094 || -|| || - || 900 || - || 2.4 || PCI-E 2.0 x16 x8 x4 || poclbm || GPU 900MHz, Memory 1250MHz; poclbm.py -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 104.15 ||  ||  ||  || 800 ||   || - || PCI-E 2.0 x16 || phoenix || worksize=128 VECTORS FASTLOOP AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 117.15 ||  ||  ||  || 900 ||   || - || PCI-E 2.0 x16 || phoenix || worksize=128 VECTORS FASTLOOP AGGRESSION=10 WORKSIZE=128&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 125.5 || - || - || - || 830 || 512 || 2.6 (10.0.898.1) || PCI-E 2.0 x8 || DiabloMiner || GPU: 830MHz, Memory: 1125MHz; -v 1 -w 256 [https://bitcointalk.org/index.php?topic=64241.msg816946#msg816946 source]&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 134 || 2.66 || 1.21 || 50 || 880 || 512 || 2.6 (?) || PCI-E 2.0 x16 || cgminer 3.1.0 (Gentoo Linux AMD64) || factory-overclocked to 880 MHz; power draw measured with a Kill-a-Watt, intensity=13, vectors=1, worksize=128, kernel=diablo&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 136.1 || - || - || - || 900 || 512 || 2.6 (10.0.898.1) || PCI-E 2.0 x8 || DiabloMiner || GPU: 900MHz (CCC locked @ 900), Memory: 800MHz; -v 1 -w 256 [https://bitcointalk.org/index.php?topic=64241.msg816946#msg816946 source]&lt;br /&gt;
|-&lt;br /&gt;
|  7750 || 140 || - || - || - || 950 || 512 || - || PCI-E 3.0 x16 || bfgminer 3.0.0 || Memory: 900MHz; -I 5 -g 2 -k diablo&lt;br /&gt;
|-&lt;br /&gt;
|  7770 || 182 || - || - || 83 || 1020 || 640 || 2.6 || PCI-E 2.0 x16 || poclbm || Ubuntu 10.04 LTS amd64, GPU: 1020MHz&lt;br /&gt;
|-&lt;br /&gt;
|  7770 || 213 || - || - || - || 1150 || 640 || - || PCI-E 2.0 x16 || poclbm || Win7 32bit, Core2Duo, poclbm guiminer&lt;br /&gt;
|-&lt;br /&gt;
|  7790 || 313 || - || - || - || 1200 || 896|| - || PCI-E 2.0 x16 || poclbm ||  Saphire Radeon HD 7790 OC (2 fans &amp;amp; heatpipes) GPU 20% OC @ 1200mhz / TEMP 57C / FAN 36%,  Win8 64bit, cgminer, &amp;quot;intensity&amp;quot; : &amp;quot;10&amp;quot;, &amp;quot;vectors&amp;quot; : &amp;quot;1&amp;quot;, &amp;quot;worksize&amp;quot; : &amp;quot;256&amp;quot;, &amp;quot;kernel&amp;quot; : &amp;quot;poclbm&amp;quot;, &amp;quot;thread-concurrency&amp;quot; : &amp;quot;8192&amp;quot;,&lt;br /&gt;
|-&lt;br /&gt;
|  7790 || 325 || - || - || - || 1300 || 896 || - || PCI-E 2.0 x16 || poclbm ||  MSI Radeon HD 7790 GPU @ 1300mhz/ MEM @ 750mhz/ FAN @ 83 / TEMP 67C Win7 64bit, athlon x2, poclbm guiminer , -v -w 128 -f 1&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 287 || 1,91 || 1,1 || 150 || 950 || 1024 || 2.6 || PCI-E 2.0 x16 || cgminer || GPU:950 MEM:800, Linux 64bit, Intensive 14, GPU temp = 60°C, Room temp = 25°C, Fan = 60%&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 329 || - || - || 150 || 1100 || 1024 || 2.6 || PCI-E 2.0 x16 || cgminer 2.6.4 || Linux 64bit GTK+3, GPU temp = 60°C, Room temp = 25°C, Fan = 60%, -v 1 -k poclbm -I 6 --gpu-engine 1100 --gpu-memclock 950&lt;br /&gt;
|-&lt;br /&gt;
|  7850 || 363 || - || - || - || 1241 || 1024 || 2.6 || PCI-E 2.0 x16 || Guiminer || GPU:1241 MEM:4840 &lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 405 || - || - || - || 1100 || 1280 || 2.6 || PCI-E 2.0 x16 || Guiminer || Sapphire 7870 OC , GPU: 1100MHz, Mem: 950 Mhz, GPU temp: 65°C, Fan 36% (1377 RPM).&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 406 || - || - || - || 1100 || 1280 || 2.6 || PCI-E 2.0 x16 || cgminer || Gigabyte GV-R787OC-2GD, GPU: 1200MHz, [cgminer -I 7]&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 422 || - || - || - || 1165 || 1280 || 2.6 || PCI-E 2.0 x16 || cgminer || Sapphire 7870 1ghz edition, GPU: 1165MHz, [cgminer.exe -d 0 -l 1 -T -I 8]&lt;br /&gt;
|-&lt;br /&gt;
|  7870 || 460 || - || - || - || 1250 || 1280 || 2.7? || PCI-E 2.0 x16 || Guiminer || MSI R7870 TFIII/oc, Catalyst 12.11 beta4, 455-460 mhash/s @1250 core, 750 mem, 0% Power limit, 1.218v, Zalman VF3000N = 42C, VRMS = 57C, ambient approx. 17-19C, -v -w128 -f10&lt;br /&gt;
|-&lt;br /&gt;
| 7870 XT || 485 || 3.09 || 1.8726 || 157 || 1200 || 1280 || 2.8 || PCI-E 3.0 x16 2.0 || cgminer ||7870XT clock/mem - 1200/1600&lt;br /&gt;
|-&lt;br /&gt;
| 7870xt || 520 || - || - || - || 1200 || 1536 || 2.7? lol || PCI-E 2.0 x4 || Guiminer || Sapphire HD7870xt, Catalyst 12.11 beta 4, 515-520 mhash/s @1200/core 750/mem, 0%PL, 1.17v/stock, Zalman vf3000a @60-62C even though its sandwiched between a 7870 and 5850. xD&lt;br /&gt;
|-  &lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 510 || - || - || - || 985 || 1792 || 2.6 || PCI-E 3.0 x16 || Diablo || Windows 8 x64, Asus P8Z77 WS, i7 3rd Gen, Card is XFX brand, Clock 985Mhz, Mem 1100Mhz, -v 1 -w 256&lt;br /&gt;
|-  &lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 512 || - || - || - || 1000 || 1792 || 2.6 || PCI-E 3.0 x8 || poclbm || GPU: 1000MHz, Memory: 850MHz&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 550 || - || - || - || 1060 || 1792 || 2.8 || PCI-E 3.0 x16 || Diablo || Core 1060, Mem 800, -v 1 -w 256 Intesity 7&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#00FFFF;&amp;quot;| 7950 || 605 || - || - || - || 1150 || 1792 || 2.6 (10.0.898.1) || PCI-E 3.0 x16 || DiabloMiner || GPU: 1150MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 555 || - || - || - || 925 || 2048 || 2.6 (10.0.898.1) || PCI-E 2.0 x16 || DiabloMiner || GPU: 925MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 640 || -|| || - || 1070 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1070 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 57%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 650 || -|| || - || 1100 || 2048 || 2.4 || PCI-E 2.0 x16 x8 x4 || Diablo|| GPU 1100MHz, Memory 600MHz;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 650 || -|| || - || 1100 || 2048 || 2.6 || PCI-E 2.0 x1 || cgminer 2.4.1 || Win7 х86, Catalyst 12.3, GPU 1100 MHz, Memory 950 MHz, GPU temp = 68°C, Room temp = 25°C, Fan = 58%, -k poclbm -v 1 -w 128&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 674 || -|| || - || 1130 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1130 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 57%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 685 || -|| || - || 1150 core/1000 mem || 2048 || 2.6 || PCI-E 3.0 x16 || cgminer 2.6.5 || MSI R7970 Lightning Win7 х64, Catalyst 12.8, GPU 1150 MHz, Memory 1000 MHz, GPU temp = 72°C, Room temp = 28°C, Fan = 58%, cgminer -k diablo -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 685 || -|| || - || 1177 || 2048 || 2.6 || PCI-E 2.0 x16 || cgminer 2.3.1 || Win7, Catalyst 12.3, driver: 2.95, E: 1177, M:685, -k diakgcn -v 2 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 690 || - || - || - || 1150 || 2048 || 2.6 (10.0.898.1) || PCI-E 2.0 x16 || DiabloMiner || GPU: 1150MHz, Memory: 1375MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 695 || - || - || - || 1160(core)/1050(mem) || 2048 || 2.6 || PCI-E 2.0 x16 || DiabloMiner (options: -v 1 -w 256) || Asus HD7970-DC2T-3GD5 @ 1.17V; Linux Ubuntu 11.10 64 bit; AMD SDK 2.6; Catalyst 12.3 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 710 || -|| || - || 1200 || 2048 || 2.4 || PCI-E 2.0 x16 || DiabloMiner|| GPU 1200MHz, Memory 600MHz; -v 1 -w 256&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;| 7970 || 714~ || -|| || - || 1210 || 2048 || 2.7 || PCI-E 1.1 x16 || cgminer 2.7.4 || MSI HD7970 R7970-2PMD3GD5/OC, core clock - 1210Mhz, memory clock - 685, core voltage (1.149V - MSI Afterburner, ~1.043V - GPU-Z), memory voltage 1.5V, temperature - 75C at mid-day and 65C w/ AC on at 20C, Catalyst 12.8, Windows 8 Release Preview 32-bit, kernel - poclbm, vector - 1, worksize - 64, intensity - 14, fan - 100% &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FF0000;&amp;quot;|  7970 || 825 || -|| || 214 || 1290 || 2048 || 2.4 || PCI-E 2.0 x16 || Bitminter|| Bitminter beta 1.1.1; GPU 1290MHz, Memory &lt;br /&gt;
1375MHz (Trixx = 600); work size 256, &amp;quot;BFI_INT,&amp;quot; Device-accessible CPU memory; full watercooled block; power stats from GPU-Z; Driver 11.12&lt;br /&gt;
|-&lt;br /&gt;
|  7970x3 || 1950 || 2.6 || 1.72 || 750 || 1100 || 2048x3 || - || PCI-E 2.0 x16 || cgminer 2.7.5 || Win8, Catalyst 12.8, driver: 8.982.0.0, E: 1100, M:750, kernel: poclbm, worksize: 256, intensity: 9, gpu-threads: 4, refitted Diamond 7970 HSF with new VRM pads to lower VRM temps ~15C.  Undervolted each card until crash under load, then raised about 0.015v for stability.  Settings using afterburner 2.2.1 with OC unlocked.  Visiontek 7970: $370, Sapphire 7970: $360, Diamond 7970: $400&lt;br /&gt;
|-&lt;br /&gt;
|  7970x3 || 2050 || 2.41 || 1.22 || 850 || 1150 || 6144 || 2.6 || PCI-E 2.0 x16 || cgminer 2.3.1 || Win7, Catalyst 12.3, driver: 2.95, E: 1150, M:685, -k diakgcn -v 2 -w 256, 850W power consumption measured at the wall&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V3800 || 69.0 || -|| || - ||  ||  ||  || PCI-E 2.0 x16 || BitMinter Client || &lt;br /&gt;
|-&lt;br /&gt;
| FirePro V4800 || 79.7 || -|| || - || 775 || 400 || 2.4 || PCI-E 2.1 x16 || GUIMiner v2011-05-01 || &lt;br /&gt;
|-&lt;br /&gt;
| FirePro V8700 || 84.8 || -|| || - || 750 || 800 || - || - || poclbm-mod.03.24.2011 || &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5800 || 61.4 || -|| || - || 650 || - || - || - || poclbm-mod.03.24.2011 || Ubuntu&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5800 || 69.3 || -|| || - || 650 || 400 || 2.1 || - || GUIMiner v2011-04-26  || -v -w128, Windows 7 32bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M5950 || 96.7 || -|| || - || 725 || 900 || 2.5 || PCI-E 2.0 x16 || poclbm || -v -w128 (Windows 7 64 bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 119 || -|| || - || 690 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || Windows 7 32bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 144 || -|| || - || 690 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || -v -w128 (Windows 7 32bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V5800 || 161 || -|| || - || 780 || 800 || - || PCI-E 2.0 x16 || GUIMiner v2011-05-01 || -v -w128 (Windows 7 32bit)&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V7750 || 35.7 || -|| || - || - || 320 || 2.4 || PCI-E 2.0 x16 || GUIMiner v2011-05-21 || Windows 7 64bit&lt;br /&gt;
|-&lt;br /&gt;
| FirePro V7800 || 254.85 || -|| || - || - || 1440 || 2.4 || PCI-E 2.0 x16 || Phoenix 1.48 with poclbm || Debian Squeeze&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M7740  (M97 GL) [DELL] || 63.0 ||  -|| || - || 650 || - || 2.1 || PCIe v2.0 x16 || GUIMiner v2011-06-14 || Windows 7 64bit / only SDK2.1 works&lt;br /&gt;
|-&lt;br /&gt;
| FirePro M7820 || 150.0 || -|| || - || 700 || 800 || 2.1 || PCI-E 2.1 x16 || GUIMiner v2011-06-09 / poclbm || Memory downclocked to 500 from 1000MHz, 169MH/s@800MHz, 181MH/s@860Mhz (max.), only SDK2.1 works, Windows 7 x86&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;amazon_20110625&#039;&amp;gt;$ Prices from http://www.amazon.com on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Nvidia===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/J !! Watts !! Clock !! SP !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| ION || 1.8 || 0.067 || 27 ||  || 16 || poclbm;  power consumption incl. CPU&lt;br /&gt;
|-&lt;br /&gt;
| 8200 mGPU || 1.2 || || || 1200 || 16 || 128 MB shared memory, &amp;quot;poclbm -w 128 -f 0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 8400 GS || 2.3 || || ||  ||  || &amp;quot;poclbm -w 128&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 8400 GS || 1.6 || 0.013 || 128 || 1238 ||  || DiabloMiner -w 128 -f 1 [https://en.bitcoin.it/wiki/User:Knightmb source]&lt;br /&gt;
|-&lt;br /&gt;
| 8400M GS || 2.0 || || ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 8500GT || 2.4 || || || 918 || 16 || poclbm under GUIMiner&lt;br /&gt;
|-&lt;br /&gt;
| 8600M GT || 4.93 ||  ||  ||  || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 8600M GT || 3.8 ||  ||  ||  || || Macbook Pro running Diablo&lt;br /&gt;
|-&lt;br /&gt;
| 8600GT || 5.66 ||  ||  || 1188 ||  32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 8600GT OC || 7.3 ||  ||  || 1602 || 32 || [http://www.bitcoin.org/smf/index.php?topic=1334.0 poclbm] -w 128 [http://www.bitcoin.org/smf/index.php?topic=4967.msg72833#msg72833 source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 25   || 0.24 || 105 || 1300 ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 24.5 || 0.23 || 105 || 1300 ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 31.1   || 0.296 || 105 || 1855 ||  || Overclocked 715 GPU / 1030 Memory / 1855 Shader; GuiMiner v2011-05-21&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 31.8   || 0.303 || 105 || 1836 || 112 || 713 gpu, 1026 memory. win7x86, phoenix 1.48, -k poclbm WORKSIZE=64 AGGRESSION=5&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 34.0   ||       || 105 || 1998 ||     || gpu 756M, mem 1123M, shader 1998M, temp 65C. winXP, phoenix 1.50, -k poclbm WORKSIZE=64 AGGRESSION=6 -- same settings get 32.7 MH/s with aggression 2&lt;br /&gt;
|-&lt;br /&gt;
| 8800GTS || 16.8 || 0.109 || 154 ||  ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg25069#msg25069 source] [http://www.techspot.com/review/79-geforce-8800-gts-512/page11.html source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTS || 18.7 || 0.124 || 150 || 1200 ||  || poclbm -w 64 no vectors&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTS || 33.5 || || 150 || OC ||  || CUDA mining via GUIminer. Win7 64bit. poclbm -v -w128 -f0. OC&#039;d Core@799MHz, Mem@1080MHz, Shader@1905MHz.  Fan 70%, GPU temp @ 66C in comfortable room temp.&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTX || 27.5 || || || 1404 || || phoenix 1.48, poclbm, no vectors, 83C with 50C ambient  &lt;br /&gt;
|-&lt;br /&gt;
| 8800m GTX || 16.3 || || || || || rpcminer-cuda Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| 9300GE || 1.57 ||  ||  || 1300 ||  8 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9300GS || 1.69 ||  ||  || 1400 ||  8 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9300/nForce 730i || 2.15 ||  ||  || 1200 ||  16 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9400GT || 3.37 || 0.067 || 50 || 1400 || 16 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9400M (MacBook) || 1.90 || 0.32 || 6 || 700 ||  || poclbm -f 8 no vectors&lt;br /&gt;
|-&lt;br /&gt;
| 9500M GS || 3.2 ||  ||  || 950 || 32 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 6.75 || 0.135 || 50 || 1400 || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 7.30 || 0.135 || 50 || 1400 || 32|| rpcminer-cuda, Overclocked 730 GPU/ 500 Memory / fan 100% 70C solid&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 7.10 || 0.135 || 50 || 1767 || 32 || rpcminer-cuda, Overclocked 707 GPU / 500 Memory / fan 100% 73C steady&lt;br /&gt;
|-&lt;br /&gt;
| 9600GSO || 19.88 || 0.237 || 84 || 1375 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GSO512 || 11.75 || 0.131 || 90 || 1625 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT || 15.66 || 0.165 || 95 || 1625 || 64 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT Zotac || 15 ||  ||  || 1650 || 64 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT OC || 18.8 || &amp;lt;0.198 || &amp;gt;95 || 1981 || 64 || [http://www.bitcoin.org/smf/index.php?topic=1334.0 poclbm] -w 128 -f 10 [http://www.bitcoin.org/smf/index.php?topic=4967.msg74610#msg74610 source] [http://www.bitcoin.org/smf/index.php?topic=4967.msg73353#msg73353 source]&lt;br /&gt;
|-&lt;br /&gt;
| 9600M GS || 4.0 ||  ||  || 1075 || 32 ||  rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT || 30.36 || 0.289 || 105 || 1800 || 112 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT EE || 19.7 || 0.263 || 75 || 1375 || 112 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT OC || 29.5 || 0.283 || 105 || 1836 || 112 || poclbm.py, no options. Memory underclocked to 850Mhz, GPU overclocked to 733Mhz&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX || 32.54 || 0.232 || 140 || 1688 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 32.6 || 0.232 || 140 || 1688 || 128 || win7x64 275.33 Overclocked to 756/1890/1102 using a CUDA-specific miner (instead of phoenix, yay for ZERO stales!)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 35.39 || 0.251 || 141 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 36 ||  ||  ||  ||  || factory OC ubuntu polclbm.py -w 128 -f 10 -a 10 (DO NOT USE -v)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 37.23 || 0.266 || 140 || 1890 || 128 || win7x64 275.27 phoenix(1.48) -k poclbm AGGRESSION=3 WORKSIZE=64 (may cause 75%+ stale count, in which case use a CUDA-specific miner instead)&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 40.20 || 0.287 || 140 || 835 || 128 || lowered memory clock higher core, unstable if going higher&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#FFEFEF&amp;quot;| 9800GX2 || 57.83 || 0.294 || 197 ||  || 2x128 ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#FFEFEF&amp;quot;| 9800GX2 || 28 || 0.142 || 197 ||  || 2x128 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37620#msg37620 source]&lt;br /&gt;
|-&lt;br /&gt;
| G210 || 3.38 || 0.111 || 30.5 || 1402 || 16 ||&lt;br /&gt;
|-&lt;br /&gt;
| G210 || 3.79 || 0.124 || 30.5 || 1402 || 16 || poclbm -f 1&lt;br /&gt;
|-&lt;br /&gt;
| GT220 || 10.8 || 0.084 || 128 || 1360 || || DiabloMiner -w 128 -f 1000 [https://en.bitcoin.it/wiki/User:Knightmb source]&lt;br /&gt;
|-&lt;br /&gt;
| GT230 || 15.5 || 0.161 || 96 || 650 || 64 || (9600GT rebranded one from in a medion pc)&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 19.37 || 0.281 || 69 || 1340 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 21.24 ||  ||  ||  || 96 || [http://www.bitcoin.org/smf/index.php?topic=4291.0 poclbm-mod] -f 0 -v [http://www.bitcoin.org/smf/index.php?topic=4967.msg73383#msg73383 source]&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 28.1 ||  ||  ||  || 96 || poclbm -f0 -v (Gainward GT240 1024DDR5 OC core@670/stockmem@1700/shader@1700 - stable; max.temp=73)&lt;br /&gt;
|-&lt;br /&gt;
| GT240M || 9.8 || 0.426 || 23 || 550 || 48 || poclbm -f 0 -w 256 &lt;br /&gt;
|-&lt;br /&gt;
| GT240 OC || 25.6 || 0.365 || 70 || 1765 || 96 || poclbm&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 || 35.39 || 0.244 || 145 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 || 35.2 || 0.243 || 145 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 OC || 37 || 0.255 || 145 || 2047 || 128 || 37.2 with the following OC: Core: 775MHz, Shader: 1900MHz, Memory: 1200MHz&lt;br /&gt;
|-&lt;br /&gt;
| GTX260M || 22.5 ||  || || 500 || 112 || poclbm 4/28/2011 Asus G71GX runs ~90c without cooling pad &lt;br /&gt;
|-&lt;br /&gt;
| GTX260 || 35.91 || 0.178 || 202 || 1242 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260 || 44 || 0.242 || 182 || 1242 || 216 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 40.40 || 0.236 || 171 || 1242 || 216 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 47.4 || 0.260 || 182 || 1348 || 216 || poclbm -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 50.00 ||      ||    || 1050 || 216 || m0mchil GPU client, Windows 7 64-bit, x6 @ 3.5ghz&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 52.0 || || || 1461 || 216 || &amp;quot;poclbm -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 58.9 || || || 756/400 || 216 || Core overclocked, Memory underclocked, Ubuntu 11.04 Classic Session(No Effects) &amp;quot;poclbm -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 60.1 || || || 1706 || 216 || Core: 364 MHz, Shaders: 1706 MHz, Memory: 594 MHz, VDDC: 1.1800V. &amp;quot;poclbm-mod -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX275 || 50.75 || 0.232 || 219 || 1404 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX275 || 58 || || || 729/1458 || 240 || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GTX280 || 46.84 || 0.198 || 236 || 1296 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX280 || 64.34 || 0.289 || 245 || 1296 || 240 || phoenix.exe -k poclbm AGGRESSION=6 WORKSIZE=128 (61*C with Accelero XTREME GTX280)&lt;br /&gt;
|-&lt;br /&gt;
| GTX285 || 64.8 || || || 1607 || 240 || GuiMiner - Not sure about wattage yet. Still testing. Card runs around 74 C&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| GTX285 || 53.35 || 0.262 || 204 || 1476 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 89.78 || 0.311 || 289 || 1242 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 120.70 || 0.418 || 289 || 1242 || 480 || GUIMiner no oc.&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 117.30 || 0.406 || 289 || 1476 || 490 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT 320M (MacBook Air) || 6.12 ||  ||  || 1212 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| 320M (Mac mini 2010) || 7.0 || 0.35 || 20 || 450 || 32 || poclbm no extra options, windows 7 x64&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 7.5 ||  ||  || 990 || 48 || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 10.5 ||  ||  || 325/650(mem)/1300(shaders) || || rpcminer-cuda, 71 degrees&lt;br /&gt;
|-&lt;br /&gt;
| GT 325M || 7.99 ||  ||  ||  ||  || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GT330 || 21.65 ||  ||  ||  ||  || poclbm -f 0 -w 256&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M || 7.97 ||  ||  || ||48|| Model: MacBookPro6,2 VRAM: 512MB Software: [http://forum.bitcoin.org/index.php?topic=8994.0 DiabloMiner GUI] v2011-05-22 / Mac OS X 10.6.7&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M || 10.8 ||  ||  ||650MHZ core||48|| Model: MacBookPro6,2 VRAM: 512MB Software: GUIMiner running in Bootcamp v2011-08-24 / Mac OS X 10.6.8.The GPU was OC&#039;d to 650MHZ core clock,mem clock was the lowest it would go in MSI Afterburner.The Bootcamp OS was Windows 7 x64.MBP Mid 2010.&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M (Sony Vaio Z) || 7.8 || 0.71 ( 0.3 total) || 11 (26w total) || 1045 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M (Samsung R480) || 9.1 || || || 575(GPU)/1265(shader) || ||VRAM 1024MB. pocblm -vectors --verbose. Windows 7 Ultimate x86&lt;br /&gt;
|-&lt;br /&gt;
| GTS 350M (Toshiba A665-3DV) || 17.0 || 1.214 || 14 || 1080 ||  || DiabloMiner-Windows.exe&lt;br /&gt;
|-&lt;br /&gt;
| GTS 350M (Toshiba A665-3DV5) || 20.8 ||  ||  || 1350 ||  || DiabloMiner-Windows.exe, OC&#039;d 550/850/1350 73C stable&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M || 25.0 || || || || || [toshiba qosmio laptop, ~150-165*F stock fans]&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M (ASUS G60jx) || 20.0 || || || || || everythins is stock, it cannot sustain. it reaches 90 degrees and freezes.&lt;br /&gt;
|-&lt;br /&gt;
| GTS 360M (ASUS G60jx) || 27.2 || || || Shader @ 1720, Memory @ 900 || || stock hardware (clean exhaust fan), Afterburner, 72 deg C Stable &lt;br /&gt;
|-&lt;br /&gt;
| GT430 || 20.24 || 0.413 || 49 || 1400 || 96 ||&lt;br /&gt;
|- &lt;br /&gt;
| GT440 || 20.4 || || || 1645 || 96 || rpcminer-cuda -aggression=8; winxp x64 driver 275.33&lt;br /&gt;
|-&lt;br /&gt;
| GT530 || 17.9 || 0.358 || 50 || 1400 || || BitMinter v1.1.2&lt;br /&gt;
|-&lt;br /&gt;
| GT520M || 8.9 || || || || ||  rpcminer-cuda, got up 2 10.2MH/s OC&#039;ed&lt;br /&gt;
|-&lt;br /&gt;
| GT525M || 14.6 || || || || || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT540M || 16.0 || || || || || rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GT550M || 17.08 || || || || || rpcminer-cuda -aggression=8&lt;br /&gt;
|-&lt;br /&gt;
| GT610M (ASUS K45V) || 9.371 || || || 738 MHz || || 2GB RAM.&lt;br /&gt;
|-&lt;br /&gt;
| GT650M (rMBP) || 17.8 || || || 900 || 16 || cgminer 2.5.0 on OSX 10.7.4&lt;br /&gt;
|-&lt;br /&gt;
| GT650M OC || 27.4 || || || || || GUIMiner  &lt;br /&gt;
|-&lt;br /&gt;
| GTS450 || 45.28 || 0.427 || 106 || 1566 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS450 (Sparkle One) || 40.0 || || || || || poclbcm git Oct 2012&lt;br /&gt;
|-  &lt;br /&gt;
| GTS450 || 45.28 || 0.427 || 106 || 1566 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460SE || 56.39 || 0.376 || 150 || 1300 || 288 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 || 66.32 ||  ||  || 814 || 336 || rpcminer-cuda 20110605, Graphics Clock @ 814MHz, Memory @ 1555MHz&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 || 68.31 || 0.427 || 160 || 1350 || 336 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 768MB || 57.8 ||  || ? || 1350 || 336 || rpcminer-cuda -gputhreads=320 -gpugrid=336&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 768MB (MSI Cyclone 768D5/OC) || 75.1 ||  || ? || 930 || 336 || rpcminer-cuda on Win7 x64 with ForceWare 275.33. [http://event.msi.com/vga/afterburner/download.htm MSI Afterburner] set to core: 930MHz, shader: 1850MHz, core voltage: 1.087V, memory: 1600MHz. Runs at 58°C with fan at 75% (ambient 25°C).  &lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB DirectCU || 72.3 || ? || ? || 1672 || 336 || rpcminer-cuda -gputhreads=320 -gpugrid=336&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB DirectCU || 89.5 || ? || ? || 1000 || 336 || guiminer GPU:1000mhz MEM:900&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB ( evga FPB ) || 71.4 || -- || -- || 870/1744/1800 || 336 || guiminer-cuda v2012-02-19 FW290.53 Win7x64&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB ( evga ) || 83.1 || 0.519 || 160 || 925/1850/900@0.960v || 336 || guiminer (phoenix1.75) -k poclbm AGGRESSION=8 FASTLOOP BFI_INT -v WORKSIZE=256 ForceWare 301.42 Win7x64 Runs at 70°C with fan at 100%&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 (2 cards) || 102 || 0.319? || 320? || 1350 ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26363#msg26363 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 (2 cards) OC || 127 || 0.374 || 340 || 1620 || 2x 336 || [http://www.bitcoin.org/smf/index.php?topic=2444.0 rpcminer-cuda] -gpugrid=128 -gputhreads=128 ver.20110227&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 1GB OC (2x MsiHawksSLI) || 158 || 0.658 || 240w(used kill a watt) || core/shader/ram@vcore 930/1860/1150@1.087v (only vcore raised) || 2x 336 || rpcminer-cuda ver.20110227 -gpugrid=320 -gputhreads=320 -aggression=7 Watercooled stable @ 110°F/43° !!!USE ASUS GPU Tweak with GPU-Z (afterburner v2.2.3 wont OC with NVIDIA driver 306.97) I would need gpu bios mod to get more oc/volt. Setting faster ram did increase Mhash/s versus setting ram=core clock.&lt;br /&gt;
|-&lt;br /&gt;
| GTX465 || 64.41 || 0.322 || 200 || 1215 || 352 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 81.98 || 0.381 || 215 || 1215 || 448 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 94.7 || || || 1414 || ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 103.7 || || || 1520 || || memory @ 418MHz, stable @ 72 deg fan @ 90%, puddinpop rpcminer-cuda -gpugrid=96 -gputhread=128 AGGRESSION=14 GIGABYTE brand card BIOS 70.00.21.00.03 &lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 111.9 || 0.520 || 215 || 1650 || 448 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 115 || || || 1616 || || phoenix 1.46 poclbm VECTORS BFI_INT FASTLOOP AGGRESSION=6&lt;br /&gt;
|-&lt;br /&gt;
| GTX470x2 || 121 ea. (130 burst ea.) || || || 1700 ||448|| PuddinPop rpcminer-cuda -gpugrid=96 -gputhreads=128 AGGRESSION=14 (memory 856 Max Temp. 71 deg. F on Water 1.085v+, Stable on Beast 2.0&amp;gt;3 days, no i7 CPU OC, driver 280.26, bios 70.00.21.00.03)&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 || 101.28 || 0.405 || 250 || 1401 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 || 140.43 ||  ||  || 1700 || 480 || rpcminer-cuda -gpugrid=512 -gputhreads=480&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 AMP!Zotac|| 140.1 ||  ||  || 1700|| 480 || rpcminer-cuda -gpugrid=480 -gputhreads=480 (vCore-1050,Core Clock-851, Shader Clock-1702, Memory Clock-2033, t-79°c, Water 43°c, stable temperature and work)&lt;br /&gt;
|-&lt;br /&gt;
| GTX550 Ti || 45.0 || ? || ? || ? || ? || EVGA 1GB, WinXP rpcminer, no overclock&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 67.7 || 0.39  || 170 || 1700 || 384 || standard EVGA 560, no overclock&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 74 || 0.41  || 170 || 822 || 384 || MSI 560Ti HAWK; core 822 Mhz clock (no overclock); rpcminer-cuda.exe -aggression=4 -gpugrid=64 -gputhreads=384; temp - 71°C; Win 7 x64&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 74.8 || 0.41  || 180 || 1700 || 384 || gigabyte 900Mhz clock; -w 512 -v&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 81 || 0.45  || 180 || 835 || 384 || Gainward GTX560TI Phantom, default clock, rpcminer-cuda&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 85.1 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 295.41, Intensity: 14&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 100 || 0.5 || 200 || 1000 || 384 || GFX - MSI 560Ti HAWK; rpcminer-cuda.exe -aggression=8 -gpugrid=64 -gputhreads=384; GPU temp - 68°C; OS - Windows 8 x64 .&lt;br /&gt;
|-&lt;br /&gt;
| GTX 560M || 39.3 || 0.38 || 75 W || 775|| 192 || [http://www.examiner.com/computers-in-denver/toshiba-qosmio-x775-q7380-review-review source1] [http://www.notebookcheck.net/NVIDIA-GeForce-GTX-560M.48313.0.html source2] Note: Uses the 295.51 Beta Drivers&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 OC || 86.7 || &amp;lt;0.51 || &amp;gt;170 || 1800 || 384 || [http://www.bitcoin.org/smf/index.php?topic=2444.0 rpcminer-cuda] [http://www.bitcoin.org/smf/index.php?topic=4967.msg72816#msg72816 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 105.83 || 0.483 || 219 || 1464 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 140 || 0.639 || 219 || 750 || 480 || rpcminer-cuda.exe -aggression=10 -gpugrid=480 -gputhreads=960; display driver stops working with aggression=11 under win7 x64 driver 270.61&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 157 || 0.717 || 219 || 850 || 480 || rpcminer-cuda.exe -aggression=11 -gpugrid=120 -gputhreads=960&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 165 || ||  || 925 || 480 || rpcminer-cuda.exe -gpugrid=120 -gputhreads=960; vcore 1.1v; Win7 x64 304.79 Beta; -aggression=11 adds strong lag with minimal increase in hashrate.&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 160 || ||  || 925 || 480 || rpcminer-cuda.exe -gpugrid=104 -gputhreads=832; No desktop lag, very minimal loss in hashrate compared to much laggier settings&lt;br /&gt;
|-&lt;br /&gt;
| GTX580 || 156.6 || 0.642 || 244 || 1544 || 512 || cgminer 2.11.3 on Win 8-64 with I=6, driver nVidia 314.22&lt;br /&gt;
|-&lt;br /&gt;
| GTX580x2 || 2x 146 || 0.598 || 244 || 1544 || 512 || rpcminer-cuda.exe -gpugrid=128 -gputhreads=1024 &lt;br /&gt;
(aggression levels above the default of 6 not recommended; only a gain of ~3MH/s per card, and &#039;&#039;&#039;heavy&#039;&#039;&#039; lag, GUIMiner v2011-08-24, win7 64bit nVidia 290.36 beta driver)&lt;br /&gt;
|-&lt;br /&gt;
| GTX590 || 193.1 || --- || --- || 1215 || 2x 512 || poclbm -v -w 256, Win&lt;br /&gt;
|-&lt;br /&gt;
| GTX590 || 2x 121.48 || --- || --- || 750 || 2x 512 || &lt;br /&gt;
|-&lt;br /&gt;
| GTX670 || 112.00 || 1.1 || 100 || 1275 || 1344 || EVGA GTX670FTW 2GB / GPU Clock offset +75Mhz with EVGA Precision X / GUIMiner -f 60 /  Windows 7 64-Bit. (09-13-2012)&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 127.3 || || || 1280 || 1536 || Asus GTX 680 2GB DirectCU II: Windows 7 64 bit: Nvidia 310.90 driver: Offset of 186: Runs at a constant 52C&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 110.00 || || || 1110 || 1536 || RPCMiner with OpenCL or others.  Might crash once mining stops.  No Flags and Stock Settings (GPU Boost @ 1110mhz Core) with EVGA GTX 680, latest version of GUIMiner (2012-2-19) and Windows 7 x64.&lt;br /&gt;
|-&lt;br /&gt;
| GTX680 || 120.00 || 1.2 || 100 || 1272 || 1536 || Ufasoft Galaxy 4GB (GPU Clock offset +70Mhz with EVGA Precision X) (2012-7-28) and Windows 7 64-Bit.&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 580 || 5.7 || 0.14 || 40 || 1125 || 4 ||rpcminer-cuda, Win, -gpugrid=128 -gputhreads=512&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 770M || 5.75 ||  ||  || 500 || 32 || DiabloMiner-Windows.exe BFI_INT FASTLOOP AGGRESSION=6, Win&lt;br /&gt;
|-&lt;br /&gt;
|Quadro FX 770M || 6.39 ||  ||  || 500 || 32 || DiabloMiner-Windows.exe BFI_INT FASTLOOP AGGRESSION=6 w 64, Win 7x64&lt;br /&gt;
|-&lt;br /&gt;
|Quadro FX 880M || 9.6 ||  ||  || || || poclbm/guiminer&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 1600M || 6 || 0.12 || 50 || 625 || 32 ||rpcminer-cuda, Win&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 1800 || 13.6 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 256.44 Intensity: 4&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 2000M || 23 || 0.397 || 58 || || || phoenix 1.48, -k poclbm, VECTORS, AGGRESION=6, Lenovo W520 platform&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 2800M || 22 || 0.293 || 75 || 600 || 96 ||DiabloMiner, win&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3000M || 28.6 || -  || - || - || - || cgminer 2.5.0, linux 32bit, nvidia 295.41 Intensity: 3&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3600M || 36 || 0.514 || 70 || 500 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 3800 || 33.3 ||  ||  ||  ||  || poclbm/guiminer -f0 -w128&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 135M || 1.05 || 0.1 || 10 || 800 || 1 || &lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 295 || 1.7 || 0.07 || 23 || 567 || 8 || phoenix&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 3100M || 3.6 || 0.257 || 14 || 600 || 16 || rpcminer-cuda, Win, CUDA 3.1.1&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 4200M || 10.0 ||     ||     ||  810  ||   ||  guiminer, Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Quadro 5000 || 67.7 || 0.445 || 152 || 513 || 352 || rpcminer-cuda.exe -aggression=7 gpugrid=352 gputhreads=704;&lt;br /&gt;
|-&lt;br /&gt;
| Tesla C1060 || 52.5 ||  ||  || 1296 || 240 ||  poclbm, Win7x64&lt;br /&gt;
|-&lt;br /&gt;
| Tesla K20 || 134.8   ||  ||  || 706  || 2496  ||  poclbm, Linux&lt;br /&gt;
|-&lt;br /&gt;
| Tesla M2050 || 79.8 ||  ||  || 1550 || 448 || DiabloMiner&lt;br /&gt;
|-&lt;br /&gt;
| Tesla M2050 || 94.5 ||  ||  || 1550 || || poclbm&lt;br /&gt;
|-&lt;br /&gt;
| Tesla S1070 || 155.2 || || 800 &amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || 1440 (GT200b)&amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || 960&amp;lt;ref name=&#039;nvidia_S1070&#039;/&amp;gt; || rpcminer-cuda, Linux, CUDA 3.2, 4 instances (-gpu=0 through -gpu=3)&lt;br /&gt;
|-&lt;br /&gt;
| Tesla S2070 || 749.23 || || || 1150&amp;lt;ref name=&#039;nvidia_S2070&#039;/&amp;gt; || 1792&amp;lt;ref name=&#039;nvidia_S2070&#039;/&amp;gt; || rpcminer-cuda, Linux, CUDA 4.0, 8 instances (-gpu=0 through -gpu=7) &lt;br /&gt;
|-&lt;br /&gt;
| GTX280x2 || 102.7 ||  ||  ||  ||   ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;nvidia_S1070&#039;&amp;gt;The S1070 is a dedicated supercomputing platform that features four Tesla units (GT200). Technical data taken from [http://www.nvidia.de/object/tesla_s1070_de.html NVIDIA]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;nvidia_S2070&#039;&amp;gt;The S2070 is a dedicated supercomputing platform that features four Fermi units (C2070). Technical data taken from [http://de.wikipedia.org/wiki/Nvidia_Tesla Wikipedia] (Documentation from NVIDIA webpage is confusing)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==CPUs/APUs==&lt;br /&gt;
&lt;br /&gt;
A lot of nice data can be pulled from [http://www.bitcoin.org/smf/index.php?topic=1628.0 this thread] to seed this section. &lt;br /&gt;
&lt;br /&gt;
Might you wish to throttle CPU load a bit, so it doesn&#039;t reach 100°C, it can be done with Battle Encoder Shirase to a margin, like, -15% of available CPU cycles.&lt;br /&gt;
&lt;br /&gt;
Often, the best combination to be is to throttle CPU miner to -5% &#039;&#039;&#039;AND&#039;&#039;&#039; set it to least of priority levels, so as not to choke GPU miner up.&lt;br /&gt;
&lt;br /&gt;
===AMD===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! nprocs !! Mhash/s !! Mhash/J !! TDP [W] !! CPU Clock !! Mhash/s CPU !! Mhash/s GPU !! GPU !! GPU Clock !! SP !! Software !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 4x Opteron 6174 || 48 || 115 || 0.36 || 320W || 2.2 GHz || 2.4&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer v0.8.1 || --alg 4way --threads 48&lt;br /&gt;
|-&lt;br /&gt;
| 2x Opteron 6172 || 24 || 55 || 0.24 || 230W || 2.1 GHz || 2.3&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cgminer v2.7.6 || --algo 4way -t 24&lt;br /&gt;
|-&lt;br /&gt;
| 2x Opteron 6128 || 16 || 32.4 || 0.141 || 230W || 2 GHz || 32.4&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.19 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon XP 2000+ || 2 || 0.62 || 0.009 || 70W || 1.67 GHz || 0.62&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.18/Ubuntu || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source] [http://www.pcstats.com/articleview.cfm?articleid=914&amp;amp;page=4 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 3500+ || 1 || 1.18 || 0.013 || 89W || 2.54 GHz || 1.18&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| ufasoft v0.4 || overclocked (originally 2.2 GHz)&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 3800+ || 2 || 1.73 || 0.03 || 65 W || 2.00 GHz || 1.73&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer (v0.8.1-1-g69529c3) || -algo=4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 4000+ || 2 || 1.9 || 0.02 || 65W || 2.1 GHz || 1.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpc-miner ||&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 4400+ ||   || 2.09 || 0.032 || 65W || 2.3GHz || 2.09&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.19/Win x64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 6000+ || 2 || 2.81 || 0.02 || 125W || 3 GHz || 2.81&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| || [http://www.bitcoin.org/smf/index.php?topic=1628.msg22881#msg22881 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon 64 X2 6400+ Black Edition || 2 || 2.9 || 0.023 || 125W || 3.2 GHz || 2.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.20.2 BETA/Win 7 x64 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X2 240e || 2 || 2.71 || 0.06 || 45W || 2.81 GHz || 2.71&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X2 250 || 2 || 5.6 || 0.09 || 65W || 3.01GHz || 5.6&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.11 ||&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X4 630 || 4 || 10.7 || 0.11 || 95W || 2.8 GHz || 10.7&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Opteron 8220 x16 || 16 || 25 || || || 2.8Ghz || 1.5 &lt;br /&gt;
|colspan=4| &lt;br /&gt;
| ufasoft / OpenSuse 64bit || running default, but had to copy 32bit binaries over to get curl and ufasoft running. might be better when using native 32bit system w/o other users on the machine ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X3 720 || 3 || 3.8 || 0.04 || 95W || 2.8 GHz || 3.8&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| 0.3.1x/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom X4 9950 BE || 4 || 9.3 || 0.07 || 126W || 2.6 GHz || 2.32&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner 0.13/WinXP || No GPU&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X3 720 || 3 || 7.2 || 0.08 || 95W || 2.8 GHz || 7.2&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpu-miner 0.2.1/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 5.0 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-cpu ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 9.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 10.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| ufasoft v0.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 810 || 4 || 11.5 ||   || 95W || 2.8 GHz ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cgminer  1.5.3 || &amp;quot;cgminer 1.5.3 --algo 4way&amp;quot; on Ubuntu 11.10 alpha 2 (64 bit), built by GCC 4.6.1 with &amp;quot;-O3 -Wall -march=native&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 955 || 4 || 11 || 0.09 || 125W || 3.2 GHz || 11&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X4 965 || 4 || 12 || 0.09 || 140W || 3.4 GHz || 11&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| rpcminer-4way ||&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1055T || 6 || 15.84 || 0.13 || 125W || 2.82 GHz || 15.84 &lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1055T || 6 || 23.6 || || 95W || 3.50 GHz || 23.6 &lt;br /&gt;
|colspan=4|&lt;br /&gt;
| [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.2 || --algo=sha256d&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1075T || 6 || 21.3 || || 125W||  ||&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| minerd || Ubuntu 11.04 amd64 runlevel=1 -algo=4way -threads=6&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1090T || 6 || 18|| || 141W|| 3.50 GHz || 3&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| minerd || &lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1100T || 6 || 22 || 0.176 || 125W || 3.82 GHz || 22&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| bitcoin-miner || Aciid#bitcoin-dev&lt;br /&gt;
|-&lt;br /&gt;
| Sempron 3000+ || 2 || 0.8 ||  || 62W || 1.6 GHz || 0.8&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer || --alg 4way&lt;br /&gt;
|-&lt;br /&gt;
| Turion X2 RM-70 || 2 || 1.9 ||  || 65W || 2.1 GHz || 1.9&lt;br /&gt;
|colspan=4|&lt;br /&gt;
| cpuminer || --alg 4way&lt;br /&gt;
|-&lt;br /&gt;
| Zacate E-350 || 2 || 11 || 0.615 || 18W || 1.6 Ghz || 1.231 || 9.831 || HD6310M || 492 Mhz || 80 || poclbm -v -w128 + Ufasoft 0.7 || stock speeds&lt;br /&gt;
|-&lt;br /&gt;
| Zacate E-350 || 2 || 12&lt;br /&gt;
|colspan=2|&lt;br /&gt;
| 1.648 Ghz || 1.252 || 10.87 || HD6310M || 492 Mhz || 80 || poclbm -v -w 256 -f 1 || &amp;quot;autotune&amp;quot; speed with ASUS EFI BIOS&lt;br /&gt;
|-&lt;br /&gt;
| Ontario C-50 || 2 || 6.2 || 0.68 || 9W || 1.0 Ghz || 1.200 || 6.2 || HD6250M || 277 Mhz || 80 || poclbm -v -w128 -f5 -r5 || &lt;br /&gt;
|-&lt;br /&gt;
| A4-3400 || 2 || 23.2 || || || 75W || 2.4 Ghz || || 23.2 || 6350 || stock || || GUIminer || ||&lt;br /&gt;
|-&lt;br /&gt;
| A8-3850 || 4 || 60 ||   ||  100W || Stock ||   || 60 ||  HD6550D || Stock || 400 || poclbm.exe, Win7-32, 4GB RAM || All running at stock speeds, and set to auto in BIOS.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| A8-3870K || 4 || 95 ||   || 100W (@stock)  || 3.3 Ghz ||   || 95 ||  HD6550D || 900MHz || 400 || phoenix.exe -k phatk VECTORS BFI_INT AGGRESSION=4 WORKSIZE=128, Win7-64, 8GB RAM 1667MHz || M/B ASUS F1 A75-M Pro, CPU/GPU BIOS overclocked&lt;br /&gt;
|-&lt;br /&gt;
| A10-5800K || 4 || 105 ||  || 100W || 3.8 Ghz ||   || 105 || HD7660D || 800MHz || 384 || cgminer Intensity=7 || Linux 64bit (Ubuntu 12.10), AMD-APP-SDK-v2.7-RC-lnx64, stock speeds *not* overclocked&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===ARM===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash/s/$ /€  !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| ARM926EJ-S || 1 || 0.187 || ? || ? || ? || 1.2 GHz || cpuminer || Seagate Dockstar [http://archlinuxarm.org/platforms/armv5/seagate-dockstar ArchLinux]&lt;br /&gt;
|-&lt;br /&gt;
| Marvel Feroceon (88FR131) || 1 || 0.195 || 0.224 ||&amp;lt;0.01|| 0.87 W || 1.2 GHz || cpuminer  git (2011-06-15) || Marvell SheevaPlug, Debian, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1136EJ-S || 1 || 0.11 || ? ||  ? || ? || 0.528 GHz || cpuminer git || T-Mobile Pulse, inside Debian chroot, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1176JZ(F)-S || 1 || 0.119 || ? ||  ? || ? || 0.412 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || iPhone 3G, &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| ARM1176JZ(F)-S || 1 || 0.2 || ? || ? || 3.75W || 800 Mhz || cgminer 2.5.0 || RaspberryPi Model B, SoC BCM2835, Debian Squezee 19-04-2012, Overclocked Cpu 800mhz&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.125 || 0.36 || &amp;lt;0.01 || 0.35 W || 0.6 GHz || cpuminer git (2011-03-26) || Nokia N900: &#039;cryptopp&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.2 || 0.57 || &amp;lt;0.01 || 0.35 W || 0.6 GHz || cpuminer git (2011-03-26) || Nokia N900: &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.365 || ? || ? || ? || 0.6 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] || BeagleBoard: &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.435 || ? ||  ? || ? || 0.8 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || &#039;sha256d&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A8 || 1 || 0.44 || ? ||  ? || ? || 0.8 GHz || cpuminer 2.2.3 (-mfpu=neon) || EfikaMX (iMX.51), CRUX ARMHF, cpuminer -a sha256d&lt;br /&gt;
|-&lt;br /&gt;
| AllWinner A10(A8) || 1 || 0.568 || ? ||  ? || &amp;lt;2.5W || 1.0 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || -a sha256d #Native Lubuntu armhf build &lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A9 || 2 || 0.57||  1.14 ||&amp;lt;0.01 || 0.5 W || 1.0 GHz || cpuminer git (2011-03-24) || Toshiba AC100, ubuntu, &#039;c&#039; algo&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A9 || 2 || 1.3 || ? ||  ? || ? || 1.2 GHz || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.3 || Samsung Galaxy S II - CFLAGS=&amp;quot;-O3 -mfpu=neon&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Intel===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash / $&amp;lt;ref name=&#039;amazon_20110625&#039;/&amp;gt;/€&amp;lt;ref name=&#039;geizhals_20110625&#039;/&amp;gt; !! ACP [W] !! Clock [GHz] !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Pentium III (Coppermine) || 2 || 0.39 || 0.008 |||| TDP 2× 26.1 W || 1 || Ufasoft 0.32 (compiled from source), Debian Squeeze || [http://en.wikipedia.org/wiki/List_of_Intel_Pentium_III_microprocessors#.22Coppermine.22_.28180_nm.29 source]&lt;br /&gt;
|-&lt;br /&gt;
| Pentium III mobile ? || 1 || 0.3 || 0.014 |||| 21 || 1.07 || 0.3.1x/Win2K || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source] [http://ark.intel.com/Product.aspx?id=27380 source]&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.4 || || ||  || 1.6 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.62 || || ||  || 1.6 || Ufasoft 0.20 || Windows XP Professional&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.6ghz || 1 || 0.71 || || ||  || 1.6 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Gentoo Linux&lt;br /&gt;
|-&lt;br /&gt;
| Pentium M 1.73ghz || 1 || 0.5 || || ||  || 1.73 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Old Xeon 512k (Dual) || 2x1/2 || 2.0 || || ||  || 3.0 || cpuminer (v0.8.1-1-g69529c3) || HT disabled, algo=4way (twice as fast as the 2nd best algo)&lt;br /&gt;
|-&lt;br /&gt;
| Pentium 4 2.0A || 1 || 0.85 || || || || 2.0 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft-0.4]/WinXP || -g no -t 2&lt;br /&gt;
|-&lt;br /&gt;
| Pentium 4 630 || 1/2 || 1.29 || || || || 3.0 || ufasoft 0.23 || Windows XP&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 1.75 || || || || 2.0 || rpcminer-cpu || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 4.1 || || || || 2.0 || cpuminer || sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E2180 || 2/2 || 4.5 || || || || 2.0 || ufasoft v0.11 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E5400 || 2/2 || 2.27 || 0.03 || || 65 || 2.7 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Celeron E330 || 2/2 || 2.2  || 0.03 || || 65 || 2.5 || 0.3.19/Ubuntu10.04 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37620#msg37620 source]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| Celeron E3400 || 2/2 || 5.9 || - || - || - || 2.6 || Ufasoft v0.13 / GUIMiner v2011-06-14 || WinXP 32 bit, SSE2, Flags &amp;quot;-g no&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q6600 || 4/4 || 11.0 || || 0.02/0.06 || 105 || 2.40 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q8200 || 4/4 || 10.9 ||    || 0.06/0.10 ||  || 2.33 || Ufasoft 0.14 || -g no -l yes -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q9400 || 4/4 || 11 || 0.046 || 0.06/0.07 || 95 || 2.66 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Quad Q9650 || 4/4 || 18.67 || || 0.05/0.06 || 95 || 4.00 || bitcoin-miner 0.10 || -a 60 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i3 530 || 2/4 || 8.31 || 0.10 || 0.06/0.10  || 80 || 3.66 || Ufasoft 0.7 || -v -a5 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i3 M350 || 2/4 || 1.48 || 0.04 || || 35 || 2.27 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core i3-2100 || 2/4 || 8.28 || || || || 3.1 || ufasoft v0.20 ||   &lt;br /&gt;
|-&lt;br /&gt;
| Core i5 M450 || 2/4 || 1.8  || 0.05 || || 35 || 1.2  || 0.3.17/Win7-54 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26292#msg26292 source]&lt;br /&gt;
|- &lt;br /&gt;
| Core i5-650  || 2/4 || 5.1 || 0.04 ? || 0.02/0.03 ||  || 3.2 || cpuminer-0.7 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-750  || 4/4 || 14 || || 0.06/0.10  ||  || 3.2 || bitcoin-miner 0.11 || -a 5 -g no -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 ?  || 4/? || 6.5 || || ||  ||  || client from svn || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37621#msg37621 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400 || 4/4 || 4.5 || 0.05 || 0.02/0.03 || 95 || 3.1 || cpuminer git (2011-01-22) || cryptopp_asm32&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400 || 4/4 || 14 || 0.15 || 0.07/0.09 || 95 || 3.1 || cpuminer git (2011-03-26) || sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400S || 4/4 || 16.6 || || || 65 || 2.5 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2.3 || Linux Mint 13&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 2500K || 4/4 || 20.6 || ||0.10/0.12 || || 4.2 || bitcoin-miner || -g no&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 2600K || 4/8 || 17.3 || || || 75 || 3.4 || bitcoin-miner || -g no. 75W for the whole System without monitor (MSI Board). CPU underclocked to 3,4Ghz and undervolted to 1,012Vcore. Passive Cooling! 3.6ghz results in 18,4 Mhash/s&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600K || 4/8 || 18.6 || || || 95 W max. || 3.4 || Ufasoft bitcoin-miner 0.20 || -g no -t 8  CPU @ 3.511Ghz 1.176V&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600 || 4/8 || 23.9 || || ||  || 3.4 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Ubuntu Linux 11.10&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 620M   || 2/4 || 1.888 || || || || 2.66 || [http://forum.bitcoin.org/index.php?topic=8994.0 RPCMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro6,2 RAM: 4GB&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 620M   || 2/4 || 6.5 || || || || 3.33 || This is achieved by running RPC 4 way miner in VMware Fusion 4 (running win 7 in the VM) while in Mac OSX / Mac OS X 10.6.8 || Model: MacBookPro6,2 RAM: 8GB.The CPU appears to turbo boost to 3.33GHz in this way from 2.67GHz when running it in this way.The MBP gets very hot and uses a lot of energy though so watch those temps.It&#039;ll throttle after a while unless you keep the air vents clear underneath (ie don&#039;t put int in your lap,etc).&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 720QM   || 4/8 || 7.9 || ?|| || 45 || 2.8 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] ||  stream processors overclocked from 1.6 GHz; Dell Precision M6500, Win7-64, 8GB DDR3&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 820   || 4/8 || 13.8 || || || || 2.8 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] || -t 8&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 920   || 4/8 || 19.2 || 0.10 || || 195 || 4.0 (x21) || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] || -a 5&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 950   || 4/8 || 5.88 || 0.039 || || 150 || 3.83 (x23) || bitcoin-0.3.20.2 Win7-64 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 950   || 4/8 || 18.9 || 0.126 || || 150 || 3.83 (x23) || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] v0.4 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 980x   || 6/12 || 19.2 || 0.15 || || 130 || 4.4 (x33) || cpuminer/Win7-64 || &lt;br /&gt;
|- &lt;br /&gt;
| Core i7 980x   || 6/12 || 8.7 || ||  ||  || 3.9 (x27) || 0.3.17/Win7-64 || &lt;br /&gt;
|- &lt;br /&gt;
| Core i7 990x   || 6/12 || 33.3 || ||  ||  || 4.5 (x32) || ufasoft/Win2008 R2-64 || Ram - 12Gb, Rampage III BlackEdition, Water cooling&lt;br /&gt;
|- &lt;br /&gt;
| Core i7 2635QM   || 4/8 || 2.93 || || || || 2.00 || [http://forum.bitcoin.org/index.php?topic=8994.0 RPCMiner GUI] v2011-05-22 / Mac OS X 10.6.7 || Model: MacBookPro8,2 RAM: 4GB&lt;br /&gt;
|- &lt;br /&gt;
| Core i7 620M   || 2/4 || 6.3 || 0.18 || || 35 || 2.66 || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] v0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Core i7 2600k   || 4/4 || 6.7 || || ||  || 4.00 || phoenix 0.48 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 3770k   || 4/8 || 5.2 || || || || 4.4 || Guiminer v2012-12-03 || Windows 7 x64 : -v argument increased Mhash/s from 5.0 to 5.2&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 3930k   || 6/12 || 66.6 || || ||  || 4.625 (125 x 37) || Ufasoft bitcoin-miner v0.28 || Windows 7 x64, uses ~190watts : -v argument increased Mhash/s from 36.0 to 66.6&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo U7600 || 1 || 1.1 || || ||  || 1.2 || minerd (jgarzik&#039;s 1.0) || cryppto, Windows 7&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E5200 || 2/2 || 6.2 || 0.086 || || 72 || 2.76 || Ufasoft/Win7-64 || TDP is 65W + 7W overclock&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E6550 || 1/2 || 2.45 || || ||  || 2.33 || cpuminer 0.7.1 (Linux) || --algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E6850 || 2/2 || 6.75 || 0.10 || || 65 || 3.0 || ufasoft-0.3 ||&lt;br /&gt;
|- &lt;br /&gt;
| Core 2 Duo E7300 || 2/2 || 7.76 || 0.11 || || 70 || 3.33 || ufasoft-0.3 || uncertain of overclock; miner optimized for Intel Core&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E7300 || 2/2 || 2.52 || 0.04 || || 65 || 2.66 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8200 || 2/2 || 2.3 || 0.035 || || 65 || 2.66 || rpcminer-cpu ||&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8400 || 2/2 || 6.9 || 0.106 || || 65 || 3.0 || ufasoft v0.10 || windows 7/64bit (-t 2)&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8500 || 1/2 || 3.6 || || || || 3.16 || guiminer v2011-06-14 || windows vista 32bit&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E8500 || 2/2 || 7.2 || || || || 3.16 || guiminer v2011-06-14 || windows vista 32bit&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo P8700 || 2/2 || 5.9 || || || || 2.53 || ufasoft v0.21 || windows 7/64bit &lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T5450 || 2/2 || 2.5 || 0.07 || || 35  || 1.63 || bitcoin-miner 0.10 || Ubuntu 11.04&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T5500 || 2/2 || 4.3 ||  ||  ||  || 1.66 || [http://github.com/pooler/cpuminer pooler&#039;s cpuminer] 2.2 || Gentoo Linux (amd64)&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T6400 || 2/2 || 4.2 || 0.12 || || 35  || 2.00 || cpuminer git (Linux) || --algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T7250 || 2/2 || 4.5 || 0.13 || || 35  || 2.00 || bitcoin-miner 0.13/WinXP || No GPU&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T7450 || 2/2 || 3.7 || 0.10 || || 35  || 2.13 || bitcoin-miner 0.10 || Ubuntu 11.04&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo T9400 || 2/2 || 4.2 || || ||  || 2.53 || ufasoft v0.13 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 2.37 || || || || 2.8 || rpcminer-cpu || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 6.2 || || || || 2.8 || ufasoft v0.11 || Win7-64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Extreme X9000 || 2/2 || 7.2 || || || || 3.2 || ufasoft v0.11 || Win7-64 Overclocked from 2.8 GHz to 3.2 GHz&lt;br /&gt;
|-&lt;br /&gt;
| Xeon 2.8 || 2/2 || 0.8 || || || || 2.8 || cpuminer || cryptopp_asm32 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon 3060 || 1/2 || 2.03 || 0.03 || || 65 || 2. || cpuminer 0.8.1 (Linux) || --algo=cryptopp_asm32&lt;br /&gt;
|-&lt;br /&gt;
| Xeon Prestonia 2.4 (dual) || 2x1/2 || 2.16 || 0.017 || || 130 || 2.4 || ufasoft v0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5355 (dual) || 2x4/4 || 10.13 || 0.16 || || 120 || 2.6 || bitcoind || Roughly the same speed as the &amp;quot;c&amp;quot; algo in cpuminer&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E3-1230 V2 (quad) || 4/8 || 19.7 || ? || ? || ? || 3.70 || cgminer 2.8.3 || -O2 -march=core-avx-i algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5355 (dual) || 2x4/4 || 22.76 || 0.09 || || 120 || 2.6 || cpuminer (v0.8.1-1-g69529c3) || -O2 -march=core2, algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5365 (dual) || 2x4/4 || 26.00 || ? || || ? || 3.0 || cpuminer git (2011-06-15) || algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5650 || 2x6/24 || 28.6 || ? || ? || ? || 2.67 || cpuminer 1.0.2 || --algo 4way&lt;br /&gt;
|-&lt;br /&gt;
| Xeon x5680 (dual) || 2x6/24 || 48 || ? || ? || ? || 3.33GHz || Ufasoft 0.29 || CentOS 6.2 x86_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon x5690 (dual) || 2x6/24 || 52 || ? || ? || ? || 3.46GHz || Ufasoft 0.29 || CentOS 6.2 x86_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5-2690 (dual) || 2x8/32 || 66 || ? || ? || 2x135W || 2.9GHz || Ufasoft 64-bit 0.31 || Windows Server 2008R2 x64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5335 || 4/4 || 9.35 || 0.12 || || 80 || 2.00 || ufasoft v0.11 || Vista-32&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5410 || 4/4 || 9.8 || ? || || 80 || 2.33|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5440 || 4/8 || 7.3 || ? || || 80 || 2.66|| Kiv&#039;s poclbm-gui || FIXME: Either wrong model # or wrong threads/speed info&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5506 || 4/4 || 9.6 || ? || || 80 || 2.13|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5520 || 4/8 || 6.5 || 0.08 || || 80 || 2.27 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5530 || 4/8 || 7.14 || 0.09 || || 80 || 2.4 || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5620 || 4/8 || 11.2 || ? || || 80 || 2.4 || ufasoft v0.10 -t 4 || CentOS 5.5 x64 Hyper-Threading is off&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5630 (dual) || 2x4/8 || 8 || 0.1 || || 80 || 2.53 || 0.3.17/Win7-64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg29471#msg29471 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E6520 (dual) || 2x4/8 || 24.7 || ||  ||  || 2.53 || ufasoft v0.10 || windows 2008 R2 64bit (-t 16)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7220 || 2/2 || 6.3 || ? || || 80 || 2.93|| ufasoft v0.10 || CentOS 5.5 x64 &lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7320 (dual) || 2x2 || 1.5 || || ||  || 2.8 || cgminer v1.2.8 || 2x2.8ghz dual core running Ubuntu 11.04 x86 (individual cores get 0.4 MH/s)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7450 (quad) || 4x6/24 || 60 || ||  ||  || 2.40 || ufasoft v0.13 || -t 24&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E7520 (dual) || 2x4/16 || 18 || ||  || 95 || 1.87 || ufasoft v0.10 || windows 2008 R2 64bit (-t 16)&lt;br /&gt;
|-&lt;br /&gt;
| Xeon W3680 || 6/12 || 18 ||  || || 130 || 3.33 || cpuminer v1.0.2 --algo=4way || Ubuntu 11.04 64bit&lt;br /&gt;
|-&lt;br /&gt;
| Atom Z520 || 1/2 || 1.20 || || || 2 || 1.7 || ufasoft 1.18 || Asus Eee 1101HA with overclocking capabilities&lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.375 || || || 4 || 1.6 || rpcminer-cpu || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.245 || || || 4 || 1.6 || rpcminer-4way || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N230 || 1/2 || 0.97 || || || 4 || 1.6 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N270 || 1/2 || 1.19 || 0.24 || || 5 || 1.6 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N450 || 1/2 || 1.60 || 0.31 || || 6.5 || 2.06 || ufasoft v0.10 || &lt;br /&gt;
|-&lt;br /&gt;
| Atom N550 || 2/4 || 1.97 || || || || 1.5 || ufasoft v0.21 || Windows 7/64 bit&lt;br /&gt;
|-&lt;br /&gt;
| Atom 330 || 2/4 || 1.80 ||  || || 8 || 1.6 || ufasoft v0.13  || -t 4&lt;br /&gt;
|-&lt;br /&gt;
| Atom D510 || 2/4 || 1.00 || || || || 1.6 || cpuminer w cryptopp_asm32 || debian linux 6.0, headless system, 2 GB RAM, running from usb-flash&lt;br /&gt;
|-&lt;br /&gt;
| Atom D510 || 4/4 || 2.3 || 0.07 || || 30  || 1.6 || bitcoin-miner 0.10 || Ubuntu 11.04 Server&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;amazon_20110625&#039;&amp;gt;$ Prices from http://www.amazon.com on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&#039;geizhals_20110625&#039;&amp;gt;€ Prices from http://geizhals.at/eu on 2011-06-25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Other===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/J !! Mhash/s/$ !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 6 || 21 || 0.35 || 0.07 || 60W || 3.2 GHz || Cellminer || Sony Playstation 3 (FAT): Needs custom firmware. [https://github.com/verement/cellminer source] [http://www.bitcoin.org/smf/index.php?topic=4704.20 source] Total power usage of PS3 fat is 120W but only the Cell cpu is active.&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 7 || 26.6 || ? || ? || 60W || 3.2 GHz || Cellminer || Sony Playstation 3 (FAT): Needs custom firmware. [https://github.com/verement/cellminer source] [http://www.bitcoin.org/smf/index.php?topic=4704.20 source] Running with 7th spu enabled and both ppe cores.&lt;br /&gt;
|-&lt;br /&gt;
| Cell || 6 || 21 || 0.7 || 0.07 || 35W || 3.2 GHz || cellminer || Sony Playstation 3 (SLIM): Total power usage of PS3 slim is 70W but only the Cell cpu is active.&lt;br /&gt;
|-&lt;br /&gt;
| MIPS || 1 || 0.026 || ? || ? || ? || 200 MHz || cpuminer || ASUS WL-500G Deluxe Router Running [http://openwrt.org/ OpenWrt]&lt;br /&gt;
|-&lt;br /&gt;
| VIA Eden || 1 || 1.3 || 0.17 || || 8W || 1600 MHz || cpuminer || VIA Eden w/ padlock&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 7447A || 1 || 0.53 || || || || 1420 MHz || cpuminer ||&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 7450 (G4e) || 1 || 1.29 || || || || 1670 MHz || cgminer 2.0.7 || PowerBook5,6; Mac OS X 10.5.8; Altivec&lt;br /&gt;
|-&lt;br /&gt;
| PowerPC 750 (G3) || 1 || 0.140 || || || || 600 MHz || cpuminer || iBook G3 600 w/ Cryptopp&lt;br /&gt;
|-&lt;br /&gt;
| IBM POWER4+ 2/way || 2/1 || 0.58 || || || || 1450 MHz || cpuminer 2.2.3 || CRUX PPC (64bit), cpuminer -a sha256d -t 1&lt;br /&gt;
|-&lt;br /&gt;
| IBM Power7 (PowerPC) || || 7.6 ||   ||   || || 3.5 Ghz || cgminer || IBM Power7 770, SuSE Linux 11.1, 4 cores, OpenCL, YASM, Altivec&lt;br /&gt;
|-&lt;br /&gt;
| Google App Engine || 1 || 0.144 || || || 0W || || pyminer || Modified version of [https://github.com/jgarzik/pyminer pyminer] for GAE.&lt;br /&gt;
|-&lt;br /&gt;
| Open Shift || 1 || 0.059 || || || 0W || || pyminer || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[TP&#039;s Bitcoin Calculator]]&lt;br /&gt;
* [[Mining rig]]&lt;br /&gt;
* [[ZTEX FPGA Boards for Bitcoin Mining]]&lt;br /&gt;
* [[Generation Calculator]]&lt;br /&gt;
* [[Power Calc]]&lt;br /&gt;
* [[OpenCL miner]]&lt;br /&gt;
* [http://www.pcper.com/article.php?aid=745 ATI Stream vs. NVIDIA CUDA - GPGPU computing battle royale] &lt;br /&gt;
* [http://bitminer.info/ Bitminer.info] &lt;br /&gt;
* [http://www.pcper.com/reviews/Graphics-Cards/Bitcoin-Currency-and-GPU-Mining-Performance-Comparison Bitcoin Mining Performance Compared]&lt;br /&gt;
** [http://www.pcper.com/reviews/Graphics-Cards/Bitcoin-Mining-Update-Power-Usage-Costs-Across-United-States Bitcoin Mining Power Costs Compared]&lt;br /&gt;
** [http://112bit.com Bitcoin Mining Hardware]&lt;br /&gt;
[[Category:Mining]]&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=48083</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=48083"/>
		<updated>2014-06-11T12:00:07Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay. [http://eligius.st/wiki/index.php/Capped_PPS_with_Recent_Backpay]&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;POT&#039;&#039;&#039; - Pay On Target. A high variance PPS variant that pays on the difficulty of work returned to pool rather than the difficulty of work served by pool [https://bitcointalk.org/index.php?topic=131376.0]&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;PPLNSG&#039;&#039;&#039; - Pay Per Last N Groups (or shifts). Similar to PPLNS, but shares are grouped into &amp;quot;shifts&amp;quot; which are paid as a whole.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 25 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name                !! Location             !! TH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;/&amp;gt;&lt;br /&gt;
!                                                         Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;/&amp;gt;&lt;br /&gt;
!                                                                    Reward Type             !! Transaction fees!!PPS Fee!!Other Fee!! [[getwork|GWK]] !! [[Stratum|STM]] !! [[getblocktemplate|GBT]]&lt;br /&gt;
! Launched   !! Variance                     !! Forum                                       !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]]           || Germany/USA/Russia   ||    || No      || PPS or PPLNS || {{PoolFees}}    ||   6%&amp;lt;ref name=&amp;quot;50btchack&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;50btchack2&amp;quot;/&amp;gt;||   1.5%&amp;lt;ref name=&amp;quot;50btchack&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;50btchack2&amp;quot;/&amp;gt;      || {{Yes}} || {{Yes}} ||&lt;br /&gt;
| 2011-11-11 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=54673  link] || [http://50btc.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ABCPool.co]]      || USA                  ||    || No      || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;/&amp;gt; || {{PoolFees}}     ||   5% ||         || {{Yes}} || {{No}}  || {{No}}&lt;br /&gt;
| 2011-08-02 || Diff 1                       || [http://bitcointalk.org/?topic=33586  link] || [http://www.ABCPool.co/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.enso.kz]]  || Kazakhstan          ||     0.06 || No      || PPLNS                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2012-04-19 || Dynamic                       || [http://bitcointalk.org/?topic=80135  link] || [http://pool.enso.kz/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitalo]]     || USA/Europe           ||   1.1   || No || PPLNS                     || {{SharedFees}}     ||   0% ||         || {{Yes}} || {{Yes}}        ||&lt;br /&gt;
| 2014-04-08 || Dynamic                       ||  || [https://bitalo.com/mining/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitClockers]]     || USA/Europe           ||      || [[NMC]] || PPS                     || {{PoolFees}}     ||   8% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2011-05-27 || Diff 1                       || [http://bitcointalk.org/?topic=10127  link] || [http://bitclockers.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitcoinMining.Co]]     || USA           ||      || [[No]] || {{PoolFees}}                    || {{PoolFees}}     ||   2% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2013-08-13 || Diff 1                       || [http://bitcointalk.org/?topic=273259.0  link] || [http://bitcoinmining.co/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitcoinPool.com]] || USA                  ||     || No      || Prop.                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-03-08 || Diff 1                       || [http://bitcoinpool.com/forum/ link]        || [http://www.bitcoinpool.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin Pooled Mining|Slush&#039;s pool (mining.bitcoin.cz)]]&lt;br /&gt;
|                        France               || 677 || No || Score                   || {{SharedFees}}   ||      ||      2% ||         || {{Yes}} ||&lt;br /&gt;
| 2010-11-27 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=1976   link] || [http://mining.bitcoin.cz/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]]       || USA/Germany          || 370 || [[NMC]] || PPLNSG                  || {{SharedFees}}   ||      ||      1% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-06-26 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic || [http://bitcointalk.org/?topic=27062  link] || [https://bitminter.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Blisterpool]]      || USA/Europe            ||      0.4 || [[Devcoin]] + bonus&amp;lt;ref name=&amp;quot;dvcbonus&amp;quot;/&amp;gt; || PPLNS                   || {{SharedFees}}  ||       ||      2% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2014-02-01 ||           User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic ||   [http://coinzen.org/index.php/topic,714.0.html link]                                || [http://blisterpool.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCPoolman]]      || UK/Europe            ||      0.5 || No      || Prop.                   || {{SharedFees}}  ||       ||      2% || {{Yes}} || {{Yes}} || {{No}}&lt;br /&gt;
| 2013-03-01 ||           Diff 1 ||   [https://twitter.com/BTCPoolMan Twitter]                                || [https://www.btcpoolman.com/register Register]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]]       || USA/Europe    || 10500 || [[NMC]] &lt;br /&gt;
|                                                                    PPLNSG              || {{SharedFees}} ||    ||      2% || {{Yes}} || {{Yes}} || {{No}}&lt;br /&gt;
| 2011-05-09 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic&lt;br /&gt;
|                                               [http://bitcointalk.org/?topic=49417  link] || [https://www.btcguild.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Oxygen]]      || Europe               ||     || No      || PPS                     || {{PoolFees}}     ||   2% ||         || {{Yes}} || {{Yes}} ||&lt;br /&gt;
| 2012-11-01 || Diff 1                       || [http://bitcointalk.org/?topic=127815 link] || [http://www.btcoxygen.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]]         || USA                   ||    0.1 || No      || Score                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-03-11 || Diff 1                       || [http://bitcointalk.org/?topic=4251   link] || [http://btcmine.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCDig]]         || USA                   ||    7 || No      || DGM                   || {{PoolFees}}     ||      ||      0% ||  ||  {{Yes}}     ||&lt;br /&gt;
| 2013-07-04 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic 20SPM                      || [https://bitcointalk.org/index.php?topic=249627   link] || [http://btcdig.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCmow]]         || Europe                   ||     || No      || PPLNS                   || {{PoolFees}}     ||      ||      2.5% ||   ||   {{Yes}}      ||&lt;br /&gt;
| 2013-05-31 || Diff 1                       || [https://bitcointalk.org/index.php?topic=221306.0   link] || [http://www.btcmow.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]]       || Germany              ||    1.4 || No      || PPS                     || {{PoolFees}}     ||   4% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2011-06-28 || Diff 1                       ||                                             || [http://www.btcmp.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCWarp]]         || USA                  ||      || No      || Score                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-07-29 || Diff 1                       || [http://www.bitcoinbalkan.com/forum link]   || [http://www.btcwarp.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coin Miners]]         || USA                  ||      || No      || PPLNS                 || {{PoolFees}}     ||      ||      0% || ||  {{Yes}}       ||&lt;br /&gt;
| 2014-02-27 || Diff 1                       || [https://bitcointalk.org/index.php?topic=481194.0 link]   || [https://www.coinminers.co link]&lt;br /&gt;
|-&lt;br /&gt;
| [[CoinLab Protected Pool]] || USA           ||       || No      || PPS                     || {{PoolFees}}     || 2-5% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2012-08-09 || Diff 1                       || [http://bitcointalk.org/?topic=99643  link] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron]]       || Poland               ||     || No      || DGM                     || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-07-06 || Diff 1                       || [http://bitcointalk.org/?topic=26727  link] || [http://www.coinotron.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]]         || Germany              ||  0.1 || No      || PPS/Prop.               || {{PoolFees}}     ||  10% ||      3% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-02-26 || Diff 1                       || [http://bitcointalk.org/?topic=3889   link] || [http://deepbit.net/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]]&lt;br /&gt;
|                   USA/Europe/Australia/Asia ||  246 || No      || DGM/PPS                 || {{PoolFees}}     ||   5% ||      0% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-06-14 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic&lt;br /&gt;
|                                               [http://bitcointalk.org/?topic=16385  link] || [https://eclipsemc.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]]         || USA                  || 4000 || [[NMC]] 105% PPS&amp;lt;ref name=&amp;quot;eligiusnmc&amp;quot;/&amp;gt;      || CPPSRB                  || {{SharedFees}}   ||   0% ||         || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-04-27 || Dynamic: 32 shares/m         || [http://bitcointalk.org/?topic=23768  link] || [http://eligius.st link]&lt;br /&gt;
|-&lt;br /&gt;
| [[GHash.IO]]        || Netherlands          || 7000 || [[NMC]], IXC, [[Devcoin]]      || PPLNS                  || {{SharedFees}}   || 0%      ||      0% || {{No}} || {{Yes}} || {{No}}&lt;br /&gt;
| 2013-07-01 ||           User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; ||   [https://cexio.zendesk.com/forums  link]                                || [https://ghash.io/  link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Give Me COINS]]   || USA, Europe          || 25 || [[NMC]]   || PPLNS                  || {{SharedFees}}     ||    ||  0%|| {{No}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2013-08-12 || Dynamic         || [https://bitcointalk.org/index.php?topic=272017.0  link] || [http://give-me-coins.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[MaxBTC]]          || USA                  ||    || [[NMC]] || DGM                     || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2012-03-15 || Diff 1                       || [http://bitcointalk.org/?topic=68734  link] || [https://www.maxbtc.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Merge Mining Pool]]      || USA                  || 50 || [[NMC]], IXC, [[Devcoin]]&lt;br /&gt;
|                                                                    DGM                     || {{SharedFees}}     ||      || 1.5%    || {{No}} || {{Yes}}    || {{No}}&lt;br /&gt;
| 2012-01-08 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=57148  link] || [http://mmpool.org link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Multipool]]          || USA, Europe      ||   400 || [[NMC]], IXC, [[Devcoin]] || Prop.                     || {{SharedFees}}     ||      ||      0% || {{Yes}} ||     {{Yes}}     || {{No}}&lt;br /&gt;
| 2012-03-15 || User                       || [https://bitcointalk.org/index.php?topic=311067.0  link] || [https://www.multipool.us/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[MuPool]]    || USA/Europe               ||  10 || No    ||PPLNS|| {{SharedFees}}     ||      ||      0% || {{Yes}} || {{Yes}} || {{Yes}} || 2014-02-23 || Dynamic || [https://bitcointalk.org/index.php?topic=483856.0  link] || [https://mupool.com/index.php?coin=BTC link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozcoin]]         || USA/Europe/Australia ||  4 || No || DGM      || {{SharedFees}} ||    ||   1% || {{No}}  || {{Yes}} || {{No}}&lt;br /&gt;
| 2011-06-07 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic&lt;br /&gt;
|   [http://bitcointalk.org/?topic=14085  link] || [https://www.ozcoin.net link]                                   &lt;br /&gt;
|-&lt;br /&gt;
| [[PolishPool]]         || Poland/USA/China ||  5 || NMC IXC DEV || PPLNS/PPS      || {{SharedFees}}    ||  0%  ||   0% || {{Yes}}  || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2013-07-07 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic || [http://bitcointalk.org/?topic=18313  link] || [https://polishpool.pl  link]&lt;br /&gt;
|-            &lt;br /&gt;
| [[P2Pool]]          || Earth (P2P)          ||   170 || Solo&amp;lt;ref name=&amp;quot;solomm&amp;quot;/&amp;gt; || PPLNS  || {{SharedFees}}   ||      ||      0% || {{No}}&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || {{No}}&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || {{No}}&lt;br /&gt;
| 2011-06-17 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=18313  link] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]]   || Russia               ||   38 || No      || RSMPPS                  || {{SharedFees}}   ||   0% ||         || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-08-01 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=25127 RU] [https://bitcointalk.org/index.php?topic=44024.0 EN] || [https://pool.itzod.ru/ link]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[PolMine]]        || Poland              ||  700 || [[NMC]]      || SMPPS                  || {{SharedFees}}  ||  1% ||   0%     || {{Yes}} || {{Yes}}        || {{Yes}}	 	&lt;br /&gt;
| 2011-06-13 || Dynamic/User                      || [http://forum.polmine.pl/ link]            || [https://polmine.pl/?setlang=en link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]]    || Europe               ||   7.5 || No    ||PPLNS&amp;lt;ref name=&amp;quot;jackpot&amp;quot;/&amp;gt;|| {{PoolFees}}     ||      ||      0% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-06-28 || Diff 1 for getwork/GBT, dynamic for stratum&lt;br /&gt;
|                                               [http://bitcointalk.org/?topic=23664  link] || [https://www.triplemining.com link]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;50btchack&amp;quot;&amp;gt;On or around October 18, 2013, the pool stopped payouts of mining earnings. 50BTC.com claims the pool was hacked and all mining earnings and records of the earnings were lost. They claim as a result, many people are blackmailing them with unrealistic claims. https://bitcointalk.org/index.php?topic=359277.0&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;50btchack2&amp;quot;&amp;gt;On or around February 11, 2014, the pool failed to payout mining earnings. 50BTC.com claims their system was unable to deal with the transaction malleability problem. They claim this has been fully corrected. https://50btc.com/en/news/view/161&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-operated proxy available.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;changeable&amp;quot;&amp;gt;The difficulty of the shares can be changed by the user.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;solomm&amp;quot;&amp;gt;Merged mining can be done on a &amp;quot;solo mining&amp;quot; basis (payouts in the merged chain are not pooled).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;eligiusnmc&amp;quot;&amp;gt;As of March 8, 2014, payouts have been labelled as broken by the pool operator.  There is no current ETA to a fix.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;dvcbonus&amp;quot;&amp;gt;Pool pays out merged coins and promotional or supplementary payments in Devcoins.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://blockorigin.pfoe.be/chart.php Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=33029</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=33029"/>
		<updated>2012-11-25T07:09:31Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 50 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay. [http://eligius.st/wiki/index.php/Capped_PPS_with_Recent_Backpay]&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! GH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt; !! Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt; !! Reward Type !! Transaction fees !! PPS Fee !! Reward Fee !! Protocol !! Launched !! Difficulty&amp;lt;ref name=&amp;quot;diff&amp;quot;&amp;gt;The share difficulty the pool uses&amp;lt;/ref&amp;gt; !! Forum !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]] || Germany || 5100 || No || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool ||3% || || [[getwork]] || 2011-11-11 || 1 || [http://bitcointalk.org/index.php?topic=54673.0 1] || [http://50btc.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Oxygen]] || EU || 1 || No || PPS || kept by pool || 0% || || [[getwork]] || 1-11-2012 || 1 || [https://bitcointalk.org/index.php?topic=120976.0 1] || [http://www.btcoxygen.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitArena]] || Romania || 1 || No || Prop. || kept by pool || || 0% || [[getblocktemplate]] || 2012-09-22 || 1 || [https://bitcointalk.org/index.php?topic=112243.0 1] ||[https://www.bitarena.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcash.cz|Bitcash.cz]] || Czech Republic || 5 || No || Prop. || kept by pool ||  || 0% || [[getwork]] || 2012-09-14 || 1 || [http://bitcash.cz/forum/ 1] || &lt;br /&gt;
[http://bitcash.cz/pool/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitclockers|BitClockers]] || USA/EU || 250 || [[NMC]] || PPS || kept by pool || 8% || || [[getwork]] || 2011-05-27 || 1 || [http://forum.bitcoin.org/index.php?topic=10127.0 1] || [http://bitclockers.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pool|Bitcoin Mining Pool]] || USA || 70 || No || Prop. || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || [[getwork]] || Unknown || 1 || [http://bitcoinpool.com/forum/ 1] || [http://www.bitcoinpool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pooled_Mining|Slush&#039;s pool (mining.bitcoin.cz)]] || EU/France || 2000 || [[NMC]] || Score || shared || || 2% || [[getwork]], [http://mining.bitcoin.cz/stratum-mining stratum] || 2010-11-27 || Dynamic || [http://forum.bitcoin.org/index.php?topic=1976.0 1] || [http://mining.bitcoin.cz/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Bitcoins.lc]] || EU || 60 || No || Prop. || kept by pool || || 0% || [[getwork]] || 2011-05-27 || 1 || [http://forum.bitcoin.org/index.php?topic=10121.0 1] || [http://www.bitcoins.lc/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitparking]] || USA || 130 || [[NMC]], I0C, IXC, [[Devcoin]] || PPS || kept by pool || 2.5% || || [[getwork]] || 2012-01-08 || Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [https://bitcointalk.org/index.php?topic=57148.0 1] || [http://mmpool.bitparking.com/pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]] || Germany || 2000 || [[NMC]] || PPLNS || shared || || 0% || [[getwork]], [[getblocktemplate]] || 2011-06-26 || 1 || [https://bitcointalk.org/index.php?topic=27062.0 1] || [https://bitminter.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPenny]] || USA || 4 || No || CPPSRB || 97% shared || 3% || || BlkPrep&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-local getwork proxy available.&amp;lt;/ref&amp;gt; || 2011-02-08 || 8 || [https://bitcointalk.org/index.php?topic=36371.0 1] || [http://bitpenny.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Canada]] || Canada || 2 || No || PPLNS || kept by pool || || 1.5% || [[getwork]] || 2012-08-08 || 1 || [https://bitcointalk.org/index.php?topic=99741.0/ 1] || [https://btccan.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]] || USA/EU || 2300 || [[NMC]] || PPS || kept by pool || 5% || || [[getwork]], [http://mining.bitcoin.cz/stratum-mining stratum] || 2011-05-09 || Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://forum.bitcoin.org/index.php?topic=7760.0 1] || [http://www.btcguild.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]] || UK || 65 || No || Score || kept by pool || || 0% || [[getwork]] || 2011-03-11 || 1 || [http://forum.bitcoin.org/index.php?topic=4251.0 1] || [http://www.btcmine.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]] || Germany || 60 || No || PPS || kept by pool || 4% || || [[getwork]] || 2011-06-28 || 1 ||  || [http://www.btcmp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCWarp]] || USA || 50 || No || Score || kept by pool || || 0% || [[getwork]] || ? || 1 || [http://www.bitcoinbalkan.com/forum 1] ||[http://www.btcwarp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[CoinLab Protected Pool]] || USA || ? || No || PPS || kept by pool || 2-5% || || [[getwork]] || 2012-08-09 || 1 || [https://bitcointalk.org/index.php?topic=99643 1] ||[https://bitcointalk.org/index.php?topic=99643 Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron|Coinotron]] || Poland || 70 || No || DGM || kept by pool ||  || 0% || [[getwork]] || 2011-07-06 || 1 || [http://forum.bitcoin.org/index.php?topic=26727.0 1] || [http://www.coinotron.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]] || Germany || 4200 || No || PPS/Prop. || kept by pool || 10% || 3% || [[getwork]] || 2011-02-26 ||1 || [http://forum.bitcoin.org/index.php?topic=3889.0 1] || [http://deepbit.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]] || USA/EU/AU/Asia || 1900 || [[NMC]] || DGM/PPS || kept by pool || 5% || 0% || [[getwork]], [[getblocktemplate]]&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-14 || 1/Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic || [http://forum.bitcoin.org/index.php?topic=16385.0 1] || [https://eclipsemc.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]] || Germany || 300 || [[NMC]] || SMPPS || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || || [[getwork]], [[getblocktemplate]]&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-04-27 || 1 || [https://bitcointalk.org/index.php?topic=23768.msg298069#msg298069 1] || [http://eligius.st Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Horrible Horrendous TT]] || USA || 15 || No || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || 1% || || [[getwork]] || 2012-08-29 || Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;&amp;gt;The difficulty of the shares can be changed by the user.&amp;lt;/ref&amp;gt; || [https://bitcointalk.org/index.php?topic=95378.0 1] || [http://hhtt.1209k.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining Team Reddit (MtRed)]] || USA/EU || 650 || [[NMC]] || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || shared || 0% || || [[getwork]] || 2011-05-25 || 1 || [http://forum.bitcoin.org/index.php?topic=15929.0 1] [http://reddit.com/r/mtred/ 2] || [http://www.mtred.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[MaxBTC]] || USA || 220 || [[NMC]] || DGM || kept by pool || || 0% || [[getwork]] || 2012-03-15 || 1 || [https://bitcointalk.org/index.php?topic=68734.0 1] || [https://www.maxbtc.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[NMCBit]] || USA || 20 || [[NMC]] || PPS/Prop. || kept by pool || 6.6% || 3% || [[getwork]] || 2011-08-01 || 1 || [https://bitcointalk.org/index.php?topic=33612.0 1] [http://dot-bit.org/forum/viewtopic.php?f=6&amp;amp;t=268 2] || [http://www.nmcbit.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozco.in]] || USA/EU/AUS || 900 || [[NMC]] on DGM || DGM/PPS || shared on DGM || 4% || 2% || [[Stratum, getwork]] || 2011-06-07 || 1 || [https://bitcointalk.org/index.php?topic=14085.0 1] || [https://www.ozcoin.net Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2Pool]] || Earth (P2P) || 300 || Solo Mining&amp;lt;ref&amp;gt;P2Pool supports merged mining but payouts in the merged chain are not pooled.&amp;lt;/ref&amp;gt; || PPLNS || shared || || 0%&amp;lt;ref&amp;gt;People are donating &#039;&#039;to&#039;&#039; P2Pool miners to encourage people to use it. The P2Pool author also accepts optional donations.&amp;lt;/ref&amp;gt; || Proprietary&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-17 || Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://forum.bitcoin.org/index.php?topic=18313.0 1] || [https://en.bitcoin.it/wiki/P2Pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]] || Russia || 420 || No || RSMPPS || shared || 0% ||  || [[getwork]], [[getblocktemplate]]&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt;, [[stratum]]&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-08-01 || Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [https://bitcointalk.org/index.php?topic=25127.0 1] [https://bitcointalk.org/index.php?topic=44024.0 2] || [https://pool.itzod.ru/ Link]&lt;br /&gt;
|-	 &lt;br /&gt;
| [[PolMine]] || Poland || 160 || No || SMPPS || shared || 1% ||  || [[getwork]], [[getblocktemplate]] || 2011-06-13 || 1 || [http://forum.polmine.pl/ 1] || [https://polmine.pl/?setlang=en Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]] || EU || 90 || No || PPLNS || kept by pool || || 0% &amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;gt; || [[getwork]], [[getblocktemplate]]&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-28 || 1 || [http://forum.bitcoin.org/index.php?topic=23664.0 1] || [http://tinyurl.com/triplemining Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.mkalinin.ru]] || Russia || 27 || No || PPLNS || kept by pool || || 0% || [[getwork]] || 2011-07-20 || 1 || [https://bitcointalk.org/index.php?topic=30703.0 1] || [http://pool.mkalinin.ru/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[alvarez.sfek.kz]] || Kazakhstan || 3.7 || No || PPLNS || kept by pool || || 0% || [[getwork]] || 2012-04-19 || 1 || [https://bitcointalk.org/index.php?topic=80135.0 1] || [http://alvarez.sfek.kz/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://bcx.me/ Bitcoin Mining Pool Tracker]&lt;br /&gt;
*[http://blockorigin.pfoe.be/chart.php Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=33028</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=33028"/>
		<updated>2012-11-25T07:08:59Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 50 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay. [http://eligius.st/wiki/index.php/Capped_PPS_with_Recent_Backpay]&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! GH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt; !! Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt; !! Reward Type !! Transaction fees !! PPS Fee !! Reward Fee !! Protocol !! Launched !! Difficulty&amp;lt;ref name=&amp;quot;diff&amp;quot;&amp;gt;The share difficulty the pool uses&amp;lt;/ref&amp;gt; !! Forum !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]] || Germany || 5100 || No || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool ||3% || || [[getwork]] || 2011-11-11 || 1 || [http://bitcointalk.org/index.php?topic=54673.0 1] || [http://50btc.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Oxygen]] || EU || 1 || No || PPS || kept by pool || 0% || || [[getwork]] || 1-11-2012 || 1 || [https://bitcointalk.org/index.php?topic=120976.0 1] || [http://www.btcoxygen.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitArena]] || Romania || 1 || No || Prop. || kept by pool || || 0% || [[getblocktemplate]] || 2012-09-22 || 1 || [https://bitcointalk.org/index.php?topic=112243.0 1] ||[https://www.bitarena.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcash.cz|Bitcash.cz]] || Czech Republic || 5 || No || Prop. || kept by pool ||  || 0% || [[getwork]] || 2012-09-14 || 1 || [http://bitcash.cz/forum/ 1] || &lt;br /&gt;
[http://bitcash.cz/pool/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitclockers|BitClockers]] || USA/EU || 250 || [[NMC]] || PPS || kept by pool || 8% || || [[getwork]] || 2011-05-27 || 1 || [http://forum.bitcoin.org/index.php?topic=10127.0 1] || [http://bitclockers.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pool|Bitcoin Mining Pool]] || USA || 70 || No || Prop. || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || [[getwork]] || Unknown || 1 || [http://bitcoinpool.com/forum/ 1] || [http://www.bitcoinpool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pooled_Mining|Slush&#039;s pool (mining.bitcoin.cz)]] || EU/France || 2000 || [[NMC]] || Score || shared || || 2% || [[getwork]], [http://mining.bitcoin.cz/stratum-mining stratum] || 2010-11-27 || Dynamic || [http://forum.bitcoin.org/index.php?topic=1976.0 1] || [http://mining.bitcoin.cz/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Bitcoins.lc]] || EU || 60 || No || Prop. || kept by pool || || 0% || [[getwork]] || 2011-05-27 || 1 || [http://forum.bitcoin.org/index.php?topic=10121.0 1] || [http://www.bitcoins.lc/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitparking]] || USA || 130 || [[NMC]], I0C, IXC, [[Devcoin]] || PPS || kept by pool || 2.5% || || [[getwork]] || 2012-01-08 || Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [https://bitcointalk.org/index.php?topic=57148.0 1] || [http://mmpool.bitparking.com/pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]] || Germany || 2000 || [[NMC]] || PPLNS || shared || || 0% || [[getwork]], [[getblocktemplate]] || 2011-06-26 || 1 || [https://bitcointalk.org/index.php?topic=27062.0 1] || [https://bitminter.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPenny]] || USA || 4 || No || CPPSRB || 97% shared || 3% || || BlkPrep&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-local getwork proxy available.&amp;lt;/ref&amp;gt; || 2011-02-08 || 8 || [https://bitcointalk.org/index.php?topic=36371.0 1] || [http://bitpenny.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Canada]] || Canada || 2 || No || PPLNS || kept by pool || || 1.5% || [[getwork]] || 2012-08-08 || 1 || [https://bitcointalk.org/index.php?topic=99741.0/ 1] || [https://btccan.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]] || USA/EU || 2300 || [[NMC]] || PPS || kept by pool || 5% || || [[getwork]], [http://mining.bitcoin.cz/stratum-mining stratum] || 2011-05-09 || Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://forum.bitcoin.org/index.php?topic=7760.0 1] || [http://www.btcguild.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]] || UK || 65 || No || Score || kept by pool || || 0% || [[getwork]] || 2011-03-11 || 1 || [http://forum.bitcoin.org/index.php?topic=4251.0 1] || [http://www.btcmine.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]] || Germany || 60 || No || PPS || kept by pool || 4% || || [[getwork]] || 2011-06-28 || 1 ||  || [http://www.btcmp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCWarp]] || USA || 50 || No || Score || kept by pool || || 0% || [[getwork]] || ? || 1 || [http://www.bitcoinbalkan.com/forum 1] ||[http://www.btcwarp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[CoinLab Protected Pool]] || USA || ? || No || PPS || kept by pool || 2-5% || || [[getwork]] || 2012-08-09 || 1 || [https://bitcointalk.org/index.php?topic=99643 1] ||[https://bitcointalk.org/index.php?topic=99643 Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron|Coinotron]] || Poland || 70 || No || DGM || kept by pool ||  || 0% || [[getwork]] || 2011-07-06 || 1 || [http://forum.bitcoin.org/index.php?topic=26727.0 1] || [http://www.coinotron.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]] || Germany || 4200 || No || PPS/Prop. || kept by pool || 10% || 3% || [[getwork]] || 2011-02-26 ||1 || [http://forum.bitcoin.org/index.php?topic=3889.0 1] || [http://deepbit.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]] || USA/EU/AU/Asia || 1900 || [[NMC]] || DGM/PPS || kept by pool || 5% || 0% || [[getwork]], [[getblocktemplate]]&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-14 || 1/Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic || [http://forum.bitcoin.org/index.php?topic=16385.0 1] || [https://eclipsemc.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]] || Germany || 300 || [[NMC]] || SMPPS || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || || [[getwork]], [[getblocktemplate]]&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-04-27 || 1 || [https://bitcointalk.org/index.php?topic=23768.msg298069#msg298069 1] || [http://eligius.st Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Horrible Horrendous TT]] || USA || 15 || No || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || 1% || || [[getwork]] || 2012-08-29 || Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;&amp;gt;The difficulty of the shares can be changed by the user.&amp;lt;/ref&amp;gt; || [https://bitcointalk.org/index.php?topic=95378.0 1] || [http://hhtt.1209k.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining Team Reddit (MtRed)]] || USA/EU || 650 || [[NMC]] || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || shared || 0% || || [[getwork]] || 2011-05-25 || 1 || [http://forum.bitcoin.org/index.php?topic=15929.0 1] [http://reddit.com/r/mtred/ 2] || [http://www.mtred.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[MaxBTC]] || USA || 220 || [[NMC]] || DGM || kept by pool || || 0% || [[getwork]] || 2012-03-15 || 1 || [https://bitcointalk.org/index.php?topic=68734.0 1] || [https://www.maxbtc.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[NMCBit]] || USA || 20 || [[NMC]] || PPS/Prop. || kept by pool || 6.6% || 3% || [[getwork]] || 2011-08-01 || 1 || [https://bitcointalk.org/index.php?topic=33612.0 1] [http://dot-bit.org/forum/viewtopic.php?f=6&amp;amp;t=268 2] || [http://www.nmcbit.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozco.in]] || USA/EU/AUS || 900 || [[NMC]] on DGM || DGM/PPS || shared on DGM || 4% || 2% || [[Stratum, getwork]] || 2011-06-07 || 1 || [https://bitcointalk.org/index.php?topic=14085.0 1] || [https://www.ozcoin.net Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2Pool]] || Earth (P2P) || 300 || Solo Mining&amp;lt;ref&amp;gt;P2Pool supports merged mining but payouts in the merged chain are not pooled.&amp;lt;/ref&amp;gt; || PPLNS || shared || || 0%&amp;lt;ref&amp;gt;People are donating &#039;&#039;to&#039;&#039; P2Pool miners to encourage people to use it. The P2Pool author also accepts optional donations.&amp;lt;/ref&amp;gt; || Proprietary&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-17 || Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://forum.bitcoin.org/index.php?topic=18313.0 1] || [https://en.bitcoin.it/wiki/P2Pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]] || Russia || 420 || No || RSMPPS || shared || 0% ||  || [[getwork]], [[getblocktemplate]]&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt;, [[stratum]]&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-08-01 || Choosable&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [https://bitcointalk.org/index.php?topic=25127.0 1] [https://bitcointalk.org/index.php?topic=44024.0 2] || [https://pool.itzod.ru/ Link]&lt;br /&gt;
|-	 &lt;br /&gt;
| [[PolMine]] || Poland || 160 || No || SMPPS || shared || 1% ||  || [[getwork]], [[getblocktemplate]] || 2011-06-13 || 1 || [http://forum.polmine.pl/ 1] || [https://polmine.pl/?setlang=en Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]] || EU || 90 || No || PPLNS || kept by pool || || 0% &amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;gt; || [[getwork]], [[getblocktemplate]]&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-28 || 1 || [http://forum.bitcoin.org/index.php?topic=23664.0 1] || [http://tinyurl.com/triplemining Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.mkalinin.ru]] || Russia || 70 || No || PPLNS || kept by pool || || 0% || [[getwork]] || 2011-07-20 || 1 || [https://bitcointalk.org/index.php?topic=30703.0 1] || [http://pool.mkalinin.ru/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[alvarez.sfek.kz]] || Kazakhstan || 3.7 || No || PPLNS || kept by pool || || 0% || [[getwork]] || 2012-04-19 || 1 || [https://bitcointalk.org/index.php?topic=80135.0 1] || [http://alvarez.sfek.kz/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://bcx.me/ Bitcoin Mining Pool Tracker]&lt;br /&gt;
*[http://blockorigin.pfoe.be/chart.php Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=28973</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=28973"/>
		<updated>2012-07-23T10:38:03Z</updated>

		<summary type="html">&lt;p&gt;Arruah: bitcoinmoned doesn&amp;#039;t work long time&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 50 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay.&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! GH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt; !! Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt; !! Reward Type !! Transaction fees !! Fee PPS !! Fee Prop / Score !! Protocol !! Launched !! Forum !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]] || Germany || 1000 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || || || getwork || 2011-11-11 || [http://bitcointalk.org/index.php?topic=54673.0 Link] || [http://50btc.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ABCPool.co|ABCPool.co]] || USA || 826 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || 4%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; ||  || getwork || 2011-08-02 || [http://bitcointalk.org/index.php?topic=33586.0 Link] || [http://www.ABCPool.co/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcash.cz|Bitcash.cz]] || Czech Republic || 14 || ? || Prop. || kept by pool ||  || 0% || getwork || 2011-07-21 || [http://bitcash.cz/forum/ Link] || &lt;br /&gt;
[http://bitcash.cz/pool/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitclockers|BitClockers]] || USA, EU || 240 || ? || Prop. || kept by pool || || 2% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10127.0 Link] || [http://bitclockers.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pool|Bitcoin Mining Pool]] || USA || 51 || ? || Prop. || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || getwork || Unknown || [http://bitcoinpool.com/forum/ Link] || [http://www.bitcoinpool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pooled_Mining|Bitcoin Pooled Mining (Slush)]] || EU/London || 1454 || [[NMC]] || Score || kept by pool || || 2% || getwork || 2010-11-27 || [http://forum.bitcoin.org/index.php?topic=1976.0 Link] || [http://mining.bitcoin.cz/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Bitcoins.lc]] || EU || 80 || ? || Prop. || kept by pool || || 0% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10121.0 Link] || [http://www.bitcoins.lc/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitparking]] || San Diego || 60 || [[NMC]], I0C, IXC, [[Devcoin]] || PPS || kept by pool || 2.5% || || getwork || 2012-01-08 || [https://bitcointalk.org/index.php?topic=57148.0 Link] || [http://mmpool.bitparking.com/pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]] || Germany || 420 || [[NMC]] || PPLNS || shared || || 0% || getwork || 2011-06-26 || [https://bitcointalk.org/index.php?topic=27062.0 Link] || [https://bitminter.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPenny]] || USA || 10 || No || CPPSRB || 97% shared || 3% || || BlkPrep&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-local getwork proxy available.&amp;lt;/ref&amp;gt; || 2011-02-08 || [https://bitcointalk.org/index.php?topic=36371.0 Link] || [http://bitpenny.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]] || USA, EU || 1595 || [[NMC]] || PPS || kept by pool || 5% || || getwork || 2011-05-09 || [http://forum.bitcoin.org/index.php?topic=7760.0 Link] || [http://www.btcguild.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]] || UK || 175 || ? || Score || kept by pool || || 2% || getwork || 2011-03-11 || [http://forum.bitcoin.org/index.php?topic=4251.0 Link] || [http://www.btcmine.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]] || Germany || 18 || ? || PPS || kept by pool || || 0% || getwork || 2011-06-28 ||  || [http://www.btcmp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Btcserv|BTCServ]] || Germany || 71 || Converted to BC || PPS || kept by pool || 0% ||  || getwork || 2011-07-09 || [http://forum.bitcoin.org/index.php?topic=27101.0 Link] || [http://btcserv.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron|Coinotron]] || Poland || 7 || ? || DGM || kept by pool ||  || 0% || getwork || 2011-07-06 || [http://forum.bitcoin.org/index.php?topic=26727.0 Link] || [http://www.coinotron.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]] || Germany || 3479 || No || PPS / Prop. || kept by pool || 10% || 3% || getwork || 2011-02-26 || [http://forum.bitcoin.org/index.php?topic=3889.0 Link] || [http://deepbit.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]] || USA / Europe / AU / Asia || 425 || [[NMC]] || DGM / PPS || kept by pool || 5% || 0% || getwork || 2011-06-14 || [http://forum.bitcoin.org/index.php?topic=16385.0 Link] || [https://eclipsemc.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]] || Germany || 650 &amp;lt;!-- don&#039;t update this just because you catch us at a low instance; pools have variance just like any other miner --&amp;gt; || [[NMC]] || SMPPS || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || || getwork, getmemorypool&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-04-27 || [https://bitcointalk.org/index.php?topic=23768.msg298069#msg298069 Link] || [http://eligius.st Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining Team Reddit (MtRed)]] || USA, EU || 629 || [[NMC]] || PPS || kept by pool || 0% || || getwork || 2011-05-25 || [http://forum.bitcoin.org/index.php?topic=15929.0 1] [http://reddit.com/r/mtred/ 2] || [http://www.mtred.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozco.in]] || USA/EU/AUS || 1100 || [[NMC]] || DGM / PPS || kept by pool || 5% || 0% || getwork || 2011-06-07 || [https://bitcointalk.org/index.php?topic=14085.0 Link] || [https://www.ozcoin.net Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2PMining]] || US || 6 || [[NMC]], I0C, IXC, [[Devcoin]] || PPLNS &amp;lt;ref name=&amp;quot;reward type&amp;quot;&amp;gt;P2PMining is a P2Pool node, and it splits its local reward PPLNS. The local reward is calculated by P2Pool, using the PPLNS reward type.&amp;lt;/ref&amp;gt;  || shared || 0% || || getwork || 2012-02-25 || [https://bitcointalk.org/index.php?topic=66202.0 Link] || [http://p2pmining.com/index.php Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2Pool]] || Earth (P2P) || 219 || Yes/Solo&amp;lt;ref&amp;gt;P2Pool supports merged mining but payouts in the merged chain are not pooled.&amp;lt;/ref&amp;gt; || PPLNS || shared || || 0%&amp;lt;ref&amp;gt;People are donating &#039;&#039;to&#039;&#039; P2Pool miners to encourage people to use it. The P2Pool author also accepts optional donations.&amp;lt;/ref&amp;gt; || Proprietary&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-17 || [http://forum.bitcoin.org/index.php?topic=18313.0 Link] || [https://en.bitcoin.it/wiki/P2Pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]] || Russia || 80 || Converted to BC || RSMPPS || shared || 0% ||  || getwork || 2011-08-01 || [https://bitcointalk.org/index.php?topic=25127.0 Link] [https://bitcointalk.org/index.php?topic=44024.0 Link] || [https://pool.itzod.ru/ Link]&lt;br /&gt;
|-	 &lt;br /&gt;
| [[PolMine]] || Poland || 53 || No || SMPPS || shared || 1% ||  || getwork || 2011-06-13 || [http://forum.polmine.pl/ Link] || [https://polmine.pl/?setlang=en Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]] || Europe || 70 || On hold || PPLNS || kept by pool || || 0% &amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;gt; || getwork, getmemorypool&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-28 || [http://forum.bitcoin.org/index.php?topic=23664.0 Link] || [http://tinyurl.com/triplemining Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.mkalinin.ru]] || Russia || 80 || No || PPLNS || kept by pool || || 0% || getwork || 2011-07-20 || [https://bitcointalk.org/index.php?topic=30703.0 Link] || [http://pool.mkalinin.ru/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[alvarez.sfek.kz]] || Kazakhstan || 2 || No || PPLNS || kept by pool || || 0% || getwork || 2012-04-19 || [https://bitcointalk.org/index.php?topic=80135.0 Link] || [http://alvarez.sfek.kz/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://bcx.me/ Bitcoin Mining Pool Tracker]&lt;br /&gt;
*[http://blockorigin.pfoe.be/chart.php Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=28938</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=28938"/>
		<updated>2012-07-20T11:47:34Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 50 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay.&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! GH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt; !! Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt; !! Reward Type !! Transaction fees !! Fee PPS !! Fee Prop / Score !! Protocol !! Launched !! Forum !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]] || Germany || 1000 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || || || getwork || 2011-11-11 || [http://bitcointalk.org/index.php?topic=54673.0 Link] || [http://50btc.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ABCPool.co|ABCPool.co]] || USA || 826 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || 4%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; ||  || getwork || 2011-08-02 || [http://bitcointalk.org/index.php?topic=33586.0 Link] || [http://www.ABCPool.co/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcash.cz|Bitcash.cz]] || Czech Republic || 14 || ? || Prop. || kept by pool ||  || 0% || getwork || 2011-07-21 || [http://bitcash.cz/forum/ Link] || &lt;br /&gt;
[http://bitcash.cz/pool/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitclockers|BitClockers]] || USA, EU || 240 || ? || Prop. || kept by pool || || 2% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10127.0 Link] || [http://bitclockers.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pool|Bitcoin Mining Pool]] || USA || 51 || ? || Prop. || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || getwork || Unknown || [http://bitcoinpool.com/forum/ Link] || [http://www.bitcoinpool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pooled_Mining|Bitcoin Pooled Mining (Slush)]] || EU/London || 1454 || [[NMC]] || Score || kept by pool || || 2% || getwork || 2010-11-27 || [http://forum.bitcoin.org/index.php?topic=1976.0 Link] || [http://mining.bitcoin.cz/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Bitcoins.lc]] || EU || 80 || ? || Prop. || kept by pool || || 0% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10121.0 Link] || [http://www.bitcoins.lc/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitparking]] || San Diego || 60 || [[NMC]], I0C, IXC, [[Devcoin]] || PPS || kept by pool || 2.5% || || getwork || 2012-01-08 || [https://bitcointalk.org/index.php?topic=57148.0 Link] || [http://mmpool.bitparking.com/pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]] || Germany || 420 || [[NMC]] || PPLNS || shared || || 0% || getwork || 2011-06-26 || [https://bitcointalk.org/index.php?topic=27062.0 Link] || [https://bitminter.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPenny]] || USA || 10 || No || CPPSRB || 97% shared || 3% || || BlkPrep&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-local getwork proxy available.&amp;lt;/ref&amp;gt; || 2011-02-08 || [https://bitcointalk.org/index.php?topic=36371.0 Link] || [http://bitpenny.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]] || USA, EU || 1595 || [[NMC]] || PPS || kept by pool || 5% || || getwork || 2011-05-09 || [http://forum.bitcoin.org/index.php?topic=7760.0 Link] || [http://www.btcguild.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]] || UK || 175 || ? || Score || kept by pool || || 2% || getwork || 2011-03-11 || [http://forum.bitcoin.org/index.php?topic=4251.0 Link] || [http://www.btcmine.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]] || Germany || 18 || ? || PPS || kept by pool || || 0% || getwork || 2011-06-28 ||  || [http://www.btcmp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Btcserv|BTCServ]] || Germany || 71 || Converted to BC || PPS || kept by pool || 0% ||  || getwork || 2011-07-09 || [http://forum.bitcoin.org/index.php?topic=27101.0 Link] || [http://btcserv.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron|Coinotron]] || Poland || 7 || ? || DGM || kept by pool ||  || 0% || getwork || 2011-07-06 || [http://forum.bitcoin.org/index.php?topic=26727.0 Link] || [http://www.coinotron.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]] || Germany || 3479 || No || PPS / Prop. || kept by pool || 10% || 3% || getwork || 2011-02-26 || [http://forum.bitcoin.org/index.php?topic=3889.0 Link] || [http://deepbit.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]] || USA / Europe / AU / Asia || 425 || [[NMC]] || DGM / PPS || kept by pool || 5% || 0% || getwork || 2011-06-14 || [http://forum.bitcoin.org/index.php?topic=16385.0 Link] || [https://eclipsemc.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]] || Germany || 650 &amp;lt;!-- don&#039;t update this just because you catch us at a low instance; pools have variance just like any other miner --&amp;gt; || [[NMC]] || SMPPS || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || || getwork, getmemorypool&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-04-27 || [https://bitcointalk.org/index.php?topic=23768.msg298069#msg298069 Link] || [http://eligius.st Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining Team Reddit (MtRed)]] || USA, EU || 629 || [[NMC]] || PPS || kept by pool || 0% || || getwork || 2011-05-25 || [http://forum.bitcoin.org/index.php?topic=15929.0 1] [http://reddit.com/r/mtred/ 2] || [http://www.mtred.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozco.in]] || USA/EU/AUS || 1100 || [[NMC]] || DGM / PPS || kept by pool || 5% || 0% || getwork || 2011-06-07 || [https://bitcointalk.org/index.php?topic=14085.0 Link] || [https://www.ozcoin.net Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2PMining]] || US || 6 || [[NMC]], I0C, IXC, [[Devcoin]] || PPLNS &amp;lt;ref name=&amp;quot;reward type&amp;quot;&amp;gt;P2PMining is a P2Pool node, and it splits its local reward PPLNS. The local reward is calculated by P2Pool, using the PPLNS reward type.&amp;lt;/ref&amp;gt;  || shared || 0% || || getwork || 2012-02-25 || [https://bitcointalk.org/index.php?topic=66202.0 Link] || [http://p2pmining.com/index.php Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2Pool]] || Earth (P2P) || 219 || Yes/Solo&amp;lt;ref&amp;gt;P2Pool supports merged mining but payouts in the merged chain are not pooled.&amp;lt;/ref&amp;gt; || PPLNS || shared || || 0%&amp;lt;ref&amp;gt;People are donating &#039;&#039;to&#039;&#039; P2Pool miners to encourage people to use it. The P2Pool author also accepts optional donations.&amp;lt;/ref&amp;gt; || Proprietary&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-17 || [http://forum.bitcoin.org/index.php?topic=18313.0 Link] || [https://en.bitcoin.it/wiki/P2Pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]] || Russia || 80 || Converted to BC || RSMPPS || shared || 0% ||  || getwork || 2011-08-01 || [https://bitcointalk.org/index.php?topic=25127.0 Link] [https://bitcointalk.org/index.php?topic=44024.0 Link] || [https://pool.itzod.ru/ Link]&lt;br /&gt;
|-	 &lt;br /&gt;
| [[PolMine]] || Poland || 53 || No || SMPPS || shared || 1% ||  || getwork || 2011-06-13 || [http://forum.polmine.pl/ Link] || [https://polmine.pl/?setlang=en Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]] || Europe || 70 || On hold || PPLNS || kept by pool || || 0% &amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;gt; || getwork, getmemorypool&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-28 || [http://forum.bitcoin.org/index.php?topic=23664.0 Link] || [http://tinyurl.com/triplemining Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.mkalinin.ru]] || Russia || 80 || No || PPLNS || kept by pool || || 0% || getwork || 2011-07-20 || [https://bitcointalk.org/index.php?topic=30703.0 Link] || [http://pool.mkalinin.ru/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[alvarez.sfek.kz]] || Kazakhstan || 2 || No || PPLNS || kept by pool || || 0% || getwork || 2012-04-19 || [https://bitcointalk.org/index.php?topic=80135.0 Link] || [http://alvarez.sfek.kz/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[bitcoinmoneda.com]] || USA || 4 || No || PPLNS || shared || || 2% || getwork || 2012-06-01 || [https://bitcointalk.org/index.php?topic=88106.0 Link] || [http://bitcoinmoneda.com/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://bcx.me/ Bitcoin Mining Pool Tracker]&lt;br /&gt;
*[http://blockorigin.pfoe.be/chart.php Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=26411</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=26411"/>
		<updated>2012-05-11T16:21:29Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 50 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay.&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! GH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt; !! Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt; !! Reward Type !! Transaction fees !! Fee PPS !! Fee Prop / Score !! Protocol !! Launched !! Forum !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]] || Germany || 350 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool ||  || || getwork || 2011-11-11 || [http://bitcointalk.org/index.php?topic=54673.0 Link] || [http://50btc.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ABCPool.co|ABCPool.co]] || USA || 812 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || 1.5%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; ||  || getwork || 2011-08-02 || [http://bitcointalk.org/index.php?topic=33586.0 Link] || [http://www.ABCPool.co/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcash.cz|Bitcash.cz]] || Czech Republic || 14 || ? || Prop. || kept by pool ||  || 0% || getwork || 2011-07-21 || [http://bitcash.cz/forum/ Link] || &lt;br /&gt;
[http://bitcash.cz/pool/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitclockers|BitClockers]] || USA, EU || 240 || ? || Prop. || kept by pool || || 2% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10127.0 Link] || [http://bitclockers.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pool|Bitcoin Mining Pool]] || USA || 51 || ? || Prop. || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || getwork || Unknown || [http://bitcoinpool.com/forum/ Link] || [http://www.bitcoinpool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pooled_Mining|Bitcoin Pooled Mining (Slush)]] || EU/London || 1454 || [[NMC]] || Score || kept by pool || || 2% || getwork || 2010-11-27 || [http://forum.bitcoin.org/index.php?topic=1976.0 Link] || [http://mining.bitcoin.cz/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Bitcoins.lc]] || EU || 80 || ? || Prop. || kept by pool || || 0% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10121.0 Link] || [http://www.bitcoins.lc/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitparking]] || San Diego || 60 || [[NMC]], I0C, IXC, [[Devcoin]] || PPS || kept by pool || 2.5% || || getwork || 2012-01-08 || [https://bitcointalk.org/index.php?topic=57148.0 Link] || [http://mmpool.bitparking.com/pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]] || Germany || 120 || [[NMC]] || PPLNS || shared || || 0% || getwork || 2011-06-18 || [https://bitcointalk.org/index.php?topic=27062.0 Link] || [https://bitminter.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPenny]] || USA || 10 || No || CPPSRB || 97% shared || 3% || || BlkPrep&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-local getwork proxy available.&amp;lt;/ref&amp;gt; || 2011-02-08 || [https://bitcointalk.org/index.php?topic=36371.0 Link] || [http://bitpenny.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]] || USA, EU || 1410 || [[NMC]] || PPS || kept by pool || 5% || || getwork || 2011-05-09 || [http://forum.bitcoin.org/index.php?topic=7760.0 Link] || [http://www.btcguild.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]] || UK || 175 || ? || Score || kept by pool || || 2% || getwork || 2011-03-11 || [http://forum.bitcoin.org/index.php?topic=4251.0 Link] || [http://www.btcmine.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]] || Germany || 18 || ? || PPS || kept by pool || || 0% || getwork || 2011-06-28 ||  || [http://www.btcmp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Btcserv|BTCServ]] || Germany || 71 || Converted to BC || PPS || kept by pool || 0% ||  || getwork || 2011-07-09 || [http://forum.bitcoin.org/index.php?topic=27101.0 Link] || [http://btcserv.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron|Coinotron]] || Poland || 7 || ? || Prop || kept by pool ||  || 0% || getwork || 2011-07-06 || [http://forum.bitcoin.org/index.php?topic=26727.0 Link] || [http://www.coinotron.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]] || Germany || 3673 || No || PPS / Prop. || kept by pool || 10% || 3% || getwork || 2011-02-26 || [http://forum.bitcoin.org/index.php?topic=3889.0 Link] || [http://deepbit.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]] || USA / Europe / AU / Asia || 425 || [[NMC]] || DGM || kept by pool || || 0% || getwork || 2011-06-14 || [http://forum.bitcoin.org/index.php?topic=16385.0 Link] || [https://eclipsemc.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]] || Germany || 650 &amp;lt;!-- don&#039;t update this just because you catch us at a low instance; pools have variance just like any other miner --&amp;gt; || [[NMC]] || SMPPS || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || || getwork, getmemorypool&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-04-27 || [https://bitcointalk.org/index.php?topic=23768.msg298069#msg298069 Link] || [http://eligius.st Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining Team Reddit (MtRed)]] || USA, EU || 95 || [[NMC]] || PPS || kept by pool || 0% || || getwork || 2011-05-25 || [http://forum.bitcoin.org/index.php?topic=15929.0 1] [http://reddit.com/r/mtred/ 2] || [http://www.mtred.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozco.in]] || USA/EU/AUS || 850 || [[NMC]] || DGM || kept by pool || || 0% || getwork || 2011-06-07 || [https://bitcointalk.org/index.php?topic=14085.0 Link] || [https://www.ozcoin.net Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2PMining]] || US || 16 || [[NMC]], I0C, IXC, [[Devcoin]] || PPLNS &amp;lt;ref name=&amp;quot;reward type&amp;quot;&amp;gt;P2PMining is a P2Pool node, and it splits its local reward PPLNS. The local reward is calculated by P2Pool, using the PPLNS reward type.&amp;lt;/ref&amp;gt;  || shared || || 0.5% || getwork || 2012-02-25 || [https://bitcointalk.org/index.php?topic=66202.0 Link] || [http://p2pmining.com/index.php Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2Pool]] || Earth (P2P) || 271 || Yes/Solo&amp;lt;ref&amp;gt;P2Pool supports merged mining but payouts in the merged chain are not pooled.&amp;lt;/ref&amp;gt; || PPLNS || shared || || &amp;lt;0%&amp;lt;ref&amp;gt;People are donating &#039;&#039;to&#039;&#039; P2Pool miners to encourage people to use it. The P2Pool author also accepts optional donations.&amp;lt;/ref&amp;gt; || Proprietary&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-17 || [http://forum.bitcoin.org/index.php?topic=18313.0 Link] || [https://en.bitcoin.it/wiki/P2Pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]] || Russian Federation || 45 || Converted to BC || RSMPPS || shared || 0% || 0% || getwork || 2011-08-01 || [https://bitcointalk.org/index.php?topic=25127.0 Link] [https://bitcointalk.org/index.php?topic=44024.0 Link] || [http://pool.itzod.ru/ Link]&lt;br /&gt;
|-	 &lt;br /&gt;
| [[PolMine]] || Poland || 50 || ? || PPS || shared || 0% ||  || getwork || 2011-06-13 || [http://forum.polmine.pl/ Link] || [https://polmine.pl/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]] || Europe || 40 || Converted to BC || PPLNS || kept by pool || || 0% &amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;gt; || getwork || 2011-06-28 || [http://forum.bitcoin.org/index.php?topic=23664.0 Link] || [http://tinyurl.com/triplemining Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.mkalinin.ru]] || Russia || 16 || No || PPLNS || kept by pool || || 0% || getwork || 2011-07-20 || [https://bitcointalk.org/index.php?topic=30703.0 Link] || [http://pool.mkalinin.ru/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[alvarez.sfek.kz]] || Kazakhstan || 2 || No || PPLNS || kept by pool || || 0% || getwork || 2012-04-19 || [https://bitcointalk.org/index.php?topic=80135.0 Link] || [http://alvarez.sfek.kz/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://bcx.me/ Bitcoin Mining Pool Tracker]&lt;br /&gt;
*[http://blockchain.info/pools Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=26410</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=26410"/>
		<updated>2012-05-11T16:15:41Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 50 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay.&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! GH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt; !! Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt; !! Reward Type !! Transaction fees !! Fee PPS !! Fee Prop / Score !! Protocol !! Launched !! Forum !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]] || Germany || 350 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool ||  || || getwork || 2011-11-11 || [http://bitcointalk.org/index.php?topic=54673.0 Link] || [http://50btc.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ABCPool.co|ABCPool.co]] || USA || 812 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || 1.5%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; ||  || getwork || 2011-08-02 || [http://bitcointalk.org/index.php?topic=33586.0 Link] || [http://www.ABCPool.co/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcash.cz|Bitcash.cz]] || Czech Republic || 14 || ? || Prop. || kept by pool ||  || 0% || getwork || 2011-07-21 || [http://bitcash.cz/forum/ Link] || &lt;br /&gt;
[http://bitcash.cz/pool/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitclockers|BitClockers]] || USA, EU || 240 || ? || Prop. || kept by pool || || 2% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10127.0 Link] || [http://bitclockers.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pool|Bitcoin Mining Pool]] || USA || 51 || ? || Prop. || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || getwork || Unknown || [http://bitcoinpool.com/forum/ Link] || [http://www.bitcoinpool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pooled_Mining|Bitcoin Pooled Mining (Slush)]] || EU/London || 1454 || [[NMC]] || Score || kept by pool || || 2% || getwork || 2010-11-27 || [http://forum.bitcoin.org/index.php?topic=1976.0 Link] || [http://mining.bitcoin.cz/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Bitcoins.lc]] || EU || 80 || ? || Prop. || kept by pool || || 0% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10121.0 Link] || [http://www.bitcoins.lc/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitparking]] || San Diego || 60 || [[NMC]], I0C, IXC, [[Devcoin]] || PPS || kept by pool || 2.5% || || getwork || 2012-01-08 || [https://bitcointalk.org/index.php?topic=57148.0 Link] || [http://mmpool.bitparking.com/pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]] || Germany || 120 || [[NMC]] || PPLNS || shared || || 0% || getwork || 2011-06-18 || [https://bitcointalk.org/index.php?topic=27062.0 Link] || [https://bitminter.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPenny]] || USA || 10 || No || CPPSRB || 97% shared || 3% || || BlkPrep&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-local getwork proxy available.&amp;lt;/ref&amp;gt; || 2011-02-08 || [https://bitcointalk.org/index.php?topic=36371.0 Link] || [http://bitpenny.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]] || USA, EU || 1410 || [[NMC]] || PPS || kept by pool || 5% || || getwork || 2011-05-09 || [http://forum.bitcoin.org/index.php?topic=7760.0 Link] || [http://www.btcguild.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]] || UK || 175 || ? || Score || kept by pool || || 2% || getwork || 2011-03-11 || [http://forum.bitcoin.org/index.php?topic=4251.0 Link] || [http://www.btcmine.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]] || Germany || 18 || ? || PPS || kept by pool || || 0% || getwork || 2011-06-28 ||  || [http://www.btcmp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Btcserv|BTCServ]] || Germany || 71 || Converted to BC || PPS || kept by pool || 0% ||  || getwork || 2011-07-09 || [http://forum.bitcoin.org/index.php?topic=27101.0 Link] || [http://btcserv.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron|Coinotron]] || Poland || 7 || ? || Prop || kept by pool ||  || 0% || getwork || 2011-07-06 || [http://forum.bitcoin.org/index.php?topic=26727.0 Link] || [http://www.coinotron.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]] || Germany || 3673 || No || PPS / Prop. || kept by pool || 10% || 3% || getwork || 2011-02-26 || [http://forum.bitcoin.org/index.php?topic=3889.0 Link] || [http://deepbit.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]] || USA / Europe / AU / Asia || 425 || [[NMC]] || DGM || kept by pool || || 0% || getwork || 2011-06-14 || [http://forum.bitcoin.org/index.php?topic=16385.0 Link] || [https://eclipsemc.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]] || Germany || 650 &amp;lt;!-- don&#039;t update this just because you catch us at a low instance; pools have variance just like any other miner --&amp;gt; || [[NMC]] || SMPPS || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || || getwork, getmemorypool&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-04-27 || [https://bitcointalk.org/index.php?topic=23768.msg298069#msg298069 Link] || [http://eligius.st Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining Team Reddit (MtRed)]] || USA, EU || 95 || [[NMC]] || PPS || kept by pool || 0% || || getwork || 2011-05-25 || [http://forum.bitcoin.org/index.php?topic=15929.0 1] [http://reddit.com/r/mtred/ 2] || [http://www.mtred.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozco.in]] || USA/EU/AUS || 850 || [[NMC]] || DGM || kept by pool || || 0% || getwork || 2011-06-07 || [https://bitcointalk.org/index.php?topic=14085.0 Link] || [https://www.ozcoin.net Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2PMining]] || US || 16 || [[NMC]], I0C, IXC, [[Devcoin]] || PPLNS &amp;lt;ref name=&amp;quot;reward type&amp;quot;&amp;gt;P2PMining is a P2Pool node, and it splits its local reward PPLNS. The local reward is calculated by P2Pool, using the PPLNS reward type.&amp;lt;/ref&amp;gt;  || shared || || 0.5% || getwork || 2012-02-25 || [https://bitcointalk.org/index.php?topic=66202.0 Link] || [http://p2pmining.com/index.php Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2Pool]] || Earth (P2P) || 271 || Yes/Solo&amp;lt;ref&amp;gt;P2Pool supports merged mining but payouts in the merged chain are not pooled.&amp;lt;/ref&amp;gt; || PPLNS || shared || || &amp;lt;0%&amp;lt;ref&amp;gt;People are donating &#039;&#039;to&#039;&#039; P2Pool miners to encourage people to use it. The P2Pool author also accepts optional donations.&amp;lt;/ref&amp;gt; || Proprietary&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-17 || [http://forum.bitcoin.org/index.php?topic=18313.0 Link] || [https://en.bitcoin.it/wiki/P2Pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]] || Russian Federation || 45 || Converted to BC || RSMPPS || shared || 0% || 0% || getwork || 2011-08-01 || [https://bitcointalk.org/index.php?topic=25127.0 Link] [https://bitcointalk.org/index.php?topic=44024.0 Link] || [http://pool.itzod.ru/ Link]&lt;br /&gt;
|-	 &lt;br /&gt;
| [[PolMine]] || Poland || 50 || ? || PPS || shared || 0% ||  || getwork || 2011-06-13 || [http://forum.polmine.pl/ Link] || [https://polmine.pl/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Simplecoin|Simplecoin.us]] || US || 25 || [[NMC]] || SMPPS / PPLNS / Prop || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || getwork || 2011-06-02 || [http://forum.bitcoin.org/index.php?topic=11186.0 Link] || [http://simplecoin.us/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]] || Europe || 40 || Converted to BC || PPLNS || kept by pool || || 0% &amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;gt; || getwork || 2011-06-28 || [http://forum.bitcoin.org/index.php?topic=23664.0 Link] || [http://tinyurl.com/triplemining Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.mkalinin.ru]] || Russia || 16 || No || PPLNS || kept by pool || || 0% || getwork || 2011-07-20 || [https://bitcointalk.org/index.php?topic=30703.0 Link] || [http://pool.mkalinin.ru/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[alvarez.sfek.kz]] || Kazakhstan || 2 || No || PPLNS || kept by pool || || 0% || getwork || 2012-04-19 || [https://bitcointalk.org/index.php?topic=80135.0 Link] || [http://alvarez.sfek.kz/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://bcx.me/ Bitcoin Mining Pool Tracker]&lt;br /&gt;
*[http://blockchain.info/pools Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=26397</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=26397"/>
		<updated>2012-05-11T11:33:05Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 50 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay.&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! GH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt; !! Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt; !! Reward Type !! Transaction fees !! Fee PPS !! Fee Prop / Score !! Protocol !! Launched !! Forum !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]] || Germany || 350 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool ||  || || getwork || 2011-11-11 || [http://bitcointalk.org/index.php?topic=54673.0 Link] || [http://50btc.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ABCPool.co|ABCPool.co]] || USA || 812 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || 1.5%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; ||  || getwork || 2011-08-02 || [http://bitcointalk.org/index.php?topic=33586.0 Link] || [http://www.ABCPool.co/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcash.cz|Bitcash.cz]] || Czech Republic || 14 || ? || Prop. || kept by pool ||  || 0% || getwork || 2011-07-21 || [http://bitcash.cz/forum/ Link] || &lt;br /&gt;
[http://bitcash.cz/pool/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitclockers|BitClockers]] || USA, EU || 240 || ? || Prop. || kept by pool || || 2% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10127.0 Link] || [http://bitclockers.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pool|Bitcoin Mining Pool]] || USA || 51 || ? || Prop. || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || getwork || Unknown || [http://bitcoinpool.com/forum/ Link] || [http://www.bitcoinpool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pooled_Mining|Bitcoin Pooled Mining (Slush)]] || EU/London || 1454 || [[NMC]] || Score || kept by pool || || 2% || getwork || 2010-11-27 || [http://forum.bitcoin.org/index.php?topic=1976.0 Link] || [http://mining.bitcoin.cz/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Bitcoins.lc]] || EU || 232 || ? || Prop. || kept by pool || || 0% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10121.0 Link] || [http://www.bitcoins.lc/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitparking]] || San Diego || 60 || [[NMC]], I0C, IXC, [[Devcoin]] || PPS || kept by pool || 2.5% || || getwork || 2012-01-08 || [https://bitcointalk.org/index.php?topic=57148.0 Link] || [http://mmpool.bitparking.com/pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]] || Germany || 120 || [[NMC]] || PPLNS || shared || || 0% || getwork || 2011-06-18 || [https://bitcointalk.org/index.php?topic=27062.0 Link] || [https://bitminter.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPenny]] || USA || 10 || No || CPPSRB || 97% shared || 3% || || BlkPrep&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-local getwork proxy available.&amp;lt;/ref&amp;gt; || 2011-02-08 || [https://bitcointalk.org/index.php?topic=36371.0 Link] || [http://bitpenny.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]] || USA, EU || 1410 || [[NMC]] || PPS || kept by pool || 5% || || getwork || 2011-05-09 || [http://forum.bitcoin.org/index.php?topic=7760.0 Link] || [http://www.btcguild.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]] || UK || 175 || ? || Score || kept by pool || || 2% || getwork || 2011-03-11 || [http://forum.bitcoin.org/index.php?topic=4251.0 Link] || [http://www.btcmine.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]] || Germany || 18 || ? || PPS || kept by pool || || 0% || getwork || 2011-06-28 ||  || [http://www.btcmp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Btcserv|BTCServ]] || Germany || 71 || Converted to BC || PPS || kept by pool || 0% ||  || getwork || 2011-07-09 || [http://forum.bitcoin.org/index.php?topic=27101.0 Link] || [http://btcserv.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron|Coinotron]] || Poland || 7 || ? || Prop || kept by pool ||  || 0% || getwork || 2011-07-06 || [http://forum.bitcoin.org/index.php?topic=26727.0 Link] || [http://www.coinotron.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]] || Germany || 3673 || No || PPS / Prop. || kept by pool || 10% || 3% || getwork || 2011-02-26 || [http://forum.bitcoin.org/index.php?topic=3889.0 Link] || [http://deepbit.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]] || USA / Europe / AU / Asia || 425 || [[NMC]] || DGM || kept by pool || || 0% || getwork || 2011-06-14 || [http://forum.bitcoin.org/index.php?topic=16385.0 Link] || [https://eclipsemc.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]] || Germany || 650 &amp;lt;!-- don&#039;t update this just because you catch us at a low instance; pools have variance just like any other miner --&amp;gt; || [[NMC]] || SMPPS || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || || getwork, getmemorypool&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-04-27 || [https://bitcointalk.org/index.php?topic=23768.msg298069#msg298069 Link] || [http://eligius.st Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining Team Reddit (MtRed)]] || USA, EU || 95 || [[NMC]] || PPS || kept by pool || 0% || || getwork || 2011-05-25 || [http://forum.bitcoin.org/index.php?topic=15929.0 1] [http://reddit.com/r/mtred/ 2] || [http://www.mtred.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozco.in]] || USA/EU/AUS || 850 || [[NMC]] || DGM || kept by pool || || 0% || getwork || 2011-06-07 || [https://bitcointalk.org/index.php?topic=14085.0 Link] || [https://www.ozcoin.net Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2PMining]] || US || 16 || [[NMC]], I0C, IXC, [[Devcoin]] || PPLNS &amp;lt;ref name=&amp;quot;reward type&amp;quot;&amp;gt;P2PMining is a P2Pool node, and it splits its local reward PPLNS. The local reward is calculated by P2Pool, using the PPLNS reward type.&amp;lt;/ref&amp;gt;  || shared || || 0.5% || getwork || 2012-02-25 || [https://bitcointalk.org/index.php?topic=66202.0 Link] || [http://p2pmining.com/index.php Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2Pool]] || Earth (P2P) || 271 || Yes/Solo&amp;lt;ref&amp;gt;P2Pool supports merged mining but payouts in the merged chain are not pooled.&amp;lt;/ref&amp;gt; || PPLNS || shared || || &amp;lt;0%&amp;lt;ref&amp;gt;People are donating &#039;&#039;to&#039;&#039; P2Pool miners to encourage people to use it. The P2Pool author also accepts optional donations.&amp;lt;/ref&amp;gt; || Proprietary&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-17 || [http://forum.bitcoin.org/index.php?topic=18313.0 Link] || [https://en.bitcoin.it/wiki/P2Pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]] || Russian Federation || 45 || Converted to BC || RSMPPS || shared || 0% || 0% || getwork || 2011-08-01 || [https://bitcointalk.org/index.php?topic=25127.0 Link] [https://bitcointalk.org/index.php?topic=44024.0 Link] || [http://pool.itzod.ru/ Link]&lt;br /&gt;
|-	 &lt;br /&gt;
| [[PolMine]] || Poland || 50 || ? || PPS || shared || 0% ||  || getwork || 2011-06-13 || [http://forum.polmine.pl/ Link] || [https://polmine.pl/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Simplecoin|Simplecoin.us]] || US || 25 || [[NMC]] || SMPPS / PPLNS / Prop || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || getwork || 2011-06-02 || [http://forum.bitcoin.org/index.php?topic=11186.0 Link] || [http://simplecoin.us/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]] || Europe || 40 || Converted to BC || PPLNS || kept by pool || || 0% &amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;gt; || getwork || 2011-06-28 || [http://forum.bitcoin.org/index.php?topic=23664.0 Link] || [http://tinyurl.com/triplemining Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.mkalinin.ru]] || Russia || 16 || No || PPLNS || kept by pool || || 0% || getwork || 2011-07-20 || [https://bitcointalk.org/index.php?topic=30703.0 Link] || [http://pool.mkalinin.ru/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[alvarez.sfek.kz]] || Kazakhstan || 2 || No || PPLNS || kept by pool || || 0% || getwork || 2012-04-19 || [https://bitcointalk.org/index.php?topic=80135.0 Link] || [http://alvarez.sfek.kz/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://bcx.me/ Bitcoin Mining Pool Tracker]&lt;br /&gt;
*[http://blockchain.info/pools Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=25524</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=25524"/>
		<updated>2012-04-19T10:22:42Z</updated>

		<summary type="html">&lt;p&gt;Arruah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 50 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay.&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! GH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt; !! Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt; !! Reward Type !! Transaction fees !! Fee PPS !! Fee Prop / Score !! Protocol !! Launched !! Forum !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]] || Germany || 350 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool ||  || || getwork || 2011-11-11 || [http://bitcointalk.org/index.php?topic=54673.0 Link] || [http://50btc.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ABCPool.co|ABCPool.co]] || USA || 510 || ? || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || 1.5%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; ||  || getwork || 2011-08-02 || [http://bitcointalk.org/index.php?topic=33586.0 Link] || [http://www.ABCPool.co/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcash.cz|Bitcash.cz]] || Czech Republic || 14 || ? || Prop. || kept by pool ||  || 0% || getwork || 2011-07-21 || [http://bitcash.cz/forum/ Link] || &lt;br /&gt;
[http://bitcash.cz/pool/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitclockers|BitClockers]] || USA, EU || 240 || ? || Prop. || kept by pool || || 2% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10127.0 Link] || [http://bitclockers.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pool|Bitcoin Mining Pool]] || USA || 51 || ? || Prop. || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || getwork || Unknown || [http://bitcoinpool.com/forum/ Link] || [http://www.bitcoinpool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pooled_Mining|Bitcoin Pooled Mining (Slush)]] || EU/London || 1454 || [[NMC]] || Score || kept by pool || || 2% || getwork || 2010-11-27 || [http://forum.bitcoin.org/index.php?topic=1976.0 Link] || [http://mining.bitcoin.cz/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Bitcoins.lc]] || EU || 232 || ? || Prop. || kept by pool || || 0% || getwork || 2011-05-27 || [http://forum.bitcoin.org/index.php?topic=10121.0 Link] || [http://www.bitcoins.lc/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitparking]] || San Diego || 60 || [[NMC]], I0C, IXC, [[Devcoin]] || PPS || kept by pool || 2.5% || || getwork || 2012-01-08 || [https://bitcointalk.org/index.php?topic=57148.0 Link] || [http://mmpool.bitparking.com/pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]] || Germany || 120 || [[NMC]] || PPLNS || shared || || 0% || getwork || 2011-06-18 || [https://bitcointalk.org/index.php?topic=27062.0 Link] || [https://bitminter.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPenny]] || USA || 10 || No || CPPSRB || 97% shared || 3% || || BlkPrep&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-local getwork proxy available.&amp;lt;/ref&amp;gt; || 2011-02-08 || [https://bitcointalk.org/index.php?topic=36371.0 Link] || [http://bitpenny.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]] || USA, EU || 1410 || [[NMC]] || PPS || kept by pool || 5% || || getwork || 2011-05-09 || [http://forum.bitcoin.org/index.php?topic=7760.0 Link] || [http://www.btcguild.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]] || UK || 175 || ? || Score || kept by pool || || 2% || getwork || 2011-03-11 || [http://forum.bitcoin.org/index.php?topic=4251.0 Link] || [http://www.btcmine.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]] || Germany || 18 || ? || PPS || kept by pool || || 0% || getwork || 2011-06-28 ||  || [http://www.btcmp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Btcserv|BTCServ]] || Germany || 71 || Converted to BC || PPS || kept by pool || 0% ||  || getwork || 2011-07-09 || [http://forum.bitcoin.org/index.php?topic=27101.0 Link] || [http://btcserv.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron|Coinotron]] || Poland || 7 || ? || Prop || kept by pool ||  || 0% || getwork || 2011-07-06 || [http://forum.bitcoin.org/index.php?topic=26727.0 Link] || [http://www.coinotron.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]] || Germany || 3673 || No || PPS / Prop. || kept by pool || 10% || 3% || getwork || 2011-02-26 || [http://forum.bitcoin.org/index.php?topic=3889.0 Link] || [http://deepbit.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]] || USA / Europe / AU / Asia || 425 || [[NMC]] || DGM || kept by pool || || 0% || getwork || 2011-06-14 || [http://forum.bitcoin.org/index.php?topic=16385.0 Link] || [https://eclipsemc.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]] || Germany || 650 &amp;lt;!-- don&#039;t update this just because you catch us at a low instance; pools have variance just like any other miner --&amp;gt; || [[NMC]] || SMPPS || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || || getwork, getmemorypool&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-04-27 || [https://bitcointalk.org/index.php?topic=23768.msg298069#msg298069 Link] || [http://eligius.st Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining Team Reddit (MtRed)]] || USA, EU || 95 || [[NMC]] || PPS || kept by pool || 0% || || getwork || 2011-05-25 || [http://forum.bitcoin.org/index.php?topic=15929.0 1] [http://reddit.com/r/mtred/ 2] || [http://www.mtred.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozco.in]] || USA/EU/AUS || 850 || [[NMC]] || DGM || kept by pool || || 0% || getwork || 2011-06-07 || [https://bitcointalk.org/index.php?topic=14085.0 Link] || [https://www.ozcoin.net Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2PMining]] || US || 16 || [[NMC]], I0C, IXC, [[Devcoin]] || Prop &amp;lt;ref name=&amp;quot;reward type&amp;quot;&amp;gt;P2PMining is a P2Pool node, and it splits its local reward Proportionately. The local reward is calculated by P2Pool, using the PPLNS reward type.&amp;lt;/ref&amp;gt;  || shared || || 0.5% || getwork || 2012-02-25 || [https://bitcointalk.org/index.php?topic=66202.0 Link] || [http://p2pmining.com/index.php Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2Pool]] || Earth (P2P) || 271 || Yes/Solo&amp;lt;ref&amp;gt;P2Pool supports merged mining but payouts in the merged chain are not pooled.&amp;lt;/ref&amp;gt; || PPLNS || shared || || &amp;lt;0%&amp;lt;ref&amp;gt;People are donating &#039;&#039;to&#039;&#039; P2Pool miners to encourage people to use it. The P2Pool author also accepts optional donations.&amp;lt;/ref&amp;gt; || Proprietary&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || 2011-06-17 || [http://forum.bitcoin.org/index.php?topic=18313.0 Link] || [https://en.bitcoin.it/wiki/P2Pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]] || Russian Federation || 45 || Converted to BC || RSMPPS || shared || 0% || 0% || getwork || 2011-08-01 || [https://bitcointalk.org/index.php?topic=25127.0 Link] [https://bitcointalk.org/index.php?topic=44024.0 Link] || [http://pool.itzod.ru/ Link]&lt;br /&gt;
|-	 &lt;br /&gt;
| [[PolMine]] || Poland || 52 || NMC || PPS || shared || 2% ||  || getwork || 2011-06-13 || [http://forum.polmine.pl/ Link] || [https://polmine.pl/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Simplecoin|Simplecoin.us]] || US || 25 || [[NMC]] || SMPPS / PPLNS / Prop || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || getwork || 2011-06-02 || [http://forum.bitcoin.org/index.php?topic=11186.0 Link] || [http://simplecoin.us/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]] || Europe || 40 || Converted to BC || PPLNS || kept by pool || || 0% &amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;gt; || getwork || 2011-06-28 || [http://forum.bitcoin.org/index.php?topic=23664.0 Link] || [http://tinyurl.com/triplemining Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.mkalinin.ru]] || Russia || 16 || No || PPLNS || kept by pool || || 0% || getwork || 2011-07-20 || [https://bitcointalk.org/index.php?topic=30703.0 Link] || [http://pool.mkalinin.ru/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[alvarez.sfek.kz]] || Kazakhstan || 2 || No || PPLNS || kept by pool || || 0% || getwork || 2012-04-19 || [] || [http://alvarez.sfek.kz/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://bcx.me/ Bitcoin Mining Pool Tracker]&lt;br /&gt;
*[http://blockchain.info/pools Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Arruah</name></author>
	</entry>
</feed>