<?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=JulianTosh</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=JulianTosh"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/JulianTosh"/>
	<updated>2026-04-21T07:52:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Testnet&amp;diff=62255</id>
		<title>Testnet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Testnet&amp;diff=62255"/>
		<updated>2017-02-08T01:39:10Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Wallets */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;testnet&#039;&#039;&#039; is an alternative Bitcoin [[block chain]], to be used for testing. Testnet coins are separate and distinct from actual bitcoins, and are never supposed to have any value. This allows application developers or bitcoin testers to experiment, without having to use real bitcoins or worrying about breaking the main bitcoin chain.&lt;br /&gt;
&lt;br /&gt;
Run bitcoin or bitcoind with the -testnet flag to use the testnet (or put testnet=1 in the bitcoin.conf file).&lt;br /&gt;
&lt;br /&gt;
There have been three generations of testnet. Testnet2 was just the first testnet reset with a different genesis block, because people were starting to trade testnet coins for real money. &#039;&#039;&#039;Testnet3&#039;&#039;&#039; is the current test network. It was introduced with the 0.7 release, introduced a third genesis block, a new rule to avoid the &amp;quot;difficulty was too high, is now too low, and transactions take too long to verify&amp;quot; problem, and contains blocks with edge-case transactions designed to test implementation compatibility. On the December 21 of 2015 SegNet was deployed, to test the Wuille&#039;s Segregated Witness proposal.&lt;br /&gt;
&lt;br /&gt;
==Differences==&lt;br /&gt;
* Default Bitcoin network protocol listen port is 18333 (instead of 8333)&lt;br /&gt;
* Default RPC connection port is 18332 (instead of 8332)&lt;br /&gt;
* Bootstrapping uses different DNS seeds.&lt;br /&gt;
* A different value of ADDRESSVERSION field ensures no testnet Bitcoin addresses will work on the production network. (0x6F rather than 0x00)&lt;br /&gt;
* The protocol message header bytes are 0x0B110907 (instead of 0xF9BEB4D9) &lt;br /&gt;
* Minimum [[difficulty]] of 1.0 on testnet is equal to difficulty of 0.5 on mainnet. This means that the mainnet-equivalent of any testnet difficulty is half the testnet difficulty. In addition, if no block has been found in 20 minutes, the difficulty automatically resets back to the minimum for a single block, after which it returns to its previous value.&lt;br /&gt;
* A new genesis block&lt;br /&gt;
* The IsStandard() check is disabled so that non-standard transactions can be experimented with.&lt;br /&gt;
&lt;br /&gt;
==Genesis Block==&lt;br /&gt;
&lt;br /&gt;
Testnet uses a different genesis block to the main network. You can find it [https://www.biteasy.com/testnet/blocks/000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943 here] or [http://blockexplorer.com/testnet/b/0 here].&lt;br /&gt;
The testnet was [https://github.com/gavinandresen/bitcoin-git/commit/feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c reset with a new genesis block] for the 0.7 bitcoin release.&lt;br /&gt;
&lt;br /&gt;
==Size==&lt;br /&gt;
Testnet receives less transactions than the main block chain and is typically much smaller in size. As of June 2016 the size of the data on disk was 7GB, containing data for about 4 years worth of testnet activity. Downloading this data required about 6GB of network activity peaking at 2MB/s rate of transfer.&lt;br /&gt;
&lt;br /&gt;
==Mining==&lt;br /&gt;
[[solo.ckpool]] has a testnet bitcoin solo mining implementation available, without the need to set up bitcoind locally.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/?topic=4483.0 Testnet in a box forum topic]&lt;br /&gt;
* [https://sourceforge.net/projects/bitcoin/files/Bitcoin/testnet-in-a-box/ Testnet-In-A-Box self-contained testnet]&lt;br /&gt;
* [https://github.com/freewil/bitcoin-testnet-box Forked/Updated testnet-box]&lt;br /&gt;
&lt;br /&gt;
===Wallets===&lt;br /&gt;
&lt;br /&gt;
Online testnet wallets to help you test your application.&lt;br /&gt;
&lt;br /&gt;
* [http://testnetwallet.com/ TestnetWallet.com]&lt;br /&gt;
* [https://CoPay.io/ CoPay.io] wallet supports TestNet accounts&lt;br /&gt;
&lt;br /&gt;
===Faucets===&lt;br /&gt;
&lt;br /&gt;
Once you&#039;re done with your test coins, it is a nice gesture to send them back to the faucets, so they become available to other developers.&lt;br /&gt;
&lt;br /&gt;
* [http://bitcoinfaucet.uo1.net/ UO1 Testnet Faucet]&lt;br /&gt;
* [http://tpfaucet.appspot.com/ TP&#039;s TestNet Faucet]&lt;br /&gt;
* [http://kuttler.eu/bitcoin/btc/faucet/ nkuttler&#039;s Bitcoin Testnet Faucet], transactions are made through Joinmarket, a [[CoinJoin]] implementation&lt;br /&gt;
* [https://testnet.manu.backend.hamburg/faucet flyingkiwi&#039;s TestNet Faucet]&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=com.mycelium.testnetwallet Mycelium Testnet Wallet for Android with integrated Testnet &amp;quot;faucet&amp;quot; function (Local Trader)]&lt;br /&gt;
&lt;br /&gt;
Offline (2016-08-07):&lt;br /&gt;
&lt;br /&gt;
* [http://faucet.luis.im/ luis.im Mojocoin Testnet3 Faucet]&lt;br /&gt;
* [https://accounts.blockcypher.com/testnet-faucet BlockCypher Testnet Faucet], also provided as a [http://dev.blockcypher.com/#faucets Testnet faucet API] for test automation&lt;br /&gt;
&lt;br /&gt;
===Block explorers===&lt;br /&gt;
* [https://www.biteasy.com/testnet/blocks Biteasy.com Testnet Blockexplorer]&lt;br /&gt;
* [http://blockexplorer.com/testnet Testnet Block Explorer]&lt;br /&gt;
* [http://tbtc.blockr.io/ Bitcoin Testnet on Blockr.io]&lt;br /&gt;
* [https://test-insight.bitpay.com/ Bitcoin Testnet on insight.bitpay.com]&lt;br /&gt;
* [https://www.blocktrail.com/tBTC BlockTrail Testnet Explorer, Testnet API and Testnet Faucet]&lt;br /&gt;
* [https://live.blockcypher.com/btc-testnet/ BlockCypher Testnet Explorer]&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Developer]]&lt;br /&gt;
&lt;br /&gt;
{{Bitcoin Core documentation}}&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=61524</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=61524"/>
		<updated>2016-09-04T15:04:36Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurrences.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &amp;amp;nbsp;Event&amp;amp;nbsp;Date&amp;amp;nbsp;&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 2009-01-12&lt;br /&gt;
| First bitcoin transaction&amp;lt;ref&amp;gt;[http://blockexplorer.com/b/170 Block 170 with the first transaction ever]&amp;lt;/ref&amp;gt; on the network. From Satoshi to Hal Finney&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=91806.msg1012234#msg1012234 Earliest Block With A Spend]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
|- &lt;br /&gt;
| 2009-10-12&lt;br /&gt;
| First trade of bitcoin for fiat currency &amp;lt;ref&amp;gt;[https://blockchain.info/tx/7dff938918f07619abd38e4510890396b1cef4fbeca154fb7aafba8843295ea2 Transfer from Sirius to NewLibertyStandard]&amp;lt;/ref&amp;gt;. [[Sirius]] sold 5,050 BTC to NewLibertyStandard for $5.02 on PayPal &amp;lt;ref&amp;gt;[https://twitter.com/marttimalmi/status/423455561703624704 Sirius&#039; tweet about the first trade of bitcoin for USD]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&amp;lt;ref&amp;gt;[http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| First travel using only Bitcoin to survive&amp;lt;ref&amp;gt;[http://www.bitcointalk.org/index.php?topic=4752.0 Plato&#039;s road trip]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection)&amp;lt;ref&amp;gt;[http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| First physical bitcoins&amp;lt;ref&amp;gt;[[Bitbills]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|First room for rent for Bitcoin&amp;lt;ref&amp;gt;[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|First stripper being tipped bitcoin&amp;lt;ref&amp;gt;[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
|Buying aircraft for BTC&amp;lt;ref&amp;gt;[http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
|SF Chiropractor accepts BTC for office visits&amp;lt;ref&amp;gt;[http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|First real estate offered for Bitcoin. A beach condo&amp;lt;ref&amp;gt;[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo]&amp;lt;/ref&amp;gt; and a house&amp;lt;ref&amp;gt;[http://forum.bitcoin.org/index.php?topic=12466.0 House]&amp;lt;/ref&amp;gt; were offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|First Bitcoin mining on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|First TV story based on Bitcoin&amp;lt;ref&amp;gt;[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|Auto title loan for bitcoins requested&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=64199 Auto title loan for bitcoins requested]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-07&lt;br /&gt;
|First [http://blockchain.info/tx/9c08a4d78931342b37fd5f72900fb9983087e6f46c4a097d8a1f52c74e28eaf6 transaction] including a [[P2SH]]-compatible address.&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|First property management accepts bitcons for rent&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]&amp;lt;/ref&amp;gt;. Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-27&lt;br /&gt;
|First printed Bitcoin magazine is announced and then followed by photos&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=74346.0 first photos of Coineer]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://coineer.com Coineer - The Bitcoin Magazine available in print]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|Amateur Adult Entertainers use Bitcoin for tips&amp;lt;ref&amp;gt;[http://reddit.com/r/GirlsGoneBitcoin Amateur Adult Entertainers use Bitcoin for tips]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|Bitcoin-only Credit Default Swap (CDS)&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=74552.0 Bitcoin-only Credit Default Swap (CDS)] &amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-19&lt;br /&gt;
|US Based exchange gets Federally licensed as a MSB&amp;lt;ref&amp;gt;[http://payglo.be/2012/04/19/bitinstant-federally-licensed-bitcoin-exchange/ US Based exchange gets Federally licensed as a MSB]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=77194.msg857699#msg857699 US Based exchange gets Federally licensed as a MSB 2]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-20&lt;br /&gt;
|Bitcoinica.com gets licensed as a MSB&amp;lt;ref&amp;gt;[http://bitcoinmedia.com/first-licensed-advanced-trading-platform-for-bitcoin/ Bitcoinica.com gets licensed as a MSB]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|First Music album sold for bitcoins exclusively – Before being sold on iTunes&amp;lt;ref&amp;gt;[https://www.coindl.com/page/item/127 Music album sold for bitcoins exclusively]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-26&lt;br /&gt;
|First WebCam site to accept Bitcoins&amp;lt;ref&amp;gt;[http://ptvheaven.com WebCam site to accept Bitcoins]&amp;lt;/ref&amp;gt;. Bitcoins accepted as an alternative payment. Entertainer payouts are not in Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|First Bitcoin only live webcam site&amp;lt;ref&amp;gt;[http://www.cam4btc.co.cc/ Bitcoin only live webcam site]&amp;lt;/ref&amp;gt;. Bitcoin tips go directly to entertainers. Site operates on tips.&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|Bitcoin Magazine&amp;lt;ref&amp;gt;[[Bitcoin Magazine]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://bitcoinmagazine.net/bitcoin-magazine-press-release/ Press release] as first issue goes to print&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|Race horse named after Satoshi&amp;lt;ref&amp;gt;[http://www.satoshisdaemon.com/ Race horse named after Satoshi]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;http://www.thebitcointrader.com/2012/04/bitcoin-horse-to-run-first-race-on-may.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-09&lt;br /&gt;
| First formal risk assessment by a government agency&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=80173.0 Discussion of Leaked FBI Report on Bitcoin- April 2012]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-09&lt;br /&gt;
|Sold San Francisco Bridge&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=80485.msg890710#msg890710 Sold San Francisco Bridge]&amp;lt;/ref&amp;gt;. Another traditional first for a new currency. (likely not authentic)&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-18&lt;br /&gt;
|First Bitcoin class in a public school&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=82046.msg908451#msg908451 Bitcoin taught in a public school]&amp;lt;/ref&amp;gt;. It was a 4th grade class&lt;br /&gt;
|-&lt;br /&gt;
| 2012-06-06&lt;br /&gt;
|First Bitcoin donations to contribute to a successful anti-corrupt local government political campaign&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=74219.msg945392#msg945392 Bitcoin donations contribute to successful anti-corrupt local government political campaign]&amp;lt;/ref&amp;gt;. Travis Kiger, running against a Fullerton City counsel that turned a blind eye to the death of Kelly Thomas at the hands of their local police department, promoted the use of Bitcoin to fund his campaign and won the councel seat for his district.&lt;br /&gt;
|-&lt;br /&gt;
| 2012-07-23&lt;br /&gt;
| First car producers offer their vehicle for Bitcoin&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=94820.msg1048706#msg1048706 Automaker offers their vehicle for Bitcoin]&amp;lt;/ref&amp;gt;. WikiSpeed is a Seattle based corporation that manufactures open source modular cars that get 100 MPG and accept Bitcoin as payment&lt;br /&gt;
|-&lt;br /&gt;
| 2012-08-06&lt;br /&gt;
| First Bitcoin lawsuit&amp;lt;ref&amp;gt;[https://docs.google.com/file/d/0B_ECG6JRZs-7dTZ5QS0xcUkxQjQ/edit?pli=1# Bitcoin lawsuit]&amp;lt;/ref&amp;gt;. Brian Cartmell filed a lawsuit against [[Bitcoinica]], a former Bitcoin margin trading platform that got hacked and hasen&#039;t returned customers&#039; funds.&lt;br /&gt;
|-&lt;br /&gt;
| 2012-08-24&lt;br /&gt;
| First private medical practice accepts Bitcoin&amp;lt;ref&amp;gt;[http://meidanklinikka.fi Private medical practice accepts Bitcoin]&amp;lt;/ref&amp;gt;. It&#039;s a dentist in Finland.&lt;br /&gt;
|-&lt;br /&gt;
| 2012-09-14&lt;br /&gt;
| First warrant to seize Bitcoins&amp;lt;ref&amp;gt;[http://www.americanbanker.com/bankthink/plot-thickens-in-bizarre-bitcoin-blackmail-caper-1054312-1.html First warrant to seize Bitcoin]&amp;lt;/ref&amp;gt;. U.S. Secret Service seizing Michael M. Brown&#039;s bitcoins in the Romney Taxes For Ransom case.&lt;br /&gt;
|-&lt;br /&gt;
| 2012-09-26&lt;br /&gt;
| First Taxi service accepts Bitcoin&amp;lt;ref&amp;gt;[http://www.taxizen.co.uk Taxi service accepts Bitcoin]&amp;lt;/ref&amp;gt; (in Herefordshire, UK.)&lt;br /&gt;
|-&lt;br /&gt;
| 2012-11-15&lt;br /&gt;
| First big&amp;lt;ref&amp;gt;[http://www.alexa.com/siteinfo/wordpress.com Wordpress.com at Alexa.com]&amp;lt;/ref&amp;gt; website&amp;lt;ref&amp;gt;[http://en.blog.wordpress.com/2012/11/15/pay-another-way-bitcoin/ Wordpress accepts Bitcoin]&amp;lt;/ref&amp;gt; accepts Bitcoin. It&#039;s [http://www.wordpress.com wordpress.com]&lt;br /&gt;
|-&lt;br /&gt;
| 2012-11-28&lt;br /&gt;
| Bitcoin celebrates first halving day - every roughly 4 years, the reward for mining a new block, initially 50 BTC will be halved.&amp;lt;ref&amp;gt;[http://www.prlog.org/12032578-bitcoin-community-celebrates-halving-day.html Bitcoin Community Celebrates &amp;quot;Halving Day&amp;quot;]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2013-02-15&lt;br /&gt;
| Reddit begins accepting bitcoins for [http://techcrunch.com/2013/02/14/reddit-starts-accepting-bitcoin-for-reddit-gold-purchases-thanks-to-partnership-with-coinbase purchases of Reddit Gold].&lt;br /&gt;
|-&lt;br /&gt;
| 2013-02-18&lt;br /&gt;
| Kim DotCom&#039;s successor to MegaUpload, Mega to [http://www.bbc.co.uk/news/technology-21496977 accept bitcoins for payment].&lt;br /&gt;
|-&lt;br /&gt;
| 2013-02-19&lt;br /&gt;
| Silver parity reached. Bitcoin exchange rate at $29.65 is higher than an ounce of silver.&lt;br /&gt;
|-&lt;br /&gt;
| 2013-03-18&lt;br /&gt;
| The United States federal agency charged with enforcing laws against money laundering (FinCEN) declares that Bitcoin users are not subjects to its regulations. Miners who sell bitcoins for fiat currency must register as Money Service Business.&amp;lt;ref&amp;gt;[http://arstechnica.com/tech-policy/2013/03/us-regulator-bitcoin-exchanges-must-comply-with-money-laundering-laws/ US regulator: Bitcoin exchanges must comply with money-laundering laws]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2013-04-01&lt;br /&gt;
| Bitcoin surpasses 100 USD.&amp;lt;ref&amp;gt;[http://venturebeat.com/2013/04/01/bitcoin-value-above-100-bubble/ Bitcoin value surpasses $100 — is this another bubble?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2013-04-09&lt;br /&gt;
| Bitcoin surpasses 200 USD.&amp;lt;ref&amp;gt;http://www.npr.org/blogs/thetwo-way/2013/04/09/176708504/bitcoin-surpasses-200-mark-continuing-epic-rise&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2013-04-09&lt;br /&gt;
| First instance of assets of a Bitcoin-related entity (Mt. Gox) being [https://www.facebook.com/MtGox/posts/468895216528224 seized by the U.S. Government] (U.S. DHS).&lt;br /&gt;
|-&lt;br /&gt;
| 2013-08-22&lt;br /&gt;
| First commissioned bitcoin painting. [http://www.alispagnola.com/Free/bitcoin.jpg by Ali Spagnola]. An oil painting of the bitcoin logo. A commission of $50 USD was paid to Ali in bitcoin for the painting.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Paper_wallet&amp;diff=54793</id>
		<title>Paper wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Paper_wallet&amp;diff=54793"/>
		<updated>2015-03-02T01:16:10Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Redeeming Keys and Withdrawing Funds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:FirstBitcoinBills.jpg|thumb|right|200px|Casascius holding early paper wallets]]&lt;br /&gt;
&lt;br /&gt;
In the most specific sense, a &#039;&#039;&#039;paper wallet&#039;&#039;&#039; is a document containing all of the data necessary to generate any number of Bitcoin [[private key]]s, forming a wallet of keys. However, people often use the term to mean &#039;&#039;any&#039;&#039; way of storing bitcoins offline as a physical document. This second definition also includes &#039;&#039;&#039;paper keys&#039;&#039;&#039; and &#039;&#039;&#039;redeemable codes&#039;&#039;&#039;. A paper key is a single key written on paper that is used multiple times like a wallet (this is strongly [[address reuse|discouraged]]). A redeemable code is a single key intended to be funded and &amp;quot;redeemed&amp;quot; only once: these are commonly used for gifts and as part of physical Bitcoin coins/notes.&lt;br /&gt;
&lt;br /&gt;
Storing bitcoins on paper wallets is not safe unless very strict security precautions are undertaken during their initial preparation. (See below.)&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Use cases==&lt;br /&gt;
&lt;br /&gt;
===Tips and gifts===&lt;br /&gt;
&lt;br /&gt;
By creating a keypair, one can store bitcoins on a physical medium to be left as a tip or a gift.&lt;br /&gt;
The recipient then sweeps the private key to their own wallet.&lt;br /&gt;
&lt;br /&gt;
===Physical tokens===&lt;br /&gt;
&lt;br /&gt;
A trusted provider can hide the private key inside a tamper-resistant token, and issue them as a form of bitcoins.&lt;br /&gt;
This requires those who accept it as payment to trust that when the provider produced the tokens, they loaded them with the correct amount of bitcoins, and that they have not been tampered with since then.&lt;br /&gt;
To redeem the bitcoin value, the token must be destroyed to access the private key.&lt;br /&gt;
Often a bitcoin address is embedded on the outside visible, but there is no guarantee (without destroying the token) that this matches the private key inside, or, even if it does, that the private key is not replicated on multiple tokens or saved by the producer.&lt;br /&gt;
&lt;br /&gt;
===Wallets===&lt;br /&gt;
&lt;br /&gt;
Proper paper wallets are often a very secure way of storing bitcoins, since they are not typically exposed to malware. They can also be easily stored securely in safes and safe deposit boxes. However, it may be more difficult to securely &amp;quot;backup&amp;quot; paper wallets, and due to the current sub-optimal software support, it may be easier to make a mistake that causes loss of bitcoins.&lt;br /&gt;
&lt;br /&gt;
Sometimes people try to use single keys as true bitcoin wallets. However [[address reuse]] is very bad for privacy and security. Because of this, one is forced to choose between hazardous options:&lt;br /&gt;
* &#039;&#039;&#039;Use the key only once to receive, and only once to send the full amount.&#039;&#039;&#039; This requires the user to know the full amount he wants to store in advance, and often leads to the next situation:&lt;br /&gt;
* &#039;&#039;&#039;Create multiple keys.&#039;&#039;&#039; By using more than one key, the user can receive more than once using a different address each time, including using new addresses for change. This is very complicated, and makes it easy to accidentally reuse addresses, produce the wrong change/fee combination, lose some keys, spend hours searching for the right key, etc. Not even skilled bitcoin experts are comfortable managing their own keys manually like this.&lt;br /&gt;
&lt;br /&gt;
Therefore, it is highly recommended that you use proper paper wallets which allow you to generate an infinite number of addresses from a single seed.&lt;br /&gt;
&lt;br /&gt;
==Encoding/formatting==&lt;br /&gt;
&lt;br /&gt;
[[File:BitcoinPaperWallet-sample.jpg|thumb|right|300px|Paper keypair with private key secured beneath folds]]&lt;br /&gt;
[[File:PaperWallets-offlineaddress-com.png|200px|thumb|right|Paper keypair]]&lt;br /&gt;
Proper, multi-key paper wallets usually take the form of a multi-word [[Deterministic wallet | HD wallet]] seed mnemonic. The list of several words corresponds to some binary data that is used to generate all of the addresses. Words are used to make it easier to avoid and correct errors. Trying to memorize an entire seed mnemonic is very difficult and is generally not recommended.&lt;br /&gt;
&lt;br /&gt;
A single key (for use in insecure single-key paper wallets or redeemable codes) can be represented in several formats, but typically the Wallet Import Format (WIF) is used, since keys represented that way are very short (51 characters) and thus easy to re-enter when importing or &amp;quot;sweeping&amp;quot; it for withdrawal.&lt;br /&gt;
&lt;br /&gt;
==Creation of a paper wallet==&lt;br /&gt;
&lt;br /&gt;
===Generation of secure keys===&lt;br /&gt;
&lt;br /&gt;
The private seed is used to prove your right to spend the bitcoins transferred to the paper wallet, and as such should be kept hidden and secret.&lt;br /&gt;
If the private seed on a paper wallet is exposed (for example in a photograph) then the wallet may be used by anyone who sees it.&lt;br /&gt;
To guard against accidental revelation, the private key displayed on the paper wallet may be encrypted or split into several different parts (for example using [https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing Shamir&#039;s secret sharing scheme]).&lt;br /&gt;
At the very least, the private key should be well hidden e.g. by folding the wallet in half and sealing it shut.&lt;br /&gt;
&lt;br /&gt;
Currently, at least [[Armory]] and [[Electrum]] support generating mnemonic codes for their wallets, which can be written down or printed to make a multi-key paper wallet.&lt;br /&gt;
&lt;br /&gt;
Several tools exist for producing single keys, including [[Bitcoin Address Utility]], [[vanitygen]], and [[Cwallet]]. Again, using single keys for anything except one-time &#039;&#039;transfers&#039;&#039; of bitcoins is strongly [[address reuse|discouraged]].&lt;br /&gt;
&lt;br /&gt;
===Web-based key generators===&lt;br /&gt;
&lt;br /&gt;
Some websites feature free open-source client-side keypair/wallet generators written in JavaScript.&lt;br /&gt;
Keypairs/wallets generated by JavaScript or using websites are inherently weak and insecure, and unless the code of the website is audited every time it is used, it may leak the generated keys back to the server—especially if un-audited Javascript is downloaded and run locally.&lt;br /&gt;
Even with careful code auditing, browser plugins or other websites may compromise the environment.&lt;br /&gt;
&lt;br /&gt;
Some established web-based wallets that can be downloaded and ran &amp;quot;offline:&lt;br /&gt;
* BitcoinPaperWallet.com&lt;br /&gt;
* BitAddress.org&lt;br /&gt;
&lt;br /&gt;
===Recommendations===&lt;br /&gt;
* Disconnecting from the Internet guarantees that that the paper wallet generator is truly self-contained and isn&#039;t transmitting your keys online. &lt;br /&gt;
* Verifying the integrity of the code (and the trustworthiness of the author) is important to make sure a hacker hasn&#039;t modified the download so that it generates predictable seeds instead of truly random ones.&lt;br /&gt;
* Remember, spyware and viruses often attempt to monitor your computer activities so that their authors can steal from you. They are interested in passwords to online accounts, and anything of value. Bitcoin wallets are something of value that have already been targeted by malware. If your computer is infected with spyware or viruses - even if there are no symptoms, or your antivirus isn&#039;t reporting anything - then anything you type, view, or save on your computer, could potentially be stolen by someone remotely controlling your computer. Your private seed can then be intercepted while you enter it, so only enter a Bitcoin private seed into your computer when you are certain it is secure (such as a fresh boot of a LiveCD).&lt;br /&gt;
* The wallet should never be saved to a computer hard drive or sent via email or other network connections.  You should also never scan/type your key into your computer, except at the moment you are using it.&lt;br /&gt;
* If possible, the wallet should be kept hidden, for example by using BIP38 encryption (single keys only), and/or by folding the paper to hide the private key so that a photograph or photocopy of it will not reveal or replicate the private key.&lt;br /&gt;
* A web-based generator should not be used.&lt;br /&gt;
* A generator should use an appropriate source of random numbers (entropy).  This means that the generated keys aren&#039;t predictable.  If the addresses come from a predictable or partially-predictable patterns like pseudorandom numbers &amp;lt;ref&amp;gt;[https://en.wikipedia.org/wiki/Pseudorandomness#Cryptography Pseudorandomness] &#039;&#039; is not enough for strong cryptography&#039;&#039;&amp;lt;/ref&amp;gt;, someone else who can predict the pattern can steal the balance. Randomness should NEVER be human generated, as the human brain is incapable of secure entropy.&lt;br /&gt;
* Remember that unlike wallets (paper or otherwise), a single paper key is only good to receive a single payment, and must be redeemed in its entirety.&lt;br /&gt;
&lt;br /&gt;
===Printer Security===&lt;br /&gt;
&lt;br /&gt;
Some advanced printers have internal storage (even hard drives) that preserve copies of printouts. This is a risk if someone gets access to your printer, or if you dispose of your printer. There is also the possibility that a smart enough printer can be hacked. (Consider [http://en.wikipedia.org/wiki/Stuxnet StuxNet] which was able to rewrite the firmware of non-computer devices indirectly connected to the Internet) If this concerns you, use a &amp;quot;dumb&amp;quot; printer, and never let your printer have access to the Internet or to an Internet-connected computer.&lt;br /&gt;
&lt;br /&gt;
==Redeeming Keys and Withdrawing Funds==&lt;br /&gt;
&lt;br /&gt;
This section applies only to single-key paper &amp;quot;wallets&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Paper keys, when used as wallets, are very different from wallets such as Bitcoin Core in that it is not possible to transfer (withdraw) a &#039;&#039;portion&#039;&#039; of a key&#039;s bitcoins.&lt;br /&gt;
The only way to withdraw funds is to import or &amp;quot;sweep&amp;quot; the &#039;&#039;entire&#039;&#039; received amount to a new address, typically a wallet or online exchange.&lt;br /&gt;
Once the transfer has been confirmed, &#039;&#039;the key should not be reused&#039;&#039;.&amp;lt;ref&amp;gt;[http://www.reddit.com/r/Bitcoin/comments/1c9xr7/psa_using_paper_wallets_understanding_change/ reddit.com] &#039;&#039;Using Paper Wallets and Understanding Change&#039;&#039;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are various methods for copying the private key data to other wallets.&lt;br /&gt;
* bitcoind supports an &amp;quot;importprivkey&amp;quot; RPC method for this purpose.&lt;br /&gt;
* Bitcoin-Qt&#039;s debug console can also be used in a similar way (see also [[How to import private keys in Bitcoin Core 0.7+]]).&lt;br /&gt;
* [[BlockChain.info]] and [[Armory]] can also import them directly into wallets.&lt;br /&gt;
* [http://MyCelium.com/download Mycelium] is a Android mobile wallet with an easy to use &amp;quot;cold storage&amp;quot; spending function. It is also available via Android and iTunes playstore. The iTunes version may not yet support cold storage spending.&lt;br /&gt;
&lt;br /&gt;
Note that importing a private key that may be compromised can result in the entire wallet becoming insecure.&lt;br /&gt;
For this reason, sweeping is generally recommended over importing.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Private key]]&lt;br /&gt;
&lt;br /&gt;
* [[Securing_your_wallet#Paper_Wallets]]&lt;br /&gt;
&lt;br /&gt;
* [[How to import private keys]]&lt;br /&gt;
&lt;br /&gt;
* [https://blockchain.info/wallet/paper-tutorial Blockchain.info tutorial] on how to generate a paper wallet.&lt;br /&gt;
&lt;br /&gt;
* [[Casascius physical bitcoins]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
&lt;br /&gt;
[[es:Monedero de papel]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Paper_wallet&amp;diff=54792</id>
		<title>Paper wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Paper_wallet&amp;diff=54792"/>
		<updated>2015-03-02T01:14:53Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Redeeming Keys and Withdrawing Funds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:FirstBitcoinBills.jpg|thumb|right|200px|Casascius holding early paper wallets]]&lt;br /&gt;
&lt;br /&gt;
In the most specific sense, a &#039;&#039;&#039;paper wallet&#039;&#039;&#039; is a document containing all of the data necessary to generate any number of Bitcoin [[private key]]s, forming a wallet of keys. However, people often use the term to mean &#039;&#039;any&#039;&#039; way of storing bitcoins offline as a physical document. This second definition also includes &#039;&#039;&#039;paper keys&#039;&#039;&#039; and &#039;&#039;&#039;redeemable codes&#039;&#039;&#039;. A paper key is a single key written on paper that is used multiple times like a wallet (this is strongly [[address reuse|discouraged]]). A redeemable code is a single key intended to be funded and &amp;quot;redeemed&amp;quot; only once: these are commonly used for gifts and as part of physical Bitcoin coins/notes.&lt;br /&gt;
&lt;br /&gt;
Storing bitcoins on paper wallets is not safe unless very strict security precautions are undertaken during their initial preparation. (See below.)&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Use cases==&lt;br /&gt;
&lt;br /&gt;
===Tips and gifts===&lt;br /&gt;
&lt;br /&gt;
By creating a keypair, one can store bitcoins on a physical medium to be left as a tip or a gift.&lt;br /&gt;
The recipient then sweeps the private key to their own wallet.&lt;br /&gt;
&lt;br /&gt;
===Physical tokens===&lt;br /&gt;
&lt;br /&gt;
A trusted provider can hide the private key inside a tamper-resistant token, and issue them as a form of bitcoins.&lt;br /&gt;
This requires those who accept it as payment to trust that when the provider produced the tokens, they loaded them with the correct amount of bitcoins, and that they have not been tampered with since then.&lt;br /&gt;
To redeem the bitcoin value, the token must be destroyed to access the private key.&lt;br /&gt;
Often a bitcoin address is embedded on the outside visible, but there is no guarantee (without destroying the token) that this matches the private key inside, or, even if it does, that the private key is not replicated on multiple tokens or saved by the producer.&lt;br /&gt;
&lt;br /&gt;
===Wallets===&lt;br /&gt;
&lt;br /&gt;
Proper paper wallets are often a very secure way of storing bitcoins, since they are not typically exposed to malware. They can also be easily stored securely in safes and safe deposit boxes. However, it may be more difficult to securely &amp;quot;backup&amp;quot; paper wallets, and due to the current sub-optimal software support, it may be easier to make a mistake that causes loss of bitcoins.&lt;br /&gt;
&lt;br /&gt;
Sometimes people try to use single keys as true bitcoin wallets. However [[address reuse]] is very bad for privacy and security. Because of this, one is forced to choose between hazardous options:&lt;br /&gt;
* &#039;&#039;&#039;Use the key only once to receive, and only once to send the full amount.&#039;&#039;&#039; This requires the user to know the full amount he wants to store in advance, and often leads to the next situation:&lt;br /&gt;
* &#039;&#039;&#039;Create multiple keys.&#039;&#039;&#039; By using more than one key, the user can receive more than once using a different address each time, including using new addresses for change. This is very complicated, and makes it easy to accidentally reuse addresses, produce the wrong change/fee combination, lose some keys, spend hours searching for the right key, etc. Not even skilled bitcoin experts are comfortable managing their own keys manually like this.&lt;br /&gt;
&lt;br /&gt;
Therefore, it is highly recommended that you use proper paper wallets which allow you to generate an infinite number of addresses from a single seed.&lt;br /&gt;
&lt;br /&gt;
==Encoding/formatting==&lt;br /&gt;
&lt;br /&gt;
[[File:BitcoinPaperWallet-sample.jpg|thumb|right|300px|Paper keypair with private key secured beneath folds]]&lt;br /&gt;
[[File:PaperWallets-offlineaddress-com.png|200px|thumb|right|Paper keypair]]&lt;br /&gt;
Proper, multi-key paper wallets usually take the form of a multi-word [[Deterministic wallet | HD wallet]] seed mnemonic. The list of several words corresponds to some binary data that is used to generate all of the addresses. Words are used to make it easier to avoid and correct errors. Trying to memorize an entire seed mnemonic is very difficult and is generally not recommended.&lt;br /&gt;
&lt;br /&gt;
A single key (for use in insecure single-key paper wallets or redeemable codes) can be represented in several formats, but typically the Wallet Import Format (WIF) is used, since keys represented that way are very short (51 characters) and thus easy to re-enter when importing or &amp;quot;sweeping&amp;quot; it for withdrawal.&lt;br /&gt;
&lt;br /&gt;
==Creation of a paper wallet==&lt;br /&gt;
&lt;br /&gt;
===Generation of secure keys===&lt;br /&gt;
&lt;br /&gt;
The private seed is used to prove your right to spend the bitcoins transferred to the paper wallet, and as such should be kept hidden and secret.&lt;br /&gt;
If the private seed on a paper wallet is exposed (for example in a photograph) then the wallet may be used by anyone who sees it.&lt;br /&gt;
To guard against accidental revelation, the private key displayed on the paper wallet may be encrypted or split into several different parts (for example using [https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing Shamir&#039;s secret sharing scheme]).&lt;br /&gt;
At the very least, the private key should be well hidden e.g. by folding the wallet in half and sealing it shut.&lt;br /&gt;
&lt;br /&gt;
Currently, at least [[Armory]] and [[Electrum]] support generating mnemonic codes for their wallets, which can be written down or printed to make a multi-key paper wallet.&lt;br /&gt;
&lt;br /&gt;
Several tools exist for producing single keys, including [[Bitcoin Address Utility]], [[vanitygen]], and [[Cwallet]]. Again, using single keys for anything except one-time &#039;&#039;transfers&#039;&#039; of bitcoins is strongly [[address reuse|discouraged]].&lt;br /&gt;
&lt;br /&gt;
===Web-based key generators===&lt;br /&gt;
&lt;br /&gt;
Some websites feature free open-source client-side keypair/wallet generators written in JavaScript.&lt;br /&gt;
Keypairs/wallets generated by JavaScript or using websites are inherently weak and insecure, and unless the code of the website is audited every time it is used, it may leak the generated keys back to the server—especially if un-audited Javascript is downloaded and run locally.&lt;br /&gt;
Even with careful code auditing, browser plugins or other websites may compromise the environment.&lt;br /&gt;
&lt;br /&gt;
Some established web-based wallets that can be downloaded and ran &amp;quot;offline:&lt;br /&gt;
* BitcoinPaperWallet.com&lt;br /&gt;
* BitAddress.org&lt;br /&gt;
&lt;br /&gt;
===Recommendations===&lt;br /&gt;
* Disconnecting from the Internet guarantees that that the paper wallet generator is truly self-contained and isn&#039;t transmitting your keys online. &lt;br /&gt;
* Verifying the integrity of the code (and the trustworthiness of the author) is important to make sure a hacker hasn&#039;t modified the download so that it generates predictable seeds instead of truly random ones.&lt;br /&gt;
* Remember, spyware and viruses often attempt to monitor your computer activities so that their authors can steal from you. They are interested in passwords to online accounts, and anything of value. Bitcoin wallets are something of value that have already been targeted by malware. If your computer is infected with spyware or viruses - even if there are no symptoms, or your antivirus isn&#039;t reporting anything - then anything you type, view, or save on your computer, could potentially be stolen by someone remotely controlling your computer. Your private seed can then be intercepted while you enter it, so only enter a Bitcoin private seed into your computer when you are certain it is secure (such as a fresh boot of a LiveCD).&lt;br /&gt;
* The wallet should never be saved to a computer hard drive or sent via email or other network connections.  You should also never scan/type your key into your computer, except at the moment you are using it.&lt;br /&gt;
* If possible, the wallet should be kept hidden, for example by using BIP38 encryption (single keys only), and/or by folding the paper to hide the private key so that a photograph or photocopy of it will not reveal or replicate the private key.&lt;br /&gt;
* A web-based generator should not be used.&lt;br /&gt;
* A generator should use an appropriate source of random numbers (entropy).  This means that the generated keys aren&#039;t predictable.  If the addresses come from a predictable or partially-predictable patterns like pseudorandom numbers &amp;lt;ref&amp;gt;[https://en.wikipedia.org/wiki/Pseudorandomness#Cryptography Pseudorandomness] &#039;&#039; is not enough for strong cryptography&#039;&#039;&amp;lt;/ref&amp;gt;, someone else who can predict the pattern can steal the balance. Randomness should NEVER be human generated, as the human brain is incapable of secure entropy.&lt;br /&gt;
* Remember that unlike wallets (paper or otherwise), a single paper key is only good to receive a single payment, and must be redeemed in its entirety.&lt;br /&gt;
&lt;br /&gt;
===Printer Security===&lt;br /&gt;
&lt;br /&gt;
Some advanced printers have internal storage (even hard drives) that preserve copies of printouts. This is a risk if someone gets access to your printer, or if you dispose of your printer. There is also the possibility that a smart enough printer can be hacked. (Consider [http://en.wikipedia.org/wiki/Stuxnet StuxNet] which was able to rewrite the firmware of non-computer devices indirectly connected to the Internet) If this concerns you, use a &amp;quot;dumb&amp;quot; printer, and never let your printer have access to the Internet or to an Internet-connected computer.&lt;br /&gt;
&lt;br /&gt;
==Redeeming Keys and Withdrawing Funds==&lt;br /&gt;
&lt;br /&gt;
This section applies only to single-key paper &amp;quot;wallets&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Paper keys, when used as wallets, are very different from wallets such as Bitcoin Core in that it is not possible to transfer (withdraw) a &#039;&#039;portion&#039;&#039; of a key&#039;s bitcoins.&lt;br /&gt;
The only way to withdraw funds is to import or &amp;quot;sweep&amp;quot; the &#039;&#039;entire&#039;&#039; received amount to a new address, typically a wallet or online exchange.&lt;br /&gt;
Once the transfer has been confirmed, &#039;&#039;the key should not be reused&#039;&#039;.&amp;lt;ref&amp;gt;[http://www.reddit.com/r/Bitcoin/comments/1c9xr7/psa_using_paper_wallets_understanding_change/ reddit.com] &#039;&#039;Using Paper Wallets and Understanding Change&#039;&#039;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are various methods for copying the private key data to other wallets.&lt;br /&gt;
* bitcoind supports an &amp;quot;importprivkey&amp;quot; RPC method for this purpose.&lt;br /&gt;
* Bitcoin-Qt&#039;s debug console can also be used in a similar way (see also [[How to import private keys in Bitcoin Core 0.7+]]).&lt;br /&gt;
* [[BlockChain.info]] and [[Armory]] can also import them directly into wallets.&lt;br /&gt;
* [http://MyCelium.com/download Mycelium] is a Android mobile wallet with an easy to use &amp;quot;cold storage&amp;quot; spending function.&lt;br /&gt;
&lt;br /&gt;
Note that importing a private key that may be compromised can result in the entire wallet becoming insecure.&lt;br /&gt;
For this reason, sweeping is generally recommended over importing.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Private key]]&lt;br /&gt;
&lt;br /&gt;
* [[Securing_your_wallet#Paper_Wallets]]&lt;br /&gt;
&lt;br /&gt;
* [[How to import private keys]]&lt;br /&gt;
&lt;br /&gt;
* [https://blockchain.info/wallet/paper-tutorial Blockchain.info tutorial] on how to generate a paper wallet.&lt;br /&gt;
&lt;br /&gt;
* [[Casascius physical bitcoins]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
&lt;br /&gt;
[[es:Monedero de papel]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Paper_wallet&amp;diff=54791</id>
		<title>Paper wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Paper_wallet&amp;diff=54791"/>
		<updated>2015-03-02T01:10:57Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Web-based key generators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:FirstBitcoinBills.jpg|thumb|right|200px|Casascius holding early paper wallets]]&lt;br /&gt;
&lt;br /&gt;
In the most specific sense, a &#039;&#039;&#039;paper wallet&#039;&#039;&#039; is a document containing all of the data necessary to generate any number of Bitcoin [[private key]]s, forming a wallet of keys. However, people often use the term to mean &#039;&#039;any&#039;&#039; way of storing bitcoins offline as a physical document. This second definition also includes &#039;&#039;&#039;paper keys&#039;&#039;&#039; and &#039;&#039;&#039;redeemable codes&#039;&#039;&#039;. A paper key is a single key written on paper that is used multiple times like a wallet (this is strongly [[address reuse|discouraged]]). A redeemable code is a single key intended to be funded and &amp;quot;redeemed&amp;quot; only once: these are commonly used for gifts and as part of physical Bitcoin coins/notes.&lt;br /&gt;
&lt;br /&gt;
Storing bitcoins on paper wallets is not safe unless very strict security precautions are undertaken during their initial preparation. (See below.)&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Use cases==&lt;br /&gt;
&lt;br /&gt;
===Tips and gifts===&lt;br /&gt;
&lt;br /&gt;
By creating a keypair, one can store bitcoins on a physical medium to be left as a tip or a gift.&lt;br /&gt;
The recipient then sweeps the private key to their own wallet.&lt;br /&gt;
&lt;br /&gt;
===Physical tokens===&lt;br /&gt;
&lt;br /&gt;
A trusted provider can hide the private key inside a tamper-resistant token, and issue them as a form of bitcoins.&lt;br /&gt;
This requires those who accept it as payment to trust that when the provider produced the tokens, they loaded them with the correct amount of bitcoins, and that they have not been tampered with since then.&lt;br /&gt;
To redeem the bitcoin value, the token must be destroyed to access the private key.&lt;br /&gt;
Often a bitcoin address is embedded on the outside visible, but there is no guarantee (without destroying the token) that this matches the private key inside, or, even if it does, that the private key is not replicated on multiple tokens or saved by the producer.&lt;br /&gt;
&lt;br /&gt;
===Wallets===&lt;br /&gt;
&lt;br /&gt;
Proper paper wallets are often a very secure way of storing bitcoins, since they are not typically exposed to malware. They can also be easily stored securely in safes and safe deposit boxes. However, it may be more difficult to securely &amp;quot;backup&amp;quot; paper wallets, and due to the current sub-optimal software support, it may be easier to make a mistake that causes loss of bitcoins.&lt;br /&gt;
&lt;br /&gt;
Sometimes people try to use single keys as true bitcoin wallets. However [[address reuse]] is very bad for privacy and security. Because of this, one is forced to choose between hazardous options:&lt;br /&gt;
* &#039;&#039;&#039;Use the key only once to receive, and only once to send the full amount.&#039;&#039;&#039; This requires the user to know the full amount he wants to store in advance, and often leads to the next situation:&lt;br /&gt;
* &#039;&#039;&#039;Create multiple keys.&#039;&#039;&#039; By using more than one key, the user can receive more than once using a different address each time, including using new addresses for change. This is very complicated, and makes it easy to accidentally reuse addresses, produce the wrong change/fee combination, lose some keys, spend hours searching for the right key, etc. Not even skilled bitcoin experts are comfortable managing their own keys manually like this.&lt;br /&gt;
&lt;br /&gt;
Therefore, it is highly recommended that you use proper paper wallets which allow you to generate an infinite number of addresses from a single seed.&lt;br /&gt;
&lt;br /&gt;
==Encoding/formatting==&lt;br /&gt;
&lt;br /&gt;
[[File:BitcoinPaperWallet-sample.jpg|thumb|right|300px|Paper keypair with private key secured beneath folds]]&lt;br /&gt;
[[File:PaperWallets-offlineaddress-com.png|200px|thumb|right|Paper keypair]]&lt;br /&gt;
Proper, multi-key paper wallets usually take the form of a multi-word [[Deterministic wallet | HD wallet]] seed mnemonic. The list of several words corresponds to some binary data that is used to generate all of the addresses. Words are used to make it easier to avoid and correct errors. Trying to memorize an entire seed mnemonic is very difficult and is generally not recommended.&lt;br /&gt;
&lt;br /&gt;
A single key (for use in insecure single-key paper wallets or redeemable codes) can be represented in several formats, but typically the Wallet Import Format (WIF) is used, since keys represented that way are very short (51 characters) and thus easy to re-enter when importing or &amp;quot;sweeping&amp;quot; it for withdrawal.&lt;br /&gt;
&lt;br /&gt;
==Creation of a paper wallet==&lt;br /&gt;
&lt;br /&gt;
===Generation of secure keys===&lt;br /&gt;
&lt;br /&gt;
The private seed is used to prove your right to spend the bitcoins transferred to the paper wallet, and as such should be kept hidden and secret.&lt;br /&gt;
If the private seed on a paper wallet is exposed (for example in a photograph) then the wallet may be used by anyone who sees it.&lt;br /&gt;
To guard against accidental revelation, the private key displayed on the paper wallet may be encrypted or split into several different parts (for example using [https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing Shamir&#039;s secret sharing scheme]).&lt;br /&gt;
At the very least, the private key should be well hidden e.g. by folding the wallet in half and sealing it shut.&lt;br /&gt;
&lt;br /&gt;
Currently, at least [[Armory]] and [[Electrum]] support generating mnemonic codes for their wallets, which can be written down or printed to make a multi-key paper wallet.&lt;br /&gt;
&lt;br /&gt;
Several tools exist for producing single keys, including [[Bitcoin Address Utility]], [[vanitygen]], and [[Cwallet]]. Again, using single keys for anything except one-time &#039;&#039;transfers&#039;&#039; of bitcoins is strongly [[address reuse|discouraged]].&lt;br /&gt;
&lt;br /&gt;
===Web-based key generators===&lt;br /&gt;
&lt;br /&gt;
Some websites feature free open-source client-side keypair/wallet generators written in JavaScript.&lt;br /&gt;
Keypairs/wallets generated by JavaScript or using websites are inherently weak and insecure, and unless the code of the website is audited every time it is used, it may leak the generated keys back to the server—especially if un-audited Javascript is downloaded and run locally.&lt;br /&gt;
Even with careful code auditing, browser plugins or other websites may compromise the environment.&lt;br /&gt;
&lt;br /&gt;
Some established web-based wallets that can be downloaded and ran &amp;quot;offline:&lt;br /&gt;
* BitcoinPaperWallet.com&lt;br /&gt;
* BitAddress.org&lt;br /&gt;
&lt;br /&gt;
===Recommendations===&lt;br /&gt;
* Disconnecting from the Internet guarantees that that the paper wallet generator is truly self-contained and isn&#039;t transmitting your keys online. &lt;br /&gt;
* Verifying the integrity of the code (and the trustworthiness of the author) is important to make sure a hacker hasn&#039;t modified the download so that it generates predictable seeds instead of truly random ones.&lt;br /&gt;
* Remember, spyware and viruses often attempt to monitor your computer activities so that their authors can steal from you. They are interested in passwords to online accounts, and anything of value. Bitcoin wallets are something of value that have already been targeted by malware. If your computer is infected with spyware or viruses - even if there are no symptoms, or your antivirus isn&#039;t reporting anything - then anything you type, view, or save on your computer, could potentially be stolen by someone remotely controlling your computer. Your private seed can then be intercepted while you enter it, so only enter a Bitcoin private seed into your computer when you are certain it is secure (such as a fresh boot of a LiveCD).&lt;br /&gt;
* The wallet should never be saved to a computer hard drive or sent via email or other network connections.  You should also never scan/type your key into your computer, except at the moment you are using it.&lt;br /&gt;
* If possible, the wallet should be kept hidden, for example by using BIP38 encryption (single keys only), and/or by folding the paper to hide the private key so that a photograph or photocopy of it will not reveal or replicate the private key.&lt;br /&gt;
* A web-based generator should not be used.&lt;br /&gt;
* A generator should use an appropriate source of random numbers (entropy).  This means that the generated keys aren&#039;t predictable.  If the addresses come from a predictable or partially-predictable patterns like pseudorandom numbers &amp;lt;ref&amp;gt;[https://en.wikipedia.org/wiki/Pseudorandomness#Cryptography Pseudorandomness] &#039;&#039; is not enough for strong cryptography&#039;&#039;&amp;lt;/ref&amp;gt;, someone else who can predict the pattern can steal the balance. Randomness should NEVER be human generated, as the human brain is incapable of secure entropy.&lt;br /&gt;
* Remember that unlike wallets (paper or otherwise), a single paper key is only good to receive a single payment, and must be redeemed in its entirety.&lt;br /&gt;
&lt;br /&gt;
===Printer Security===&lt;br /&gt;
&lt;br /&gt;
Some advanced printers have internal storage (even hard drives) that preserve copies of printouts. This is a risk if someone gets access to your printer, or if you dispose of your printer. There is also the possibility that a smart enough printer can be hacked. (Consider [http://en.wikipedia.org/wiki/Stuxnet StuxNet] which was able to rewrite the firmware of non-computer devices indirectly connected to the Internet) If this concerns you, use a &amp;quot;dumb&amp;quot; printer, and never let your printer have access to the Internet or to an Internet-connected computer.&lt;br /&gt;
&lt;br /&gt;
==Redeeming Keys and Withdrawing Funds==&lt;br /&gt;
&lt;br /&gt;
This section applies only to single-key paper &amp;quot;wallets&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Paper keys, when used as wallets, are very different from wallets such as Bitcoin Core in that it is not possible to transfer (withdraw) a &#039;&#039;portion&#039;&#039; of a key&#039;s bitcoins.&lt;br /&gt;
The only way to withdraw funds is to import or &amp;quot;sweep&amp;quot; the &#039;&#039;entire&#039;&#039; received amount to a new address, typically a wallet or online exchange.&lt;br /&gt;
Once the transfer has been confirmed, &#039;&#039;the key should not be reused&#039;&#039;.&amp;lt;ref&amp;gt;[http://www.reddit.com/r/Bitcoin/comments/1c9xr7/psa_using_paper_wallets_understanding_change/ reddit.com] &#039;&#039;Using Paper Wallets and Understanding Change&#039;&#039;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are various methods for copying the private key data to other wallets.&lt;br /&gt;
* bitcoind supports an &amp;quot;importprivkey&amp;quot; RPC method for this purpose.&lt;br /&gt;
* Bitcoin-Qt&#039;s debug console can also be used in a similar way (see also [[How to import private keys in Bitcoin Core 0.7+]]).&lt;br /&gt;
* [[BlockChain.info]] and [[Armory]] can also import them directly into wallets.&lt;br /&gt;
&lt;br /&gt;
Note that importing a private key that may be compromised can result in the entire wallet becoming insecure.&lt;br /&gt;
For this reason, sweeping is generally recommended over importing.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Private key]]&lt;br /&gt;
&lt;br /&gt;
* [[Securing_your_wallet#Paper_Wallets]]&lt;br /&gt;
&lt;br /&gt;
* [[How to import private keys]]&lt;br /&gt;
&lt;br /&gt;
* [https://blockchain.info/wallet/paper-tutorial Blockchain.info tutorial] on how to generate a paper wallet.&lt;br /&gt;
&lt;br /&gt;
* [[Casascius physical bitcoins]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
&lt;br /&gt;
[[es:Monedero de papel]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Meetups&amp;diff=53038</id>
		<title>Meetups</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Meetups&amp;diff=53038"/>
		<updated>2014-11-10T18:11:22Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Don&#039;t add everyone who&#039;s going in the &amp;quot;Who?&amp;quot; column, just prominent Bitcoin members and organizers. Also see [http://bitcoin.meetup.com bitcoin.meetup.com]. Also see [[Conferences]].&lt;br /&gt;
&lt;br /&gt;
Keep an eye on the [http://bitcointalk.org/index.php?board=86.0 Meetups] forum board on BitcoinTalk for announcements.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Group&lt;br /&gt;
! When?&lt;br /&gt;
! Where?&lt;br /&gt;
! Who?&lt;br /&gt;
! Other Notes&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcoinembassy.ca Bitcoin Embassy]&lt;br /&gt;
| Monthly meetups, weekly workshops&lt;br /&gt;
| Montreal, QC, Canada&lt;br /&gt;
| Local and international participants - guest speakers welcome. Come and visit our hackerspace, startup incubator and soon, Bitcoin store.&lt;br /&gt;
| Presentations and workshops, discussion &amp;amp; trade. [http://eepurl.com/GRzAf Register to our mailing list] to receive event invitations. We also post on [https://bitcointalk.org/index.php?board=86.0 BitcoinTalk Meetups], [http://bitcoinembassy.eventbrite.ca/ EventBrite], [https://www.facebook.com/bitcoinembassy Facebook Bitcoin Embassy page], [https://plus.google.com/u/0/100266464273886488866 Google +], etc.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/San-Antonio-Bitcoin/ San Antonio Meetup]&lt;br /&gt;
| Every Thursday at 7:00 PM&lt;br /&gt;
| San Antonio, Texas&lt;br /&gt;
Currently at [https://www.google.com/maps/place/17711+Interstate+10+Frontage+Rd,+The+Rim,+San+Antonio,+TX+78257/@29.609714,-98.59871,17z/data=!3m1!4b1!4m2!3m1!1s0x865c6423ecd5d047:0xaa94c89b14a98fc0 Tiago&#039;s]&lt;br /&gt;
| Miners, entrepreneurs, traders and anyone looking to learn more about Bitcoin and other Cryptocurrencies are welcome.&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=727155.0 Bitcointalk thread]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinCT/ BitcoinCT Meetup]&lt;br /&gt;
| Monthly Meetups&lt;br /&gt;
| Stamford, CT&lt;br /&gt;
| The Connecticut Bitcoin Meetup brings together Bitcoin users in Connecticut. This meetup is suitable for everyone from Bitcoin newbies to experienced Bitcoiners. You can attend meetups simply to learn more about Bitcoin or to make business connections for entrepreneurs, miners and developers. | We welcome everyone to our meetups even if you&#039;re not currently a Bitcoin user, but simply want to find out more about this amazing e-currency. &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcash.cz/forum/ Bitcash.cz]&lt;br /&gt;
| Ocasionally&lt;br /&gt;
| Prague, Brno, Ostrava&lt;br /&gt;
| Meetup for Czech and Slovak bitcoin pioneers. &lt;br /&gt;
| Discuss and trade with Bitcoin. Events posted also on our [https://www.facebook.com/Bitcash.cz Facebook] profile.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Sydney-Bitcoin-Users-Group/ BitcoinSYD]&lt;br /&gt;
| Every Wednesday @ 1800&lt;br /&gt;
| [https://goo.gl/maps/okdSm The SG], Downstairs, 32 York St. Look for the guy in the Red Cap.&lt;br /&gt;
| Local, National and International peeps looking to Talk and Trade Bitcoin&lt;br /&gt;
| We also post our meetups on Reddit and [https://www.facebook.com/pages/Bitcoin-Sydney-Australia/457681220943285 Facebook]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=27191.0;all Bitcoin Stammtisch]&lt;br /&gt;
| each first Thursday of the month&lt;br /&gt;
| [http://www.room77.de/ Room 77], Gräfestr. 77, Berlin-Kreuzberg&lt;br /&gt;
| Anyone interested in Bitcoin: technically, economically, socially or philosophically.&lt;br /&gt;
| If questions contact andreas(at)schildbach.de (founder).&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoins/ Bitcoin NYC]&lt;br /&gt;
| monthly&lt;br /&gt;
| [http://www.xcubicle.com/ xCubicle Hackerspace - New York, NY]&lt;br /&gt;
| Any and all Bitcoin aficionados. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://en.bitcoin.it/wiki/Bitcoin_Wednesday Bitcoin Wednesday Amsterdam]&lt;br /&gt;
| First Wednesday of the Month&lt;br /&gt;
| Dutch Bitcoin Users Group of the Netherlands - The country&#039;s longest continuously running Bitcoin event.&lt;br /&gt;
| [http://www.meetup.com/BitcoinWednesday/ Sign Up - Amsterdam, The Netherlands]&lt;br /&gt;
| Open to anyone interested in Bitcoin. Organized by [https://www.PikaPay.com PikaPay.com] @PikaPay or hello-AT-PikaPay.com&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://hitspace.org/ HIT Space - Hack it Together]&lt;br /&gt;
| monthly&lt;br /&gt;
| [http://hitspace.org/where-we-are/ HIT Space - Porto, Portugal]&lt;br /&gt;
| Hackerspace members and anyone who want to join us&lt;br /&gt;
| send us an email geral[at]hitspace.org&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcoin-austria.at Bitcoin Austria]&lt;br /&gt;
| monthly - check the [http://bitcoin-austria.at wiki] or subscribe to the [http://lists.bitcoin-austria.at/listinfo/bitcoin mailinglist]&lt;br /&gt;
| [https://metalab.at/wiki/Lage Metalab], Vienna hacker space, Rathausstraße 6, 1010 Wien&lt;br /&gt;
| Everybody interested in Bitcoin &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://brmlab.cz brmlab, prague hackerspace]&lt;br /&gt;
| 14th Nov 2011&lt;br /&gt;
28th Nov 2011&lt;br /&gt;
([http://brmlab.cz/event/bitcoin_seminar])&lt;br /&gt;
| [http://brmlab.cz/place Brmlab, Bubenska 1]&lt;br /&gt;
| brmlab crew, slush, genjix&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.facebook.com/groups/175596065827848/ Bitcoin Boston]&lt;br /&gt;
| Every Friday at 4:30 and bi-weekly on Saturday or Sunday ([http://www.facebook.com/groups/175596065827848/ See Facebook page])&lt;br /&gt;
| Starbucks in Kendall Square (Ames St &amp;amp; Broadway) and bi-weekly at Starbucks in Harvard Square&lt;br /&gt;
| Anyone is welcome!&lt;br /&gt;
| Our bi-weekly meetings have been somewhat sporadic but we aim to gain some regularity.&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Milwaukee-Area-Bitcoin-Meetup/ Milwaukee Area Bitcoin Meetup]&lt;br /&gt;
| Every other Thursday at 6:00pm&lt;br /&gt;
| 17025 West Rogers Drive, New Berlin WI&lt;br /&gt;
| Open to anyone interested in Bitcoin&lt;br /&gt;
| [https://www.facebook.com/groups/BTCMKE Milwaukee Area Bitcoin Meetup Facebook]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin New York Bitcoin Users]&lt;br /&gt;
| 6:00 PM, 3rd Sunday of every month ([http://www.meetup.com/bitcoin/events/past past meetings])&lt;br /&gt;
| OnlyOneTV Studios - 290 Fifth Ave New York, NY&lt;br /&gt;
| Bruce Wagner (Organizer) and others&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin New York Bitcoin Users]&lt;br /&gt;
| 6:00 PM, every Wednesday of every month ([http://www.meetup.com/bitcoin/events/past past meetings])&lt;br /&gt;
| Just Sweet Dessert House - 83 Third Ave New York, NY&lt;br /&gt;
| Yifu Guo (Organizer) and crew&lt;br /&gt;
| hosted by Bitsyncom, the people behind [[Bitnavigator]], walk-ins welcome;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.meetup.com/MichiganBitcoinMeetup Michigan Bitcoin Meetup]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Kinnard Hockenhull (Organizer)&lt;br /&gt;
|Sponsored by [[BitBox]]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/PhillyBitcoin Philadelphia Bitcoin User Group]&lt;br /&gt;
| TBD&lt;br /&gt;
| TBD&lt;br /&gt;
| Brian Cohen (Organizer) and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinDC Washington, DC Bitcoin Users]&lt;br /&gt;
| 7:00 PM, 1st Monday of every month ([http://www.meetup.com/BitcoinDC/#past past meetings])&lt;br /&gt;
| Northside Social, 3211 Wilson Blvd Arlington, VA&lt;br /&gt;
| [[User:Dduane|Darrell Duane]] (Organizer) and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Silicon-Valley-Bitcoin-Users Silicon Valley Bitcoin Users]&lt;br /&gt;
| 7:00 PM, Tuesday, June 14, 2011 ([http://www.meetup.com/Silicon-Valley-Bitcoin-Users/events/past past meetings])&lt;br /&gt;
| 140B S Whisman Road Mountain View, CA &lt;br /&gt;
| Brian Mcqueen and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinChicago Chicago]&lt;br /&gt;
| No regular schedule yet ([http://www.meetup.com/BitcoinChicago/events/past past meetings])&lt;br /&gt;
| Sunnyvale Art Gallery Cafe, 251 W El Camino Real Sunnyvale, CA&lt;br /&gt;
| Igor&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/denver-bitcoin Denver]&lt;br /&gt;
| First meeting June 4th, 2011 ([http://www.meetup.com/denver-bitcoin/events/past past meetings])&lt;br /&gt;
| Gypsy House Cafe - 1279 Marion St Denver, CO&lt;br /&gt;
| bearbones&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoinSF Bitcoin SF]&lt;br /&gt;
| Saturday, June 4, 2011 ([http://www.meetup.com/bitcoinSF past meetings])&lt;br /&gt;
| SFSU - 1600 Holloway Ave. San Francisco, CA&lt;br /&gt;
| Brian Mcqueen and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Los-Angeles-Digital-Currency-Innovators-Group Los Angeles Digital Currency Innovators]&lt;br /&gt;
| Thursday July 7th, 2011, 7 PM&lt;br /&gt;
| (mt)/Media Temple, Culver City, CA&lt;br /&gt;
| [[User:sgornick|Stephen Gornick]] (Interim organizer) and others&lt;br /&gt;
| Seeking meetup coordinator&lt;br /&gt;
|-&lt;br /&gt;
| [http://CryptoParty.vegas/ Las Vegas Crypto Party]&lt;br /&gt;
| 1st Thursday 7pm. [http://BitcoinsInVegas.com Weekly Wednesday lunch mobs]&lt;br /&gt;
| CoinBus.com, 64 N Pecos, Henderson, NV 89052&lt;br /&gt;
| Julian Tosh / Tuxavant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/groups/195492163844669/ Free State Bitcoin Consortium]&lt;br /&gt;
| Every Saturday, at 6:30 PM&lt;br /&gt;
| Strange Brew Tavern, Manchester, NH&lt;br /&gt;
| ben-abuya (organizer)&lt;br /&gt;
| Weekly&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/groups/195492163844669/ Twin Cities Users]&lt;br /&gt;
| Friday, June 10, 2011, 6:30 PM&lt;br /&gt;
| Joule - 1200 Washington Ave S Minneapolis, MN&lt;br /&gt;
| Mac Manson&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Portland-Bitcoin-Meetup-Users Portland Bitcoin Users Meetup Group]&lt;br /&gt;
| forming&lt;br /&gt;
| &lt;br /&gt;
| Steven Wagner&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Bitcoin-Orlando Bitcoin Orlando]&lt;br /&gt;
| ([http://www.meetup.com/Bitcoin-Orlando#past past meetings])&lt;br /&gt;
| Frank &amp;amp; Steins 150 S. Magnolia Ave, Orlando, FL&lt;br /&gt;
| Antonio Gallippi&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Bitcoin-Enthusiasts/ Bitcoin Tampa]&lt;br /&gt;
| Monthly meetings&lt;br /&gt;
| Matt Branton -- [https://www.coinlock.com/ Coinlock.com] founder&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.hive13.org/?p=310 Hive13 Hackerspace]&lt;br /&gt;
| Bitcoin Exchange, Every Tuesday, 7:30 PM&lt;br /&gt;
| Hive13 - 2929 Spring Grove Avenue, Cincinnati, OH&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/bitcoinaus Bitcoin Australia]: Melbourne &lt;br /&gt;
| [https://www.facebook.com/events/345430765511234/ Wednesday, 23 May 2012, 18:45]&lt;br /&gt;
| Melbourne CBD(TBA)&lt;br /&gt;
| Facebook, IRC, Bitcointalk Forum...&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin:Tokyo meetup|Tokyo]]&lt;br /&gt;
| Every Thursday&lt;br /&gt;
| Shibuya, Roppongi&lt;br /&gt;
| Roger Ver (Organizer) and others&lt;br /&gt;
| Locations change, check the meetup page&lt;br /&gt;
|-&lt;br /&gt;
| [http://meetup.com/Bitcoin-Canada Vancouver Canada]&lt;br /&gt;
| ([http://www.meetup.com/Bitcoin-Canada/#past past meetings])&lt;br /&gt;
| The Brickhouse - 730 Main St.&lt;br /&gt;
| humble (and others)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://plus.google.com/u/0/communities/113055238568417913658 Zurich / Geneva Switzerland]&lt;br /&gt;
| Twice a month&lt;br /&gt;
| Kennedy&#039;s Irish Pub, Zurich; Lord Nelson Pub, Geneva&lt;br /&gt;
| Stefan Thomas (WeUseCoins), Mike Hearn (BitcoinJ), bitdragon, Luzius (Wuala), more ... &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Seattle Bitcoin Meetup&lt;br /&gt;
| [http://www.meetup.com/SeattleBitCoin/ Semi-regularly].&lt;br /&gt;
| [http://maps.google.com/maps?q=cafe+solstice&amp;amp;daddr=4116+University+Way,+Seattle,+WA+98105-6214&amp;amp;hl=en&amp;amp;ll=47.657424,-122.31313&amp;amp;spn=0.007328,0.01929&amp;amp;gl=us&amp;amp;view=map&amp;amp;geocode=CRT9Bdg7zX3vFdcx1wIdWqa1-CFcJ9qrr9CcEQ&amp;amp;t=h&amp;amp;z=16 Solstice Cafe, 2pm]&lt;br /&gt;
| [https://bitcointalk.org/index.php?action=profile;u=36217 indolering]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=135723.0 Munich Germany]&lt;br /&gt;
| First wednesday of the month, 6:00PM&lt;br /&gt;
| [http://www.openstreetmap.org/?minlon=11.5800867080688&amp;amp;minlat=48.1336479187012&amp;amp;maxlon=11.5804319381714&amp;amp;maxlat=48.1338386535645 Nero Pizza], Rumfordstrasse 34, 80469 München&lt;br /&gt;
| Bitcoin-users from Munich and around&lt;br /&gt;
| [http://www.meetup.com/Bitcoin-Munchen/ @meetup.com]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin-il/ Israel Bitcoin Meetup Group]&lt;br /&gt;
| Occasional&lt;br /&gt;
| TBD&lt;br /&gt;
| Meni Rosenfeld&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Dallas-Bitcoin-User-Meetup/ Dallas Bitcoin Meetup Group]&lt;br /&gt;
| Biweekly on Saturdays, 6:00PM&lt;br /&gt;
| [http://freemandallas.com/ The Free Man Cajun Cafe]&lt;br /&gt;
| Justus Ranvier (organizer)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://en.bitcoin.it/wiki/Cafe Café Bitcoin Sevilla]&lt;br /&gt;
| &lt;br /&gt;
| Seville, Spain&lt;br /&gt;
| Randy Brito (rdymac / btcven), Eduardo (bitcoin.com.es), Jorge and Alfredo&lt;br /&gt;
| http://cafebitcoin.com&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinSingapore/ Bitcoin Singapore Meetup]&lt;br /&gt;
| &lt;br /&gt;
| Singapore&lt;br /&gt;
| Monthly&lt;br /&gt;
| [https://www.facebook.com/pages/Bitcoin-Singapore/431452580303555 Bitcoin Singapore Facebook Page]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Lehigh-Valley-Bitcoin-Meetup/ Lehigh Valley (Allentown/Bethlehem PA) Bitcoin]&lt;br /&gt;
| &lt;br /&gt;
| Westgate Subway; Schoenersville Rd; Bethlehem&lt;br /&gt;
| Jim Hoff (organizer)&lt;br /&gt;
| http://www.meetup.com/Lehigh-Valley-Bitcoin-Meetup/&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [http://hackerspaces.org/wiki/List_of_Hacker_Spaces List of Hacker Spaces]&lt;br /&gt;
* [http://bitimap.net Bitimap.net - Find local meetups (up-to-date)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Local]]&lt;br /&gt;
[[Category:Meetups]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[de:Treffen]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Meetups&amp;diff=53037</id>
		<title>Meetups</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Meetups&amp;diff=53037"/>
		<updated>2014-11-10T18:09:45Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Don&#039;t add everyone who&#039;s going in the &amp;quot;Who?&amp;quot; column, just prominent Bitcoin members and organizers. Also see [http://bitcoin.meetup.com bitcoin.meetup.com]. Also see [[Conferences]].&lt;br /&gt;
&lt;br /&gt;
Keep an eye on the [http://bitcointalk.org/index.php?board=86.0 Meetups] forum board on BitcoinTalk for announcements.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Group&lt;br /&gt;
! When?&lt;br /&gt;
! Where?&lt;br /&gt;
! Who?&lt;br /&gt;
! Other Notes&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcoinembassy.ca Bitcoin Embassy]&lt;br /&gt;
| Monthly meetups, weekly workshops&lt;br /&gt;
| Montreal, QC, Canada&lt;br /&gt;
| Local and international participants - guest speakers welcome. Come and visit our hackerspace, startup incubator and soon, Bitcoin store.&lt;br /&gt;
| Presentations and workshops, discussion &amp;amp; trade. [http://eepurl.com/GRzAf Register to our mailing list] to receive event invitations. We also post on [https://bitcointalk.org/index.php?board=86.0 BitcoinTalk Meetups], [http://bitcoinembassy.eventbrite.ca/ EventBrite], [https://www.facebook.com/bitcoinembassy Facebook Bitcoin Embassy page], [https://plus.google.com/u/0/100266464273886488866 Google +], etc.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/San-Antonio-Bitcoin/ San Antonio Meetup]&lt;br /&gt;
| Every Thursday at 7:00 PM&lt;br /&gt;
| San Antonio, Texas&lt;br /&gt;
Currently at [https://www.google.com/maps/place/17711+Interstate+10+Frontage+Rd,+The+Rim,+San+Antonio,+TX+78257/@29.609714,-98.59871,17z/data=!3m1!4b1!4m2!3m1!1s0x865c6423ecd5d047:0xaa94c89b14a98fc0 Tiago&#039;s]&lt;br /&gt;
| Miners, entrepreneurs, traders and anyone looking to learn more about Bitcoin and other Cryptocurrencies are welcome.&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=727155.0 Bitcointalk thread]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinCT/ BitcoinCT Meetup]&lt;br /&gt;
| Monthly Meetups&lt;br /&gt;
| Stamford, CT&lt;br /&gt;
| The Connecticut Bitcoin Meetup brings together Bitcoin users in Connecticut. This meetup is suitable for everyone from Bitcoin newbies to experienced Bitcoiners. You can attend meetups simply to learn more about Bitcoin or to make business connections for entrepreneurs, miners and developers. | We welcome everyone to our meetups even if you&#039;re not currently a Bitcoin user, but simply want to find out more about this amazing e-currency. &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcash.cz/forum/ Bitcash.cz]&lt;br /&gt;
| Ocasionally&lt;br /&gt;
| Prague, Brno, Ostrava&lt;br /&gt;
| Meetup for Czech and Slovak bitcoin pioneers. &lt;br /&gt;
| Discuss and trade with Bitcoin. Events posted also on our [https://www.facebook.com/Bitcash.cz Facebook] profile.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Sydney-Bitcoin-Users-Group/ BitcoinSYD]&lt;br /&gt;
| Every Wednesday @ 1800&lt;br /&gt;
| [https://goo.gl/maps/okdSm The SG], Downstairs, 32 York St. Look for the guy in the Red Cap.&lt;br /&gt;
| Local, National and International peeps looking to Talk and Trade Bitcoin&lt;br /&gt;
| We also post our meetups on Reddit and [https://www.facebook.com/pages/Bitcoin-Sydney-Australia/457681220943285 Facebook]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=27191.0;all Bitcoin Stammtisch]&lt;br /&gt;
| each first Thursday of the month&lt;br /&gt;
| [http://www.room77.de/ Room 77], Gräfestr. 77, Berlin-Kreuzberg&lt;br /&gt;
| Anyone interested in Bitcoin: technically, economically, socially or philosophically.&lt;br /&gt;
| If questions contact andreas(at)schildbach.de (founder).&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoins/ Bitcoin NYC]&lt;br /&gt;
| monthly&lt;br /&gt;
| [http://www.xcubicle.com/ xCubicle Hackerspace - New York, NY]&lt;br /&gt;
| Any and all Bitcoin aficionados. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://en.bitcoin.it/wiki/Bitcoin_Wednesday Bitcoin Wednesday Amsterdam]&lt;br /&gt;
| First Wednesday of the Month&lt;br /&gt;
| Dutch Bitcoin Users Group of the Netherlands - The country&#039;s longest continuously running Bitcoin event.&lt;br /&gt;
| [http://www.meetup.com/BitcoinWednesday/ Sign Up - Amsterdam, The Netherlands]&lt;br /&gt;
| Open to anyone interested in Bitcoin. Organized by [https://www.PikaPay.com PikaPay.com] @PikaPay or hello-AT-PikaPay.com&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://hitspace.org/ HIT Space - Hack it Together]&lt;br /&gt;
| monthly&lt;br /&gt;
| [http://hitspace.org/where-we-are/ HIT Space - Porto, Portugal]&lt;br /&gt;
| Hackerspace members and anyone who want to join us&lt;br /&gt;
| send us an email geral[at]hitspace.org&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcoin-austria.at Bitcoin Austria]&lt;br /&gt;
| monthly - check the [http://bitcoin-austria.at wiki] or subscribe to the [http://lists.bitcoin-austria.at/listinfo/bitcoin mailinglist]&lt;br /&gt;
| [https://metalab.at/wiki/Lage Metalab], Vienna hacker space, Rathausstraße 6, 1010 Wien&lt;br /&gt;
| Everybody interested in Bitcoin &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://brmlab.cz brmlab, prague hackerspace]&lt;br /&gt;
| 14th Nov 2011&lt;br /&gt;
28th Nov 2011&lt;br /&gt;
([http://brmlab.cz/event/bitcoin_seminar])&lt;br /&gt;
| [http://brmlab.cz/place Brmlab, Bubenska 1]&lt;br /&gt;
| brmlab crew, slush, genjix&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.facebook.com/groups/175596065827848/ Bitcoin Boston]&lt;br /&gt;
| Every Friday at 4:30 and bi-weekly on Saturday or Sunday ([http://www.facebook.com/groups/175596065827848/ See Facebook page])&lt;br /&gt;
| Starbucks in Kendall Square (Ames St &amp;amp; Broadway) and bi-weekly at Starbucks in Harvard Square&lt;br /&gt;
| Anyone is welcome!&lt;br /&gt;
| Our bi-weekly meetings have been somewhat sporadic but we aim to gain some regularity.&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Milwaukee-Area-Bitcoin-Meetup/ Milwaukee Area Bitcoin Meetup]&lt;br /&gt;
| Every other Thursday at 6:00pm&lt;br /&gt;
| 17025 West Rogers Drive, New Berlin WI&lt;br /&gt;
| Open to anyone interested in Bitcoin&lt;br /&gt;
| [https://www.facebook.com/groups/BTCMKE Milwaukee Area Bitcoin Meetup Facebook]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin New York Bitcoin Users]&lt;br /&gt;
| 6:00 PM, 3rd Sunday of every month ([http://www.meetup.com/bitcoin/events/past past meetings])&lt;br /&gt;
| OnlyOneTV Studios - 290 Fifth Ave New York, NY&lt;br /&gt;
| Bruce Wagner (Organizer) and others&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin New York Bitcoin Users]&lt;br /&gt;
| 6:00 PM, every Wednesday of every month ([http://www.meetup.com/bitcoin/events/past past meetings])&lt;br /&gt;
| Just Sweet Dessert House - 83 Third Ave New York, NY&lt;br /&gt;
| Yifu Guo (Organizer) and crew&lt;br /&gt;
| hosted by Bitsyncom, the people behind [[Bitnavigator]], walk-ins welcome;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.meetup.com/MichiganBitcoinMeetup Michigan Bitcoin Meetup]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Kinnard Hockenhull (Organizer)&lt;br /&gt;
|Sponsored by [[BitBox]]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/PhillyBitcoin Philadelphia Bitcoin User Group]&lt;br /&gt;
| TBD&lt;br /&gt;
| TBD&lt;br /&gt;
| Brian Cohen (Organizer) and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinDC Washington, DC Bitcoin Users]&lt;br /&gt;
| 7:00 PM, 1st Monday of every month ([http://www.meetup.com/BitcoinDC/#past past meetings])&lt;br /&gt;
| Northside Social, 3211 Wilson Blvd Arlington, VA&lt;br /&gt;
| [[User:Dduane|Darrell Duane]] (Organizer) and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Silicon-Valley-Bitcoin-Users Silicon Valley Bitcoin Users]&lt;br /&gt;
| 7:00 PM, Tuesday, June 14, 2011 ([http://www.meetup.com/Silicon-Valley-Bitcoin-Users/events/past past meetings])&lt;br /&gt;
| 140B S Whisman Road Mountain View, CA &lt;br /&gt;
| Brian Mcqueen and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinChicago Chicago]&lt;br /&gt;
| No regular schedule yet ([http://www.meetup.com/BitcoinChicago/events/past past meetings])&lt;br /&gt;
| Sunnyvale Art Gallery Cafe, 251 W El Camino Real Sunnyvale, CA&lt;br /&gt;
| Igor&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/denver-bitcoin Denver]&lt;br /&gt;
| First meeting June 4th, 2011 ([http://www.meetup.com/denver-bitcoin/events/past past meetings])&lt;br /&gt;
| Gypsy House Cafe - 1279 Marion St Denver, CO&lt;br /&gt;
| bearbones&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoinSF Bitcoin SF]&lt;br /&gt;
| Saturday, June 4, 2011 ([http://www.meetup.com/bitcoinSF past meetings])&lt;br /&gt;
| SFSU - 1600 Holloway Ave. San Francisco, CA&lt;br /&gt;
| Brian Mcqueen and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Los-Angeles-Digital-Currency-Innovators-Group Los Angeles Digital Currency Innovators]&lt;br /&gt;
| Thursday July 7th, 2011, 7 PM&lt;br /&gt;
| (mt)/Media Temple, Culver City, CA&lt;br /&gt;
| [[User:sgornick|Stephen Gornick]] (Interim organizer) and others&lt;br /&gt;
| Seeking meetup coordinator&lt;br /&gt;
|-&lt;br /&gt;
| [http://Hackerish.org Las Vegas Crypto Party]&lt;br /&gt;
| 1st Thursday 7pm. [http://BitcoinsInVegas.com Weekly Wednesday lunch mobs]&lt;br /&gt;
| CoinBus.com, 64 N Pecos, Henderson, NV 89052&lt;br /&gt;
| Julian Tosh / Tuxavant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/groups/195492163844669/ Free State Bitcoin Consortium]&lt;br /&gt;
| Every Saturday, at 6:30 PM&lt;br /&gt;
| Strange Brew Tavern, Manchester, NH&lt;br /&gt;
| ben-abuya (organizer)&lt;br /&gt;
| Weekly&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/groups/195492163844669/ Twin Cities Users]&lt;br /&gt;
| Friday, June 10, 2011, 6:30 PM&lt;br /&gt;
| Joule - 1200 Washington Ave S Minneapolis, MN&lt;br /&gt;
| Mac Manson&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Portland-Bitcoin-Meetup-Users Portland Bitcoin Users Meetup Group]&lt;br /&gt;
| forming&lt;br /&gt;
| &lt;br /&gt;
| Steven Wagner&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Bitcoin-Orlando Bitcoin Orlando]&lt;br /&gt;
| ([http://www.meetup.com/Bitcoin-Orlando#past past meetings])&lt;br /&gt;
| Frank &amp;amp; Steins 150 S. Magnolia Ave, Orlando, FL&lt;br /&gt;
| Antonio Gallippi&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Bitcoin-Enthusiasts/ Bitcoin Tampa]&lt;br /&gt;
| Monthly meetings&lt;br /&gt;
| Matt Branton -- [https://www.coinlock.com/ Coinlock.com] founder&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.hive13.org/?p=310 Hive13 Hackerspace]&lt;br /&gt;
| Bitcoin Exchange, Every Tuesday, 7:30 PM&lt;br /&gt;
| Hive13 - 2929 Spring Grove Avenue, Cincinnati, OH&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/bitcoinaus Bitcoin Australia]: Melbourne &lt;br /&gt;
| [https://www.facebook.com/events/345430765511234/ Wednesday, 23 May 2012, 18:45]&lt;br /&gt;
| Melbourne CBD(TBA)&lt;br /&gt;
| Facebook, IRC, Bitcointalk Forum...&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin:Tokyo meetup|Tokyo]]&lt;br /&gt;
| Every Thursday&lt;br /&gt;
| Shibuya, Roppongi&lt;br /&gt;
| Roger Ver (Organizer) and others&lt;br /&gt;
| Locations change, check the meetup page&lt;br /&gt;
|-&lt;br /&gt;
| [http://meetup.com/Bitcoin-Canada Vancouver Canada]&lt;br /&gt;
| ([http://www.meetup.com/Bitcoin-Canada/#past past meetings])&lt;br /&gt;
| The Brickhouse - 730 Main St.&lt;br /&gt;
| humble (and others)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://plus.google.com/u/0/communities/113055238568417913658 Zurich / Geneva Switzerland]&lt;br /&gt;
| Twice a month&lt;br /&gt;
| Kennedy&#039;s Irish Pub, Zurich; Lord Nelson Pub, Geneva&lt;br /&gt;
| Stefan Thomas (WeUseCoins), Mike Hearn (BitcoinJ), bitdragon, Luzius (Wuala), more ... &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Seattle Bitcoin Meetup&lt;br /&gt;
| [http://www.meetup.com/SeattleBitCoin/ Semi-regularly].&lt;br /&gt;
| [http://maps.google.com/maps?q=cafe+solstice&amp;amp;daddr=4116+University+Way,+Seattle,+WA+98105-6214&amp;amp;hl=en&amp;amp;ll=47.657424,-122.31313&amp;amp;spn=0.007328,0.01929&amp;amp;gl=us&amp;amp;view=map&amp;amp;geocode=CRT9Bdg7zX3vFdcx1wIdWqa1-CFcJ9qrr9CcEQ&amp;amp;t=h&amp;amp;z=16 Solstice Cafe, 2pm]&lt;br /&gt;
| [https://bitcointalk.org/index.php?action=profile;u=36217 indolering]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=135723.0 Munich Germany]&lt;br /&gt;
| First wednesday of the month, 6:00PM&lt;br /&gt;
| [http://www.openstreetmap.org/?minlon=11.5800867080688&amp;amp;minlat=48.1336479187012&amp;amp;maxlon=11.5804319381714&amp;amp;maxlat=48.1338386535645 Nero Pizza], Rumfordstrasse 34, 80469 München&lt;br /&gt;
| Bitcoin-users from Munich and around&lt;br /&gt;
| [http://www.meetup.com/Bitcoin-Munchen/ @meetup.com]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin-il/ Israel Bitcoin Meetup Group]&lt;br /&gt;
| Occasional&lt;br /&gt;
| TBD&lt;br /&gt;
| Meni Rosenfeld&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Dallas-Bitcoin-User-Meetup/ Dallas Bitcoin Meetup Group]&lt;br /&gt;
| Biweekly on Saturdays, 6:00PM&lt;br /&gt;
| [http://freemandallas.com/ The Free Man Cajun Cafe]&lt;br /&gt;
| Justus Ranvier (organizer)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://en.bitcoin.it/wiki/Cafe Café Bitcoin Sevilla]&lt;br /&gt;
| &lt;br /&gt;
| Seville, Spain&lt;br /&gt;
| Randy Brito (rdymac / btcven), Eduardo (bitcoin.com.es), Jorge and Alfredo&lt;br /&gt;
| http://cafebitcoin.com&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinSingapore/ Bitcoin Singapore Meetup]&lt;br /&gt;
| &lt;br /&gt;
| Singapore&lt;br /&gt;
| Monthly&lt;br /&gt;
| [https://www.facebook.com/pages/Bitcoin-Singapore/431452580303555 Bitcoin Singapore Facebook Page]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Lehigh-Valley-Bitcoin-Meetup/ Lehigh Valley (Allentown/Bethlehem PA) Bitcoin]&lt;br /&gt;
| &lt;br /&gt;
| Westgate Subway; Schoenersville Rd; Bethlehem&lt;br /&gt;
| Jim Hoff (organizer)&lt;br /&gt;
| http://www.meetup.com/Lehigh-Valley-Bitcoin-Meetup/&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [http://hackerspaces.org/wiki/List_of_Hacker_Spaces List of Hacker Spaces]&lt;br /&gt;
* [http://bitimap.net Bitimap.net - Find local meetups (up-to-date)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Local]]&lt;br /&gt;
[[Category:Meetups]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[de:Treffen]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=National_Legal_Status&amp;diff=43384</id>
		<title>National Legal Status</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=National_Legal_Status&amp;diff=43384"/>
		<updated>2013-12-23T16:52:22Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: Created page with &amp;quot;{| border=1 !align=center |Nation !align=center |Legal Tender !Legal Barter !Legal exchange !Exch Licensing Req !Defined as currency !Defined as commodity !Notes |- |United St...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1&lt;br /&gt;
!align=center |Nation&lt;br /&gt;
!align=center |Legal Tender&lt;br /&gt;
!Legal Barter&lt;br /&gt;
!Legal exchange&lt;br /&gt;
!Exch Licensing Req&lt;br /&gt;
!Defined as currency&lt;br /&gt;
!Defined as commodity&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|United States of America&lt;br /&gt;
|Yes&amp;lt;ref&amp;gt;[http://www.forbes.com/sites/kashmirhill/2013/08/07/federal-judge-rules-bitcoin-is-real-money/ Federal Judge Rules Bitcoin Is Real Money.]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_import_private_keys&amp;diff=42517</id>
		<title>How to import private keys</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_import_private_keys&amp;diff=42517"/>
		<updated>2013-11-21T16:21:45Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Partial spend from Cold Storage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Using Blockchain.info =&lt;br /&gt;
As of August 2012, possibly the easiest way to import a private key is using [[Blockchain.info]]&#039;s My Wallet service. When successully imported through the &amp;quot;Import/Export&amp;quot; screen, the bitcoins assigned to a private key can be immediately sent to any Bitcoin address. The [[MtGox]] Bitcoin exchange will allow individual private keys to be redeemed but since they must sweep the address, the user must wait 6 confirmations for access to the funds. There is an API method to import an entire wallet.dat as well.&lt;br /&gt;
&lt;br /&gt;
= Using BIPS =&lt;br /&gt;
As of August 2013, [[File:BIPS.gif|20px|link=https://bips.me]] [[BIPS]] allows for easy import of private key using Paper Wallet - Import. User can choose to type in the private key manually or scan a QR code containing the private key using the camera. The user must wait 6 confirmations for access to the funds, and system is based on batch importation.&lt;br /&gt;
&lt;br /&gt;
= Using Mycelium =&lt;br /&gt;
Steps described are with the following settings:&lt;br /&gt;
* Export mode enabled&lt;br /&gt;
* Aggregated view disabled&lt;br /&gt;
&lt;br /&gt;
== Partial spend from cold storage ==&lt;br /&gt;
Use this function if you would like to keep some funds on the paper wallet.&lt;br /&gt;
# Download [https://play.google.com/store/apps/details?id=com.mycelium.wallet&amp;amp;hl=en Mycelium] from the Android Play Store&lt;br /&gt;
# Press the menu button and select &amp;quot;Cold Storage&amp;quot;&lt;br /&gt;
# Scan in private key&lt;br /&gt;
# Select your destination address&lt;br /&gt;
# Select the amount &lt;br /&gt;
## Press the blue currency tag at the top to toggle currency.&lt;br /&gt;
# Send!&lt;br /&gt;
&lt;br /&gt;
After spending, the private key in memory is destroyed so the paper private key remains somewhat secure.&lt;br /&gt;
&lt;br /&gt;
== Import key from a paper wallet ==&lt;br /&gt;
Use this function if you would like to import a private key so all funds are immediately available for spending.&lt;br /&gt;
# Download [https://play.google.com/store/apps/details?id=com.mycelium.wallet&amp;amp;hl=en Mycelium] from the Android Play Store&lt;br /&gt;
# Key Management&lt;br /&gt;
# Press the blue &#039;+&#039; symbol&lt;br /&gt;
# Scan in private key&lt;br /&gt;
&lt;br /&gt;
After importing this paper private key, you might consider destroying the original so it cannot be found and your funds stolen. Alternatively, you can keep it safe to be used as an offline backup.&lt;br /&gt;
&lt;br /&gt;
= Using bitcoind =&lt;br /&gt;
&#039;&#039;&#039;If you have Version 7 or later it is now trival.&#039;&#039;&#039; See: [[How to import private keys v7+]]&lt;br /&gt;
&lt;br /&gt;
If you are using [[Cold storage]], a [[Paper wallet]] or generating [https://bitcointalk.org/index.php?topic=25804.0 vanity addresses] you may have a need to import a [[Private key]]. Since Bitcoin-QT/bitcoind v0.6.0, you can import private keys using built-in RPC command [[importprivkey]]. Before v0.6.0, you needed to rely on third-party [[wallet.dat]] manipulation tool such as [[Pywallet]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to import a private key through the RPC API of bitcoind, which is a topic for advanced users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that importing a key to bitcoind and/or Bitcoin-Qt may be dangerous and is not recommended unless you understand the full details of how it works&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Start Bitcoin client ==&lt;br /&gt;
Unlike third-party wallet.dat manipulation tools such as [[Pywallet]], you do not have to close the Bitcoin client before proceeding. Instead, you need to start the bitcoind server.&lt;br /&gt;
* Close bitcoin-qt and start &#039;&#039;bitcoind -damon&#039;&#039; in Terminal Emulator. The version of bitcoind MUST be the same as bitcoin-qt!&lt;br /&gt;
&lt;br /&gt;
Bitcoin-QT does not enable its RPC interface by default. To enable it:&lt;br /&gt;
* Close Bitcoin-QT and restart it with &#039;&#039;bitcoin-qt -server&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Unlock your wallet ==&lt;br /&gt;
If you have an encrypted wallet (recommended), you need to unlock it temporarily before importing private keys. The RPC command for unlocking an encrypted wallet is &#039;&#039;walletpassphrase &amp;lt;passphrase&amp;gt; &amp;lt;timeout&amp;gt;&#039;&#039;. Typing this directly in a bash terminal will leave your wallet passphrase directly in the bash history but there are a couple of techniques you can use to avoid this. Simply add a space before the command:&lt;br /&gt;
&lt;br /&gt;
 (space)bitcoind walletpassphrase yourpassphrase 120&lt;br /&gt;
&lt;br /&gt;
Another alternative is to use a bash variable:&lt;br /&gt;
&lt;br /&gt;
 read x&lt;br /&gt;
 (input your passphrase)&lt;br /&gt;
 bitcoind walletpassphrase &amp;quot;$x&amp;quot; 120   # Do not set the timeout too long or too short.&lt;br /&gt;
&lt;br /&gt;
== Import Private key(s) ==&lt;br /&gt;
The last command unlocked your wallet temporarily for 120 seconds, during which time you must import your private keys. Since private keys can be as important as your passphrase, you may want to use the same techniques as above to prevent their being recorded in bash history (bash variable or space before the command):&lt;br /&gt;
&lt;br /&gt;
 (space)bitcoind importprivkey &amp;quot;5yourveryveryveryverylongprivatekeystring&amp;quot; &amp;quot;my-new-key&amp;quot;  # &amp;quot;my-new-key&amp;quot; is a label for the key/address pair and is optional&lt;br /&gt;
&lt;br /&gt;
The importing process is now started. Bitcoind will rescan the entire block data to ensure this key has not been used before. This process will take from one to two minutes, depending on your CPU performance. DO NOT abort it before finishing!&lt;br /&gt;
&lt;br /&gt;
If no errors occurs, the import is a success and Bitcoin-QT users will be able to see the new address in the GUI immediately. If you need to import more keys, just repeat the instructions above. There is currently no command to import a batch of private keys so you will need to wait a minute or two for each key to be imported.&lt;br /&gt;
&lt;br /&gt;
== Cleaning up ==&lt;br /&gt;
&lt;br /&gt;
 bitcoind walletlock&lt;br /&gt;
&lt;br /&gt;
This will lock your wallet again (so you don&#039;t have to wait for timeout)&lt;br /&gt;
&lt;br /&gt;
 unset x&lt;br /&gt;
 unset y&lt;br /&gt;
&lt;br /&gt;
These commands will clear the passphrase and private key from memory if you used the &#039;&#039;read&#039;&#039; technique. If you started bitcoind, you will need to stop it before Bitcoin-QT will start again:&lt;br /&gt;
&lt;br /&gt;
 bitcoind stop&lt;br /&gt;
&lt;br /&gt;
===Deleting Keys===&lt;br /&gt;
At some point, you may wish to delete private keys from a wallet.dat file but as of version v0.6.0 of Bitcoin-QT/bitcoind, there is no RPC method available for this purpose.&lt;br /&gt;
&lt;br /&gt;
[[Category:Instructional]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_import_private_keys&amp;diff=42516</id>
		<title>How to import private keys</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_import_private_keys&amp;diff=42516"/>
		<updated>2013-11-21T16:20:49Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Using MyCelium */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Using Blockchain.info =&lt;br /&gt;
As of August 2012, possibly the easiest way to import a private key is using [[Blockchain.info]]&#039;s My Wallet service. When successully imported through the &amp;quot;Import/Export&amp;quot; screen, the bitcoins assigned to a private key can be immediately sent to any Bitcoin address. The [[MtGox]] Bitcoin exchange will allow individual private keys to be redeemed but since they must sweep the address, the user must wait 6 confirmations for access to the funds. There is an API method to import an entire wallet.dat as well.&lt;br /&gt;
&lt;br /&gt;
= Using BIPS =&lt;br /&gt;
As of August 2013, [[File:BIPS.gif|20px|link=https://bips.me]] [[BIPS]] allows for easy import of private key using Paper Wallet - Import. User can choose to type in the private key manually or scan a QR code containing the private key using the camera. The user must wait 6 confirmations for access to the funds, and system is based on batch importation.&lt;br /&gt;
&lt;br /&gt;
= Using Mycelium =&lt;br /&gt;
Steps described are with the following settings:&lt;br /&gt;
* Export mode enabled&lt;br /&gt;
* Aggregated view disabled&lt;br /&gt;
&lt;br /&gt;
== Partial spend from Cold Storage ==&lt;br /&gt;
Use this function if you would like to keep some funds on the paper wallet.&lt;br /&gt;
# Download [https://play.google.com/store/apps/details?id=com.mycelium.wallet&amp;amp;hl=en Mycelium] from the Android Play Store&lt;br /&gt;
# Press the menu button and select &amp;quot;Cold Storage&amp;quot;&lt;br /&gt;
# Scan in private key&lt;br /&gt;
# Select your destination address&lt;br /&gt;
# Select the amount &lt;br /&gt;
## Press the blue currency tag at the top to toggle currency.&lt;br /&gt;
# Send!&lt;br /&gt;
&lt;br /&gt;
After spending, the private key in memory is destroyed so the paper private key remains somewhat secure.&lt;br /&gt;
&lt;br /&gt;
== Import key from a paper wallet ==&lt;br /&gt;
Use this function if you would like to import a private key so all funds are immediately available for spending.&lt;br /&gt;
# Download [https://play.google.com/store/apps/details?id=com.mycelium.wallet&amp;amp;hl=en Mycelium] from the Android Play Store&lt;br /&gt;
# Key Management&lt;br /&gt;
# Press the blue &#039;+&#039; symbol&lt;br /&gt;
# Scan in private key&lt;br /&gt;
&lt;br /&gt;
After importing this paper private key, you might consider destroying the original so it cannot be found and your funds stolen. Alternatively, you can keep it safe to be used as an offline backup.&lt;br /&gt;
&lt;br /&gt;
= Using bitcoind =&lt;br /&gt;
&#039;&#039;&#039;If you have Version 7 or later it is now trival.&#039;&#039;&#039; See: [[How to import private keys v7+]]&lt;br /&gt;
&lt;br /&gt;
If you are using [[Cold storage]], a [[Paper wallet]] or generating [https://bitcointalk.org/index.php?topic=25804.0 vanity addresses] you may have a need to import a [[Private key]]. Since Bitcoin-QT/bitcoind v0.6.0, you can import private keys using built-in RPC command [[importprivkey]]. Before v0.6.0, you needed to rely on third-party [[wallet.dat]] manipulation tool such as [[Pywallet]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to import a private key through the RPC API of bitcoind, which is a topic for advanced users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that importing a key to bitcoind and/or Bitcoin-Qt may be dangerous and is not recommended unless you understand the full details of how it works&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Start Bitcoin client ==&lt;br /&gt;
Unlike third-party wallet.dat manipulation tools such as [[Pywallet]], you do not have to close the Bitcoin client before proceeding. Instead, you need to start the bitcoind server.&lt;br /&gt;
* Close bitcoin-qt and start &#039;&#039;bitcoind -damon&#039;&#039; in Terminal Emulator. The version of bitcoind MUST be the same as bitcoin-qt!&lt;br /&gt;
&lt;br /&gt;
Bitcoin-QT does not enable its RPC interface by default. To enable it:&lt;br /&gt;
* Close Bitcoin-QT and restart it with &#039;&#039;bitcoin-qt -server&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Unlock your wallet ==&lt;br /&gt;
If you have an encrypted wallet (recommended), you need to unlock it temporarily before importing private keys. The RPC command for unlocking an encrypted wallet is &#039;&#039;walletpassphrase &amp;lt;passphrase&amp;gt; &amp;lt;timeout&amp;gt;&#039;&#039;. Typing this directly in a bash terminal will leave your wallet passphrase directly in the bash history but there are a couple of techniques you can use to avoid this. Simply add a space before the command:&lt;br /&gt;
&lt;br /&gt;
 (space)bitcoind walletpassphrase yourpassphrase 120&lt;br /&gt;
&lt;br /&gt;
Another alternative is to use a bash variable:&lt;br /&gt;
&lt;br /&gt;
 read x&lt;br /&gt;
 (input your passphrase)&lt;br /&gt;
 bitcoind walletpassphrase &amp;quot;$x&amp;quot; 120   # Do not set the timeout too long or too short.&lt;br /&gt;
&lt;br /&gt;
== Import Private key(s) ==&lt;br /&gt;
The last command unlocked your wallet temporarily for 120 seconds, during which time you must import your private keys. Since private keys can be as important as your passphrase, you may want to use the same techniques as above to prevent their being recorded in bash history (bash variable or space before the command):&lt;br /&gt;
&lt;br /&gt;
 (space)bitcoind importprivkey &amp;quot;5yourveryveryveryverylongprivatekeystring&amp;quot; &amp;quot;my-new-key&amp;quot;  # &amp;quot;my-new-key&amp;quot; is a label for the key/address pair and is optional&lt;br /&gt;
&lt;br /&gt;
The importing process is now started. Bitcoind will rescan the entire block data to ensure this key has not been used before. This process will take from one to two minutes, depending on your CPU performance. DO NOT abort it before finishing!&lt;br /&gt;
&lt;br /&gt;
If no errors occurs, the import is a success and Bitcoin-QT users will be able to see the new address in the GUI immediately. If you need to import more keys, just repeat the instructions above. There is currently no command to import a batch of private keys so you will need to wait a minute or two for each key to be imported.&lt;br /&gt;
&lt;br /&gt;
== Cleaning up ==&lt;br /&gt;
&lt;br /&gt;
 bitcoind walletlock&lt;br /&gt;
&lt;br /&gt;
This will lock your wallet again (so you don&#039;t have to wait for timeout)&lt;br /&gt;
&lt;br /&gt;
 unset x&lt;br /&gt;
 unset y&lt;br /&gt;
&lt;br /&gt;
These commands will clear the passphrase and private key from memory if you used the &#039;&#039;read&#039;&#039; technique. If you started bitcoind, you will need to stop it before Bitcoin-QT will start again:&lt;br /&gt;
&lt;br /&gt;
 bitcoind stop&lt;br /&gt;
&lt;br /&gt;
===Deleting Keys===&lt;br /&gt;
At some point, you may wish to delete private keys from a wallet.dat file but as of version v0.6.0 of Bitcoin-QT/bitcoind, there is no RPC method available for this purpose.&lt;br /&gt;
&lt;br /&gt;
[[Category:Instructional]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_import_private_keys&amp;diff=42515</id>
		<title>How to import private keys</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_import_private_keys&amp;diff=42515"/>
		<updated>2013-11-21T16:20:28Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Using Blockchain.info =&lt;br /&gt;
As of August 2012, possibly the easiest way to import a private key is using [[Blockchain.info]]&#039;s My Wallet service. When successully imported through the &amp;quot;Import/Export&amp;quot; screen, the bitcoins assigned to a private key can be immediately sent to any Bitcoin address. The [[MtGox]] Bitcoin exchange will allow individual private keys to be redeemed but since they must sweep the address, the user must wait 6 confirmations for access to the funds. There is an API method to import an entire wallet.dat as well.&lt;br /&gt;
&lt;br /&gt;
= Using BIPS =&lt;br /&gt;
As of August 2013, [[File:BIPS.gif|20px|link=https://bips.me]] [[BIPS]] allows for easy import of private key using Paper Wallet - Import. User can choose to type in the private key manually or scan a QR code containing the private key using the camera. The user must wait 6 confirmations for access to the funds, and system is based on batch importation.&lt;br /&gt;
&lt;br /&gt;
= Using MyCelium =&lt;br /&gt;
Steps described are with the following settings:&lt;br /&gt;
* Export mode enabled&lt;br /&gt;
* Aggregated view disabled&lt;br /&gt;
&lt;br /&gt;
== Partial spend from Cold Storage ==&lt;br /&gt;
Use this function if you would like to keep some funds on the paper wallet.&lt;br /&gt;
# Download [https://play.google.com/store/apps/details?id=com.mycelium.wallet&amp;amp;hl=en Mycelium] from the Android Play Store&lt;br /&gt;
# Press the menu button and select &amp;quot;Cold Storage&amp;quot;&lt;br /&gt;
# Scan in private key&lt;br /&gt;
# Select your destination address&lt;br /&gt;
# Select the amount &lt;br /&gt;
## Press the blue currency tag at the top to toggle currency.&lt;br /&gt;
# Send!&lt;br /&gt;
&lt;br /&gt;
After spending, the private key in memory is destroyed so the paper private key remains somewhat secure.&lt;br /&gt;
&lt;br /&gt;
== Import key from a paper wallet ==&lt;br /&gt;
Use this function if you would like to import a private key so all funds are immediately available for spending.&lt;br /&gt;
# Download [https://play.google.com/store/apps/details?id=com.mycelium.wallet&amp;amp;hl=en Mycelium] from the Android Play Store&lt;br /&gt;
# Key Management&lt;br /&gt;
# Press the blue &#039;+&#039; symbol&lt;br /&gt;
# Scan in private key&lt;br /&gt;
&lt;br /&gt;
After importing this paper private key, you might consider destroying the original so it cannot be found and your funds stolen. Alternatively, you can keep it safe to be used as an offline backup.&lt;br /&gt;
&lt;br /&gt;
= Using bitcoind =&lt;br /&gt;
&#039;&#039;&#039;If you have Version 7 or later it is now trival.&#039;&#039;&#039; See: [[How to import private keys v7+]]&lt;br /&gt;
&lt;br /&gt;
If you are using [[Cold storage]], a [[Paper wallet]] or generating [https://bitcointalk.org/index.php?topic=25804.0 vanity addresses] you may have a need to import a [[Private key]]. Since Bitcoin-QT/bitcoind v0.6.0, you can import private keys using built-in RPC command [[importprivkey]]. Before v0.6.0, you needed to rely on third-party [[wallet.dat]] manipulation tool such as [[Pywallet]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to import a private key through the RPC API of bitcoind, which is a topic for advanced users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that importing a key to bitcoind and/or Bitcoin-Qt may be dangerous and is not recommended unless you understand the full details of how it works&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Start Bitcoin client ==&lt;br /&gt;
Unlike third-party wallet.dat manipulation tools such as [[Pywallet]], you do not have to close the Bitcoin client before proceeding. Instead, you need to start the bitcoind server.&lt;br /&gt;
* Close bitcoin-qt and start &#039;&#039;bitcoind -damon&#039;&#039; in Terminal Emulator. The version of bitcoind MUST be the same as bitcoin-qt!&lt;br /&gt;
&lt;br /&gt;
Bitcoin-QT does not enable its RPC interface by default. To enable it:&lt;br /&gt;
* Close Bitcoin-QT and restart it with &#039;&#039;bitcoin-qt -server&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Unlock your wallet ==&lt;br /&gt;
If you have an encrypted wallet (recommended), you need to unlock it temporarily before importing private keys. The RPC command for unlocking an encrypted wallet is &#039;&#039;walletpassphrase &amp;lt;passphrase&amp;gt; &amp;lt;timeout&amp;gt;&#039;&#039;. Typing this directly in a bash terminal will leave your wallet passphrase directly in the bash history but there are a couple of techniques you can use to avoid this. Simply add a space before the command:&lt;br /&gt;
&lt;br /&gt;
 (space)bitcoind walletpassphrase yourpassphrase 120&lt;br /&gt;
&lt;br /&gt;
Another alternative is to use a bash variable:&lt;br /&gt;
&lt;br /&gt;
 read x&lt;br /&gt;
 (input your passphrase)&lt;br /&gt;
 bitcoind walletpassphrase &amp;quot;$x&amp;quot; 120   # Do not set the timeout too long or too short.&lt;br /&gt;
&lt;br /&gt;
== Import Private key(s) ==&lt;br /&gt;
The last command unlocked your wallet temporarily for 120 seconds, during which time you must import your private keys. Since private keys can be as important as your passphrase, you may want to use the same techniques as above to prevent their being recorded in bash history (bash variable or space before the command):&lt;br /&gt;
&lt;br /&gt;
 (space)bitcoind importprivkey &amp;quot;5yourveryveryveryverylongprivatekeystring&amp;quot; &amp;quot;my-new-key&amp;quot;  # &amp;quot;my-new-key&amp;quot; is a label for the key/address pair and is optional&lt;br /&gt;
&lt;br /&gt;
The importing process is now started. Bitcoind will rescan the entire block data to ensure this key has not been used before. This process will take from one to two minutes, depending on your CPU performance. DO NOT abort it before finishing!&lt;br /&gt;
&lt;br /&gt;
If no errors occurs, the import is a success and Bitcoin-QT users will be able to see the new address in the GUI immediately. If you need to import more keys, just repeat the instructions above. There is currently no command to import a batch of private keys so you will need to wait a minute or two for each key to be imported.&lt;br /&gt;
&lt;br /&gt;
== Cleaning up ==&lt;br /&gt;
&lt;br /&gt;
 bitcoind walletlock&lt;br /&gt;
&lt;br /&gt;
This will lock your wallet again (so you don&#039;t have to wait for timeout)&lt;br /&gt;
&lt;br /&gt;
 unset x&lt;br /&gt;
 unset y&lt;br /&gt;
&lt;br /&gt;
These commands will clear the passphrase and private key from memory if you used the &#039;&#039;read&#039;&#039; technique. If you started bitcoind, you will need to stop it before Bitcoin-QT will start again:&lt;br /&gt;
&lt;br /&gt;
 bitcoind stop&lt;br /&gt;
&lt;br /&gt;
===Deleting Keys===&lt;br /&gt;
At some point, you may wish to delete private keys from a wallet.dat file but as of version v0.6.0 of Bitcoin-QT/bitcoind, there is no RPC method available for this purpose.&lt;br /&gt;
&lt;br /&gt;
[[Category:Instructional]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Wednesday&amp;diff=39328</id>
		<title>Bitcoin Wednesday</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Wednesday&amp;diff=39328"/>
		<updated>2013-07-12T16:41:41Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin Wednesday is a global meetup event scheduled for the first Wednesday of every month.&lt;br /&gt;
&lt;br /&gt;
The [https://bitcointalk.org/index.php?topic=248358.msg2635123#msg2635123 genesis] of this event was a forum post highlighting the coincidental synchronicity of nearly a dozen local bitcoin meetups.&lt;br /&gt;
&lt;br /&gt;
If you are a member of any of the [https://en.bitcoin.it/wiki/Meetups local bitcoin meetups], you should make every effort to promote a special meeting for Bitcoin Wednesday.&lt;br /&gt;
&lt;br /&gt;
Add your city here, or on [https://bitcointalk.org/index.php?topic=248358.msg2635123#msg2635123 the discussion for this event].&lt;br /&gt;
&lt;br /&gt;
==Start Your Own Local Community==&lt;br /&gt;
# &#039;&#039;&#039;Find a good location&#039;&#039;&#039;. It helps if the meeting place is accessible, has WiFi, and food and beverages. The merchant does not have to accept Bitcoin yet.&lt;br /&gt;
# &#039;&#039;&#039;Add your city to the list&#039;&#039;&#039;. Also announce your meetings in the [https://bitcointalk.org/index.php?topic=248358.msg2635123#msg2635123 forum topic].&lt;br /&gt;
# &#039;&#039;&#039;Invite local Bitcoin people&#039;&#039;&#039;.  Some great resources to find locals are [http://bitcoins.meetup.com Meetup.com], and [http://LocalBitcoins.com LocalBitcoins.com]. You may also find numerous regional groups on social media sites like [http://reddit.com/r/bitcoin Reddit], Facebook, and Google Plus.&lt;br /&gt;
# &#039;&#039;&#039;Show up and have fun&#039;&#039;&#039;. If the meeting spot merchant will allow it, consider making a banner/display that identifies your group as Bitcoin friendly. This will advertise your presence to other patrons and generate more interest.&lt;br /&gt;
&lt;br /&gt;
==Event Agenda Ideas==&lt;br /&gt;
* Socialize with other great people interested in Bitcoin: Newcomers, gurus and early pioneers, writers, entrepreneurs, economists, investors, activists, etc. Celebrities have been known to drop in on these events. Don&#039;t see someone you think should be there, just bring them along.&lt;br /&gt;
&lt;br /&gt;
* Learn more and teach others.&lt;br /&gt;
&lt;br /&gt;
* Buy, sell, barter.  Keep the coins circulating in the community.&lt;br /&gt;
&lt;br /&gt;
* Talk about how to spread Bitcoin to more people, more businesses.&lt;br /&gt;
&lt;br /&gt;
* Engage in fascinating conversations.&lt;br /&gt;
&lt;br /&gt;
* Demonstrate or pitch your latest Bitcoin project.&lt;br /&gt;
&lt;br /&gt;
* Hold presentations and debates.&lt;br /&gt;
&lt;br /&gt;
* Indulge in good food and drink.&lt;br /&gt;
&lt;br /&gt;
==Cities With Bitcoin Wednesday==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! City !! Description&lt;br /&gt;
|-&lt;br /&gt;
| [http://lanyrd.com/2013/bitcoinamsterdam/ Amsterdam] || Organized by [https://www.PikaPay.com PikaPay]&lt;br /&gt;
|-&lt;br /&gt;
| [http://BitcoinsInVegas.com Las Vegas] || Bitcoin Lunch Mobs every Wednesday&lt;br /&gt;
|-&lt;br /&gt;
| Sydney || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Vancouver || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Munich || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Pittsburgh || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Toronto || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Austin || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Paris || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Buenos Aires || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Cinncinnatti || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=39311</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=39311"/>
		<updated>2013-07-11T18:28:36Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* ASIC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are some statistics about the mining performance of various hardware used in a [[mining rig]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes:&#039;&#039;&#039;&lt;br /&gt;
* Mhash/s = millions hashes per second (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;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-	&lt;br /&gt;
! Product !! Mhash/s !! Mhash/J !! Mhash/s/$ !! Watts !! Price !! Shipping !! Comm ports&lt;br /&gt;
|-&lt;br /&gt;
| Avalon ASIC #1&lt;br /&gt;
| 66,300&amp;lt;ref&amp;gt;http://garzikrants.blogspot.com/2013/02/avalon-miner-power-usage.html&amp;lt;/ref&amp;gt; || 107 || 52.34 || 620W&amp;lt;ref&amp;gt;http://garzikrants.blogspot.com/2013/02/avalon-miner-power-usage.html&amp;lt;/ref&amp;gt;  || 1,299&amp;lt;ref name=&amp;quot;avalon&amp;quot;&amp;gt;[http://shop.avalon-asic.com/catalog/product/view/id/1 &amp;quot;Avalon ASIC&amp;quot;]. Avalon. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || {{Yes}} || Ethernet, Wifi&lt;br /&gt;
|-&lt;br /&gt;
| Avalon ASIC #2&lt;br /&gt;
| 60,000&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || 97 || 40.02 || 620W&amp;lt;ref&amp;gt;http://garzikrants.blogspot.com/2013/02/avalon-miner-power-usage.html&amp;lt;/ref&amp;gt; || 1,499&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt; || {{No}} || Ethernet, Wifi&lt;br /&gt;
|-&lt;br /&gt;
| Avalon ASIC #3&amp;lt;ref name=&amp;quot;avalon&amp;quot; /&amp;gt;&lt;br /&gt;
|  ||  || || || || {{No}} ||&lt;br /&gt;
|-&lt;br /&gt;
| BitForce SC 5Gh/s&lt;br /&gt;
| 5,000&amp;lt;ref name=&amp;quot;jap&amp;quot;&amp;gt;[http://www.butterflylabs.com/order-form-bitforce-sc-jalapeno &amp;quot;Pre Order Form – BitForce &#039;Jalapeno&#039; &amp;quot;]. Butterfly Labs. Retrieved April 5, 2013.&amp;lt;/ref&amp;gt; || 166 || 18.24 || 30W || 274&amp;lt;ref name=&amp;quot;jap&amp;quot; /&amp;gt; || {{Yes}} || USB&lt;br /&gt;
|-&lt;br /&gt;
| BitForce Little Single&lt;br /&gt;
| 30,000&amp;lt;ref name=&amp;quot;ls&amp;quot; /&amp;gt; || || 46.22 || || 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}} || USB&lt;br /&gt;
|-&lt;br /&gt;
| BitForce 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; || ??? || 46.18 || ???&amp;lt;ref name=&amp;quot;watts&amp;quot; /&amp;gt; || 1,299&amp;lt;ref name=&amp;quot;sc&amp;quot; /&amp;gt; || {{Yes}} || USB&lt;br /&gt;
|-&lt;br /&gt;
| BitForce Mini Rig &#039;SC&#039;&lt;br /&gt;
| 1,500,000&amp;lt;ref name=&amp;quot;rig&amp;quot; /&amp;gt; || ??? || 50.16 || ???&amp;lt;ref name=&amp;quot;watts&amp;quot; /&amp;gt; || 29,899&amp;lt;ref name=&amp;quot;rig&amp;quot;&amp;gt;[http://www.butterflylabs.com/order-form-bitforce-sc-mini-rig &amp;quot;Pre Order Form – BitForce Mini Rig &#039;SC&#039; &amp;quot;]. Butterfly Labs. Retrieved January 30, 2013.&amp;lt;/ref&amp;gt; || {{No}} || Wifi&lt;br /&gt;
|-&lt;br /&gt;
| BitForce SC 25 Gh/s&lt;br /&gt;
| 25,000 || ??? || 24.01 || ??? || 1,249 || {{No}} || USB&lt;br /&gt;
|-&lt;br /&gt;
| BitForce SC 50 Gh/s&lt;br /&gt;
| 50,000 || ??? || 20.00 || ???&amp;lt;ref name=&amp;quot;watts&amp;quot;&amp;gt;http://www.reddit.com/r/Bitcoin/comments/1b8hvt/bfl_josh_updates_on_asic_status_full_transcript/&amp;lt;/ref&amp;gt; || 2,499&amp;lt;ref name=&amp;quot;sc&amp;quot; /&amp;gt; || {{No}} || USB&lt;br /&gt;
|-&lt;br /&gt;
| BitFury&#039;s&lt;br /&gt;
| 120,000 || 705 || 56 || 170 || 2,160&amp;lt;ref&amp;gt;Actual costs higher outside Russia&amp;lt;/ref&amp;gt; || {{No}} || &lt;br /&gt;
|-&lt;br /&gt;
| Bitmine.ch Avalon Clone 85GH&lt;br /&gt;
| 85,000 || ??? || 13 || 650 || 6,489&amp;lt;ref&amp;gt;Depends on user configuration available from http://www.bitmine.ch&amp;lt;/ref&amp;gt; || {{No|2013 Aug}} || Ethernet, Wifi, USB&lt;br /&gt;
|-&lt;br /&gt;
| Block Erupter Blade&lt;br /&gt;
| 10,752 || 129 || 1.87&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || 83W || 5,749&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || {{Yes}} || Ethernet&lt;br /&gt;
|-&lt;br /&gt;
| Block Erupter Emerald&lt;br /&gt;
| 336 || ??? || n/a || ??? || Promo || {{Yes}} || USB&lt;br /&gt;
|-&lt;br /&gt;
| Block Erupter Sapphire&lt;br /&gt;
| 333 || ??? || 1.31&amp;lt;ref name=&amp;quot;bcprice&amp;quot;/&amp;gt; || ??? || 229&amp;lt;ref name=&amp;quot;bcprice&amp;quot;&amp;gt;Actual price is in bitcoins. USD value estimated.&amp;lt;/ref&amp;gt; || {{Yes}} || USB&lt;br /&gt;
|-&lt;br /&gt;
| KnCMiner Mercury&lt;br /&gt;
| 100,000 || ??? || 50.04 || 250w || 1,995 || {{No|2013 Sep}} || Ethernet&lt;br /&gt;
|-&lt;br /&gt;
| KnCMiner Saturn&lt;br /&gt;
| 200,000 || ??? || 46.11 || 500w || 3,795 || {{No|2013 Sep}} || ???&lt;br /&gt;
|-&lt;br /&gt;
| KnCMiner Jupiter&lt;br /&gt;
| 400,000 || ??? || 50.04 || 1000w || 6,995 || {{No|2013 Sep}} || Ethernet&lt;br /&gt;
|-&lt;br /&gt;
| TerraHash Klondike 16&lt;br /&gt;
| 4,500 || ??? || 18 || ??? || 250 || {{No}} || USB&lt;br /&gt;
|-&lt;br /&gt;
| TerraHash Klondike 64&lt;br /&gt;
| 18,000 || ??? || 20 || ??? || 900 || {{No}} || USB&lt;br /&gt;
|-&lt;br /&gt;
| TerraHash DX Mini (full)&lt;br /&gt;
| 90,000 || 140.62 || 15 || 6,000 || 640 || {{No}} || USB&lt;br /&gt;
|-&lt;br /&gt;
| TerraHash DX Large (full)&lt;br /&gt;
| 180,000 || 140.62 || 17.14 || 10,500 || 1,280 || {{No}} || USB&lt;br /&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;
=== Popular Mining Cards ===&lt;br /&gt;
This information has been included to make choosing a card easier. The cards selected are generally readily available online. Once you have purchased a card or cards, use the tables below to compare different configurations and setups.&lt;br /&gt;
=== genBTC&#039;s Card Comparison Spreadsheet ===&lt;br /&gt;
The purpose of this chart is 1) Update used prices 2) To consolidate multiple sources of information into an at-a-glance format. 3) Provide 3 hashrate columns to make it easier to figure out performance before 4) You use this table to make informed decisions about purchasing a card for mining.&amp;lt;br&amp;gt;&lt;br /&gt;
Only edit Common MH/s. MH/s #1 and MH/s #2 were outsourced.&amp;lt;br&amp;gt;&lt;br /&gt;
I will continue to work on this chart, and it is a work in progress. &amp;lt;br&amp;gt;&lt;br /&gt;
Created February 25th 2013, Updated February 27th 2013 &amp;lt;br&amp;gt;&lt;br /&gt;
All the cards below are AMD (ATI) Radeon HD &lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model	!! MH/s #1 !! MH/s #2 !! Common MH/s !! TDP(W) !! Shaders !! Stock Clock !! Ebay $ !! MSRP $ !! Cheapest $&lt;br /&gt;
|----&lt;br /&gt;
|5770||212.83||||200||108||800||850 MHz||$178?||$159||$ 50&lt;br /&gt;
|----&lt;br /&gt;
|5830||302||220||275||175||1120||800 MHz||$105||$239||$ 65&lt;br /&gt;
|----&lt;br /&gt;
|5850||346.16||270||330||151||1440||725 MHz||$101||$259||$ 90&lt;br /&gt;
|----&lt;br /&gt;
|5870||393||420||380||188||1600||850 MHz||$165||$379||$125&lt;br /&gt;
|----&lt;br /&gt;
|5970||704||700||750||294||3200||725 MHz||$248||$599||$269&lt;br /&gt;
|----&lt;br /&gt;
|6750||167.59||||170||86||720||725 MHz||$ 67||$109||&lt;br /&gt;
|----&lt;br /&gt;
|6770||196.67||||200||108||800||900 MHz||$ 84||$135||&lt;br /&gt;
|----&lt;br /&gt;
|6850||213.7||||250||127||960||775 MHz||$104||$179||&lt;br /&gt;
|----&lt;br /&gt;
|6870||278.31||||300||150||1120||900 MHz||$124||$239||&lt;br /&gt;
|----&lt;br /&gt;
|6950||369||350||350||200||1408||800 MHz||$171||$299||&lt;br /&gt;
|----&lt;br /&gt;
|6970||397||400||385||250||1536||880 MHz||$172||$369||&lt;br /&gt;
|----&lt;br /&gt;
|6990||772||700||750||375||3072||830 MHz||$372||$699||&lt;br /&gt;
|----&lt;br /&gt;
|7750||123||200||125||55||512||800 MHz||$ 93||$109||Newegg $89&lt;br /&gt;
|----&lt;br /&gt;
|7770||||250||200||80||640||1000 MHz||$ 98||$159||Newegg $119&lt;br /&gt;
|----&lt;br /&gt;
|7850||||375||300||130||1024||860 MHz||$177||$249||Newegg $169&lt;br /&gt;
|----&lt;br /&gt;
|7870||||||400||175||1280||1000 MHz||$227||$349||Newegg $229&lt;br /&gt;
|----&lt;br /&gt;
|7950||||450||500||200||1792||850 MHz||$307||$449||Newegg $299&lt;br /&gt;
|----&lt;br /&gt;
|7970||685||600||650||250||2048||925 MHz||$391||$549||Newegg $399&lt;br /&gt;
|----&lt;br /&gt;
|7990||||||1200||555||4096||925 MHz||$777||$999||Newegg $899&lt;br /&gt;
|----&lt;br /&gt;
|}&lt;br /&gt;
MH/s #1 taken from Joseph Woodrell&#039;s chart directly below this one.&amp;lt;br&amp;gt;&lt;br /&gt;
MH/s #2 taken from https://bitclockers.com/calc	&amp;lt;br&amp;gt;&lt;br /&gt;
TDP, Shaders, Stock Clock comes from http://www.hwcompare.com/ &amp;amp; www.AMD.com to Verify&amp;lt;br&amp;gt;&lt;br /&gt;
Ebay Price taken from http://cgi5.ebay.com/ws/eBayISAPI.dll?SellHub3	and questionable prices marked with a ? &amp;lt;br&amp;gt;&lt;br /&gt;
Cheapest $ = Used price. Sourced from All over the internet as if I had to buy	 the card today.&amp;lt;br&amp;gt;&lt;br /&gt;
Newegg Price means NEW &amp;amp; price was taken from the LOWEST priced card on 2/25/2013 @ 8 PM EST, any rebate disregarded&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Card Comparison Spreadsheet ===&lt;br /&gt;
This spreadsheet performs several calculations and displays a visualization graph of a theoretical mining rig over time. It can be used to visualize any &amp;quot;what if&amp;quot; scenarios to better wrap your head around which card is the best choice under different conditions.  Bright Yellow Boxes are editable, and affect the calculations.  Dark Yellow Boxes are editable for notation, but don&#039;t affect the calculations.  The Green highlighted card is the best under those conditions, the Blue highlight is second best, the Orange highlight is third best.  Higher MHash/s performance can be obtained for each card through overclocking, but that drives up the wattage draw of the cards, and I did not have that complete dataset so I used the &amp;quot;average&amp;quot; MHash/s values listed here. &amp;lt;br /&amp;gt;&lt;br /&gt;
V1.5 - 1 Jan, 2012 - by. Joseph Woodrell &lt;br /&gt;
[http://www.woodrell.com/joe/bitcoin/mining_sheet.zip Card Selection Spreadsheet]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
==== Single Card Setups ====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Price &amp;lt;ref name=amazon&amp;gt;Price from http://ebay.com/ on 2012-02-10 using an average of completed items, minus the top and bottom 20% to avoid spikes and give a truer average.&amp;lt;/ref&amp;gt; !! Availability !! Avg. Mhash/s !! Mhash/J !! Mhash/s/$&lt;br /&gt;
|----&lt;br /&gt;
|5770&lt;br /&gt;
|$136&lt;br /&gt;
|Moderate&lt;br /&gt;
|212.83&lt;br /&gt;
|1.45&lt;br /&gt;
|1.56 &lt;br /&gt;
|----&lt;br /&gt;
|5830&lt;br /&gt;
|$92&lt;br /&gt;
|Moderate&lt;br /&gt;
|302&lt;br /&gt;
|1.68&lt;br /&gt;
|3.28&lt;br /&gt;
|----&lt;br /&gt;
|5850&lt;br /&gt;
|$114.96&lt;br /&gt;
|Limited&lt;br /&gt;
|346.16&lt;br /&gt;
|1.92&lt;br /&gt;
|3.0&lt;br /&gt;
|----&lt;br /&gt;
|5870&lt;br /&gt;
|$190.16&lt;br /&gt;
|Limited&lt;br /&gt;
|393&lt;br /&gt;
|1.97&lt;br /&gt;
|2.066 &lt;br /&gt;
|----&lt;br /&gt;
|5970&lt;br /&gt;
|$421&lt;br /&gt;
|Limited&lt;br /&gt;
|704&lt;br /&gt;
|2.2&lt;br /&gt;
|1.67 &lt;br /&gt;
|----&lt;br /&gt;
|6750&lt;br /&gt;
|$116&lt;br /&gt;
|Easy&lt;br /&gt;
|167.59&lt;br /&gt;
|&lt;br /&gt;
|1.44 &lt;br /&gt;
|----&lt;br /&gt;
|6770&lt;br /&gt;
|$115&lt;br /&gt;
|Easy&lt;br /&gt;
|196.67&lt;br /&gt;
|&lt;br /&gt;
|1.71 &lt;br /&gt;
|----&lt;br /&gt;
|6850&lt;br /&gt;
|$160&lt;br /&gt;
|Easy&lt;br /&gt;
|213.7&lt;br /&gt;
|1.35&lt;br /&gt;
|1.34 &lt;br /&gt;
|----&lt;br /&gt;
|6870&lt;br /&gt;
|$190&lt;br /&gt;
|Easy&lt;br /&gt;
|278.31&lt;br /&gt;
|1.73&lt;br /&gt;
|1.46 &lt;br /&gt;
|----&lt;br /&gt;
|6930&lt;br /&gt;
|$180&lt;br /&gt;
|Limited&lt;br /&gt;
|350&lt;br /&gt;
|&lt;br /&gt;
|1.94&lt;br /&gt;
|----&lt;br /&gt;
|6950&lt;br /&gt;
|$230&lt;br /&gt;
|Easy&lt;br /&gt;
|369&lt;br /&gt;
|1.94&lt;br /&gt;
|1.6 &lt;br /&gt;
|----&lt;br /&gt;
|6970&lt;br /&gt;
|$271.89&lt;br /&gt;
|Easy&lt;br /&gt;
|397&lt;br /&gt;
|1.89&lt;br /&gt;
|1.46 &lt;br /&gt;
|----&lt;br /&gt;
|6990&lt;br /&gt;
|$622.99&lt;br /&gt;
|Limited&lt;br /&gt;
|772&lt;br /&gt;
|1.93&lt;br /&gt;
|1.23 &lt;br /&gt;
|----&lt;br /&gt;
|7750&lt;br /&gt;
|$110&lt;br /&gt;
|Easy&lt;br /&gt;
|123&lt;br /&gt;
|2.46&lt;br /&gt;
|1.12 &lt;br /&gt;
|----&lt;br /&gt;
|7970&lt;br /&gt;
|$420&lt;br /&gt;
|Easy&lt;br /&gt;
|685&lt;br /&gt;
|&lt;br /&gt;
|1.22 &lt;br /&gt;
|----&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Multi-Card Setups ====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Price &amp;lt;ref name=amazon/&amp;gt; !! Availability !! Avg. Mhash/s !! Mhash/J !! Mhash/s/$&lt;br /&gt;
|----&lt;br /&gt;
|5830x2&lt;br /&gt;
|$360&lt;br /&gt;
|Moderate&lt;br /&gt;
|525&lt;br /&gt;
|&lt;br /&gt;
|1.46 &lt;br /&gt;
|----&lt;br /&gt;
|5850x4&lt;br /&gt;
|$644&lt;br /&gt;
|Limited&lt;br /&gt;
|1360&lt;br /&gt;
|1.94&lt;br /&gt;
|2.11 &lt;br /&gt;
|----&lt;br /&gt;
|5850x6&lt;br /&gt;
|$996&lt;br /&gt;
|Limited&lt;br /&gt;
|2130&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|----&lt;br /&gt;
|5870x2&lt;br /&gt;
|$700&lt;br /&gt;
|Limited&lt;br /&gt;
|787.5&lt;br /&gt;
|0.84&lt;br /&gt;
|1.13 &lt;br /&gt;
|----&lt;br /&gt;
|6770x2&lt;br /&gt;
|$274&lt;br /&gt;
|Easy&lt;br /&gt;
|464&lt;br /&gt;
|&lt;br /&gt;
|1.69 &lt;br /&gt;
|----&lt;br /&gt;
|6950x4&lt;br /&gt;
|$1,000&lt;br /&gt;
|Easy&lt;br /&gt;
|1316&lt;br /&gt;
|1.51&lt;br /&gt;
|1.32 &lt;br /&gt;
|----&lt;br /&gt;
|6970x2&lt;br /&gt;
|$700&lt;br /&gt;
|Easy&lt;br /&gt;
|769&lt;br /&gt;
|1.6&lt;br /&gt;
|1.10 &lt;br /&gt;
|----&lt;br /&gt;
|6990x2&lt;br /&gt;
|$1,540&lt;br /&gt;
|Limited&lt;br /&gt;
|1568&lt;br /&gt;
|1.7&lt;br /&gt;
|1.02 &lt;br /&gt;
|----&lt;br /&gt;
|6990x3&lt;br /&gt;
|$2,310&lt;br /&gt;
|Limited&lt;br /&gt;
|2094&lt;br /&gt;
|1.8&lt;br /&gt;
|0.91 &lt;br /&gt;
|----&lt;br /&gt;
|7970x3&lt;br /&gt;
|$1680&lt;br /&gt;
|Easy&lt;br /&gt;
|2050&lt;br /&gt;
|2.41&lt;br /&gt;
|1.16 &lt;br /&gt;
|----&lt;br /&gt;
|7970x2&lt;br /&gt;
|$868&lt;br /&gt;
|Easy&lt;br /&gt;
|1060&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|----&lt;br /&gt;
|}&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;
&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 || 280 || - || - || - || 1100 || 896|| - || PCI-E 2.0 x16 || poclbm ||  Saphire Radeon HD 7790 OC (2 fans &amp;amp; heatpipes) GPU 10% OC @ 1100mhz / TEMP 50C / FAN 45%,  Win8 64bit, cgminer, &amp;quot;intensity&amp;quot; : &amp;quot;7&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;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Wednesday&amp;diff=39292</id>
		<title>Bitcoin Wednesday</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Wednesday&amp;diff=39292"/>
		<updated>2013-07-10T16:12:06Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First Wednesday of the Month&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bitcoin Wednesday is a global meetup event scheduled for the first Wednesday of every month.&lt;br /&gt;
&lt;br /&gt;
The [https://bitcointalk.org/index.php?topic=248358.msg2635123#msg2635123 genesis] of this event was a forum post highlighting the coincidental synchronicity of nearly a dozen local bitcoin meetups.&lt;br /&gt;
&lt;br /&gt;
If you are a member of any of the [https://en.bitcoin.it/wiki/Meetups local bitcoin meetups], you should make every effort to promote a special meeting for Bitcoin Wednesday.&lt;br /&gt;
&lt;br /&gt;
Add your city here, or on [https://bitcointalk.org/index.php?topic=248358.msg2635123#msg2635123 the discussion for this event].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cities with Bitcoin Wednesday==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! City !! Description&lt;br /&gt;
|-&lt;br /&gt;
| [http://lanyrd.com/2013/bitcoinamsterdam/ Amsterdam] || Organized by [https://www.PikaPay.com PikaPay]&lt;br /&gt;
|-&lt;br /&gt;
| [http://BitcoinsInVegas.com Las Vegas] || Bitcoin Lunch Mobs every Wednesday&lt;br /&gt;
|-&lt;br /&gt;
| Sydney || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Vancouver || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Munich || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Pittsburgh || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Toronto || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Austin || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Paris || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Buenos Aires || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| Cinncinnatti || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Wednesday&amp;diff=39110</id>
		<title>Bitcoin Wednesday</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Wednesday&amp;diff=39110"/>
		<updated>2013-07-06T00:18:41Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: Created page with &amp;quot;Bitcoin Wednesday is a global meetup event scheduled for the first Wednesday of every month.  The [https://bitcointalk.org/index.php?topic=248358.msg2635123#msg2635123 genesis...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin Wednesday is a global meetup event scheduled for the first Wednesday of every month.&lt;br /&gt;
&lt;br /&gt;
The [https://bitcointalk.org/index.php?topic=248358.msg2635123#msg2635123 genesis] of this event was a forum post highlighting the coincidental synchronicity of nearly a dozen local bitcoin meetups.&lt;br /&gt;
&lt;br /&gt;
If you are a member of any of the [https://en.bitcoin.it/wiki/Meetups local bitcoin meetups], you should make every effort to promote a special meeting for Bitcoin Wednesday.&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Meetups&amp;diff=39109</id>
		<title>Meetups</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Meetups&amp;diff=39109"/>
		<updated>2013-07-06T00:07:05Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Don&#039;t add everyone who&#039;s going in the &amp;quot;Who?&amp;quot; column, just prominent Bitcoin members and organizers. Also see [http://bitcoin.meetup.com bitcoin.meetup.com]. Also see [[Conferences]].&lt;br /&gt;
&lt;br /&gt;
Keep an eye on the [http://bitcointalk.org/index.php?board=86.0 Meetups] forum board on BitcoinTalk for announcements.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Group&lt;br /&gt;
! When?&lt;br /&gt;
! Where?&lt;br /&gt;
! Who?&lt;br /&gt;
! Other Notes&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoins/ Bitcoin NYC]&lt;br /&gt;
| monthly&lt;br /&gt;
| [http://www.xcubicle.com/ xCubicle Hackerspace - New York, NY]&lt;br /&gt;
| Any and all Bitcoin aficionados. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://hitspace.org/ HIT Space - Hack it Together]&lt;br /&gt;
| monthly&lt;br /&gt;
| [http://hitspace.org/where-we-are/ HIT Space - Porto, Portugal]&lt;br /&gt;
| Hackerspace members and anyone who want to join us&lt;br /&gt;
| send us an email geral[at]hitspace.org&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://metalab.at/wiki/Bitcoins Vienna, Austria]&lt;br /&gt;
| monthly - check the [http://metalab.at/wiki/Bitcoins wiki] or subscribe to the [http://lists.keisanki.net/listinfo/bitcoin mailinglist]&lt;br /&gt;
| [http://metalab.at/wiki/Lage Metalab], Vienna hacker space, Rathausstraße 6, 1010 Wien&lt;br /&gt;
| Bitcoin Group Austria &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://brmlab.cz brmlab, prague hackerspace]&lt;br /&gt;
| 14th Nov 2011&lt;br /&gt;
28th Nov 2011&lt;br /&gt;
([http://brmlab.cz/event/bitcoin_seminar])&lt;br /&gt;
| [http://brmlab.cz/place Brmlab, Bubenska 1]&lt;br /&gt;
| brmlab crew, slush, genjix&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.facebook.com/groups/175596065827848/ Bitcoin Boston]&lt;br /&gt;
| Every Friday at 4:30 and bi-weekly on Saturday or Sunday ([http://www.facebook.com/groups/175596065827848/ See Facebook page])&lt;br /&gt;
| Starbucks in Kendall Square (Ames St &amp;amp; Broadway) and bi-weekly at Starbucks in Harvard Square&lt;br /&gt;
| Anyone is welcome!&lt;br /&gt;
| Our bi-weekly meetings have been somewhat sporadic but we aim to gain some regularity.&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin New York Bitcoin Users]&lt;br /&gt;
| 6:00 PM, 3rd Sunday of every month ([http://www.meetup.com/bitcoin/events/past past meetings])&lt;br /&gt;
| OnlyOneTV Studios - 290 Fifth Ave New York, NY&lt;br /&gt;
| Bruce Wagner (Organizer) and others&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin New York Bitcoin Users]&lt;br /&gt;
| 6:00 PM, every Wednesday of every month ([http://www.meetup.com/bitcoin/events/past past meetings])&lt;br /&gt;
| Just Sweet Dessert House - 83 Third Ave New York, NY&lt;br /&gt;
| Yifu Guo (Organizer) and crew&lt;br /&gt;
| hosted by Bitsyncom, the people behind [[Bitnavigator]], walk-ins welcome;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.meetup.com/MichiganBitcoinMeetup Michigan Bitcoin Meetup]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Kinnard Hockenhull (Organizer)&lt;br /&gt;
|Sponsored by [[BitBox]]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/PhillyBitcoin Philadelphia Bitcoin User Group]&lt;br /&gt;
| TBD&lt;br /&gt;
| TBD&lt;br /&gt;
| Brian Cohen (Organizer) and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinDC Washington, DC Bitcoin Users]&lt;br /&gt;
| 7:00 PM, 1st Monday of every month ([http://www.meetup.com/BitcoinDC/#past past meetings])&lt;br /&gt;
| Northside Social, 3211 Wilson Blvd Arlington, VA&lt;br /&gt;
| [[User:Dduane|Darrell Duane]] (Organizer) and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Silicon-Valley-Bitcoin-Users Silicon Valley Bitcoin Users]&lt;br /&gt;
| 7:00 PM, Tuesday, June 14, 2011 ([http://www.meetup.com/Silicon-Valley-Bitcoin-Users/events/past past meetings])&lt;br /&gt;
| 140B S Whisman Road Mountain View, CA &lt;br /&gt;
| Brian Mcqueen and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinChicago Chicago]&lt;br /&gt;
| No regular schedule yet ([http://www.meetup.com/BitcoinChicago/events/past past meetings])&lt;br /&gt;
| Sunnyvale Art Gallery Cafe, 251 W El Camino Real Sunnyvale, CA&lt;br /&gt;
| Igor&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/denver-bitcoin Denver]&lt;br /&gt;
| First meeting June 4th, 2011 ([http://www.meetup.com/denver-bitcoin/events/past past meetings])&lt;br /&gt;
| Gypsy House Cafe - 1279 Marion St Denver, CO&lt;br /&gt;
| bearbones&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoinSF Bitcoin SF]&lt;br /&gt;
| Saturday, June 4, 2011 ([http://www.meetup.com/bitcoinSF past meetings])&lt;br /&gt;
| SFSU - 1600 Holloway Ave. San Francisco, CA&lt;br /&gt;
| Brian Mcqueen and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Los-Angeles-Digital-Currency-Innovators-Group Los Angeles Digital Currency Innovators]&lt;br /&gt;
| Thursday July 7th, 2011, 7 PM&lt;br /&gt;
| (mt)/Media Temple, Culver City, CA&lt;br /&gt;
| [[User:sgornick|Stephen Gornick]] (Interim organizer) and others&lt;br /&gt;
| Seeking meetup coordinator&lt;br /&gt;
|-&lt;br /&gt;
| [http://Hackerish.org Las Vegas Crypto Party]&lt;br /&gt;
| 3rd Thursday 7pm. [http://BitcoinsInVegas.com Weekly Wednesday lunch mobs]&lt;br /&gt;
| /Usr/Lib @ The Beat Coffee House, 520 Fremont, 2nd floor, Las Vegas, NV&lt;br /&gt;
| Julian Tosh / Tuxavant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/groups/195492163844669/ Free State Bitcoin Consortium]&lt;br /&gt;
| Every Saturday, at 6:30 PM&lt;br /&gt;
| Strange Brew Tavern, Manchester, NH&lt;br /&gt;
| ben-abuya (organizer)&lt;br /&gt;
| Weekly&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/groups/195492163844669/ Twin Cities Users]&lt;br /&gt;
| Friday, June 10, 2011, 6:30 PM&lt;br /&gt;
| Joule - 1200 Washington Ave S Minneapolis, MN&lt;br /&gt;
| Mac Manson&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Portland-Bitcoin-Meetup-Users Portland Bitcoin Users Meetup Group]&lt;br /&gt;
| forming&lt;br /&gt;
| &lt;br /&gt;
| Steven Wagner&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Bitcoin-Orlando Bitcoin Orlando]&lt;br /&gt;
| ([http://www.meetup.com/Bitcoin-Orlando#past past meetings])&lt;br /&gt;
| Frank &amp;amp; Steins 150 S. Magnolia Ave, Orlando, FL&lt;br /&gt;
| Antonio Gallippi&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.hive13.org/?p=310 Hive13 Hackerspace]&lt;br /&gt;
| Bitcoin Exchange, Every Tuesday, 7:30 PM&lt;br /&gt;
| Hive13 - 2929 Spring Grove Avenue, Cincinnati, OH&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/bitcoinaus Bitcoin Australia]: Melbourne &lt;br /&gt;
| [https://www.facebook.com/events/345430765511234/ Wednesday, 23 May 2012, 18:45]&lt;br /&gt;
| Melbourne CBD(TBA)&lt;br /&gt;
| Facebook, IRC, Bitcointalk Forum...&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin:Tokyo meetup|Tokyo]]&lt;br /&gt;
| Usually first monday of the month&lt;br /&gt;
| Shibuya&lt;br /&gt;
| Roger Ver (Organizer) and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://meetup.com/Bitcoin-Canada Vancouver Canada]&lt;br /&gt;
| ([http://www.meetup.com/Bitcoin-Canada/#past past meetings])&lt;br /&gt;
| The Brickhouse - 730 Main St.&lt;br /&gt;
| humble (and others)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://groups.google.com/d/forum/bitcoin-switzerland Zurich/Geneva Switzerland]&lt;br /&gt;
| Semi-regular, about once a month&lt;br /&gt;
| Oliver Twist Pub, Zurich; Lord Nelson Pub, Geneva&lt;br /&gt;
| Stefan Thomas (WeUseCoins), Mike Hearn (BitcoinJ), bitdragon, Luzius (Wuala), more ... &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Seattle Bitcoin Meetup&lt;br /&gt;
| [http://www.meetup.com/SeattleBitCoin/ Semi-regularly].&lt;br /&gt;
| [http://maps.google.com/maps?q=cafe+solstice&amp;amp;daddr=4116+University+Way,+Seattle,+WA+98105-6214&amp;amp;hl=en&amp;amp;ll=47.657424,-122.31313&amp;amp;spn=0.007328,0.01929&amp;amp;gl=us&amp;amp;view=map&amp;amp;geocode=CRT9Bdg7zX3vFdcx1wIdWqa1-CFcJ9qrr9CcEQ&amp;amp;t=h&amp;amp;z=16 Solstice Cafe, 2pm]&lt;br /&gt;
| [https://bitcointalk.org/index.php?action=profile;u=36217 indolering]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=135723.0 Munich Germany]&lt;br /&gt;
| First wednesday of the month, 6:00PM&lt;br /&gt;
| [http://www.openstreetmap.org/?minlon=11.5800867080688&amp;amp;minlat=48.1336479187012&amp;amp;maxlon=11.5804319381714&amp;amp;maxlat=48.1338386535645 Nero Pizza], Rumfordstrasse 34, 80469 München&lt;br /&gt;
| Bitcoin-users from Munich and around&lt;br /&gt;
| [http://www.meetup.com/Bitcoin-Munchen/ @meetup.com]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin-il/ Israel Bitcoin Meetup Group]&lt;br /&gt;
| Occasional&lt;br /&gt;
| TBD&lt;br /&gt;
| Meni Rosenfeld&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Dallas-Bitcoin-User-Meetup/ Dallas Bitcoin Meetup Group]&lt;br /&gt;
| Biweekly on Saturdays, 6:00PM&lt;br /&gt;
| [http://freemandallas.com/ The Free Man Cajun Cafe]&lt;br /&gt;
| Justus Ranvier (organizer)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://en.bitcoin.it/wiki/Cafe Café Bitcoin Sevilla]&lt;br /&gt;
| &lt;br /&gt;
| Seville, Spain&lt;br /&gt;
| Randy Brito (rdymac / btcven), Eduardo (bitcoin.com.es), Jorge and Alfredo&lt;br /&gt;
| http://cafebitcoin.com&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [http://hackerspaces.org/wiki/List_of_Hacker_Spaces List of Hacker Spaces]&lt;br /&gt;
* [http://bitimap.net Bitimap.net - Find local meetups (up-to-date)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Local]]&lt;br /&gt;
[[Category:Meetups]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[de:Treffen]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33662</id>
		<title>How to accept Bitcoin, for small businesses</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33662"/>
		<updated>2012-12-12T14:12:22Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is intended for small business owners who wish to help promote Bitcoin by accepting it as payment for goods and services.  It&#039;s written with the assumption that you operate a regular business that sells goods or services for regular national currency such as dollars, and that you wish to accept Bitcoin as another legal way to pay, and that you intend to pay taxes on your Bitcoin income just like any other income.&lt;br /&gt;
&lt;br /&gt;
With Bitcoin being touted as a way to conduct anonymous transactions and as way to compete with government currency, many small business owners wonder what&#039;s the right way to accept and account Bitcoin, or if it&#039;s legal or ethical, or whether and how they should pay taxes on income received through Bitcoin.&lt;br /&gt;
&lt;br /&gt;
As far as we know, Bitcoin isn&#039;t yet formally recognized by governments and authorities as a &amp;quot;currency&amp;quot;.  But in practice, Bitcoin is likely no different than accepting payment in other forms, such as cash, or gold, or scrip, or gift cards or foreign currency.  We think that it is pretty much the same as the local businesses of Great Barrington, Massachusetts choosing to accept their locally-printed [http://www.reuters.com/article/2007/06/19/us-usa-economy-berkshares-idUSN0530157720070619 &amp;quot;Berkshire Bucks&amp;quot;] to support their local economy.&lt;br /&gt;
&lt;br /&gt;
==Starting to accept Bitcoin for transactions==&lt;br /&gt;
Accepting Bitcoin at a small business is best started in whichever manner keeps the accounting simple for you.  This will vary by the type of business you are operating.&lt;br /&gt;
&lt;br /&gt;
===Start with a sign===&lt;br /&gt;
[[{{ns:file}}:WeAcceptBitcoin.png‎]]&lt;br /&gt;
&lt;br /&gt;
If you expect that the number of people interested in using Bitcoin is small, you might simply start by posting a sign or a note: &amp;quot;We Accept Bitcoin&amp;quot;, and ask people to contact you directly in order to make a payment.  Even if hardly anybody uses Bitcoin as a payment method, you&#039;re helping Bitcoin in two ways: one, by increasing awareness, and two, by making your customers more willing to accept Bitcoin as payment from others in the future, because now they know somewhere they can spend it.&lt;br /&gt;
&lt;br /&gt;
===Utilize a merchant solution===&lt;br /&gt;
If you sell things on your website (goods or services), you&#039;ll want to use a [[#Merchant Services|Bitcoin merchant solution]]  to accept the Bitcoins (you can usually opt to have them converted to USD or other currencies automatically). If you sell things in a brick and mortar shop, customers can pay using their mobile phone app (for example [http://www.paytunia.com Paytunia] or [http://www.blockchain.info/wallet Blockchain.info&#039;s app]), so it&#039;s best if you can place a QR code near your register to which the customers can scan with their phone and pay (use http://ma.eatgold.com/accept to make a QR code sign).&lt;br /&gt;
&lt;br /&gt;
===Accounting===&lt;br /&gt;
When a customer makes a payment, you might simply issue a credit to their account.  Ideally, you want to enter it in a way that suggests you received a payment.  You could consider entering it as a &amp;quot;discount&amp;quot;, but you may want to consider whether this inappropriately disguises the nature of the transaction.  If on the other hand, you&#039;re giving &amp;quot;discounts&amp;quot; for Bitcoins, but then you are selling the Bitcoins for currency and then counting that as income, then chances are good that your calculation of income is making up for it.  Ask your accountant.&lt;br /&gt;
&lt;br /&gt;
===Businesses that offer gift cards===&lt;br /&gt;
If your business sells gift cards or gift certificates, you may find that the easiest way to accept Bitcoin is to accept it only for the purchase of gift cards, and then require the gift cards to be used for actual purchases of goods or services.  This way, the accounting practices you already have in place for processing gift cards can be put to use.  The accounting for Bitcoins would then be minimized to tracking sales of a single SKU.&lt;br /&gt;
&lt;br /&gt;
This method is also ideal for retail food establishments and convenience stores, where the payment of Bitcoins through a mobile phone for a small daily food purchase might be cumbersome or disruptive, especially in front of a line of other customers.  Bitcoins in this case would be best used to reload prepaid cards that can then be swiped at point-of-sale.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t accept gift cards, but you already accept credit cards through a swipe terminal, consider the possibility that you could add a retail gift card system through the swipe terminal you already own.  Many point-of-sale terminals, including ones from VeriFone&amp;amp;reg;, are designed around the ability to support multiple applications on the same terminal.  Gift cards are also highly profitable because of &amp;quot;breakage&amp;quot;, or in other words, the fact that a significant percentage of them never get redeemed.&lt;br /&gt;
&lt;br /&gt;
You could consider adding a private label gift card program from a provider who specializes in this, not just as a jumpstart to accepting Bitcoins, but as an extra boost to income.  A private label gift card service provider necessarily have to handle your funds - they can simply provide a solution that keeps track of the balance on the cards on your behalf, including features that allow users to check their balances by phone or by web.  Such a solution, of course, is also what makes the cards swipeable through the card reader.&lt;br /&gt;
&lt;br /&gt;
===Businesses that mail invoices===&lt;br /&gt;
Does your business send out invoices to customers?  Adding one line may make a huge impact for the Bitcoin economy.  Perhaps you list it as a payment option just after Visa, MasterCard, and American Express, even if that means your customer must call or e-mail to make a payment.&lt;br /&gt;
&lt;br /&gt;
If you have access to the programming expertise such that you can generate Bitcoin addresses programmatically, consider generating a brand new Bitcoin address for each invoice, and print it on the invoice.  When a Bitcoin payment arrives, you&#039;ll automatically know where it should arrive.&lt;br /&gt;
&lt;br /&gt;
Customers might wonder how much BTC they should pay in order to satisfy an invoice in full.    Your invoice might suggest an amount.  For example, if your invoice is for $100 and BTC&#039;s are currently worth $1.24 each, your invoice might suggest that it can be paid in full &#039;&#039;&amp;quot;with a payment of 80.65 BTC if paid by (date)&amp;quot;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You might be able to anticipate the possibility that even though a Bitcoin address can be printed on an invoice or payment stub, that they are very cumbersome for most people to type, especially being a mix of uppercase and lowercase letters.  However, you should probably still do it anyway.  The customer is probably going to want some paper trail for his payment.  Giving him a pre-printed payment stub with a pre-printed address will satisfy that, because the customer can independently and publicly prove through [[Block Explorer]] that the payment took place.&lt;br /&gt;
&lt;br /&gt;
Does your business have a website?  On your invoice, consider allowing them to go to a special URL to get the address to make a Bitcoin payment just by typing in their invoice number.  For example, &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc&#039;&#039; with a form they can enter their invoice number, or just &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc/60365&#039;&#039; for paying invoice #60365.  This way, they can see the Bitcoin address, copy and paste it directly into their Bitcoin client.&lt;br /&gt;
&lt;br /&gt;
Use a brand new address for each invoice whenever possible, and use it only once.  This benefits the customer as it removes any ambiguity as to which customer is making which payment and for which invoice.&lt;br /&gt;
&lt;br /&gt;
===Avoiding fraud===&lt;br /&gt;
&lt;br /&gt;
You should also consider the possible risk that fraudsters could send counterfeit invoices to your customers, and entice them to make a payment to a Bitcoin address they control, instead of you.  While that isn&#039;t likely in general - it depends on how well a fraudster could find out who your customers are in the first place - it would certainly be an unpleasant situation if it ever happened.  One way you could control that is, whenever possible, never let people try to type Bitcoin addresses off payment stubs - instead, force people to get the full Bitcoin address from your website via secure SSL.  But, still print &#039;&#039;most&#039;&#039; of the address on the payment stub (perhaps with four or five characters starred out), so that the customer&#039;s need for a paper trail can be satisfied, so they can prove they paid if there is ever a dispute.&lt;br /&gt;
&lt;br /&gt;
==Setting Prices==&lt;br /&gt;
&lt;br /&gt;
When a business accepts bitcoins for payment, there generally is the need to convert them to the currencies used for paying suppliers, employees and shareholders.  Some merchants set prices based on the current market rate at the time the price quote is presented to the customer (merchant services like [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay] do this automatically).  &lt;br /&gt;
&lt;br /&gt;
[[Bitcoin Prices]] lists the exchange rate for many currencies on multiple exchanges.&lt;br /&gt;
&lt;br /&gt;
When prices are determined using an automated process, the current market rate can be based on either a current price or on a weighted average basis.  [[Bitcoin Charts]] provides a [http://bitcoincharts.com/about/markets-api data feed that provides weighted prices].&lt;br /&gt;
&lt;br /&gt;
When bitcoin funds for purchases are received, some merchants instantly exchange those proceeds into the preferred currency used (again done automatically by [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay]).  Hedging for each transaction can nearly entirely eliminate exchange rate risk that the business is exposed to when accepting bitcoins for payment.&lt;br /&gt;
&lt;br /&gt;
==Contract==&lt;br /&gt;
&lt;br /&gt;
A sales contract might be used to ensure that specific terms are met to lessen the chances of a misunderstanding.  For instance, the party sending payment is responsible for paying any [[transaction fee]] that might be necessary.  A contract might specify that a transaction fee must be paid and what amount, so as to prevent the situation where the transaction is considered a low priority transaction and thus isn&#039;t confirmed quickly.&lt;br /&gt;
&lt;br /&gt;
Other items that might be addressed in a contract:&lt;br /&gt;
&lt;br /&gt;
* Requirement and handling of escrow through an [[:Category:Escrow_services|escrow service]].&lt;br /&gt;
* Jurisdiction for disputes.&lt;br /&gt;
* Refund policy (particularly with the exchange rate being volatile)&lt;br /&gt;
&lt;br /&gt;
==Paying taxes on Bitcoin income==&lt;br /&gt;
[[Tax compliance]] is a topic of concern for small businesses.  We aren&#039;t accountants or lawyers, and can&#039;t give legal or accounting advice.&lt;br /&gt;
&lt;br /&gt;
But in many respects, Bitcoin transactions work very much like cash.  Just like Bitcoin, cash is anonymous and doesn&#039;t leave a paper trail, yet is widely used in commerce every day.&lt;br /&gt;
&lt;br /&gt;
Ask yourself how you would handle a cash transaction.  Do you accept cash transactions?  Do you normally pay taxes on cash transactions?  The answer for Bitcoin should probably be the same.&lt;br /&gt;
&lt;br /&gt;
As for how to decide what a Bitcoin transaction is worth... the IRS, as far as we know, has never issued a guide mentioning how to value Bitcoin transactions.  But they probably have rules and guidelines on how to value transactions made in foreign currency or &amp;quot;cash equivalents&amp;quot;.  We imagine the accounting would be similar.&lt;br /&gt;
&lt;br /&gt;
With Bitcoins, there&#039;s likely to be some difference between the value of BTC when you received them as payment, versus when you go to exchange them for another currency like USD, should you decide to do so.  This scenario, likewise, would be no different if you accepted foreign currency or gold as payment.  Under some scenarios, it might make sense to book the dollar value of BTC income as it is received, and then to book any difference incurred when it is exchanged for fiat currency.  Under others, it might make sense to book the whole thing at the time of exchange.&lt;br /&gt;
&lt;br /&gt;
Perhaps you might talk to your accountant.  You don&#039;t need to get into a discussion with your accountant about block chains and private keys or the philosophy behind a decentralized currency.  By comparing the fundamentals of Bitcoins to accounting concepts already well understood by the public, you can probably get all the answers you need.  What would you ask your accountant if you decided that you wanted to accept &#039;&#039;Berkshire Bucks&#039;&#039; or 1-ounce gold coins as payment?&lt;br /&gt;
&lt;br /&gt;
== Merchant Services ==&lt;br /&gt;
* [https://www.bitpay.com BitPay] Bitcoin payment processor with mobile checkout solution&lt;br /&gt;
* [https://merchant.bitutils.com BitUtils] Provides HTML buttons to start accepting bitcoins instantly. No server side setup required.&lt;br /&gt;
* [https://mtgox.com/merchant MTGOX] Bitcoin payment processing&lt;br /&gt;
* [https://paysius.com Paysius] Allows merchants to easily and securely accept Bitcoin on their website and track payments&lt;br /&gt;
* [https://walletbit.com WalletBit] Bitcoin payment processor with mobile checkout solution&lt;br /&gt;
&lt;br /&gt;
== Help this article ==&lt;br /&gt;
&lt;br /&gt;
This article is a stub, please add to it!&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Merchant Howto]]&lt;br /&gt;
* [[In-store Transactions]]&lt;br /&gt;
* [[Tax compliance]]&lt;br /&gt;
* [[Securing online services]]&lt;br /&gt;
* [[BitCoins Mobile]] provides accurate up to date pricing from multiple exchanges from your Apple iPad, iPhone, or iPod Touch.&lt;br /&gt;
* [[Bitcoin PayFlow]] automates the process for accepting bitcoins&lt;br /&gt;
&lt;br /&gt;
[[Category:ECommerce]]&lt;br /&gt;
[[Category:Local]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33661</id>
		<title>How to accept Bitcoin, for small businesses</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33661"/>
		<updated>2012-12-12T14:09:35Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is intended for small business owners who wish to help promote Bitcoin by accepting it as payment for goods and services.  It&#039;s written with the assumption that you operate a regular business that sells goods or services for regular national currency such as dollars, and that you wish to accept Bitcoin as another legal way to pay, and that you intend to pay taxes on your Bitcoin income just like any other income.&lt;br /&gt;
&lt;br /&gt;
With Bitcoin being touted as a way to conduct anonymous transactions and as way to compete with government currency, many small business owners wonder what&#039;s the right way to accept and account Bitcoin, or if it&#039;s legal or ethical, or whether and how they should pay taxes on income received through Bitcoin.&lt;br /&gt;
&lt;br /&gt;
As far as we know, Bitcoin isn&#039;t yet formally recognized by governments and authorities as a &amp;quot;currency&amp;quot;.  But in practice, Bitcoin is likely no different than accepting payment in other forms, such as cash, or gold, or scrip, or gift cards or foreign currency.  We think that it is pretty much the same as the local businesses of Great Barrington, Massachusetts choosing to accept their locally-printed [http://www.reuters.com/article/2007/06/19/us-usa-economy-berkshares-idUSN0530157720070619 &amp;quot;Berkshire Bucks&amp;quot;] to support their local economy.&lt;br /&gt;
&lt;br /&gt;
==Starting to accept Bitcoin for transactions==&lt;br /&gt;
Accepting Bitcoin at a small business is best started in whichever manner keeps the accounting simple for you.  This will vary by the type of business you are operating.&lt;br /&gt;
&lt;br /&gt;
===Start with a sign===&lt;br /&gt;
[[{{ns:file}}:WeAcceptBitcoin.png‎]]&lt;br /&gt;
&lt;br /&gt;
If you expect that the number of people interested in using Bitcoin is small, you might simply start by posting a sign or a note: &amp;quot;We Accept Bitcoin&amp;quot;, and ask people to contact you directly in order to make a payment.  Even if hardly anybody uses Bitcoin as a payment method, you&#039;re helping Bitcoin in two ways: one, by increasing awareness, and two, by making your customers more willing to accept Bitcoin as payment from others in the future, because now they know somewhere they can spend it.&lt;br /&gt;
&lt;br /&gt;
===Utilize a merchant solution===&lt;br /&gt;
If you sell things on your website (goods or services), you&#039;ll want to use a [[#Merchant Services|Bitcoin merchant solution]]  to accept the Bitcoins (you can usually opt to have them converted to USD or other currencies automatically). If you sell things in a brick and mortar shop, customers can pay using their mobile phone app (for example [http://www.paytunia.com Paytunia] or [http://www.blockchain.info/wallet Blockchain.info&#039;s app]), so it&#039;s best if you can place a QR code near your register to which the customers can scan with their phone and pay (use http://ma.eatgold.com/accept to make a QR code sign).&lt;br /&gt;
&lt;br /&gt;
===Accounting===&lt;br /&gt;
When a customer makes a payment, you might simply issue a credit to their account.  Ideally, you want to enter it in a way that suggests you received a payment.  You could consider entering it as a &amp;quot;discount&amp;quot;, but you may want to consider whether this inappropriately disguises the nature of the transaction.  If on the other hand, you&#039;re giving &amp;quot;discounts&amp;quot; for Bitcoins, but then you are selling the Bitcoins for currency and then counting that as income, then chances are good that your calculation of income is making up for it.  Ask your accountant.&lt;br /&gt;
&lt;br /&gt;
===Businesses that offer gift cards===&lt;br /&gt;
If your business sells gift cards or gift certificates, you may find that the easiest way to accept Bitcoin is to accept it only for the purchase of gift cards, and then require the gift cards to be used for actual purchases of goods or services.  This way, the accounting practices you already have in place for processing gift cards can be put to use.  The accounting for Bitcoins would then be minimized to tracking sales of a single SKU.&lt;br /&gt;
&lt;br /&gt;
This method is also ideal for retail food establishments and convenience stores, where the payment of Bitcoins through a mobile phone for a small daily food purchase might be cumbersome or disruptive, especially in front of a line of other customers.  Bitcoins in this case would be best used to reload prepaid cards that can then be swiped at point-of-sale.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t accept gift cards, but you already accept credit cards through a swipe terminal, consider the possibility that you could add a retail gift card system through the swipe terminal you already own.  Many point-of-sale terminals, including ones from VeriFone&amp;amp;reg;, are designed around the ability to support multiple applications on the same terminal.  Gift cards are also highly profitable because of &amp;quot;breakage&amp;quot;, or in other words, the fact that a significant percentage of them never get redeemed.&lt;br /&gt;
&lt;br /&gt;
You could consider adding a private label gift card program from a provider who specializes in this, not just as a jumpstart to accepting Bitcoins, but as an extra boost to income.  A private label gift card service provider necessarily have to handle your funds - they can simply provide a solution that keeps track of the balance on the cards on your behalf, including features that allow users to check their balances by phone or by web.  Such a solution, of course, is also what makes the cards swipeable through the card reader.&lt;br /&gt;
&lt;br /&gt;
===Businesses that mail invoices===&lt;br /&gt;
Does your business send out invoices to customers?  Adding one line may make a huge impact for the Bitcoin economy.  Perhaps you list it as a payment option just after Visa, MasterCard, and American Express, even if that means your customer must call or e-mail to make a payment.&lt;br /&gt;
&lt;br /&gt;
If you have access to the programming expertise such that you can generate Bitcoin addresses programmatically, consider generating a brand new Bitcoin address for each invoice, and print it on the invoice.  When a Bitcoin payment arrives, you&#039;ll automatically know where it should arrive.&lt;br /&gt;
&lt;br /&gt;
Customers might wonder how much BTC they should pay in order to satisfy an invoice in full.    Your invoice might suggest an amount.  For example, if your invoice is for $100 and BTC&#039;s are currently worth $1.24 each, your invoice might suggest that it can be paid in full &#039;&#039;&amp;quot;with a payment of 80.65 BTC if paid by (date)&amp;quot;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You might be able to anticipate the possibility that even though a Bitcoin address can be printed on an invoice or payment stub, that they are very cumbersome for most people to type, especially being a mix of uppercase and lowercase letters.  However, you should probably still do it anyway.  The customer is probably going to want some paper trail for his payment.  Giving him a pre-printed payment stub with a pre-printed address will satisfy that, because the customer can independently and publicly prove through [[Block Explorer]] that the payment took place.&lt;br /&gt;
&lt;br /&gt;
Does your business have a website?  On your invoice, consider allowing them to go to a special URL to get the address to make a Bitcoin payment just by typing in their invoice number.  For example, &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc&#039;&#039; with a form they can enter their invoice number, or just &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc/60365&#039;&#039; for paying invoice #60365.  This way, they can see the Bitcoin address, copy and paste it directly into their Bitcoin client.&lt;br /&gt;
&lt;br /&gt;
Use a brand new address for each invoice whenever possible, and use it only once.  This benefits the customer as it removes any ambiguity as to which customer is making which payment and for which invoice.&lt;br /&gt;
&lt;br /&gt;
===Avoiding fraud===&lt;br /&gt;
&lt;br /&gt;
You should also consider the possible risk that fraudsters could send counterfeit invoices to your customers, and entice them to make a payment to a Bitcoin address they control, instead of you.  While that isn&#039;t likely in general - it depends on how well a fraudster could find out who your customers are in the first place - it would certainly be an unpleasant situation if it ever happened.  One way you could control that is, whenever possible, never let people try to type Bitcoin addresses off payment stubs - instead, force people to get the full Bitcoin address from your website via secure SSL.  But, still print &#039;&#039;most&#039;&#039; of the address on the payment stub (perhaps with four or five characters starred out), so that the customer&#039;s need for a paper trail can be satisfied, so they can prove they paid if there is ever a dispute.&lt;br /&gt;
&lt;br /&gt;
==Setting Prices==&lt;br /&gt;
&lt;br /&gt;
When a business accepts bitcoins for payment, there generally is the need to convert them to the currencies used for paying suppliers, employees and shareholders.  Some merchants set prices based on the current market rate at the time the price quote is presented to the customer (merchant services like [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay] do this automatically).  &lt;br /&gt;
&lt;br /&gt;
[[Bitcoin Prices]] lists the exchange rate for many currencies on multiple exchanges.&lt;br /&gt;
&lt;br /&gt;
When prices are determined using an automated process, the current market rate can be based on either a current price or on a weighted average basis.  [[Bitcoin Charts]] provides a [http://bitcoincharts.com/about/markets-api data feed that provides weighted prices].&lt;br /&gt;
&lt;br /&gt;
When bitcoin funds for purchases are received, some merchants instantly exchange those proceeds into the preferred currency used (again done automatically by [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay]).  Hedging for each transaction can nearly entirely eliminate exchange rate risk that the business is exposed to when accepting bitcoins for payment.&lt;br /&gt;
&lt;br /&gt;
==Contract==&lt;br /&gt;
&lt;br /&gt;
A sales contract might be used to ensure that specific terms are met to lessen the chances of a misunderstanding.  For instance, the party sending payment is responsible for paying any [[transaction fee]] that might be necessary.  A contract might specify that a transaction fee must be paid and what amount, so as to prevent the situation where the transaction is considered a low priority transaction and thus isn&#039;t confirmed quickly.&lt;br /&gt;
&lt;br /&gt;
Other items that might be addressed in a contract:&lt;br /&gt;
&lt;br /&gt;
* Requirement and handling of escrow through an [[:Category:Escrow_services|escrow service]].&lt;br /&gt;
* Jurisdiction for disputes.&lt;br /&gt;
* Refund policy (particularly with the exchange rate being volatile)&lt;br /&gt;
&lt;br /&gt;
==Paying taxes on Bitcoin income==&lt;br /&gt;
[[Tax compliance]] is a topic of concern for small businesses.  We aren&#039;t accountants or lawyers, and can&#039;t give legal or accounting advice.&lt;br /&gt;
&lt;br /&gt;
But in many respects, Bitcoin transactions work very much like cash.  Just like Bitcoin, cash is anonymous and doesn&#039;t leave a paper trail, yet is widely used in commerce every day.&lt;br /&gt;
&lt;br /&gt;
Ask yourself how you would handle a cash transaction.  Do you accept cash transactions?  Do you normally pay taxes on cash transactions?  The answer for Bitcoin should probably be the same.&lt;br /&gt;
&lt;br /&gt;
As for how to decide what a Bitcoin transaction is worth... the IRS, as far as we know, has never issued a guide mentioning how to value Bitcoin transactions.  But they probably have rules and guidelines on how to value transactions made in foreign currency or &amp;quot;cash equivalents&amp;quot;.  We imagine the accounting would be similar.&lt;br /&gt;
&lt;br /&gt;
With Bitcoins, there&#039;s likely to be some difference between the value of BTC when you received them as payment, versus when you go to exchange them for another currency like USD, should you decide to do so.  This scenario, likewise, would be no different if you accepted foreign currency or gold as payment.  Under some scenarios, it might make sense to book the dollar value of BTC income as it is received, and then to book any difference incurred when it is exchanged for fiat currency.  Under others, it might make sense to book the whole thing at the time of exchange.&lt;br /&gt;
&lt;br /&gt;
Perhaps you might talk to your accountant.  You don&#039;t need to get into a discussion with your accountant about block chains and private keys or the philosophy behind a decentralized currency.  By comparing the fundamentals of Bitcoins to accounting concepts already well understood by the public, you can probably get all the answers you need.  What would you ask your accountant if you decided that you wanted to accept &#039;&#039;Berkshire Bucks&#039;&#039; or 1-ounce gold coins as payment?&lt;br /&gt;
&lt;br /&gt;
== Merchant Services ==&lt;br /&gt;
* [https://www.bitpay.com BitPay]&lt;br /&gt;
* [https://merchant.bitutils.com BitUtils]&lt;br /&gt;
* [https://mtgox.com/merchant MTGOX]&lt;br /&gt;
* [https://paysius.com Paysius]&lt;br /&gt;
* [https://walletbit.com WalletBit]&lt;br /&gt;
&lt;br /&gt;
== Help this article ==&lt;br /&gt;
&lt;br /&gt;
This article is a stub, please add to it!&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Merchant Howto]]&lt;br /&gt;
* [[In-store Transactions]]&lt;br /&gt;
* [[Tax compliance]]&lt;br /&gt;
* [[Securing online services]]&lt;br /&gt;
* [http://paysius.com Paysius] Allows merchants to easily and securely accept Bitcoin on their website and track payments &lt;br /&gt;
* [http://merchant.bitutils.com BitUtils Merchant] Provides HTML buttons to start accepting bitcoins instantly. No server side setup required.&lt;br /&gt;
* [[BitCoins Mobile]] provides accurate up to date pricing from multiple exchanges from your Apple iPad, iPhone, or iPod Touch.&lt;br /&gt;
* [[Bitcoin PayFlow]] automates the process for accepting bitcoins&lt;br /&gt;
&lt;br /&gt;
[[Category:ECommerce]]&lt;br /&gt;
[[Category:Local]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33660</id>
		<title>How to accept Bitcoin, for small businesses</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33660"/>
		<updated>2012-12-12T14:02:54Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Utilize a merchant solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is intended for small business owners who wish to help promote Bitcoin by accepting it as payment for goods and services.  It&#039;s written with the assumption that you operate a regular business that sells goods or services for regular national currency such as dollars, and that you wish to accept Bitcoin as another legal way to pay, and that you intend to pay taxes on your Bitcoin income just like any other income.&lt;br /&gt;
&lt;br /&gt;
With Bitcoin being touted as a way to conduct anonymous transactions and as way to compete with government currency, many small business owners wonder what&#039;s the right way to accept and account Bitcoin, or if it&#039;s legal or ethical, or whether and how they should pay taxes on income received through Bitcoin.&lt;br /&gt;
&lt;br /&gt;
As far as we know, Bitcoin isn&#039;t yet formally recognized by governments and authorities as a &amp;quot;currency&amp;quot;.  But in practice, Bitcoin is likely no different than accepting payment in other forms, such as cash, or gold, or scrip, or gift cards or foreign currency.  We think that it is pretty much the same as the local businesses of Great Barrington, Massachusetts choosing to accept their locally-printed [http://www.reuters.com/article/2007/06/19/us-usa-economy-berkshares-idUSN0530157720070619 &amp;quot;Berkshire Bucks&amp;quot;] to support their local economy.&lt;br /&gt;
&lt;br /&gt;
==Starting to accept Bitcoin for transactions==&lt;br /&gt;
Accepting Bitcoin at a small business is best started in whichever manner keeps the accounting simple for you.  This will vary by the type of business you are operating.&lt;br /&gt;
&lt;br /&gt;
===Start with a sign===&lt;br /&gt;
[[{{ns:file}}:WeAcceptBitcoin.png‎]]&lt;br /&gt;
&lt;br /&gt;
If you expect that the number of people interested in using Bitcoin is small, you might simply start by posting a sign or a note: &amp;quot;We Accept Bitcoin&amp;quot;, and ask people to contact you directly in order to make a payment.  Even if hardly anybody uses Bitcoin as a payment method, you&#039;re helping Bitcoin in two ways: one, by increasing awareness, and two, by making your customers more willing to accept Bitcoin as payment from others in the future, because now they know somewhere they can spend it.&lt;br /&gt;
&lt;br /&gt;
===Utilize a merchant solution===&lt;br /&gt;
If you sell things on your website (goods or services), you&#039;ll want to use a Bitcoin merchant solution (like [https://www.bitpay.com BitPay], [https://merchant.bitutils.com BitUtils], [https://mtgox.com/merchant MTGOX], [https://paysius.com Paysius], or [https://walletbit.com WalletBit]) to accept the Bitcoins (you can usually opt to have them converted to USD or other currencies automatically). If you sell things in a brick and mortar shop, customers can pay using their mobile phone app (for example [http://www.paytunia.com Paytunia] or [http://www.blockchain.info/wallet Blockchain.info&#039;s app]), so it&#039;s best if you can place a QR code near your register to which the customers can scan with their phone and pay (use http://ma.eatgold.com/accept to make a QR code sign).&lt;br /&gt;
&lt;br /&gt;
===Accounting===&lt;br /&gt;
When a customer makes a payment, you might simply issue a credit to their account.  Ideally, you want to enter it in a way that suggests you received a payment.  You could consider entering it as a &amp;quot;discount&amp;quot;, but you may want to consider whether this inappropriately disguises the nature of the transaction.  If on the other hand, you&#039;re giving &amp;quot;discounts&amp;quot; for Bitcoins, but then you are selling the Bitcoins for currency and then counting that as income, then chances are good that your calculation of income is making up for it.  Ask your accountant.&lt;br /&gt;
&lt;br /&gt;
===Businesses that offer gift cards===&lt;br /&gt;
If your business sells gift cards or gift certificates, you may find that the easiest way to accept Bitcoin is to accept it only for the purchase of gift cards, and then require the gift cards to be used for actual purchases of goods or services.  This way, the accounting practices you already have in place for processing gift cards can be put to use.  The accounting for Bitcoins would then be minimized to tracking sales of a single SKU.&lt;br /&gt;
&lt;br /&gt;
This method is also ideal for retail food establishments and convenience stores, where the payment of Bitcoins through a mobile phone for a small daily food purchase might be cumbersome or disruptive, especially in front of a line of other customers.  Bitcoins in this case would be best used to reload prepaid cards that can then be swiped at point-of-sale.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t accept gift cards, but you already accept credit cards through a swipe terminal, consider the possibility that you could add a retail gift card system through the swipe terminal you already own.  Many point-of-sale terminals, including ones from VeriFone&amp;amp;reg;, are designed around the ability to support multiple applications on the same terminal.  Gift cards are also highly profitable because of &amp;quot;breakage&amp;quot;, or in other words, the fact that a significant percentage of them never get redeemed.&lt;br /&gt;
&lt;br /&gt;
You could consider adding a private label gift card program from a provider who specializes in this, not just as a jumpstart to accepting Bitcoins, but as an extra boost to income.  A private label gift card service provider necessarily have to handle your funds - they can simply provide a solution that keeps track of the balance on the cards on your behalf, including features that allow users to check their balances by phone or by web.  Such a solution, of course, is also what makes the cards swipeable through the card reader.&lt;br /&gt;
&lt;br /&gt;
===Businesses that mail invoices===&lt;br /&gt;
Does your business send out invoices to customers?  Adding one line may make a huge impact for the Bitcoin economy.  Perhaps you list it as a payment option just after Visa, MasterCard, and American Express, even if that means your customer must call or e-mail to make a payment.&lt;br /&gt;
&lt;br /&gt;
If you have access to the programming expertise such that you can generate Bitcoin addresses programmatically, consider generating a brand new Bitcoin address for each invoice, and print it on the invoice.  When a Bitcoin payment arrives, you&#039;ll automatically know where it should arrive.&lt;br /&gt;
&lt;br /&gt;
Customers might wonder how much BTC they should pay in order to satisfy an invoice in full.    Your invoice might suggest an amount.  For example, if your invoice is for $100 and BTC&#039;s are currently worth $1.24 each, your invoice might suggest that it can be paid in full &#039;&#039;&amp;quot;with a payment of 80.65 BTC if paid by (date)&amp;quot;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You might be able to anticipate the possibility that even though a Bitcoin address can be printed on an invoice or payment stub, that they are very cumbersome for most people to type, especially being a mix of uppercase and lowercase letters.  However, you should probably still do it anyway.  The customer is probably going to want some paper trail for his payment.  Giving him a pre-printed payment stub with a pre-printed address will satisfy that, because the customer can independently and publicly prove through [[Block Explorer]] that the payment took place.&lt;br /&gt;
&lt;br /&gt;
Does your business have a website?  On your invoice, consider allowing them to go to a special URL to get the address to make a Bitcoin payment just by typing in their invoice number.  For example, &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc&#039;&#039; with a form they can enter their invoice number, or just &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc/60365&#039;&#039; for paying invoice #60365.  This way, they can see the Bitcoin address, copy and paste it directly into their Bitcoin client.&lt;br /&gt;
&lt;br /&gt;
Use a brand new address for each invoice whenever possible, and use it only once.  This benefits the customer as it removes any ambiguity as to which customer is making which payment and for which invoice.&lt;br /&gt;
&lt;br /&gt;
===Avoiding fraud===&lt;br /&gt;
&lt;br /&gt;
You should also consider the possible risk that fraudsters could send counterfeit invoices to your customers, and entice them to make a payment to a Bitcoin address they control, instead of you.  While that isn&#039;t likely in general - it depends on how well a fraudster could find out who your customers are in the first place - it would certainly be an unpleasant situation if it ever happened.  One way you could control that is, whenever possible, never let people try to type Bitcoin addresses off payment stubs - instead, force people to get the full Bitcoin address from your website via secure SSL.  But, still print &#039;&#039;most&#039;&#039; of the address on the payment stub (perhaps with four or five characters starred out), so that the customer&#039;s need for a paper trail can be satisfied, so they can prove they paid if there is ever a dispute.&lt;br /&gt;
&lt;br /&gt;
==Setting Prices==&lt;br /&gt;
&lt;br /&gt;
When a business accepts bitcoins for payment, there generally is the need to convert them to the currencies used for paying suppliers, employees and shareholders.  Some merchants set prices based on the current market rate at the time the price quote is presented to the customer (merchant services like [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay] do this automatically).  &lt;br /&gt;
&lt;br /&gt;
[[Bitcoin Prices]] lists the exchange rate for many currencies on multiple exchanges.&lt;br /&gt;
&lt;br /&gt;
When prices are determined using an automated process, the current market rate can be based on either a current price or on a weighted average basis.  [[Bitcoin Charts]] provides a [http://bitcoincharts.com/about/markets-api data feed that provides weighted prices].&lt;br /&gt;
&lt;br /&gt;
When bitcoin funds for purchases are received, some merchants instantly exchange those proceeds into the preferred currency used (again done automatically by [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay]).  Hedging for each transaction can nearly entirely eliminate exchange rate risk that the business is exposed to when accepting bitcoins for payment.&lt;br /&gt;
&lt;br /&gt;
==Contract==&lt;br /&gt;
&lt;br /&gt;
A sales contract might be used to ensure that specific terms are met to lessen the chances of a misunderstanding.  For instance, the party sending payment is responsible for paying any [[transaction fee]] that might be necessary.  A contract might specify that a transaction fee must be paid and what amount, so as to prevent the situation where the transaction is considered a low priority transaction and thus isn&#039;t confirmed quickly.&lt;br /&gt;
&lt;br /&gt;
Other items that might be addressed in a contract:&lt;br /&gt;
&lt;br /&gt;
* Requirement and handling of escrow through an [[:Category:Escrow_services|escrow service]].&lt;br /&gt;
* Jurisdiction for disputes.&lt;br /&gt;
* Refund policy (particularly with the exchange rate being volatile)&lt;br /&gt;
&lt;br /&gt;
==Paying taxes on Bitcoin income==&lt;br /&gt;
[[Tax compliance]] is a topic of concern for small businesses.  We aren&#039;t accountants or lawyers, and can&#039;t give legal or accounting advice.&lt;br /&gt;
&lt;br /&gt;
But in many respects, Bitcoin transactions work very much like cash.  Just like Bitcoin, cash is anonymous and doesn&#039;t leave a paper trail, yet is widely used in commerce every day.&lt;br /&gt;
&lt;br /&gt;
Ask yourself how you would handle a cash transaction.  Do you accept cash transactions?  Do you normally pay taxes on cash transactions?  The answer for Bitcoin should probably be the same.&lt;br /&gt;
&lt;br /&gt;
As for how to decide what a Bitcoin transaction is worth... the IRS, as far as we know, has never issued a guide mentioning how to value Bitcoin transactions.  But they probably have rules and guidelines on how to value transactions made in foreign currency or &amp;quot;cash equivalents&amp;quot;.  We imagine the accounting would be similar.&lt;br /&gt;
&lt;br /&gt;
With Bitcoins, there&#039;s likely to be some difference between the value of BTC when you received them as payment, versus when you go to exchange them for another currency like USD, should you decide to do so.  This scenario, likewise, would be no different if you accepted foreign currency or gold as payment.  Under some scenarios, it might make sense to book the dollar value of BTC income as it is received, and then to book any difference incurred when it is exchanged for fiat currency.  Under others, it might make sense to book the whole thing at the time of exchange.&lt;br /&gt;
&lt;br /&gt;
Perhaps you might talk to your accountant.  You don&#039;t need to get into a discussion with your accountant about block chains and private keys or the philosophy behind a decentralized currency.  By comparing the fundamentals of Bitcoins to accounting concepts already well understood by the public, you can probably get all the answers you need.  What would you ask your accountant if you decided that you wanted to accept &#039;&#039;Berkshire Bucks&#039;&#039; or 1-ounce gold coins as payment?&lt;br /&gt;
&lt;br /&gt;
== Help this article ==&lt;br /&gt;
&lt;br /&gt;
This article is a stub, please add to it!&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Merchant Howto]]&lt;br /&gt;
* [[In-store Transactions]]&lt;br /&gt;
* [[Tax compliance]]&lt;br /&gt;
* [[Securing online services]]&lt;br /&gt;
* [http://paysius.com Paysius] Allows merchants to easily and securely accept Bitcoin on their website and track payments &lt;br /&gt;
* [http://merchant.bitutils.com BitUtils Merchant] Provides HTML buttons to start accepting bitcoins instantly. No server side setup required.&lt;br /&gt;
* [[BitCoins Mobile]] provides accurate up to date pricing from multiple exchanges from your Apple iPad, iPhone, or iPod Touch.&lt;br /&gt;
* [[Bitcoin PayFlow]] automates the process for accepting bitcoins&lt;br /&gt;
&lt;br /&gt;
[[Category:ECommerce]]&lt;br /&gt;
[[Category:Local]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33659</id>
		<title>How to accept Bitcoin, for small businesses</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33659"/>
		<updated>2012-12-12T14:01:31Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Utilize a merchant solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is intended for small business owners who wish to help promote Bitcoin by accepting it as payment for goods and services.  It&#039;s written with the assumption that you operate a regular business that sells goods or services for regular national currency such as dollars, and that you wish to accept Bitcoin as another legal way to pay, and that you intend to pay taxes on your Bitcoin income just like any other income.&lt;br /&gt;
&lt;br /&gt;
With Bitcoin being touted as a way to conduct anonymous transactions and as way to compete with government currency, many small business owners wonder what&#039;s the right way to accept and account Bitcoin, or if it&#039;s legal or ethical, or whether and how they should pay taxes on income received through Bitcoin.&lt;br /&gt;
&lt;br /&gt;
As far as we know, Bitcoin isn&#039;t yet formally recognized by governments and authorities as a &amp;quot;currency&amp;quot;.  But in practice, Bitcoin is likely no different than accepting payment in other forms, such as cash, or gold, or scrip, or gift cards or foreign currency.  We think that it is pretty much the same as the local businesses of Great Barrington, Massachusetts choosing to accept their locally-printed [http://www.reuters.com/article/2007/06/19/us-usa-economy-berkshares-idUSN0530157720070619 &amp;quot;Berkshire Bucks&amp;quot;] to support their local economy.&lt;br /&gt;
&lt;br /&gt;
==Starting to accept Bitcoin for transactions==&lt;br /&gt;
Accepting Bitcoin at a small business is best started in whichever manner keeps the accounting simple for you.  This will vary by the type of business you are operating.&lt;br /&gt;
&lt;br /&gt;
===Start with a sign===&lt;br /&gt;
[[{{ns:file}}:WeAcceptBitcoin.png‎]]&lt;br /&gt;
&lt;br /&gt;
If you expect that the number of people interested in using Bitcoin is small, you might simply start by posting a sign or a note: &amp;quot;We Accept Bitcoin&amp;quot;, and ask people to contact you directly in order to make a payment.  Even if hardly anybody uses Bitcoin as a payment method, you&#039;re helping Bitcoin in two ways: one, by increasing awareness, and two, by making your customers more willing to accept Bitcoin as payment from others in the future, because now they know somewhere they can spend it.&lt;br /&gt;
&lt;br /&gt;
===Utilize a merchant solution===&lt;br /&gt;
If you sell things on your website (goods or services), you&#039;ll want to use a Bitcoin merchant solution (like [http://www.bitpay.com BitPay], [http://merchant.bitutils.com BitUtils], [https://mtgox.com/merchant MTGOX], [http://paysius.com Paysius],   or [http://walletbit.com WalletBit]) to accept the Bitcoins (you can usually opt to have them converted to USD or other currencies automatically). If you sell things in a brick and mortar shop, customers can pay using their mobile phone app (for example [http://www.paytunia.com Paytunia] or [http://www.blockchain.info/wallet Blockchain.info&#039;s app]), so it&#039;s best if you can place a QR code near your register to which the customers can scan with their phone and pay (use http://ma.eatgold.com/accept to make a QR code sign).&lt;br /&gt;
&lt;br /&gt;
===Accounting===&lt;br /&gt;
When a customer makes a payment, you might simply issue a credit to their account.  Ideally, you want to enter it in a way that suggests you received a payment.  You could consider entering it as a &amp;quot;discount&amp;quot;, but you may want to consider whether this inappropriately disguises the nature of the transaction.  If on the other hand, you&#039;re giving &amp;quot;discounts&amp;quot; for Bitcoins, but then you are selling the Bitcoins for currency and then counting that as income, then chances are good that your calculation of income is making up for it.  Ask your accountant.&lt;br /&gt;
&lt;br /&gt;
===Businesses that offer gift cards===&lt;br /&gt;
If your business sells gift cards or gift certificates, you may find that the easiest way to accept Bitcoin is to accept it only for the purchase of gift cards, and then require the gift cards to be used for actual purchases of goods or services.  This way, the accounting practices you already have in place for processing gift cards can be put to use.  The accounting for Bitcoins would then be minimized to tracking sales of a single SKU.&lt;br /&gt;
&lt;br /&gt;
This method is also ideal for retail food establishments and convenience stores, where the payment of Bitcoins through a mobile phone for a small daily food purchase might be cumbersome or disruptive, especially in front of a line of other customers.  Bitcoins in this case would be best used to reload prepaid cards that can then be swiped at point-of-sale.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t accept gift cards, but you already accept credit cards through a swipe terminal, consider the possibility that you could add a retail gift card system through the swipe terminal you already own.  Many point-of-sale terminals, including ones from VeriFone&amp;amp;reg;, are designed around the ability to support multiple applications on the same terminal.  Gift cards are also highly profitable because of &amp;quot;breakage&amp;quot;, or in other words, the fact that a significant percentage of them never get redeemed.&lt;br /&gt;
&lt;br /&gt;
You could consider adding a private label gift card program from a provider who specializes in this, not just as a jumpstart to accepting Bitcoins, but as an extra boost to income.  A private label gift card service provider necessarily have to handle your funds - they can simply provide a solution that keeps track of the balance on the cards on your behalf, including features that allow users to check their balances by phone or by web.  Such a solution, of course, is also what makes the cards swipeable through the card reader.&lt;br /&gt;
&lt;br /&gt;
===Businesses that mail invoices===&lt;br /&gt;
Does your business send out invoices to customers?  Adding one line may make a huge impact for the Bitcoin economy.  Perhaps you list it as a payment option just after Visa, MasterCard, and American Express, even if that means your customer must call or e-mail to make a payment.&lt;br /&gt;
&lt;br /&gt;
If you have access to the programming expertise such that you can generate Bitcoin addresses programmatically, consider generating a brand new Bitcoin address for each invoice, and print it on the invoice.  When a Bitcoin payment arrives, you&#039;ll automatically know where it should arrive.&lt;br /&gt;
&lt;br /&gt;
Customers might wonder how much BTC they should pay in order to satisfy an invoice in full.    Your invoice might suggest an amount.  For example, if your invoice is for $100 and BTC&#039;s are currently worth $1.24 each, your invoice might suggest that it can be paid in full &#039;&#039;&amp;quot;with a payment of 80.65 BTC if paid by (date)&amp;quot;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You might be able to anticipate the possibility that even though a Bitcoin address can be printed on an invoice or payment stub, that they are very cumbersome for most people to type, especially being a mix of uppercase and lowercase letters.  However, you should probably still do it anyway.  The customer is probably going to want some paper trail for his payment.  Giving him a pre-printed payment stub with a pre-printed address will satisfy that, because the customer can independently and publicly prove through [[Block Explorer]] that the payment took place.&lt;br /&gt;
&lt;br /&gt;
Does your business have a website?  On your invoice, consider allowing them to go to a special URL to get the address to make a Bitcoin payment just by typing in their invoice number.  For example, &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc&#039;&#039; with a form they can enter their invoice number, or just &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc/60365&#039;&#039; for paying invoice #60365.  This way, they can see the Bitcoin address, copy and paste it directly into their Bitcoin client.&lt;br /&gt;
&lt;br /&gt;
Use a brand new address for each invoice whenever possible, and use it only once.  This benefits the customer as it removes any ambiguity as to which customer is making which payment and for which invoice.&lt;br /&gt;
&lt;br /&gt;
===Avoiding fraud===&lt;br /&gt;
&lt;br /&gt;
You should also consider the possible risk that fraudsters could send counterfeit invoices to your customers, and entice them to make a payment to a Bitcoin address they control, instead of you.  While that isn&#039;t likely in general - it depends on how well a fraudster could find out who your customers are in the first place - it would certainly be an unpleasant situation if it ever happened.  One way you could control that is, whenever possible, never let people try to type Bitcoin addresses off payment stubs - instead, force people to get the full Bitcoin address from your website via secure SSL.  But, still print &#039;&#039;most&#039;&#039; of the address on the payment stub (perhaps with four or five characters starred out), so that the customer&#039;s need for a paper trail can be satisfied, so they can prove they paid if there is ever a dispute.&lt;br /&gt;
&lt;br /&gt;
==Setting Prices==&lt;br /&gt;
&lt;br /&gt;
When a business accepts bitcoins for payment, there generally is the need to convert them to the currencies used for paying suppliers, employees and shareholders.  Some merchants set prices based on the current market rate at the time the price quote is presented to the customer (merchant services like [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay] do this automatically).  &lt;br /&gt;
&lt;br /&gt;
[[Bitcoin Prices]] lists the exchange rate for many currencies on multiple exchanges.&lt;br /&gt;
&lt;br /&gt;
When prices are determined using an automated process, the current market rate can be based on either a current price or on a weighted average basis.  [[Bitcoin Charts]] provides a [http://bitcoincharts.com/about/markets-api data feed that provides weighted prices].&lt;br /&gt;
&lt;br /&gt;
When bitcoin funds for purchases are received, some merchants instantly exchange those proceeds into the preferred currency used (again done automatically by [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay]).  Hedging for each transaction can nearly entirely eliminate exchange rate risk that the business is exposed to when accepting bitcoins for payment.&lt;br /&gt;
&lt;br /&gt;
==Contract==&lt;br /&gt;
&lt;br /&gt;
A sales contract might be used to ensure that specific terms are met to lessen the chances of a misunderstanding.  For instance, the party sending payment is responsible for paying any [[transaction fee]] that might be necessary.  A contract might specify that a transaction fee must be paid and what amount, so as to prevent the situation where the transaction is considered a low priority transaction and thus isn&#039;t confirmed quickly.&lt;br /&gt;
&lt;br /&gt;
Other items that might be addressed in a contract:&lt;br /&gt;
&lt;br /&gt;
* Requirement and handling of escrow through an [[:Category:Escrow_services|escrow service]].&lt;br /&gt;
* Jurisdiction for disputes.&lt;br /&gt;
* Refund policy (particularly with the exchange rate being volatile)&lt;br /&gt;
&lt;br /&gt;
==Paying taxes on Bitcoin income==&lt;br /&gt;
[[Tax compliance]] is a topic of concern for small businesses.  We aren&#039;t accountants or lawyers, and can&#039;t give legal or accounting advice.&lt;br /&gt;
&lt;br /&gt;
But in many respects, Bitcoin transactions work very much like cash.  Just like Bitcoin, cash is anonymous and doesn&#039;t leave a paper trail, yet is widely used in commerce every day.&lt;br /&gt;
&lt;br /&gt;
Ask yourself how you would handle a cash transaction.  Do you accept cash transactions?  Do you normally pay taxes on cash transactions?  The answer for Bitcoin should probably be the same.&lt;br /&gt;
&lt;br /&gt;
As for how to decide what a Bitcoin transaction is worth... the IRS, as far as we know, has never issued a guide mentioning how to value Bitcoin transactions.  But they probably have rules and guidelines on how to value transactions made in foreign currency or &amp;quot;cash equivalents&amp;quot;.  We imagine the accounting would be similar.&lt;br /&gt;
&lt;br /&gt;
With Bitcoins, there&#039;s likely to be some difference between the value of BTC when you received them as payment, versus when you go to exchange them for another currency like USD, should you decide to do so.  This scenario, likewise, would be no different if you accepted foreign currency or gold as payment.  Under some scenarios, it might make sense to book the dollar value of BTC income as it is received, and then to book any difference incurred when it is exchanged for fiat currency.  Under others, it might make sense to book the whole thing at the time of exchange.&lt;br /&gt;
&lt;br /&gt;
Perhaps you might talk to your accountant.  You don&#039;t need to get into a discussion with your accountant about block chains and private keys or the philosophy behind a decentralized currency.  By comparing the fundamentals of Bitcoins to accounting concepts already well understood by the public, you can probably get all the answers you need.  What would you ask your accountant if you decided that you wanted to accept &#039;&#039;Berkshire Bucks&#039;&#039; or 1-ounce gold coins as payment?&lt;br /&gt;
&lt;br /&gt;
== Help this article ==&lt;br /&gt;
&lt;br /&gt;
This article is a stub, please add to it!&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Merchant Howto]]&lt;br /&gt;
* [[In-store Transactions]]&lt;br /&gt;
* [[Tax compliance]]&lt;br /&gt;
* [[Securing online services]]&lt;br /&gt;
* [http://paysius.com Paysius] Allows merchants to easily and securely accept Bitcoin on their website and track payments &lt;br /&gt;
* [http://merchant.bitutils.com BitUtils Merchant] Provides HTML buttons to start accepting bitcoins instantly. No server side setup required.&lt;br /&gt;
* [[BitCoins Mobile]] provides accurate up to date pricing from multiple exchanges from your Apple iPad, iPhone, or iPod Touch.&lt;br /&gt;
* [[Bitcoin PayFlow]] automates the process for accepting bitcoins&lt;br /&gt;
&lt;br /&gt;
[[Category:ECommerce]]&lt;br /&gt;
[[Category:Local]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33658</id>
		<title>How to accept Bitcoin, for small businesses</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33658"/>
		<updated>2012-12-12T14:01:07Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Utilize a merchant solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is intended for small business owners who wish to help promote Bitcoin by accepting it as payment for goods and services.  It&#039;s written with the assumption that you operate a regular business that sells goods or services for regular national currency such as dollars, and that you wish to accept Bitcoin as another legal way to pay, and that you intend to pay taxes on your Bitcoin income just like any other income.&lt;br /&gt;
&lt;br /&gt;
With Bitcoin being touted as a way to conduct anonymous transactions and as way to compete with government currency, many small business owners wonder what&#039;s the right way to accept and account Bitcoin, or if it&#039;s legal or ethical, or whether and how they should pay taxes on income received through Bitcoin.&lt;br /&gt;
&lt;br /&gt;
As far as we know, Bitcoin isn&#039;t yet formally recognized by governments and authorities as a &amp;quot;currency&amp;quot;.  But in practice, Bitcoin is likely no different than accepting payment in other forms, such as cash, or gold, or scrip, or gift cards or foreign currency.  We think that it is pretty much the same as the local businesses of Great Barrington, Massachusetts choosing to accept their locally-printed [http://www.reuters.com/article/2007/06/19/us-usa-economy-berkshares-idUSN0530157720070619 &amp;quot;Berkshire Bucks&amp;quot;] to support their local economy.&lt;br /&gt;
&lt;br /&gt;
==Starting to accept Bitcoin for transactions==&lt;br /&gt;
Accepting Bitcoin at a small business is best started in whichever manner keeps the accounting simple for you.  This will vary by the type of business you are operating.&lt;br /&gt;
&lt;br /&gt;
===Start with a sign===&lt;br /&gt;
[[{{ns:file}}:WeAcceptBitcoin.png‎]]&lt;br /&gt;
&lt;br /&gt;
If you expect that the number of people interested in using Bitcoin is small, you might simply start by posting a sign or a note: &amp;quot;We Accept Bitcoin&amp;quot;, and ask people to contact you directly in order to make a payment.  Even if hardly anybody uses Bitcoin as a payment method, you&#039;re helping Bitcoin in two ways: one, by increasing awareness, and two, by making your customers more willing to accept Bitcoin as payment from others in the future, because now they know somewhere they can spend it.&lt;br /&gt;
&lt;br /&gt;
===Utilize a merchant solution===&lt;br /&gt;
If you sell things on your website (goods or services), you&#039;ll want to use a Bitcoin merchant solution (like [http://www.bitpay.com BitPay], [http://merchant.bitutils.com BitUtils],[https://mtgox.com/merchant MTGOX], [http://paysius.com Paysius],   or [http://walletbit.com WalletBit]) to accept the Bitcoins (you can usually opt to have them converted to USD or other currencies automatically). If you sell things in a brick and mortar shop, customers can pay using their mobile phone app (for example [http://www.paytunia.com Paytunia] or [http://www.blockchain.info/wallet Blockchain.info&#039;s app]), so it&#039;s best if you can place a QR code near your register to which the customers can scan with their phone and pay (use http://ma.eatgold.com/accept to make a QR code sign).&lt;br /&gt;
&lt;br /&gt;
===Accounting===&lt;br /&gt;
When a customer makes a payment, you might simply issue a credit to their account.  Ideally, you want to enter it in a way that suggests you received a payment.  You could consider entering it as a &amp;quot;discount&amp;quot;, but you may want to consider whether this inappropriately disguises the nature of the transaction.  If on the other hand, you&#039;re giving &amp;quot;discounts&amp;quot; for Bitcoins, but then you are selling the Bitcoins for currency and then counting that as income, then chances are good that your calculation of income is making up for it.  Ask your accountant.&lt;br /&gt;
&lt;br /&gt;
===Businesses that offer gift cards===&lt;br /&gt;
If your business sells gift cards or gift certificates, you may find that the easiest way to accept Bitcoin is to accept it only for the purchase of gift cards, and then require the gift cards to be used for actual purchases of goods or services.  This way, the accounting practices you already have in place for processing gift cards can be put to use.  The accounting for Bitcoins would then be minimized to tracking sales of a single SKU.&lt;br /&gt;
&lt;br /&gt;
This method is also ideal for retail food establishments and convenience stores, where the payment of Bitcoins through a mobile phone for a small daily food purchase might be cumbersome or disruptive, especially in front of a line of other customers.  Bitcoins in this case would be best used to reload prepaid cards that can then be swiped at point-of-sale.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t accept gift cards, but you already accept credit cards through a swipe terminal, consider the possibility that you could add a retail gift card system through the swipe terminal you already own.  Many point-of-sale terminals, including ones from VeriFone&amp;amp;reg;, are designed around the ability to support multiple applications on the same terminal.  Gift cards are also highly profitable because of &amp;quot;breakage&amp;quot;, or in other words, the fact that a significant percentage of them never get redeemed.&lt;br /&gt;
&lt;br /&gt;
You could consider adding a private label gift card program from a provider who specializes in this, not just as a jumpstart to accepting Bitcoins, but as an extra boost to income.  A private label gift card service provider necessarily have to handle your funds - they can simply provide a solution that keeps track of the balance on the cards on your behalf, including features that allow users to check their balances by phone or by web.  Such a solution, of course, is also what makes the cards swipeable through the card reader.&lt;br /&gt;
&lt;br /&gt;
===Businesses that mail invoices===&lt;br /&gt;
Does your business send out invoices to customers?  Adding one line may make a huge impact for the Bitcoin economy.  Perhaps you list it as a payment option just after Visa, MasterCard, and American Express, even if that means your customer must call or e-mail to make a payment.&lt;br /&gt;
&lt;br /&gt;
If you have access to the programming expertise such that you can generate Bitcoin addresses programmatically, consider generating a brand new Bitcoin address for each invoice, and print it on the invoice.  When a Bitcoin payment arrives, you&#039;ll automatically know where it should arrive.&lt;br /&gt;
&lt;br /&gt;
Customers might wonder how much BTC they should pay in order to satisfy an invoice in full.    Your invoice might suggest an amount.  For example, if your invoice is for $100 and BTC&#039;s are currently worth $1.24 each, your invoice might suggest that it can be paid in full &#039;&#039;&amp;quot;with a payment of 80.65 BTC if paid by (date)&amp;quot;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You might be able to anticipate the possibility that even though a Bitcoin address can be printed on an invoice or payment stub, that they are very cumbersome for most people to type, especially being a mix of uppercase and lowercase letters.  However, you should probably still do it anyway.  The customer is probably going to want some paper trail for his payment.  Giving him a pre-printed payment stub with a pre-printed address will satisfy that, because the customer can independently and publicly prove through [[Block Explorer]] that the payment took place.&lt;br /&gt;
&lt;br /&gt;
Does your business have a website?  On your invoice, consider allowing them to go to a special URL to get the address to make a Bitcoin payment just by typing in their invoice number.  For example, &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc&#039;&#039; with a form they can enter their invoice number, or just &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc/60365&#039;&#039; for paying invoice #60365.  This way, they can see the Bitcoin address, copy and paste it directly into their Bitcoin client.&lt;br /&gt;
&lt;br /&gt;
Use a brand new address for each invoice whenever possible, and use it only once.  This benefits the customer as it removes any ambiguity as to which customer is making which payment and for which invoice.&lt;br /&gt;
&lt;br /&gt;
===Avoiding fraud===&lt;br /&gt;
&lt;br /&gt;
You should also consider the possible risk that fraudsters could send counterfeit invoices to your customers, and entice them to make a payment to a Bitcoin address they control, instead of you.  While that isn&#039;t likely in general - it depends on how well a fraudster could find out who your customers are in the first place - it would certainly be an unpleasant situation if it ever happened.  One way you could control that is, whenever possible, never let people try to type Bitcoin addresses off payment stubs - instead, force people to get the full Bitcoin address from your website via secure SSL.  But, still print &#039;&#039;most&#039;&#039; of the address on the payment stub (perhaps with four or five characters starred out), so that the customer&#039;s need for a paper trail can be satisfied, so they can prove they paid if there is ever a dispute.&lt;br /&gt;
&lt;br /&gt;
==Setting Prices==&lt;br /&gt;
&lt;br /&gt;
When a business accepts bitcoins for payment, there generally is the need to convert them to the currencies used for paying suppliers, employees and shareholders.  Some merchants set prices based on the current market rate at the time the price quote is presented to the customer (merchant services like [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay] do this automatically).  &lt;br /&gt;
&lt;br /&gt;
[[Bitcoin Prices]] lists the exchange rate for many currencies on multiple exchanges.&lt;br /&gt;
&lt;br /&gt;
When prices are determined using an automated process, the current market rate can be based on either a current price or on a weighted average basis.  [[Bitcoin Charts]] provides a [http://bitcoincharts.com/about/markets-api data feed that provides weighted prices].&lt;br /&gt;
&lt;br /&gt;
When bitcoin funds for purchases are received, some merchants instantly exchange those proceeds into the preferred currency used (again done automatically by [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay]).  Hedging for each transaction can nearly entirely eliminate exchange rate risk that the business is exposed to when accepting bitcoins for payment.&lt;br /&gt;
&lt;br /&gt;
==Contract==&lt;br /&gt;
&lt;br /&gt;
A sales contract might be used to ensure that specific terms are met to lessen the chances of a misunderstanding.  For instance, the party sending payment is responsible for paying any [[transaction fee]] that might be necessary.  A contract might specify that a transaction fee must be paid and what amount, so as to prevent the situation where the transaction is considered a low priority transaction and thus isn&#039;t confirmed quickly.&lt;br /&gt;
&lt;br /&gt;
Other items that might be addressed in a contract:&lt;br /&gt;
&lt;br /&gt;
* Requirement and handling of escrow through an [[:Category:Escrow_services|escrow service]].&lt;br /&gt;
* Jurisdiction for disputes.&lt;br /&gt;
* Refund policy (particularly with the exchange rate being volatile)&lt;br /&gt;
&lt;br /&gt;
==Paying taxes on Bitcoin income==&lt;br /&gt;
[[Tax compliance]] is a topic of concern for small businesses.  We aren&#039;t accountants or lawyers, and can&#039;t give legal or accounting advice.&lt;br /&gt;
&lt;br /&gt;
But in many respects, Bitcoin transactions work very much like cash.  Just like Bitcoin, cash is anonymous and doesn&#039;t leave a paper trail, yet is widely used in commerce every day.&lt;br /&gt;
&lt;br /&gt;
Ask yourself how you would handle a cash transaction.  Do you accept cash transactions?  Do you normally pay taxes on cash transactions?  The answer for Bitcoin should probably be the same.&lt;br /&gt;
&lt;br /&gt;
As for how to decide what a Bitcoin transaction is worth... the IRS, as far as we know, has never issued a guide mentioning how to value Bitcoin transactions.  But they probably have rules and guidelines on how to value transactions made in foreign currency or &amp;quot;cash equivalents&amp;quot;.  We imagine the accounting would be similar.&lt;br /&gt;
&lt;br /&gt;
With Bitcoins, there&#039;s likely to be some difference between the value of BTC when you received them as payment, versus when you go to exchange them for another currency like USD, should you decide to do so.  This scenario, likewise, would be no different if you accepted foreign currency or gold as payment.  Under some scenarios, it might make sense to book the dollar value of BTC income as it is received, and then to book any difference incurred when it is exchanged for fiat currency.  Under others, it might make sense to book the whole thing at the time of exchange.&lt;br /&gt;
&lt;br /&gt;
Perhaps you might talk to your accountant.  You don&#039;t need to get into a discussion with your accountant about block chains and private keys or the philosophy behind a decentralized currency.  By comparing the fundamentals of Bitcoins to accounting concepts already well understood by the public, you can probably get all the answers you need.  What would you ask your accountant if you decided that you wanted to accept &#039;&#039;Berkshire Bucks&#039;&#039; or 1-ounce gold coins as payment?&lt;br /&gt;
&lt;br /&gt;
== Help this article ==&lt;br /&gt;
&lt;br /&gt;
This article is a stub, please add to it!&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Merchant Howto]]&lt;br /&gt;
* [[In-store Transactions]]&lt;br /&gt;
* [[Tax compliance]]&lt;br /&gt;
* [[Securing online services]]&lt;br /&gt;
* [http://paysius.com Paysius] Allows merchants to easily and securely accept Bitcoin on their website and track payments &lt;br /&gt;
* [http://merchant.bitutils.com BitUtils Merchant] Provides HTML buttons to start accepting bitcoins instantly. No server side setup required.&lt;br /&gt;
* [[BitCoins Mobile]] provides accurate up to date pricing from multiple exchanges from your Apple iPad, iPhone, or iPod Touch.&lt;br /&gt;
* [[Bitcoin PayFlow]] automates the process for accepting bitcoins&lt;br /&gt;
&lt;br /&gt;
[[Category:ECommerce]]&lt;br /&gt;
[[Category:Local]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33657</id>
		<title>How to accept Bitcoin, for small businesses</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33657"/>
		<updated>2012-12-12T13:58:25Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Utilize a merchant solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is intended for small business owners who wish to help promote Bitcoin by accepting it as payment for goods and services.  It&#039;s written with the assumption that you operate a regular business that sells goods or services for regular national currency such as dollars, and that you wish to accept Bitcoin as another legal way to pay, and that you intend to pay taxes on your Bitcoin income just like any other income.&lt;br /&gt;
&lt;br /&gt;
With Bitcoin being touted as a way to conduct anonymous transactions and as way to compete with government currency, many small business owners wonder what&#039;s the right way to accept and account Bitcoin, or if it&#039;s legal or ethical, or whether and how they should pay taxes on income received through Bitcoin.&lt;br /&gt;
&lt;br /&gt;
As far as we know, Bitcoin isn&#039;t yet formally recognized by governments and authorities as a &amp;quot;currency&amp;quot;.  But in practice, Bitcoin is likely no different than accepting payment in other forms, such as cash, or gold, or scrip, or gift cards or foreign currency.  We think that it is pretty much the same as the local businesses of Great Barrington, Massachusetts choosing to accept their locally-printed [http://www.reuters.com/article/2007/06/19/us-usa-economy-berkshares-idUSN0530157720070619 &amp;quot;Berkshire Bucks&amp;quot;] to support their local economy.&lt;br /&gt;
&lt;br /&gt;
==Starting to accept Bitcoin for transactions==&lt;br /&gt;
Accepting Bitcoin at a small business is best started in whichever manner keeps the accounting simple for you.  This will vary by the type of business you are operating.&lt;br /&gt;
&lt;br /&gt;
===Start with a sign===&lt;br /&gt;
[[{{ns:file}}:WeAcceptBitcoin.png‎]]&lt;br /&gt;
&lt;br /&gt;
If you expect that the number of people interested in using Bitcoin is small, you might simply start by posting a sign or a note: &amp;quot;We Accept Bitcoin&amp;quot;, and ask people to contact you directly in order to make a payment.  Even if hardly anybody uses Bitcoin as a payment method, you&#039;re helping Bitcoin in two ways: one, by increasing awareness, and two, by making your customers more willing to accept Bitcoin as payment from others in the future, because now they know somewhere they can spend it.&lt;br /&gt;
&lt;br /&gt;
===Utilize a merchant solution===&lt;br /&gt;
If you sell things on your website (goods or services), you&#039;ll want to use a Bitcoin merchant solution (like [http://paysius.com Paysius], [http://www.bitpay.com BitPay], [http://merchant.bitutils.com BitUtils], or [http://walletbit.com WalletBit]) to accept the Bitcoins (you can usually opt to have them converted to USD or other currencies automatically). If you sell things in a brick and mortar shop, customers can pay using their mobile phone app (for example [http://www.paytunia.com Paytunia] or [http://www.blockchain.info/wallet Blockchain.info&#039;s app]), so it&#039;s best if you can place a QR code near your register to which the customers can scan with their phone and pay (use http://ma.eatgold.com/accept to make a QR code sign).&lt;br /&gt;
&lt;br /&gt;
===Accounting===&lt;br /&gt;
When a customer makes a payment, you might simply issue a credit to their account.  Ideally, you want to enter it in a way that suggests you received a payment.  You could consider entering it as a &amp;quot;discount&amp;quot;, but you may want to consider whether this inappropriately disguises the nature of the transaction.  If on the other hand, you&#039;re giving &amp;quot;discounts&amp;quot; for Bitcoins, but then you are selling the Bitcoins for currency and then counting that as income, then chances are good that your calculation of income is making up for it.  Ask your accountant.&lt;br /&gt;
&lt;br /&gt;
===Businesses that offer gift cards===&lt;br /&gt;
If your business sells gift cards or gift certificates, you may find that the easiest way to accept Bitcoin is to accept it only for the purchase of gift cards, and then require the gift cards to be used for actual purchases of goods or services.  This way, the accounting practices you already have in place for processing gift cards can be put to use.  The accounting for Bitcoins would then be minimized to tracking sales of a single SKU.&lt;br /&gt;
&lt;br /&gt;
This method is also ideal for retail food establishments and convenience stores, where the payment of Bitcoins through a mobile phone for a small daily food purchase might be cumbersome or disruptive, especially in front of a line of other customers.  Bitcoins in this case would be best used to reload prepaid cards that can then be swiped at point-of-sale.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t accept gift cards, but you already accept credit cards through a swipe terminal, consider the possibility that you could add a retail gift card system through the swipe terminal you already own.  Many point-of-sale terminals, including ones from VeriFone&amp;amp;reg;, are designed around the ability to support multiple applications on the same terminal.  Gift cards are also highly profitable because of &amp;quot;breakage&amp;quot;, or in other words, the fact that a significant percentage of them never get redeemed.&lt;br /&gt;
&lt;br /&gt;
You could consider adding a private label gift card program from a provider who specializes in this, not just as a jumpstart to accepting Bitcoins, but as an extra boost to income.  A private label gift card service provider necessarily have to handle your funds - they can simply provide a solution that keeps track of the balance on the cards on your behalf, including features that allow users to check their balances by phone or by web.  Such a solution, of course, is also what makes the cards swipeable through the card reader.&lt;br /&gt;
&lt;br /&gt;
===Businesses that mail invoices===&lt;br /&gt;
Does your business send out invoices to customers?  Adding one line may make a huge impact for the Bitcoin economy.  Perhaps you list it as a payment option just after Visa, MasterCard, and American Express, even if that means your customer must call or e-mail to make a payment.&lt;br /&gt;
&lt;br /&gt;
If you have access to the programming expertise such that you can generate Bitcoin addresses programmatically, consider generating a brand new Bitcoin address for each invoice, and print it on the invoice.  When a Bitcoin payment arrives, you&#039;ll automatically know where it should arrive.&lt;br /&gt;
&lt;br /&gt;
Customers might wonder how much BTC they should pay in order to satisfy an invoice in full.    Your invoice might suggest an amount.  For example, if your invoice is for $100 and BTC&#039;s are currently worth $1.24 each, your invoice might suggest that it can be paid in full &#039;&#039;&amp;quot;with a payment of 80.65 BTC if paid by (date)&amp;quot;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You might be able to anticipate the possibility that even though a Bitcoin address can be printed on an invoice or payment stub, that they are very cumbersome for most people to type, especially being a mix of uppercase and lowercase letters.  However, you should probably still do it anyway.  The customer is probably going to want some paper trail for his payment.  Giving him a pre-printed payment stub with a pre-printed address will satisfy that, because the customer can independently and publicly prove through [[Block Explorer]] that the payment took place.&lt;br /&gt;
&lt;br /&gt;
Does your business have a website?  On your invoice, consider allowing them to go to a special URL to get the address to make a Bitcoin payment just by typing in their invoice number.  For example, &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc&#039;&#039; with a form they can enter their invoice number, or just &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc/60365&#039;&#039; for paying invoice #60365.  This way, they can see the Bitcoin address, copy and paste it directly into their Bitcoin client.&lt;br /&gt;
&lt;br /&gt;
Use a brand new address for each invoice whenever possible, and use it only once.  This benefits the customer as it removes any ambiguity as to which customer is making which payment and for which invoice.&lt;br /&gt;
&lt;br /&gt;
===Avoiding fraud===&lt;br /&gt;
&lt;br /&gt;
You should also consider the possible risk that fraudsters could send counterfeit invoices to your customers, and entice them to make a payment to a Bitcoin address they control, instead of you.  While that isn&#039;t likely in general - it depends on how well a fraudster could find out who your customers are in the first place - it would certainly be an unpleasant situation if it ever happened.  One way you could control that is, whenever possible, never let people try to type Bitcoin addresses off payment stubs - instead, force people to get the full Bitcoin address from your website via secure SSL.  But, still print &#039;&#039;most&#039;&#039; of the address on the payment stub (perhaps with four or five characters starred out), so that the customer&#039;s need for a paper trail can be satisfied, so they can prove they paid if there is ever a dispute.&lt;br /&gt;
&lt;br /&gt;
==Setting Prices==&lt;br /&gt;
&lt;br /&gt;
When a business accepts bitcoins for payment, there generally is the need to convert them to the currencies used for paying suppliers, employees and shareholders.  Some merchants set prices based on the current market rate at the time the price quote is presented to the customer (merchant services like [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay] do this automatically).  &lt;br /&gt;
&lt;br /&gt;
[[Bitcoin Prices]] lists the exchange rate for many currencies on multiple exchanges.&lt;br /&gt;
&lt;br /&gt;
When prices are determined using an automated process, the current market rate can be based on either a current price or on a weighted average basis.  [[Bitcoin Charts]] provides a [http://bitcoincharts.com/about/markets-api data feed that provides weighted prices].&lt;br /&gt;
&lt;br /&gt;
When bitcoin funds for purchases are received, some merchants instantly exchange those proceeds into the preferred currency used (again done automatically by [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay]).  Hedging for each transaction can nearly entirely eliminate exchange rate risk that the business is exposed to when accepting bitcoins for payment.&lt;br /&gt;
&lt;br /&gt;
==Contract==&lt;br /&gt;
&lt;br /&gt;
A sales contract might be used to ensure that specific terms are met to lessen the chances of a misunderstanding.  For instance, the party sending payment is responsible for paying any [[transaction fee]] that might be necessary.  A contract might specify that a transaction fee must be paid and what amount, so as to prevent the situation where the transaction is considered a low priority transaction and thus isn&#039;t confirmed quickly.&lt;br /&gt;
&lt;br /&gt;
Other items that might be addressed in a contract:&lt;br /&gt;
&lt;br /&gt;
* Requirement and handling of escrow through an [[:Category:Escrow_services|escrow service]].&lt;br /&gt;
* Jurisdiction for disputes.&lt;br /&gt;
* Refund policy (particularly with the exchange rate being volatile)&lt;br /&gt;
&lt;br /&gt;
==Paying taxes on Bitcoin income==&lt;br /&gt;
[[Tax compliance]] is a topic of concern for small businesses.  We aren&#039;t accountants or lawyers, and can&#039;t give legal or accounting advice.&lt;br /&gt;
&lt;br /&gt;
But in many respects, Bitcoin transactions work very much like cash.  Just like Bitcoin, cash is anonymous and doesn&#039;t leave a paper trail, yet is widely used in commerce every day.&lt;br /&gt;
&lt;br /&gt;
Ask yourself how you would handle a cash transaction.  Do you accept cash transactions?  Do you normally pay taxes on cash transactions?  The answer for Bitcoin should probably be the same.&lt;br /&gt;
&lt;br /&gt;
As for how to decide what a Bitcoin transaction is worth... the IRS, as far as we know, has never issued a guide mentioning how to value Bitcoin transactions.  But they probably have rules and guidelines on how to value transactions made in foreign currency or &amp;quot;cash equivalents&amp;quot;.  We imagine the accounting would be similar.&lt;br /&gt;
&lt;br /&gt;
With Bitcoins, there&#039;s likely to be some difference between the value of BTC when you received them as payment, versus when you go to exchange them for another currency like USD, should you decide to do so.  This scenario, likewise, would be no different if you accepted foreign currency or gold as payment.  Under some scenarios, it might make sense to book the dollar value of BTC income as it is received, and then to book any difference incurred when it is exchanged for fiat currency.  Under others, it might make sense to book the whole thing at the time of exchange.&lt;br /&gt;
&lt;br /&gt;
Perhaps you might talk to your accountant.  You don&#039;t need to get into a discussion with your accountant about block chains and private keys or the philosophy behind a decentralized currency.  By comparing the fundamentals of Bitcoins to accounting concepts already well understood by the public, you can probably get all the answers you need.  What would you ask your accountant if you decided that you wanted to accept &#039;&#039;Berkshire Bucks&#039;&#039; or 1-ounce gold coins as payment?&lt;br /&gt;
&lt;br /&gt;
== Help this article ==&lt;br /&gt;
&lt;br /&gt;
This article is a stub, please add to it!&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Merchant Howto]]&lt;br /&gt;
* [[In-store Transactions]]&lt;br /&gt;
* [[Tax compliance]]&lt;br /&gt;
* [[Securing online services]]&lt;br /&gt;
* [http://paysius.com Paysius] Allows merchants to easily and securely accept Bitcoin on their website and track payments &lt;br /&gt;
* [http://merchant.bitutils.com BitUtils Merchant] Provides HTML buttons to start accepting bitcoins instantly. No server side setup required.&lt;br /&gt;
* [[BitCoins Mobile]] provides accurate up to date pricing from multiple exchanges from your Apple iPad, iPhone, or iPod Touch.&lt;br /&gt;
* [[Bitcoin PayFlow]] automates the process for accepting bitcoins&lt;br /&gt;
&lt;br /&gt;
[[Category:ECommerce]]&lt;br /&gt;
[[Category:Local]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33656</id>
		<title>How to accept Bitcoin, for small businesses</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=33656"/>
		<updated>2012-12-12T13:57:58Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Utilize a merchant solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is intended for small business owners who wish to help promote Bitcoin by accepting it as payment for goods and services.  It&#039;s written with the assumption that you operate a regular business that sells goods or services for regular national currency such as dollars, and that you wish to accept Bitcoin as another legal way to pay, and that you intend to pay taxes on your Bitcoin income just like any other income.&lt;br /&gt;
&lt;br /&gt;
With Bitcoin being touted as a way to conduct anonymous transactions and as way to compete with government currency, many small business owners wonder what&#039;s the right way to accept and account Bitcoin, or if it&#039;s legal or ethical, or whether and how they should pay taxes on income received through Bitcoin.&lt;br /&gt;
&lt;br /&gt;
As far as we know, Bitcoin isn&#039;t yet formally recognized by governments and authorities as a &amp;quot;currency&amp;quot;.  But in practice, Bitcoin is likely no different than accepting payment in other forms, such as cash, or gold, or scrip, or gift cards or foreign currency.  We think that it is pretty much the same as the local businesses of Great Barrington, Massachusetts choosing to accept their locally-printed [http://www.reuters.com/article/2007/06/19/us-usa-economy-berkshares-idUSN0530157720070619 &amp;quot;Berkshire Bucks&amp;quot;] to support their local economy.&lt;br /&gt;
&lt;br /&gt;
==Starting to accept Bitcoin for transactions==&lt;br /&gt;
Accepting Bitcoin at a small business is best started in whichever manner keeps the accounting simple for you.  This will vary by the type of business you are operating.&lt;br /&gt;
&lt;br /&gt;
===Start with a sign===&lt;br /&gt;
[[{{ns:file}}:WeAcceptBitcoin.png‎]]&lt;br /&gt;
&lt;br /&gt;
If you expect that the number of people interested in using Bitcoin is small, you might simply start by posting a sign or a note: &amp;quot;We Accept Bitcoin&amp;quot;, and ask people to contact you directly in order to make a payment.  Even if hardly anybody uses Bitcoin as a payment method, you&#039;re helping Bitcoin in two ways: one, by increasing awareness, and two, by making your customers more willing to accept Bitcoin as payment from others in the future, because now they know somewhere they can spend it.&lt;br /&gt;
&lt;br /&gt;
===Utilize a merchant solution===&lt;br /&gt;
If you sell things on your website (goods or services), you&#039;ll want to use a Bitcoin merchant solution (like [http://paysius.com Paysius], [http://www.bit-pay.com Bit-pay], [http://merchant.bitutils.com BitUtils], or [http://walletbit.com WalletBit]) to accept the Bitcoins (you can usually opt to have them converted to USD or other currencies automatically). If you sell things in a brick and mortar shop, customers can pay using their mobile phone app (for example [http://www.paytunia.com Paytunia] or [http://www.blockchain.info/wallet Blockchain.info&#039;s app]), so it&#039;s best if you can place a QR code near your register to which the customers can scan with their phone and pay (use http://ma.eatgold.com/accept to make a QR code sign).&lt;br /&gt;
&lt;br /&gt;
===Accounting===&lt;br /&gt;
When a customer makes a payment, you might simply issue a credit to their account.  Ideally, you want to enter it in a way that suggests you received a payment.  You could consider entering it as a &amp;quot;discount&amp;quot;, but you may want to consider whether this inappropriately disguises the nature of the transaction.  If on the other hand, you&#039;re giving &amp;quot;discounts&amp;quot; for Bitcoins, but then you are selling the Bitcoins for currency and then counting that as income, then chances are good that your calculation of income is making up for it.  Ask your accountant.&lt;br /&gt;
&lt;br /&gt;
===Businesses that offer gift cards===&lt;br /&gt;
If your business sells gift cards or gift certificates, you may find that the easiest way to accept Bitcoin is to accept it only for the purchase of gift cards, and then require the gift cards to be used for actual purchases of goods or services.  This way, the accounting practices you already have in place for processing gift cards can be put to use.  The accounting for Bitcoins would then be minimized to tracking sales of a single SKU.&lt;br /&gt;
&lt;br /&gt;
This method is also ideal for retail food establishments and convenience stores, where the payment of Bitcoins through a mobile phone for a small daily food purchase might be cumbersome or disruptive, especially in front of a line of other customers.  Bitcoins in this case would be best used to reload prepaid cards that can then be swiped at point-of-sale.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t accept gift cards, but you already accept credit cards through a swipe terminal, consider the possibility that you could add a retail gift card system through the swipe terminal you already own.  Many point-of-sale terminals, including ones from VeriFone&amp;amp;reg;, are designed around the ability to support multiple applications on the same terminal.  Gift cards are also highly profitable because of &amp;quot;breakage&amp;quot;, or in other words, the fact that a significant percentage of them never get redeemed.&lt;br /&gt;
&lt;br /&gt;
You could consider adding a private label gift card program from a provider who specializes in this, not just as a jumpstart to accepting Bitcoins, but as an extra boost to income.  A private label gift card service provider necessarily have to handle your funds - they can simply provide a solution that keeps track of the balance on the cards on your behalf, including features that allow users to check their balances by phone or by web.  Such a solution, of course, is also what makes the cards swipeable through the card reader.&lt;br /&gt;
&lt;br /&gt;
===Businesses that mail invoices===&lt;br /&gt;
Does your business send out invoices to customers?  Adding one line may make a huge impact for the Bitcoin economy.  Perhaps you list it as a payment option just after Visa, MasterCard, and American Express, even if that means your customer must call or e-mail to make a payment.&lt;br /&gt;
&lt;br /&gt;
If you have access to the programming expertise such that you can generate Bitcoin addresses programmatically, consider generating a brand new Bitcoin address for each invoice, and print it on the invoice.  When a Bitcoin payment arrives, you&#039;ll automatically know where it should arrive.&lt;br /&gt;
&lt;br /&gt;
Customers might wonder how much BTC they should pay in order to satisfy an invoice in full.    Your invoice might suggest an amount.  For example, if your invoice is for $100 and BTC&#039;s are currently worth $1.24 each, your invoice might suggest that it can be paid in full &#039;&#039;&amp;quot;with a payment of 80.65 BTC if paid by (date)&amp;quot;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You might be able to anticipate the possibility that even though a Bitcoin address can be printed on an invoice or payment stub, that they are very cumbersome for most people to type, especially being a mix of uppercase and lowercase letters.  However, you should probably still do it anyway.  The customer is probably going to want some paper trail for his payment.  Giving him a pre-printed payment stub with a pre-printed address will satisfy that, because the customer can independently and publicly prove through [[Block Explorer]] that the payment took place.&lt;br /&gt;
&lt;br /&gt;
Does your business have a website?  On your invoice, consider allowing them to go to a special URL to get the address to make a Bitcoin payment just by typing in their invoice number.  For example, &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc&#039;&#039; with a form they can enter their invoice number, or just &#039;&#039;ht&amp;lt;nowiki&amp;gt;tps://ww&amp;lt;/nowiki&amp;gt;w.yoursite.com/paybtc/60365&#039;&#039; for paying invoice #60365.  This way, they can see the Bitcoin address, copy and paste it directly into their Bitcoin client.&lt;br /&gt;
&lt;br /&gt;
Use a brand new address for each invoice whenever possible, and use it only once.  This benefits the customer as it removes any ambiguity as to which customer is making which payment and for which invoice.&lt;br /&gt;
&lt;br /&gt;
===Avoiding fraud===&lt;br /&gt;
&lt;br /&gt;
You should also consider the possible risk that fraudsters could send counterfeit invoices to your customers, and entice them to make a payment to a Bitcoin address they control, instead of you.  While that isn&#039;t likely in general - it depends on how well a fraudster could find out who your customers are in the first place - it would certainly be an unpleasant situation if it ever happened.  One way you could control that is, whenever possible, never let people try to type Bitcoin addresses off payment stubs - instead, force people to get the full Bitcoin address from your website via secure SSL.  But, still print &#039;&#039;most&#039;&#039; of the address on the payment stub (perhaps with four or five characters starred out), so that the customer&#039;s need for a paper trail can be satisfied, so they can prove they paid if there is ever a dispute.&lt;br /&gt;
&lt;br /&gt;
==Setting Prices==&lt;br /&gt;
&lt;br /&gt;
When a business accepts bitcoins for payment, there generally is the need to convert them to the currencies used for paying suppliers, employees and shareholders.  Some merchants set prices based on the current market rate at the time the price quote is presented to the customer (merchant services like [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay] do this automatically).  &lt;br /&gt;
&lt;br /&gt;
[[Bitcoin Prices]] lists the exchange rate for many currencies on multiple exchanges.&lt;br /&gt;
&lt;br /&gt;
When prices are determined using an automated process, the current market rate can be based on either a current price or on a weighted average basis.  [[Bitcoin Charts]] provides a [http://bitcoincharts.com/about/markets-api data feed that provides weighted prices].&lt;br /&gt;
&lt;br /&gt;
When bitcoin funds for purchases are received, some merchants instantly exchange those proceeds into the preferred currency used (again done automatically by [http://paysius.com Paysius] or [http://www.bit-pay.com Bit-pay]).  Hedging for each transaction can nearly entirely eliminate exchange rate risk that the business is exposed to when accepting bitcoins for payment.&lt;br /&gt;
&lt;br /&gt;
==Contract==&lt;br /&gt;
&lt;br /&gt;
A sales contract might be used to ensure that specific terms are met to lessen the chances of a misunderstanding.  For instance, the party sending payment is responsible for paying any [[transaction fee]] that might be necessary.  A contract might specify that a transaction fee must be paid and what amount, so as to prevent the situation where the transaction is considered a low priority transaction and thus isn&#039;t confirmed quickly.&lt;br /&gt;
&lt;br /&gt;
Other items that might be addressed in a contract:&lt;br /&gt;
&lt;br /&gt;
* Requirement and handling of escrow through an [[:Category:Escrow_services|escrow service]].&lt;br /&gt;
* Jurisdiction for disputes.&lt;br /&gt;
* Refund policy (particularly with the exchange rate being volatile)&lt;br /&gt;
&lt;br /&gt;
==Paying taxes on Bitcoin income==&lt;br /&gt;
[[Tax compliance]] is a topic of concern for small businesses.  We aren&#039;t accountants or lawyers, and can&#039;t give legal or accounting advice.&lt;br /&gt;
&lt;br /&gt;
But in many respects, Bitcoin transactions work very much like cash.  Just like Bitcoin, cash is anonymous and doesn&#039;t leave a paper trail, yet is widely used in commerce every day.&lt;br /&gt;
&lt;br /&gt;
Ask yourself how you would handle a cash transaction.  Do you accept cash transactions?  Do you normally pay taxes on cash transactions?  The answer for Bitcoin should probably be the same.&lt;br /&gt;
&lt;br /&gt;
As for how to decide what a Bitcoin transaction is worth... the IRS, as far as we know, has never issued a guide mentioning how to value Bitcoin transactions.  But they probably have rules and guidelines on how to value transactions made in foreign currency or &amp;quot;cash equivalents&amp;quot;.  We imagine the accounting would be similar.&lt;br /&gt;
&lt;br /&gt;
With Bitcoins, there&#039;s likely to be some difference between the value of BTC when you received them as payment, versus when you go to exchange them for another currency like USD, should you decide to do so.  This scenario, likewise, would be no different if you accepted foreign currency or gold as payment.  Under some scenarios, it might make sense to book the dollar value of BTC income as it is received, and then to book any difference incurred when it is exchanged for fiat currency.  Under others, it might make sense to book the whole thing at the time of exchange.&lt;br /&gt;
&lt;br /&gt;
Perhaps you might talk to your accountant.  You don&#039;t need to get into a discussion with your accountant about block chains and private keys or the philosophy behind a decentralized currency.  By comparing the fundamentals of Bitcoins to accounting concepts already well understood by the public, you can probably get all the answers you need.  What would you ask your accountant if you decided that you wanted to accept &#039;&#039;Berkshire Bucks&#039;&#039; or 1-ounce gold coins as payment?&lt;br /&gt;
&lt;br /&gt;
== Help this article ==&lt;br /&gt;
&lt;br /&gt;
This article is a stub, please add to it!&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Merchant Howto]]&lt;br /&gt;
* [[In-store Transactions]]&lt;br /&gt;
* [[Tax compliance]]&lt;br /&gt;
* [[Securing online services]]&lt;br /&gt;
* [http://paysius.com Paysius] Allows merchants to easily and securely accept Bitcoin on their website and track payments &lt;br /&gt;
* [http://merchant.bitutils.com BitUtils Merchant] Provides HTML buttons to start accepting bitcoins instantly. No server side setup required.&lt;br /&gt;
* [[BitCoins Mobile]] provides accurate up to date pricing from multiple exchanges from your Apple iPad, iPhone, or iPod Touch.&lt;br /&gt;
* [[Bitcoin PayFlow]] automates the process for accepting bitcoins&lt;br /&gt;
&lt;br /&gt;
[[Category:ECommerce]]&lt;br /&gt;
[[Category:Local]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Talk:Myths&amp;diff=33647</id>
		<title>Talk:Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Talk:Myths&amp;diff=33647"/>
		<updated>2012-12-12T03:18:54Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Early adopter advantage */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Terrorism =&lt;br /&gt;
From the linked Wikipedia page:&lt;br /&gt;
:The USA PATRIOT Act defines terrorism activities as &amp;quot;activities that (A) involve acts dangerous to human life that are a violation of the criminal laws of the U.S. or of any state, that (B) appear to be intended (i) to intimidate or coerce a civilian population, (ii) to influence the policy of a government by intimidation or coercion, or (iii) to affect the conduct of a government by mass destruction, assassination, or kidnapping, and (C) occur primarily within the territorial jurisdiction of the U.S.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This definition is broad enough that it could probably be applied to the Bitcoin system. IANAL but I imagine lawyers could pretty easily demonstrate that Bitcoin is &#039;dangerous to human life&#039; because the Four Horsemen can use it for evil [drug-dealers, money-launderers, terrorists, and pedophiles.]  It can &#039;influence the policy of a government by coercion&#039; by removing options such as Federal Reserve dollars. (C) might be tricky to prove.&lt;br /&gt;
[[User:PLATO|PLATO]] 22:34, 23 March 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
: besides the one attorney general that made a snide remark about terrorism in the LibertyDollar case, i don&#039;t think that this is in any way a &#039;common misconception&#039;, so i&#039;d question whether we need to have the &#039;terrorism&#039; section at all.--[[User:Nanotube|Nanotube]] 04:02, 24 March 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
I agree. All yes for removing terrorist stuff? [[User:EvanR|EvanR]] 00:10, 30 March 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
= Fractional Reserve Banking =&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to suggest a change here (translation: I fundamentally disagree with the tenor of the article). Credit Unions/Building Societies could quite easily be created, and this would increase the apparent amount of BTCs in existance, but it probably wouldn&#039;t exceed twice the original number.&lt;br /&gt;
&lt;br /&gt;
However, a bank functions differently: it creates a distinction between &amp;quot;hard money&amp;quot; (bank notes+coins) and &amp;quot;credit money&amp;quot; (money in bank accounts). So, in a bank I may deposit some real money (notes) but the bank effectively may lend some of that money to others AND I may also spend that money &amp;quot;in&amp;quot; my account by transferring it via a cheque or e-transfer to another person&#039;s account. (Building socities don&#039;t allow you to do that.)&lt;br /&gt;
&lt;br /&gt;
Now if I were to make a _BTC_ deposit into a &amp;quot;bank&amp;quot;, then I wouldn&#039;t be able to spend the money in my &amp;quot;account&amp;quot; using conventional BTC trading (confirmations etc). No, what the bank would have to do is to set up a &amp;quot;virtual BTC&amp;quot; (vBTC) trading system, whereby they would manage accounts and transactions, and banks would owe each other v-BTCs depending on how their clients were deciding to spend/borrow their money. Banks could issue huge (virtually infinitie) amounts of v-BTCs depending on how risky they felt that morning.&lt;br /&gt;
&lt;br /&gt;
But then we&#039;d be back to the present situation with fiat currencies, banks, treasury bills, etc etc. I guess it could be a new kind of &amp;quot;gold standard&amp;quot; - a &amp;quot;BTC standard&amp;quot;. But the banks would still rule the world, and I thought we sought a way out of that....&lt;br /&gt;
&lt;br /&gt;
...maybe the ability of the user to transact BTC independently of any &amp;quot;fractional reserve banks&amp;quot; would keep a check on their potentially enormous power. But then if the number of v-BTCs was much more than real BTCs (as seems very likely if FRB took off - currently then ratio of v-GBPs to real GBPs is 20:1) then BTCs might end up so scarce in comparison that user trading in BTCs would no longer take place: it would all be in v-BTCs. All this make me think actually v-BTCs wouldn&#039;t work in the conventional way, and therefore that fraction reserve banking might not generate any more than 21m v-BTCs. I&#039;d welcome help here.&lt;br /&gt;
&lt;br /&gt;
So my simple answer to the &amp;quot;Myth&amp;quot; question would be &amp;quot;FRB is possible, but &amp;quot;virtual BTCs&amp;quot; would be created, not real BTCs. [[User:Lawrence18uk|Lawrence18uk]] 19:47, 8 September 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
No no.. No v-BTCs are necessary for Fractional Reserve Banking at all. You can read how Fractional Reserve Banking works on [http://en.wikipedia.org/wiki/Fractional_reserve_banking#How_it_works Wikipedia]. Pay special attention to the &amp;quot;Example of deposit multiplication&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
--[[User:Atheros|Atheros]] 03:02, 11 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
= Fractional reserve banking with Bitcoin is fundamentally different =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------PeterSurda said the following-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
My edit was removed only because someone disagrees with it, although they did not provide counterarguments. I did not claim that FRB is impossible, I claimed it is unlikely, due to lack of demand for Bitcoin substitutes. Without substitutes, FRB is impossible. &#039;&#039;&#039;Supply of Bitcoins cannot be increased beyond 21 million.&#039;&#039;&#039; The only thing that can be increased is the amount of Bitcoin substitutes, which are incompatible with Bitcoins. Demand for lending does not increase demand for Bitcoin substitutes. The argument presented by the author of the current text on the wiki is erroneous. It is impossible for a bank to accept a Bitcoin demand deposit and lend it simultaneously. It requires a creation of a Bitcoin-subsitute, for which there is no demand, because Bitcoins can exist in forms that other money, such as gold or fiat, require substitutes. [[User:PeterSurda|PeterSurda]] 09:28, 7 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
I rewrote FRB, hopefully it is more understandable now. I found the explanation of Atheros in my talk page so I was able to address it. [[User:PeterSurda|PeterSurda]] 23:44, 7 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------Atheros Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I (Atheros) have responded on your talk page and I will respond here as well.&lt;br /&gt;
&lt;br /&gt;
You are confused because you are confusing money supply with currency supply. Indeed, you are only using the word &amp;quot;supply&amp;quot;. The currency supply is limited to 21 million bitcoins. The money supply is not. MtGox could tomorrow start lending out the hundreds of thousands of bitcoins they have in cold storage without adjusting the amount of bitcoins presented to users as available for withdrawal. They would maintain a reserve for the people who do withdraw bitcoins. We would then instantly have Fractional Reserve Banking. You need to give up this idea of substitutes that you keep using. Substitutes which are fundamentally different from Bitcoins are not necessary for fractional reserve banking. You&#039;ve said several times on several talk pages that &amp;quot;Without substitutes, FRB is impossible&amp;quot; but need to explain what you mean by substitutes in the first place. The Wikipedia article on FRB, despite being very detailed, does not talk about substitutes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You said on my talk page that &amp;quot;With fiat dollars, the base money are the reserves the commercial banks have with the central bank&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Why must the reserves be held at a central bank? I see no reason that this is necessary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You said: &amp;quot;Only the central bank can create the reserves. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
What does this mean? If a commercial bank holds money in an account from which they do not lend out any money, then that money is held in reserve. No central bank is needed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You said: &amp;quot;With gold, banks take in gold bullion or coins, and provide either bank notes, account balances or cheques as substitutes. The banks in case of gold money cannot create more gold any more than in case of fiat money commercial banks cannot create more reserves.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Ok, suppose they did not provide cheques or bank notes. Suppose that they only provided an account balance. I suppose you could call this account balance a substitute, but I&#039;ve never heard it called such a thing. No one calls their bank account balance their &amp;quot;substitute dollars&amp;quot;. For all intents and purposes, they consider their balance to be as good as dollars- indeed they can &#039;&#039;demand&#039;&#039; dollars at any time which is why the deposits made with the bank are called demand deposits.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In response to the rest of your post on my talk page, you seem to be saying that because Bitcoin has no substitutes, then there cannot be FRB. My response is to say, first of all, that I&#039;m just barely going along with your idea of a substitute anyway. I still don&#039;t see why having or not having substitutes has anything to do with FRB. But I will respond to your paragraph anyway because it contains a contradiction which makes winning this argument easy. You have previously defined that account balances (along with things like cheques) are substitutes, correct? And Bitcoins can be put in accounts, right? So then the user would be presented with an account balance, for example their MtGox balance, right? So there is your substitute! You have said that &amp;quot;The only way to do FRB is to present an alternative, a substitute, which of course is incompatible with Bitcoin&amp;quot;. Thus we have a clear contradiction in your logic.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will now respond to your sentence: &amp;quot;Bitcoin Substitutes are required. Please explain how otherwise you can expand the supply without using magic.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It is important to recognize the difference between Currency Supply and Money Supply. The currency supply of bitcoins is limited to 21 million. Money supply is higher because it includes demand deposits. Let us take an example: &lt;br /&gt;
Suppose that there are only 100 Bitcoins on Earth all owned by Satoshi. He puts all 100 in Bank Alpha. Bank Alpha puts 20 of the bitcoins (20%) in a special account and leaves them there. They then lend out 80 bitcoins to Gavin. Bank Alpha tells Satoshi on his account page that his account has 100 bitcoins in it. The total money supply of Bitcoins at this point is 180. You can see that there is no magic required. Now, Gavin buys some LolCat comics from Cameron for 80 bitcoins. Cameron puts his 80 bitcoins in his bank, Bank Beta. Bank Beta puts 20% in reserve (16 bitcoins) and has 64 to lend out. They lend those 64 bitcoins to someone else. Cameron&#039;s account page on Bank Beta&#039;s website says he has 80 bitcoins in his account.  The money supply of bitcoin is now 100+80+64 = 244 bitcoins. Supposing all banks put 20% in reserves for safe keeping, and suppose everyone uses banks (as opposed to keeping them in a wallet on their computer) then the money supply of bitcoin will max out at 500 bitcoins. Obviously because some people will hold their own bitcoins and because they will be used out in the world for transactions, the money supply wouldn&#039;t reach 500 bitcoins, but it can easily exceed 100. &lt;br /&gt;
&lt;br /&gt;
An obvious response is &#039;Well what happens when Gavin takes his bitcoins out of the bank!?&#039;&lt;br /&gt;
The answer is that that is what the reserves are for. &#039;&#039;&#039;Although not reflected in this example, the actual reserves held by a bank would be vastly greater than the amount held in any individual customer&#039;s account&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
And that is how Fractional Reserve Banking works.&lt;br /&gt;
&lt;br /&gt;
To avoid an edit war on the wiki page, I have put in a temporary message which I believe is neutral.&lt;br /&gt;
&lt;br /&gt;
--[[User:Atheros|Atheros]] 02:55, 11 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------PeterSurda Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;You are confused because you are confusing money supply with currency supply.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Your alleged distinction between &amp;quot;money supply&amp;quot; and &amp;quot;currency supply&amp;quot; is bogus. Please look at the wikipedia page about Money supply: http://en.wikipedia.org/wiki/Money_supply &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;MtGox could tomorrow start lending out the hundreds of thousands of bitcoins they have in cold storage without adjusting the amount of bitcoins presented to users as available for withdrawal.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
You fail to address my point that this requires that these balances need to be accepted as if they were real bitcoin. That&#039;s not the case. It is explained in the wikipedia page: http://en.wikipedia.org/wiki/Metal_as_money :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Money must be a tangible asset while a money substitute may be only a claim on a tangible asset. Either money or a money substitute may circulate as currency.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This matches exactly your descriptions of fictional FRB-Mt. Gox activies: they provide to borrowers claims on bitcoin: Mt.Gox account balances. Only if someone else accepts these balances instead of Bitcoin, would the FRB have an effect on the money supply.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Why must the reserves be held at a central bank? I see no reason that this is necessary.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
The reason why commercial banks cannot create fiat reserves is that it&#039;s illegal: only central banks are permitted to do that. They allow commercial banks to use these reserves and issue substitutes (e.g. bank account balances) upon that. The physical currency (notes and coins) is, in case of fiat, merely a distraction. Typically, the bank notes and coins are also issued only by the central bank, but in small exceptions, private banks are allowed to do that too (e.g. Scotland, Northern Ireland, Hong Kong). In the latter case, these are however also only substitutes: the issuing bank must redeem them to legal tender upon request. Please read the wikipedia page on Reserve requirements: http://en.wikipedia.org/wiki/Reserve_requirement . Of course, a commercial bank can create their own fiat currency, let&#039;s call them Rothbards. But that&#039;s not the case we are discussing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;No one calls their bank account balance their &amp;quot;substitute dollars&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Economists do.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;For all intents and purposes, they consider their balance to be as good as dollars- indeed they can demand dollars at any time which is why the deposits made with the bank are called demand deposits.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
However, they only do this because they know that if they use EFT or cheque, the recipient will accept it as if it was money proper. There is no way of creating cheques or bank account balances with fiat money or gold that does not involve substitutes, and because these have sometimes lower transaction costs, this creates demand for these substitutes. With Bitcoin, the requirement for such substitutes is absent (or, better said, limited).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;you seem to be saying that because Bitcoin has no substitutes, then there cannot be FRB.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
I did not say FRB or substitutes with Bitcoin are impossible, on the contrary, I provided examples of both FRB and substitutes as such. I just explained why it is difficult to conduct in in a profitable manner, unlike with fiat and gold.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;My response is to say, first of all, that I&#039;m just barely going along with your idea of a substitute anyway.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Money substitutes are not &amp;quot;my idea&amp;quot;, these are terms by many economic schools and even the legal system. I merely merged various facts into a unique arrangement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I still don&#039;t see why having or not having substitutes has anything to do with FRB.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Let&#039;s say I have 100 BTC. How can I increase the money supply to 200? Only by promising to my customers &amp;quot;I will redeem up to 200 BTC&amp;quot;. This is a claim they have on me, i.e. a money substitute I issued. If these claims are accepted as if they were money proper, they can circulate, and increase the money supply. If they do not circulate, they cannot increase money supply, they can only make me bankrupt (or a rich scammer).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;You have previously defined that account balances (along with things like cheques) are substitutes, correct? And Bitcoins can be put in accounts, right?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Poor choice of words on my part I am afraid. I said that &amp;quot;Bitcoin is the equivalent of a bank deposit&amp;quot;. I should have written rather  something like &amp;quot;Bitcoin is functionally similar to a bank account&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;So then the user would be presented with an account balance, for example their MtGox balance, right?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Bitcoin Mt.Gox balance is a substitute: it is an entry in their database that represents a claim on their reserves, an actual Bitcoin wallet. You cannot transfer this substitute outside of Mt.Gox&#039; systems, i.e. they do not circulate. Even withdraw methods like green addresses and redeemable codes are Bitcoin rather than substitutes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;They then lend out 80 bitcoins to Gavin. Bank Alpha tells Satoshi on his account page that his account has 100 bitcoins in it. The total money supply of Bitcoins at this point is 180.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
The total account balances indeed list 180. However, this only increases money supply if someone is willing to accept these fractional balances as if they were real Bitcoin. But you can&#039;t do anything with them. In order to use them, you need an account in Bank Alpha. For people that do not have an account with Bank Alpha, these balances are not only worth less, they are unusable (incompatible with Bitcoin network). And even if there was Bank Beta that accepted it, these two banks would need to agree upon a way of settling these balances, and promise not to redeem other banks&#039; deposits against real Bitcoin. This works with fiat and gold because there is no alternative to these settlements, and it can increase banks profits. With Bitcoin, it would just increase the costs so banks cannot gain anything in participating in something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;And that is how Fractional Reserve Banking works.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
You omit the point where the substitutes need to be accepted as if they were money proper, which is the basis of argument.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;To avoid an edit war on the wiki page, I have put in a temporary message which I believe is neutral.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Thank you, I prefer to have it clarified instead of an edit war too.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say I store Bitcoins and instead provide you &amp;quot;Surdas&amp;quot;, which will be denominated in BTC. You can only use Surdas in my &amp;quot;bank&amp;quot;. Bitcoin users cannot send or receive Surdas because they are incompatible with their systems. Let&#039;s say I collect 100BTC from you, and issue you a trillion Surdas. Will that increase the money supply of the Bitcoin economy?&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 10:15, 11 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------Atheros Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Let&#039;s say I collect 100BTC from you, and issue you a trillion Surdas. Will that increase the money supply of the Bitcoin economy?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No. The money supply would be the number-of-bitcoins-in-existance + 1 Trillion Surdas.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Your alleged distinction between &amp;quot;money supply&amp;quot; and &amp;quot;currency supply&amp;quot; is bogus. Please look at the wikipedia page about Money supply: http://en.wikipedia.org/wiki/Money_supply&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Why? You did not say why. I am very familiar with Money supply. Perhaps instead of currency supply, I should say monetary base since there is a Wikipedia article on &amp;quot;Monetary Base&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;You fail to address my point that this requires that these balances need to be accepted as if they were real bitcoin. That&#039;s not the case. It is explained in the wikipedia page: http://en.wikipedia.org/wiki/Metal_as_money &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Wikipedia article &amp;quot;Metal as Money&amp;quot; is garbage, as evidenced by all the tags at the top. The article does not cite any sources. I see now why you keep talking about money substitutes. &lt;br /&gt;
&lt;br /&gt;
The balances to not need to be accepted by anyone except the holder of the account. The balances to not need to be transferred by cheque or EFT.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Gox activies: they provide to borrowers claims on bitcoin: Mt.Gox account balances. Only if someone else accepts these balances instead of Bitcoin, would the FRB have an effect on the money supply. &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No, you misunderstand. They don&#039;t provide borrowers claims on bitcoins. They provide real bitcoins. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I said &amp;quot;Why must the reserves be held at a central bank? I see no reason that this is necessary.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You responded: &amp;quot;The reason why commercial banks cannot create fiat reserves is that it&#039;s illegal: only central banks are permitted to do that.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You and I are using the word reserves differently. You are using it to mean a reserve of the monetary base. But that is not what reserves means in the context of Fractional Reserve Banking. Reserves can and often are held by commercial banks. Even the top of the &amp;quot;Reserve Requirements&amp;quot; Wikipedia page to which you link says that &amp;quot;It is normally in the form of cash stored physically in a bank vault (vault cash) or deposits made with a central bank.&amp;quot; If you want to talk about holding gold or even fiat money in reserves at a central bank, you can, but that is not what reserves are in the context of Fractional Reserve Banking. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I said: &amp;quot;No one calls their bank account balance their &amp;quot;substitute dollars&amp;quot;&amp;quot;&lt;br /&gt;
You said: &amp;quot;Economists do.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No they don&#039;t. Economists call them [http://en.wikipedia.org/wiki/Demand_deposit Demand deposits].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;However, they only do this because they know that if they use EFT or cheque, the recipient will accept it as if it was money proper.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No, people consider the money in their bank account to be as good as dollars in their hands because they can access the money on demand. Cheques and EFTs need not be involved.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Money substitutes are not &amp;quot;my idea&amp;quot;, these are terms by many economic schools and even the legal system.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is not mainstream. The one article that talks about substitutes to which you linked on Wikipedia is slanted, unbalanced, disputed, contains original research, and lacks citations. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;If these claims are accepted as if they were money proper, they can circulate, and increase the money supply. If they do not circulate, they cannot increase money supply&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
False. Money does not need to be in circulation to increase the money supply. It can be stored in bank accounts. Bank accounts contain demand deposits. Demand deposits are included in the money supply. It annoys me that you wouldn&#039;t know this despite telling &#039;&#039;me&#039;&#039; to read the article on money supply. Here are the very first two lines: &amp;quot;In economics, the money supply or money stock, is the total amount of money available in an economy at a specific time.[1] There are several ways to define &amp;quot;money,&amp;quot; but standard measures usually include currency in circulation and demand deposits (depositors&#039; easily accessed assets on the books of financial institutions).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;You said: &amp;quot;The total account balances indeed list 180. However, this only increases money supply if someone is willing to accept these fractional balances as if they were real Bitcoin.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No, you misunderstand. When I said that Bank Alpha lends out Bitcoins, I meant it. Bank Alpha does not lend out Bitcoin Substitutes, they lend out Bitcoins. &lt;br /&gt;
&lt;br /&gt;
You have admitted that the account balances in the example total 180. Therefore you have admitted that demand deposits are equal to at least 180 bitcoins. Money supply is defined as &amp;quot;currency in circulation and demand deposits (depositors&#039; easily accessed assets on the books of financial institutions).&amp;quot; Therefore Money supply is greater than or equal to 180 bitcoins at that point in the example.&lt;br /&gt;
&lt;br /&gt;
I have countered your claims and answered your questions. I have provided an example of Fractional Reserve Banking with Bitcoins. Fractional Reserve Banking with Bitcoins is possible.&lt;br /&gt;
&lt;br /&gt;
--[[User:Atheros|Atheros]] 18:32, 11 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------PeterSurda Response-------&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;No. The money supply would be the number-of-bitcoins-in-existance + 1 Trillion Surdas.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Exactly. The issue of Surdas would have no effect on the Bitcoin economy, unless someone accepted Surdas instead of Bitcoins. That&#039;s my whole point.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Why? You did not say why. I am very familiar with Money supply. Perhaps instead of currency supply, I should say monetary base since there is a Wikipedia article on &amp;quot;Monetary Base&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
You first need to define these two terms in a coherent manner, which has not happened.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The Wikipedia article &amp;quot;Metal as Money&amp;quot; is garbage, as evidenced by all the tags at the top. The article does not cite any sources. I see now why you keep talking about money substitutes.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
That does not disprove my point. I could have just as well quoted Mises&#039; Human Action or Theory of Money and Credit, http://mises.org/books/Theory_Money_Credit/Part1_Ch3.aspx&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The balances to not need to be accepted by anyone except the holder of the account. The balances to not need to be transferred by cheque or EFT.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
In order to increase the money supply, they do. You admitted this yourself in my example with Surdas vs. Bitcoins. Now, lets&#039; get one step back and ask ourselves, why would the account holder accept such a weird instrument in the first place if he knew noone would accept it? It provides him no advantage over what he already has.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;No, you misunderstand. They don&#039;t provide borrowers claims on bitcoins. They provide real bitcoins.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
In that case, they need to provide the claims (=substitute) to the lender. It&#039;s logically impossible to provide real bitcoins in excess of the reserves.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;You are using it to mean a reserve of the monetary base. But that is not what reserves means in the context of Fractional Reserve Banking.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Of course it does. Wikipedia page on Bank reserves, http://en.wikipedia.org/wiki/Bank_reserves , says:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Bank reserves are banks&#039; holdings of deposits in accounts with their central bank (for instance the European Central Bank or the Federal Reserve, in the latter case including federal funds), plus currency that is physically held in the bank&#039;s vault (vault cash).&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
And, since the currency is also issued by the central banks, that closes the circle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Reserves can and often are held by commercial banks.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This has no effect on my claim.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Even the top of the &amp;quot;Reserve Requirements&amp;quot; Wikipedia page to which you link says that &amp;quot;It is normally in the form of cash stored physically in a bank vault (vault cash) or deposits made with a central bank.&amp;quot; If you want to talk about holding gold or even fiat money in reserves at a central bank, you can, but that is not what reserves are in the context of Fractional Reserve Banking.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This does not negate the fact that both cash and central bank deposits are, in fact, created by the central bank.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;No they don&#039;t. Economists call them Demand deposits.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Demand deposits are a subset of money substitutes. Read the aforementioned chapter from Mises&#039; book.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;No, people consider the money in their bank account to be as good as dollars in their hands because they can access the money on demand. Cheques and EFTs need not be involved.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
If they do not deposit the money in the bank, then it is also accessible on demand. Therefore, if your argument was correct, there would be no demand for bank deposits in the first place and banks would not exist. Your reasoning is therefore erroneous.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;It is not mainstream.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
The term might not be mainstream, but the concepts are. Even the article about Demand deposits you reference explains what it is. It says &amp;quot;These account balances are &amp;lt;b&amp;gt;usually&amp;lt;/b&amp;gt; considered money and form the greater part of the money supply of a country.&amp;quot; (emphasis added). However, it does not explain why. I provide an explanation. You just assume that there&#039;s some magic behind this, yet don&#039;t provide an explanation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Money does not need to be in circulation to increase the money supply.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
You phrase it wrongly. If it is not in circulation, it is not money in the first place. It is just some financial instrument. Like my Surdas.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Demand deposits are included in the money supply.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Wrong. Even the article you quote says &amp;quot;usually&amp;quot;. You just assume that this is always true for some magical reason. It isn&#039;t, but until Bitcoin, it was not apparent. I explained the reason: the deposits are accepted as a method of payment, because there are situations where they provide lower transaction costs than the money proper, and with fiat/gold, this requires substitutes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;It annoys me that you wouldn&#039;t know this despite telling me to read the article on money supply.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
And it annoys me that you miss the big gap in your reasoning, although I have been pointing to it since my first edit.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Here are the very first two lines: &amp;quot;In economics, the money supply or money stock, is the total amount of money available in an economy at a specific time.[1] There are several ways to define &amp;quot;money,&amp;quot; but standard measures &amp;lt;b&amp;gt;usually&amp;lt;/b&amp;gt; include currency in circulation and demand deposits (depositors&#039; easily accessed assets on the books of financial institutions).&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
(emphasis added) Again, you miss the gap in your reasoning. Even here, it says &amp;quot;usually&amp;quot;. You just jump to the conclusion that it is always like this. It&#039;s not and I explained several times why.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;When I said that Bank Alpha lends out Bitcoins, I meant it. Bank Alpha does not lend out Bitcoin Substitutes, they lend out Bitcoins.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
In that case, it is the lender that receives the substitute, which noone accepts. So he has no reason to deposit the money in the first place and Bank Alpha would not come to existence.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Money supply is defined as &amp;quot;currency in circulation and demand deposits (depositors&#039; easily accessed assets on the books of financial institutions).&amp;quot; Therefore Money supply is greater than or equal to 180 bitcoins at that point in the example.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Again, gap in reasoning, I already explained it several times. Merely because demand deposits form money supply with gold and fiat, it does not follow it works the same way with Bitcoin. You do not understand why economists include them in the definition of money supply in the first place.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I have countered your claims and answered your questions.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
You make systematic errors in your claims. You also fail to answer the core question, why are money substitutes such as demand deposits considered a part of the money supply in the first place.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I have provided an example of Fractional Reserve Banking with Bitcoins. Fractional Reserve Banking with Bitcoins is possible.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
For the last time, I did not claim FRB with Bitcoin was impossible. I even provided actual empirical evidence of it, unlike you. You have obviously no idea what you&#039;re talking about.&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 21:07, 11 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------Atheros Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Exactly. The issue of Surdas would have no effect on the Bitcoin economy, unless someone &lt;br /&gt;
&lt;br /&gt;
accepted Surdas instead of Bitcoins. That&#039;s my whole point.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But this isn&#039;t Fractional Reserve Lending. I just answered your question to be polite. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;You first need to define these two terms in a coherent manner, which has not happened. &amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Money supply&#039;&#039;&#039; is amount of currency in circulation plus demand deposits (depositors&#039; easily &lt;br /&gt;
&lt;br /&gt;
accessed assets on the books of financial institutions).&lt;br /&gt;
&lt;br /&gt;
Apparently you do not accept this definition (more on this below). &lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;monetary base&#039;&#039;&#039; is highly liquid money that consists of coins, paper money (both as &lt;br /&gt;
&lt;br /&gt;
bank vault cash and as currency circulating in the public), and commercial banks&#039; reserves. &lt;br /&gt;
&lt;br /&gt;
In the case of Bitcoin, this would be &#039;&#039;real&#039;&#039; Bitcoins which are limited to 21 million.&lt;br /&gt;
&lt;br /&gt;
Do you accept this definition?&lt;br /&gt;
&lt;br /&gt;
Here is a helpful table. Monetary Base is MB and Money Supply is M1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Type of money&lt;br /&gt;
!  M0&lt;br /&gt;
!  MB&lt;br /&gt;
!  M1&lt;br /&gt;
!  M2&lt;br /&gt;
!  M3&lt;br /&gt;
!  MZM&lt;br /&gt;
|-&lt;br /&gt;
| Notes and coins (currency) in circulation (outside Federal Reserve Banks, and the vaults of depository institutions)&lt;br /&gt;
|  V&amp;lt;ref name=&amp;quot;dollardaze.org&amp;quot;&amp;gt;http://dollardaze.org/blog/?post_id=00565&amp;lt;/ref&amp;gt;&lt;br /&gt;
|  V&lt;br /&gt;
|  V&lt;br /&gt;
|  V&lt;br /&gt;
|  V&lt;br /&gt;
|  V&lt;br /&gt;
|-&lt;br /&gt;
| Notes and coins (currency) in bank vaults&lt;br /&gt;
|  V&amp;lt;ref name=&amp;quot;dollardaze.org&amp;quot;/&amp;gt;&lt;br /&gt;
|  V&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Federal Reserve Bank credit (minimum reserves and [[excess reserves]])&lt;br /&gt;
|&lt;br /&gt;
|  V&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| traveler&#039;s checks of non-bank issuers&lt;br /&gt;
|&lt;br /&gt;
||&lt;br /&gt;
| V&lt;br /&gt;
| V&lt;br /&gt;
| V&lt;br /&gt;
| V&lt;br /&gt;
|-&lt;br /&gt;
| [[demand deposit]]s&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|V&lt;br /&gt;
|V&lt;br /&gt;
|V&lt;br /&gt;
|V&lt;br /&gt;
|-&lt;br /&gt;
| other checkable deposits (OCDs), which consist primarily of negotiable order of withdrawal (NOW) accounts at depository institutions and credit union share draft accounts.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|V&amp;lt;ref&amp;gt;http://research.stlouisfed.org/fred2/series/M1&amp;lt;/ref&amp;gt;&lt;br /&gt;
|V&lt;br /&gt;
|V&lt;br /&gt;
|V&lt;br /&gt;
|-&lt;br /&gt;
| [[savings deposit]]s&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|V&lt;br /&gt;
|V&lt;br /&gt;
|V&lt;br /&gt;
|-&lt;br /&gt;
| [[time deposits]] less than $100,000 and money-market deposit accounts for individuals&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|V&lt;br /&gt;
|V&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| large time deposits, institutional money market funds, short-term repurchase and other larger liquid assets&amp;lt;ref&amp;gt;http://www.investopedia.com/terms/m/m3.asp&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|V&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|all money market funds&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|V&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I said: &amp;quot;No, you misunderstand. They don&#039;t provide borrowers claims on bitcoins. They provide real bitcoins.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You said: &amp;quot;In that case, they need to provide the claims (=substitute) to the lender.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Who needs to provide claims to the lender? Who is the lender, Bank Alpha for example? And &lt;br /&gt;
what do you mean by &#039;&#039;claims&#039;&#039;? Can you please rewrite your statement so that I can understand?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;It&#039;s logically impossible to provide real bitcoins in excess of the reserves. &amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fortunately no one needs to.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Of course it does. Wikipedia page on Bank reserves, &lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/wiki/Bank_reserves , says:...&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ok, suppose Satoshi puts 100 bitcoins in Bank Alpha and Bank Alpha puts a fraction of the&lt;br /&gt;
deposit (20 bitcoins) in a special account and does nothing with them. They then lend out 80&lt;br /&gt;
bitcoins. Can we say that the 20 bitcoins are held in reserve by the bank?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;This has no effect on my claim. &amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Great. I am happy that we are starting to show some signs of agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;If they do not deposit the money in the bank, then it is also accessible on demand.&lt;br /&gt;
Therefore, if your argument was correct, there would be no demand for bank deposits in the first place and banks would not exist. Your reasoning is therefore erroneous.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I can give you two examples that currently or formerly exist that show that people do demand bank deposits despite not having substitutes like cheques and EFTs: MyBitcoin and MtGox. People hold/held quite a bit of money in these services. There would be further demand for deposit accounts if banks offer a bit of interest payment. Did you really think that there couldn&#039;t possibly be other advantages to having money in a bank besides being able to write cheques and use EFTs with it?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I said: &amp;quot;Demand deposits are included in the money supply.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You said: &amp;quot;Wrong. ...&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So do you assert that demand deposits are not included in the money supply as it applys to bitcoin? Edit: You stated this clearly in the rest of your post. I&#039;m glad we are close to identifying the reason we disagree. I will address this in my next post after you respond.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;You said &amp;quot;In that case, it is the lender that receives the substitute, which no one accepts. So he has no reason to deposit the money in the first place and Bank Alpha would not come to existence.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Why would Bank Alpha receive substitutes? As I explained in the example, Bank Alpha receives  Bitcoins!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;You do not understand why economists include them in the definition of money supply in the first place.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ok, Why is that? And why would it be any different for Bitcoin?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;For the last time, I did not claim FRB with Bitcoin was impossible. I even provided actual empirical evidence of it, unlike you. You have obviously no idea what you&#039;re talking about.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I provided an example of Fractional Reserve Banking above! You didn&#039;t say that FRB is impossible but you did say that &amp;quot;Without demand for Bitcoin-substitutes, FRB is not possible.&amp;quot; You also said, &amp;quot;If someone tried Bitcoin FRB, they would produce Bitcoin-substitutes: digital services or physical goods incompatible with the Bitcoin network, fiat money or gold. Who would accept something like that for payment?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Doesn&#039;t that clearly suggest that FRB with Bitcoin isn&#039;t realistically happening?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have asked several questions (this last one being the least important). I look forward to hearing your response.&lt;br /&gt;
&lt;br /&gt;
--[[User:Atheros|Atheros]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------PeterSurda Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Let&#039;s put our arguments into a formal structure.&lt;br /&gt;
&lt;br /&gt;
Issue 1: definition of money supply:&lt;br /&gt;
&lt;br /&gt;
* Atheros: Zero maturity is a necessary and sufficient condition for a claim to be considered a part of the money supply.&lt;br /&gt;
* PeterSurda: Both parts are incorrect. The necessary and sufficient condition is acceptance of the claim as a means of payment instead of the base.&lt;br /&gt;
&lt;br /&gt;
Proof:&lt;br /&gt;
* there are claims which have zero maturity, and are not considered a part of the money supply. The best example I could think of are casino chips. They are zero maturity, but do not increase money supply regardless of whether they are backed by full or fractional reserves. Mt. Gox accounts are the equivalent of the casino chips: you can use them to exchange against other currencies on Mt.Gox&#039; systems, and you can withdraw BTC. Other example I found are certain promissory notes.&lt;br /&gt;
* even demand deposits do not always have zero maturity. Banks typically request a prior notice if you want to withdraw larger amount of cash, however require no such notice if you just want to transfer money out via EFT.&lt;br /&gt;
&lt;br /&gt;
Issue 2: application of the definition of money supply:&lt;br /&gt;
&lt;br /&gt;
* Atheros: money supply is cash (including one held by public and bank reserves) and demand deposits. Money supply increases when banks lend reserves.&lt;br /&gt;
* PeterSurda: these two claims contradict each other.&lt;br /&gt;
&lt;br /&gt;
Proof:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Money supply calculation&lt;br /&gt;
| Stage || Cash held by public || Demand deposits || Bank reserves || Money supply if demand deposit is not acceptable for payment || Money supply if demand deposit is acceptable for payment || Sum (cash + demand deposits)&lt;br /&gt;
|-&lt;br /&gt;
| Prior to deposit || 100||0||0||100||100||100&lt;br /&gt;
|-&lt;br /&gt;
| Creation of deposit ||0||100||100||100||100||200&lt;br /&gt;
|-&lt;br /&gt;
| Fractional reserve lending ||80||100||20||100||180||200&lt;br /&gt;
|-&lt;br /&gt;
| Creation of another deposit ||0||180||100||100||180||280&lt;br /&gt;
|-&lt;br /&gt;
| Additional fractional reserve lending ||60||180||40||100||240||280&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Clearly, the sums in last two columns are different. So either your description of FRB is wrong, our your definition of money supply.&lt;br /&gt;
&lt;br /&gt;
Issue 3: Usage of services:&lt;br /&gt;
&lt;br /&gt;
*Atheros: People deposit money into Mt. Gox. or mybitcoin (well, at least until it went belly up). These balances are demand deposits and therefore considered part of the money supply.&lt;br /&gt;
*PeterSurda: Being a demand daposit does not mean it increases the money supply. Only if they circulate. As far as I know, Mt.Gox does not even support P2P payments outside of the BTC network, and I think mybitcoin did, but of course this only works among mybitcoin customers. Flexcoin supports this too, but I think Strongcoin does not. Furthermore, acording to your definition of the money supply (see previous table), if Satoshi deposited a million Bitcoins into Mt.Gox, that act of depositing would increase the money supply of bitcoins by about 13%, regardless of what Mt.Gox did with their reserves! Clearly there is something fishy about this.&lt;br /&gt;
&lt;br /&gt;
Issue 4: Effect of FRB on Bitcoin:&lt;br /&gt;
&lt;br /&gt;
*Atheros: PeterSurda claims that FRB with Bitcoin won&#039;t happen.&lt;br /&gt;
*PeterSurda: I claim that FRB with Bitcoin has very little effect on money supply and is unprofitable.&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 12:30, 12 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------Atheros Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Issue 1: definition of money supply: &lt;br /&gt;
&lt;br /&gt;
I thought I gave a pretty clear definition of money supply: The amount of currency in circulation plus demand deposits (depositors&#039; easily accessed assets on the books of financial institutions). The only reason casino chips aren&#039;t part of &amp;quot;the money supply&amp;quot; is because you haven&#039;t defined &amp;quot;the money supply&amp;quot;. If by &amp;quot;the money supply&amp;quot; you mean &amp;quot;the money supply of casino chips&amp;quot; then casino chips are indeed part of the money supply (of casino chips). &lt;br /&gt;
&lt;br /&gt;
Your definition of money supply: &amp;quot;The necessary and sufficient condition is acceptance of the claim as a means of payment &#039;&#039;&#039;instead&#039;&#039;&#039; of the base.&amp;quot; (emphasis added)&lt;br /&gt;
&lt;br /&gt;
What does this &#039;instead of the base&#039; mean? Bitcoins are the monetary base of Bitcoin. Doesn&#039;t your definition mean that Bitcoins are not part of money supply?&lt;br /&gt;
&lt;br /&gt;
Issue 3: Usage of services (related to issue 1):&lt;br /&gt;
&lt;br /&gt;
I think it is goofy that you say that &amp;quot;being a demand deposit does not mean it increases the money supply&amp;quot;. Let us suppose you have 100 bitcoins in your computer wallet and 100 bitcoins in MtGox in case you want to trade them some day. Wouldn&#039;t you say that you own 200 bitcoins? Wouldn&#039;t any reasonable person say that they own 200 bitcoins? Why, then, should the money supply be only 100 bitcoins? Why on Earth would the money supply go down when you move bitcoins from your computer to MtGox? &lt;br /&gt;
&lt;br /&gt;
In reply to your &amp;quot;fishy&amp;quot; comment- As I&#039;ve said, the money supply is currency in circulation plus demand deposits. If Satoshi moves a million Bitcoins from his wallet (which are &#039;in circulation&#039;) to a demand deposit, the money supply stays the same. &lt;br /&gt;
&lt;br /&gt;
Issue 2: application of the definition of money supply: &lt;br /&gt;
&lt;br /&gt;
There are problems with your table. &lt;br /&gt;
*The reason the last two columns are not equal is because you added bank reserves in your sum. Bank reserves are not included in M1 (money supply) which you can see in my table above in the &#039;&#039;minimum reserves and excess reserves&#039;&#039; row. &lt;br /&gt;
*Demand deposits are never accepted as payment so having two columns to address this doesn&#039;t make sense. That said, the values you have in the column &#039;&#039;Money supply if demand deposit is acceptable for payment&#039;&#039; are correct. The only thing that is accepted in the case of Bitcoin is bitcoins. A person can either withdraw the bitcoins himself and give them to someone else, or he can instruct his bank to move the bitcoins from his account to someone else&#039;s.  Here is the corrected table:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Money supply calculation&lt;br /&gt;
| Stage || Cash held by public || Demand deposits || Bank reserves || Money supply &lt;br /&gt;
|-&lt;br /&gt;
| Prior to deposit || 100||0||0||100&lt;br /&gt;
|-&lt;br /&gt;
| Creation of deposit ||0||100||100||100&lt;br /&gt;
|-&lt;br /&gt;
| Fractional reserve lending ||80||100||20||180&lt;br /&gt;
|-&lt;br /&gt;
| Creation of another deposit ||0||180||100||180&lt;br /&gt;
|-&lt;br /&gt;
| Additional fractional reserve lending ||60||180||40||240&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
--[[User:Atheros|Atheros]] 19:05, 12 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------PeterSurda Response-------&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I thought I gave a pretty clear definition of money supply: The amount of currency in circulation plus demand deposits (depositors&#039; easily accessed assets on the books of financial institutions).&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
No, that&#039;s not what you said, you also included bank reserves. You also quoted sources that include bank reserves as money supply, including the description and the tables. You contradict that now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The only reason casino chips aren&#039;t part of &amp;quot;the money supply&amp;quot; is because you haven&#039;t defined &amp;quot;the money supply&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
According to your justification for demand deposits being a part of money supply (zero maturity claim), casino chips should also be a part of the money supply. Can you address this?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;If by &amp;quot;the money supply&amp;quot; you mean &amp;quot;the money supply of casino chips&amp;quot; then casino chips are indeed part of the money supply (of casino chips).&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
The question is not what I mean, but what you mean.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquotE&amp;gt;What does this &#039;instead of the base&#039; mean?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
I&#039;ve been talking about this since the beginning, it looks like you&#039;re finally coming around to confront it. It means that whoever you are sending money to is willing to accept this claim instead of accepting Bitcoins. Like cheque or EFT instead of cash, or (on gold standard) banknote instead of a gold coin.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; Bitcoins are the monetary base of Bitcoin. Doesn&#039;t your definition mean that Bitcoins are not part of money supply?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Read what I wrote. I did not say that the base (Bitcoin) is not the part of money supply, I wrote that claims on Bitcoin are only a part of the money supply if they are an accepted method of payment.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I think it is goofy that you say that &amp;quot;being a demand deposit does not mean it increases the money supply&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
I think it&#039;s regrettable that you still don&#039;t understand this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Let us suppose you have 100 bitcoins in your computer wallet and 100 bitcoins in MtGox in case you want to trade them some day. Wouldn&#039;t you say that you own 200 bitcoins?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
You own 100 bitcoins and a claim on 100 bitcoins. This claim is only a part of money supply if you can use it for payment. At the moment, you can&#039;t. While it is hypothetically possible to use this claim as a method of payment in the future, there is no demand for it, unlike the situation with fiat and gold.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Why, then, should the money supply be only 100 bitcoins?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
I already explained it several times: for the same reason that owning 100 USD&#039;s worth of casino chips is not a part of the money supply of USD: they are not acceptable for payment. The &amp;quot;reserves&amp;quot; of the casino, however, in the absence of FRB, are a part of the money supply. So in your case the money supply is 200 BTC: 100 Bitcoins in your own wallet plus 100 Bitcoins as Mt.Gox reserves. The account balance you have with Mt.Gox does not appear in the equation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Why on Earth would the money supply go down when you move bitcoins from your computer to MtGox?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
They money supply does not go down, because Mt. Gox keeps reserves in the nominal value equivalent to your deposit.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;As I&#039;ve said, the money supply is currency in circulation plus demand deposits.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
That&#039;s not what you said. Go back and read your own words. You also included bank reserves. In fact, you complained about me not including cash reserves in my definition of fiat FRB.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;If Satoshi moves a million Bitcoins from his wallet (which are &#039;in circulation&#039;) to a demand deposit, the money supply stays the same.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
In that case, your prior definition of money supply is wrong and your whole argument collapses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The reason the last two columns are not equal is because you added bank reserves in your sum.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Go back and read what you wrote. You wrote several times that bank reserves are a part of the money supply. Look at the definition you quoted, and at the table you copied from the wikipedia article.&lt;br /&gt;
&lt;br /&gt;
You still have failed to address the question why are demand deposits a part of the money supply in the first place, whereas casino chips aren&#039;t (at least I hope you do not claim that casino chips are a part of the money supply).&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 20:41, 12 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------Atheros Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I said: &amp;quot;I thought I gave a pretty clear definition of money supply: The amount of currency in circulation plus demand deposits (depositors&#039; easily accessed assets on the books of financial institutions).&amp;quot; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; You said: &amp;quot;No, that&#039;s not what you said&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Not only did I say it, I said it three times! &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;...you also included bank reserves. You also quoted sources that include bank reserves as money supply, including the description and the tables. You contradict that now.&amp;quot; (and) &amp;quot;Go back and read your own words. You also included bank reserves. In fact, you complained about me not including cash reserves in my definition of fiat FRB.&amp;quot; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I just searched this thread for every occurrence of &#039;reserve&#039; and read each paragraph and couldn&#039;t find where I claimed money supply includes bank reserves. Could you point it out for me?&lt;br /&gt;
Concerning the table, I said that &amp;quot;Money Supply is M1&amp;quot;. Note that M1 doesn&#039;t have a tick mark in the &#039;&#039;minimum reserves and excess reserves&#039;&#039; row.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;According to your justification for demand deposits being a part of money supply (zero maturity claim), casino chips should also be a part of the money supply. Can you address this?&amp;quot; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If we are talking about the money supply of dollars, then casino chips, bitcoins, gold bars, and chickens are all not part of the money supply (of dollars). Only &#039;&#039;dollars&#039;&#039; are. If we are talking about casino chips, then casino chips are included in the money supply of casino chips but those other things are not. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Is this statement correct? &#039;&#039;PeterSurda says that the Money Supply of Bitcoin is the total value of claims on Bitcoins which are an accepted method of payment.&#039;&#039; If that isn&#039;t correct, can you fix it?&lt;br /&gt;
&lt;br /&gt;
I would like to be able to calculate the money supply. Is this statement correct? &#039;&#039;PeterSurda says that Money Supply is the amount of money in circulation plus bank reserves.&#039;&#039; If that isn&#039;t correct, can you fix it? Thank You.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;You own 100 bitcoins and a claim on 100 bitcoins. &amp;quot; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;gt;99% of the population doesn&#039;t see it like that. They see the money in their bank account and money in their hand as basically the same thing. Certainly I admit that they aren&#039;t the same, but if you ask people how much money they have, nearly everyone is going to take the number of dollars (or euros, etc.) in their wallet and add the number of dollars (or euros) in their bank account, and tell you that number. They will also behave as if they have that number of dollars/euros. This is why demand deposits are included in the money supply. This is why my definition of money supply is useful. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;So in your case the money supply is 200 BTC: 100 Bitcoins in your own wallet plus 100 Bitcoins as Mt.Gox reserves. The account balance you have with Mt.Gox does not appear in the equation. &amp;quot; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Excellent- I understand what you are saying. You claim that money supply does include bank reserves but not demand deposits, correct?&lt;br /&gt;
&lt;br /&gt;
(I may not be able to continue responding until Monday evening. We need a break anyway.)&lt;br /&gt;
&lt;br /&gt;
--[[User:Atheros|Atheros]] 05:54, 13 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------PeterSurda Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Not only did I say it, I said it three times!&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
I apologise, you used confusing terminology and I though that&#039;s what you&#039;re saying. Nevertheless, why did you pick M1 rather than M2 or MZM? You said that zero maturity is the reason why demand deposits are a part of the money supply.&lt;br /&gt;
&lt;br /&gt;
Let me address the two definitions you provide, monetary base and money supply.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Monetary base&amp;lt;/b&amp;gt; is the money itself. In case of gold, it&#039;s the gold in existence. In case of fiat, it&#039;s very muddled: whatever the central bank produces (coins, banknotes, commercial bank deposits), to a certain extent other things, such as gold deposited in the CB, are also acceptable. In case of Bitcoin, it is Bitcoin. Claims on money are not a part of this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Money supply&amp;lt;/b&amp;gt; is all the base money, plus claims on money that people accept as a means of payment, minus reserves of the issuers of those claims.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;If we are talking about the money supply of dollars,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Casino chips (in US) are denominated in dollars, just like demand deposit accounts. Why are they not a part of the money supply, while demand deposits are?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Is this statement correct?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
No.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;If that isn&#039;t correct, can you fix it?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
See above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I would like to be able to calculate the money supply.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
See above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;99% of the population doesn&#039;t see it like that.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
There is a reason why economists use the definitions they use, and you still do not understand this reasoning. You use &amp;quot;money supply of dollars&amp;quot; when addessing casino chips, but what does it actually mean? Do you understand that?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;They see the money in their bank account and money in their hand as basically the same thing.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
And the reason why they do this is that they can use it as a payment method instead of using cash printed by the central bank: e.g. cheque, EFT, debit card. That&#039;s also the reason why they do not see casino chips as money: they cannot use it as a payment method instead of the dollars (or euros or whatever). That&#039;s also the reason why economists include demand deposits in fiat world in the money supply. This reason is absent with Bitcoin, and there&#039;s little reason for it to change.&lt;br /&gt;
&lt;br /&gt;
See aforementioned Mises:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Technically, and in some countries legally as well, the &amp;lt;b&amp;gt;transfer&amp;lt;/b&amp;gt; of a banknote scarcely differs from that of a coin. The similarity of outward appearance is such that those who are engaged in commercial dealings are usually unable to distinguish between those objects that actually perform the function of money and those that are merely employed as substitutes for them. The businessman does not worry about the economic problems involved in this; he is only concerned with the commercial and legal characteristics of coins, notes, checks, and the like. To him, the facts that banknotes are &amp;lt;b&amp;gt;transferable&amp;lt;/b&amp;gt; without documentary evidence, that they &amp;lt;b&amp;gt;circulate&amp;lt;/b&amp;gt; like coins in round denominations, that no fight of recovery lies against their previous holders, that the law recognizes no difference between them and money as an &amp;lt;b&amp;gt;instrument of debt settlement&amp;lt;/b&amp;gt;, seem good enough reason for including them within the definition of the term money, and for drawing a fundamental distinction between them and cash deposits, which can be &amp;lt;b&amp;gt;transferred&amp;lt;/b&amp;gt; only by a procedure that is much more complex technically and is also regarded in law as of a different kind. &amp;lt;b&amp;gt;This is the origin of the popular conception of money by which everyday life is governed&amp;lt;/b&amp;gt;. No doubt it serves the purposes of the bank official, and it may even be quite useful in the business world at large, but its introduction into the scientific terminology of economics is most undesirable.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 1912 when he wrote it, he saw a difference between the cash deposit and a bank note. In the meantime, the difference has vanished, because it became much easier to do these transfers (e.g. cheque/debit card/EFT). With Bitcoin, you cannot transfer these balances among each other outside of closed systems, you need to perform a withdrawal as a part of the procedure.&lt;br /&gt;
&lt;br /&gt;
Once again, the reason why demand deposits are included in the supply of money is &amp;lt;b&amp;gt;not that they are redeemable on demand, but because they are an accepted method of payment&amp;lt;/b&amp;gt;. That&#039;s the &amp;lt;b&amp;gt;purpose of the term money supply&amp;lt;/b&amp;gt; too: to &amp;lt;b&amp;gt;measure the amount of whatever is usable for payment&amp;lt;/b&amp;gt;. That is why casino chips and Surdas are not included in it, and that is why balances of claims-issuing companies like Mt.Gox and flexcoin should not be included in it either, as long as they are not used as a method of payment without conversion into &amp;quot;native&amp;quot; Bitcoin. That is also why economists use the definitions they use: the amount of things that are usable as payment is what they analyse, not the maturity of claims.&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 07:45, 13 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
One link to support my definition of money supply: http://wiki.mises.org/wiki/True_Money_Supply :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Algebraically, TMS = Standard Money (held by the public) + Money Substitutes&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And here is Rothbard in Austrian Definitions of the Supply of Money, http://mises.org/rothbard/austrianmoneysupply.pdf , confirming my analysis:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;It is important to recognize that demand deposits are not automatically part of the money supply by virtue of their very existence; they continue as equivalent to money &amp;lt;b&amp;gt;only so long as&amp;lt;/b&amp;gt; the subjective estimates of the &amp;lt;b&amp;gt;sellers of goods&amp;lt;/b&amp;gt; on the market think that they are so equivalent and &amp;lt;b&amp;gt;accept them as such in exchange&amp;lt;/b&amp;gt;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 12:00, 13 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------Atheros Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I picked M1 because that is what all the mainstream textbooks say. I believe they say that because the things in M1 are the things most people consider to be their &#039;&#039;money&#039;&#039;. Certainly that definition of money isn&#039;t useful for all situations which is why those other M&#039;s are shown. This is why the word &#039;&#039;usually&#039;&#039; appears in the description of money supply on Wikipedia which you pointed out earlier.&lt;br /&gt;
&lt;br /&gt;
Concerning casino chips, I didn&#039;t know casino chips were valued in dollars. Now that I know that: Whether we consider casino chips part of the money supply or not has no effect on the size of the money supply; the money supply will remain the same. The reason is that supposing we consider casino chips to be money, then when we put 1 dollar into the casino&#039;s vault, that dollar is removed from the money supply, and one dollar in the form of a casino chip is added to the money supply. &#039;&#039;&#039;Notice that we are still talking about the money supply of dollars.&#039;&#039;&#039; (Chickens, Bitcoins, and Gold are not included.) The money supply remains equal to what is was earlier, but an additional dollar is now held in reserve. If you don&#039;t like this and don&#039;t want to say that casino chips are money; that&#039;s fine. In that case, the dollars in the vault are still part of the money supply and the chips simply represent a claim to retrieve them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;You use &amp;quot;money supply of dollars&amp;quot; when addressing casino chips, but what does it actually mean? Do you understand that?&amp;quot; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Did my above paragraph answer this? If no, can you please restate?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;That&#039;s also the reason why they do not see casino chips as money: they cannot use it as a payment method instead of the dollars (or euros or whatever). &amp;quot; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Except that people &#039;&#039;do&#039;&#039; use casino chips as a payment method in cities like Las Vegas. You can pay a hooker or tip a waitress in a restaurant with the casino chips. If casinos were in every city, then you could use the casino chip anywhere as a payment method. Also, if you can&#039;t use a cash dollar as a method of payment in the jungle, wouldn&#039;t you have to admit that under your definition, tourists remove their dollars from the money supply when they visit the jungle?&lt;br /&gt;
&lt;br /&gt;
Concerning your quotes from Mises and Rothbard, and really your views at-large: This is the Austrian school of thought. This isn&#039;t mainstream. Your definition of money supply is not in textbooks taught in very many schools. Your definition of Fractional Reserve Banking thus doesn&#039;t match what most economists consider it to be.&lt;br /&gt;
&lt;br /&gt;
--[[User:Atheros|Atheros]] 04:15, 15 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------PeterSurda Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Regarding casino chips: I think we&#039;re making some progress. You argue that the reason why casino chips do not affect the money supply is not that they are not used as a general medium of exchange, but because the issuers thereof do not overissue them (FRB). How do you know they do not overissue?&lt;br /&gt;
&lt;br /&gt;
Use of chips as a payment method: please look at wikipedia page of Money: http://en.wikipedia.org/wiki/Money:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Money is any object or record that is &amp;lt;b&amp;gt;generally accepted&amp;lt;/b&amp;gt; as payment for goods and services and repayment of debts in a given country or socio-economic context.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
(emphasis added) Are chips generally accepted? No, they are only accepted within a very narrow geographical area, and only for certain services. Similarly as vouchers, coupons, bus tickets and so on. So why do you think they should be reflected in the money supply? More importantly though, balances on Mt.Gox, flexcoin and so on are used as a medium of exchange even less: in the hypothetical scenario of transferring Bitcoins from Mt.Gox to flexcoin, rather than exchanging the balances, the Bitcoins are withdrawn from Mt.Gox, sent over the Bitcoin network, flexcoin stores them in their &amp;quot;reserve&amp;quot; wallet and issues new claims (balance) to the recipient. So even if we omitted the requirement for general acceptance, it still would not support your argument.&lt;br /&gt;
&lt;br /&gt;
As your example with jungle and uselessness of dollars, I admit that the definition is fuzzy, I have my own problems with it. But hopefully we can agree that unless you accept something as a means of payment, the change of supply of it has no effect on our spending decisions, correct? If Walmart issues vouchers in the value of, say, one trillion dollars, unless you intend to shop at Walmart, this has no effect on your purchasing decisions, correct?&lt;br /&gt;
&lt;br /&gt;
Most importantly though, you still haven&#039;t address the core issues. Why economists use the definitions they use? Why do the definitions of M1 say that it &amp;lt;b&amp;gt;usually&amp;lt;/b&amp;gt; includes demand deposit, but not always? What does money supply measure? If you disagree with Austrians, what is your alternative explanation?&lt;br /&gt;
&lt;br /&gt;
While it isn&#039;t as clear from wikipedia as from the Rothbard quote, here it what it says about money supply: http://en.wikipedia.org/wiki/Money_supply :&lt;br /&gt;
&amp;lt;blockquote&amp;gt;In economics, the money supply or money stock, is the total amount of money available in an economy at a specific time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Money is used as a medium of exchange, in final settlement of a debt, and as a ready store of value.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Are account balances on Mt. Gox or flexcoin used for any of this? Maybe for the last one. But they are rarely a medium of exchange or a final settlement of debt. The wikipedia article continues:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Narrow measures include only the most liquid assets, the ones &amp;lt;b&amp;gt;most easily used to spend&amp;lt;/b&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
(emphasis added) Are Mt.Gox / flexcoin balances used to spend? In general, no, they are redeemed into Bitcoins in order to spend them.&lt;br /&gt;
&lt;br /&gt;
Mt.Gox offers the following methods of transferring Bitcoins:&lt;br /&gt;
&lt;br /&gt;
* redeemable Mt.Gox code&lt;br /&gt;
* Green address&lt;br /&gt;
* Bitcoin address&lt;br /&gt;
&lt;br /&gt;
Only the first one is a claim, the others are native Bitcoin. The claim is only usable for other Mt.Gox users.&lt;br /&gt;
&lt;br /&gt;
Flexcoin offers the following methods of transferring Bitcoins:&lt;br /&gt;
&lt;br /&gt;
* another flexcoin ID&lt;br /&gt;
* an e-mail address&lt;br /&gt;
* an external bitcoin address&lt;br /&gt;
&lt;br /&gt;
The first two are claims (I think, I am not sure about the inner workings of flexcoin). The claim is only usable for other flexcoin users.&lt;br /&gt;
&lt;br /&gt;
The only people who are affected by (hypothetically) inflated balances of Mt. Gox or flexcoin are those that accept those claims. From this perspective, both functionally and scope-wise, this is similar to the aforementioned casino chips, vouchers and so on. It does not have an effect on the money supply any more than an overissue of casino chips has effect on the purchasing decisions of people other than the casino guests, aforementioned hookers and waiters.&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 08:00, 15 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------Atheros Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I assumed that casinos weren&#039;t over issuing chips. I&#039;ve just done some research and found that they are allowed to do this legally. So they are probably doing it. So they are increasing the money supply of dollars.&lt;br /&gt;
&lt;br /&gt;
We could argue all day about what things are &#039;generally accepted&#039;. 100 bills aren&#039;t generally accepted at gas stations. We shouldn&#039;t read too much into that particular phrase. Casino chips wouldn&#039;t be &#039;&#039;money&#039;&#039; far away from a casino, but they are money in Las Vegas. I have a Chinese 2 unit bill around here somewhere. It isn&#039;t money to me.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;If Walmart issues vouchers in the value of, say, one trillion dollars, unless you intend to shop at Walmart, this has no effect on your purchasing decisions, correct? &amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If everyone in a &#039;community&#039; of some sort shops at Walmart, then the vouchers would start to be traded like money among the members of the community for goods and services for a period of time before making their way back to Walmart.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Why economists use the definitions they use?&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Because their definitions are the most useful. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Why do the definitions of M1 say that it usually includes demand deposit, but not always?&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You are confused. The definition of M1 always includes demand deposits. The definition of money is usually M1. The definition of money is usually M1 because in most situations when you ask someone how much money they have, they add up the things in M1. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;What does money supply measure?&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I&#039;ve answered this six times.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;If you disagree with Austrians, what is your alternative explanation? &amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Economics Mainstream Economics]&lt;br /&gt;
&lt;br /&gt;
Concerning Fractional Reserve Banking in particular, [http://en.wikipedia.org/wiki/Fractional_reserve_banking this].&lt;br /&gt;
&lt;br /&gt;
Here is [http://en.wikipedia.org/wiki/Money_supply Money supply].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Narrow measures include only the most liquid assets, the ones most easily used to spend... &amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So are you telling me that money stops being money when you put it in a bank, or MtGox? Because you are telling me that money in MtGox isn&#039;t sufficiently easy to spend because their transfers naturally aren&#039;t accepted by everyone.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;It does not have an effect on the money supply any more than an overissue of casino chips has effect on the purchasing decisions of people other than the casino guests, aforementioned hookers and waiters. &amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No no;  because the money supply increases as I described above, the value of each dollar goes down slightly which affects everyone.&lt;br /&gt;
&lt;br /&gt;
I would like you to respond to this example:&lt;br /&gt;
&lt;br /&gt;
Suppose that there are only 100 Bitcoins on Earth all owned by Satoshi. He puts all 100 in Bank Alpha. Bank Alpha puts 20 of the bitcoins (20%) in a special account and leaves them there. They then lend out 80 bitcoins to Gavin. Bank Alpha tells Satoshi on his account page that his account has 100 bitcoins in it. Now, Gavin buys some LolCat comics from Cameron for 80 bitcoins. Cameron puts his 80 bitcoins in his bank, Bank Beta. Bank Beta puts 20% in reserve (16 bitcoins) and has 64 to lend out. They lend those 64 bitcoins to someone else. Cameron&#039;s account page on Bank Beta&#039;s website says he has 80 bitcoins in his account. Despite the fact that Satoshi, Gavin, and Cameron only have claims to bitcoins, isn&#039;t the fact that they collectively know they can access 244 bitcoins significant to note and measure? This means that each bitcoin will be nearly 1/3rd as valuable as before Fractional Reserve Banking. How is that not significant?&lt;br /&gt;
&lt;br /&gt;
--[[User:Atheros|Atheros]] 09:31, 15 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------PeterSurda Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Here we have it from wikipedia ( http://en.wikipedia.org/wiki/Demand_deposit : )&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Demand deposits are usually considered part of the money supply, &amp;lt;b&amp;gt;as they can be used, via checks and drafts, as a means of payment&amp;lt;/b&amp;gt; for goods and services and to settle debts.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
(emphasis added)&lt;br /&gt;
&lt;br /&gt;
Another link: http://www.economicsjunkie.com/true-money-supply/ :&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Virtually everyone accepts payment in demand deposit money. Demand deposits are thus to be included in the money supply.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And here we have the Federal Reserve Bank of New York, http://www.ny.frb.org/aboutthefed/fedpoint/fed49.html :&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The money supply measures reflect the different degrees of liquidity—or &amp;lt;b&amp;gt;spendability&amp;lt;/b&amp;gt;—that different types of money&lt;br /&gt;
have.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So what reason do you have in asserting that maturity, rather than acceptability in transactions (as seen above), is the reason for including a claim in the money supply? And what do you think money supply actually&lt;br /&gt;
measures?&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 10:14, 15 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;So are you telling me that money stops being money when you put it in a bank, or MtGox?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
It stops being a part of the money supply if it is held as reserve for money substitutes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Because you are telling me that money in MtGox isn&#039;t sufficiently easy to spend because their transfers naturally aren&#039;t accepted by everyone.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
What this means is that these balances are not money substitutes, only claims. They are not a part of the money supply of Bitcoin, rather the &amp;quot;reserves&amp;quot; of Mt.Gox are, because these &amp;quot;reserves&amp;quot; are what circulates if people are transferring Bitcoin among themselves. It is the equivalent of gold being able to instantly teleport among vaults at negligible cost. If this was possible, bank notes, cheques and EFT would not be used for exchange of gold, and bank balances would cease to be a part of the money supply.&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 10:45, 15 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
Also, definition of money supply from Merriam-Webster http://www.merriam-webster.com/dictionary/money%20supply :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;the total amount of money &amp;lt;b&amp;gt;available&amp;lt;/b&amp;gt; in an economy &amp;lt;b&amp;gt;for spending&amp;lt;/b&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another definition: http://www.investorwords.com/3110/money_supply.html :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The total supply of money &amp;lt;b&amp;gt;in circulation&amp;lt;/b&amp;gt; in a given country&#039;s economy at a given time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These quotes (and the ones from previous post) lead to the following conclusion:&lt;br /&gt;
&lt;br /&gt;
* the money supply does not measure the nominal value of zero maturity instruments denominated in that currency, but the nominal value of the instruments that are accepted as media of exchange&lt;br /&gt;
* deposit accounts are not always, by their virtue, a part of the money supply, but only to the extent they are accepted as a method of exchange&lt;br /&gt;
&lt;br /&gt;
I provided quotes by non-Austrian, mainstream sources. What is your evidence that your position is correct?&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 12:12, 15 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------Atheros Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;ve cited many sources throughout this thread. I can even take your own Fed link and see that &amp;quot;The Federal Reserve publishes weekly and monthly data on two money supply measures M1 and M2. ... The narrowest measure, M1, is restricted to the most liquid forms of money; it consists of currency in the hands of the public; travelers checks; demand deposits, and other deposits against which checks can be written. M2 includes M1, plus savings accounts, time deposits of under $100,000, and balances in retail money market mutual funds.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Your definition of money supply is not useful.&lt;br /&gt;
&lt;br /&gt;
I would like you to respond to this example:&lt;br /&gt;
&lt;br /&gt;
Suppose that there are only 100 Bitcoins on Earth all owned by Satoshi. He puts all 100 in Bank Alpha. Bank Alpha puts 20 of the bitcoins (20%) in a special account and leaves them there. They then lend out 80 bitcoins to Gavin. Bank Alpha tells Satoshi on his account page that his account has 100 bitcoins in it. Now, Gavin buys some LolCat comics from Cameron for 80 bitcoins. Cameron puts his 80 bitcoins in his bank, Bank Beta. Bank Beta puts 20% in reserve (16 bitcoins) and has 64 to lend out. They lend those 64 bitcoins to someone else. Cameron&#039;s account page on Bank Beta&#039;s website says he has 80 bitcoins in his account. Despite the fact that Satoshi, Gavin, and Cameron only have claims to bitcoins, isn&#039;t the fact that they collectively know they can access 244 bitcoins significant to note and measure? This means that each bitcoin will be nearly 1/3rd as valuable as before Fractional Reserve Banking. How is that not significant?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--------PeterSurda Response-------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Atheros, your quotes do not address my points at all, they skip over them. From this you incorrectly conclude that they disagree with my arguments.&lt;br /&gt;
&lt;br /&gt;
In your example, since Gavin, Cameron and Satoshi cannot at the same time buy anything worth more than 100 Bitcoins without using their account balances as a medium of exchange (thus elevating it into a status of money substitute), it means the money supply is only 100 Bitcoins. That&#039;s the purpose of the term money supply, it measures how much can be spent.&lt;br /&gt;
&lt;br /&gt;
Your is the definition that is not useful in economic theories. Money supply measures the amount that is available for payment. Not the sum of zero-maturity debt instruments. Absent the requirement to be usable as a medium of exchange, it cannot be used in calculations of inflation or money velocity. You practically invented your own economic theory.&lt;br /&gt;
&lt;br /&gt;
I challenge you to pick any professional economists, who disagrees with either of these claims:&lt;br /&gt;
* The purpose of the money supply is to measure the nominal value of whatever is used as a medium of exchange.&lt;br /&gt;
* The reason why demand deposits are included in the money supply is because they are used as a generally accepted medium of exchange.&lt;br /&gt;
&lt;br /&gt;
--[[User:PeterSurda|PeterSurda]] 08:16, 16 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
= Bitcoin mining is a waste of energy and harmful for ecology  =&lt;br /&gt;
&lt;br /&gt;
IMHO this chapter is superficial. Compare Bitcoin to electronic fiat currencies. --[[User:Shrewdwatson|Shrewdwatson]] 17:57, 23 April 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How about this:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The electricity spent in hashing is not wasted. It creates a product of value to the Bitcoin economy. The product is a supersignature on the complete list of transactions to date (the [[Block chain]]). This supersignature attesting to the chain&#039;s completeness is Bitcoin&#039;s defense against double spending.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Many sources of energy vary in their availability in ways that do not match the variations in demand. The law of supply and demand will require Bitcoin to soak up a lot of energy that is currently &amp;quot;wasted&amp;quot; without making a big dent in the otherwise usable energy supply. [Perhaps cite estimates of the break-even point for mining profitability that imply near zero-cost electricity.]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?topic=6459.msg98999#msg98999 More] --[[User:JohnTobey253|JohnTobey253]] 04:49, 29 April 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Categories and subcategories ==&lt;br /&gt;
&lt;br /&gt;
Now we have everything in one place, but it should be divided into smaller subcategories to make it easier to find interesting topic&lt;br /&gt;
&lt;br /&gt;
--[[User:Zwierzak|Zwierzak]] 22:03, 13 August 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
That&#039;s an excellent idea. &lt;br /&gt;
&lt;br /&gt;
--[[User:Atheros|Atheros]] 03:46, 11 November 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Early adopter advantage ==&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to comment on the fact that new bitcoins are evenly and competitively distributed over a period of 140 years or so. We are still very much in the &amp;quot;early&amp;quot; stages of bitcoin and only just recently passed &amp;quot;the half way mark&amp;quot; with two more halvings in the next 8 years. The generation of 90% of all new bitcoins happens over the first 15 years or so. [[User:JulianTosh|JulianTosh]] 2012-12-11 19:18 (GMT-8)&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=29631</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=29631"/>
		<updated>2012-08-09T15:00:49Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! ISO Date &lt;br /&gt;
! Link &lt;br /&gt;
! notes&lt;br /&gt;
|- &lt;br /&gt;
| 2009-01-12&lt;br /&gt;
| [http://blockexplorer.com/b/170 Block 170]&lt;br /&gt;
| First bitcoin transaction on the network.  From Satoshi to Hal Finney&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=91806.msg1012234#msg1012234 Earliest Block With A Spend]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
| Plato travels using only Bitcoin to survive.&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection).&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| [[Bitbills]] &lt;br /&gt;
| Physical incarnation of bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] &lt;br /&gt;
|Offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
| Guy mines Bitcoin on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight.&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]  &lt;br /&gt;
|TV story based on Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=64199 Auto title loan for bitcoins requested] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]  &lt;br /&gt;
| Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-27&lt;br /&gt;
|[https://coineer.com Coineer - The Bitcoin Magazine available in print]&lt;br /&gt;
|The World&#039;s first printed Bitcoin magazine is announced and then [https://bitcointalk.org/index.php?topic=74346.0 followed by photos]&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|[http://reddit.com/r/GirlsGoneBitcoin Amateur Adult Entertainers use Bitcoin for tips] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=74552.0 Bitcoin-only Credit Default Swap (CDS)] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-19&lt;br /&gt;
|[http://payglo.be/2012/04/19/bitinstant-federally-licensed-bitcoin-exchange/ US Based exchange gets Federally licensed as a MSB]&lt;br /&gt;
|[https://bitcointalk.org/index.php?topic=77194.msg857699#msg857699 source]&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-20&lt;br /&gt;
|[http://bitcoinmedia.com/first-licensed-advanced-trading-platform-for-bitcoin/ Bitcoinica.com gets licensed as a MSB] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|[https://www.coindl.com/page/item/127 Music album sold for bitcoins exclusively] &lt;br /&gt;
|Before sold on iTunes&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-26&lt;br /&gt;
|[http://ptvheaven.com WebCam site to accept Bitcoins]&lt;br /&gt;
|Bitcoins accepted as an alternative payment. Entertainer payouts are not in Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|[http://www.cam4btc.co.cc/ Bitcoin only live webcam site] &lt;br /&gt;
|Bitcoin tips go directly to entertainers. Site operates on tips. Only accepts bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[[Bitcoin Magazine]]&lt;br /&gt;
|[http://bitcoinmagazine.net/bitcoin-magazine-press-release/ Press release] as first issue goes to print&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://www.satoshisdaemon.com/ Race horse named after Satoshi]&lt;br /&gt;
|http://www.thebitcointrader.com/2012/04/bitcoin-horse-to-run-first-race-on-may.html&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-09&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=80173.0 Discussion of Leaked FBI Report on Bitcoin- April 2012] &lt;br /&gt;
|Formal risk assessment by a government agency.&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-09&lt;br /&gt;
|[https://bitcointalk.org/index.php?topic=80485.msg890710#msg890710 Sold San Francisco Bridge]&lt;br /&gt;
|Another traditional first for a new currency. (likely not authentic)&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-18&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=82046.msg908451#msg908451 Bitcoin taught in a public school]&lt;br /&gt;
|4th grade class&lt;br /&gt;
|-&lt;br /&gt;
| 2012-06-06&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=74219.msg945392#msg945392 Bitcoin donations contribute to successful anti-corrupt local government political campaign.]&lt;br /&gt;
| Travis Kiger, running against a Fullerton City counsel that turned a blind eye to the death of Kelly Thomas at the hands of their local police department, promoted the use of Bitcoin to fund his campaign and won the councel seat for his district.&lt;br /&gt;
|-&lt;br /&gt;
| 2012-07-23&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=94820.msg1048706#msg1048706 Automaker offers their vehicle for Bitcoin]&lt;br /&gt;
| WikiSpeed is a Seattle based corporation that manufactures open source modular cars that get 100 MPG and accept Bitcoin as payment.&lt;br /&gt;
|-&lt;br /&gt;
| 2012-08-06&lt;br /&gt;
| [https://docs.google.com/file/d/0B_ECG6JRZs-7dTZ5QS0xcUkxQjQ/edit?pli=1# Bitcoin lawsuit]&lt;br /&gt;
| Brian Cartmell filed a lawsuit against [[Bitcoinica]], a former Bitcoin marging trading platform that got hacked and haven&#039;t returned customers&#039; funds.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Buying_Bitcoins_(the_newbie_version)&amp;diff=28873</id>
		<title>Buying Bitcoins (the newbie version)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Buying_Bitcoins_(the_newbie_version)&amp;diff=28873"/>
		<updated>2012-07-18T12:33:07Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Exchanges / Bitinstant */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page aims to be the best resource for noobs to understand how to buy Bitcoins.&lt;br /&gt;
The existing [[Buying bitcoins]] page is too complex, and not noob-friendly.&lt;br /&gt;
&lt;br /&gt;
== Intro ==&lt;br /&gt;
[http://bitcoin.stackexchange.com/questions/2293/how-can-i-buy-bitcoin-via-a-credit-card-or-paypal You can&#039;t reliably buy Bitcoins using Paypal or credit cards]. There are several ways, depending on your location.&lt;br /&gt;
&lt;br /&gt;
=== Finding a direct seller ===&lt;br /&gt;
If you can find another person that is willing to sell them to you, you can transfer him money via whatever method (including Paypal), and he&#039;ll send you the Bitcoins. One place to look for people willing to sell is [[Bitcoin OTC]].&lt;br /&gt;
&lt;br /&gt;
=== Physical locations ===&lt;br /&gt;
Depending on your country, you might be able to [https://bitcointalk.org/index.php?topic=83209.0;all simply walk into a store and buy them in the usual way (Cash/credit card)].&lt;br /&gt;
&lt;br /&gt;
=== Exchanges / Bitinstant ===&lt;br /&gt;
You can try to buy via [[Buying_bitcoins#Major_Exchanges|an Exchange]] or [[BitInstant]].&lt;br /&gt;
&lt;br /&gt;
Here is a video tutorial that will walk you through the process of using BitInstant: http://vimeo.com/44849463&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* http://bitcoin.stackexchange.com/questions/91/how-do-you-obtain-bitcoins&lt;br /&gt;
* http://bitcoin.stackexchange.com/questions/4194/whats-the-best-way-to-buy-bitcoin-noob-friendly&lt;br /&gt;
* [[Buying bitcoins]]&lt;br /&gt;
* http://www.reddit.com/r/Bitcoin/comments/nzg4o/the_canonical_newbie_guide_to_bitcoin/c3d5tmc&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=27510</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=27510"/>
		<updated>2012-06-06T21:36:18Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! ISO Date &lt;br /&gt;
! Link &lt;br /&gt;
! notes&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
| Plato travels using only Bitcoin to survive.&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection).&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| [[Bitbills]] &lt;br /&gt;
| Physical incarnation of bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] &lt;br /&gt;
|Offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
| Guy mines Bitcoin on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight.&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]  &lt;br /&gt;
|TV story based on Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=64199 Auto title loan for bitcoins requested] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]  &lt;br /&gt;
| Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-27&lt;br /&gt;
|[https://coineer.com Coineer - The Bitcoin Magazine available in print]&lt;br /&gt;
|The World&#039;s first printed Bitcoin magazine is announced and then [https://bitcointalk.org/index.php?topic=74346.0 followed by photos]&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|[http://reddit.com/r/GirlsGoneBitcoin Amateur Adult Entertainers use Bitcoin for tips] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=74552.0 Bitcoin-only Credit Default Swap (CDS)] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-19&lt;br /&gt;
|[http://payglo.be/2012/04/19/bitinstant-federally-licensed-bitcoin-exchange/ US Based exchange gets Federally licensed as a MSB]&lt;br /&gt;
|[https://bitcointalk.org/index.php?topic=77194.msg857699#msg857699 source]&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-20&lt;br /&gt;
|[http://bitcoinmedia.com/first-licensed-advanced-trading-platform-for-bitcoin/ Bitcoinica.com gets licensed as a MSB] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|[https://www.coindl.com/page/item/127 Music album sold for bitcoins exclusively] &lt;br /&gt;
|Before sold on iTunes&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-26&lt;br /&gt;
|[http://ptvheaven.com WebCam site to accept Bitcoins]&lt;br /&gt;
|Bitcoins accepted as an alternative payment. Entertainer payouts are not in Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|[http://www.cam4btc.co.cc/ Bitcoin only live webcam site] &lt;br /&gt;
|Bitcoin tips go directly to entertainers. Site operates on tips. Only accepts bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://bitcoinmagazine.net/bitcoin-magazine-press-release/ Bitcoin magazine goes to print]&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://www.satoshisdaemon.com/ Race horse named after Satoshi]&lt;br /&gt;
|http://www.thebitcointrader.com/2012/04/bitcoin-horse-to-run-first-race-on-may.html&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-09&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=80173.0 Discussion of Leaked FBI Report on Bitcoin- April 2012] &lt;br /&gt;
|Formal risk assessment by a government agency.&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-09&lt;br /&gt;
|[https://bitcointalk.org/index.php?topic=80485.msg890710#msg890710 Sold San Francisco Bridge]&lt;br /&gt;
|Another traditional first for a new currency. (likely not authentic)&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-18&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=82046.msg908451#msg908451 Bitcoin taught in a public school]&lt;br /&gt;
|4th grade class&lt;br /&gt;
|-&lt;br /&gt;
| 2012-06-06&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=74219.msg945392#msg945392 Bitcoin donations contribute to successful anti-corrupt local government political campaign.]&lt;br /&gt;
| Travis Kiger, running against a Fullerton City counsel that turned a blind eye to the death of Kelly Thomas at the hands of their local police department, promoted the use of Bitcoin to fund his campaign and won the councel seat for his district.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Electrum/Translation&amp;diff=27076</id>
		<title>Electrum/Translation</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Electrum/Translation&amp;diff=27076"/>
		<updated>2012-05-23T05:01:35Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
The goal of this page is to let wiki users create internationalized versions of Electrum.&lt;br /&gt;
&lt;br /&gt;
To generate language files from this page, use the &#039;mki18n.py&#039; script distributed with Electrum&lt;br /&gt;
&lt;br /&gt;
Please use the syntax that you see for &#039;History&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Active Servers&lt;br /&gt;
**si: Aktivni strežniki&lt;br /&gt;
**de: Aktive Server&lt;br /&gt;
**vn: máy chủ hoạt động&lt;br /&gt;
*Address&lt;br /&gt;
**si: Naslov&lt;br /&gt;
**de: Adresse&lt;br /&gt;
**vn: Địa chỉ&lt;br /&gt;
*Amount&lt;br /&gt;
**si: Znesek&lt;br /&gt;
**de: Betrag&lt;br /&gt;
**vn: số tiền&lt;br /&gt;
*Balance&lt;br /&gt;
**si: Stanje&lt;br /&gt;
**de: Guthaben&lt;br /&gt;
**vn: Tình trạng&lt;br /&gt;
*Description&lt;br /&gt;
**si: Opis&lt;br /&gt;
**de: Beschreibung&lt;br /&gt;
**vn: Mô tả&lt;br /&gt;
*Do you want to create a new wallet, or to restore an existing one?&lt;br /&gt;
**si: Želite kreirati novo denarnico ali obnoviti obstoječo?&lt;br /&gt;
**de: Soll eine neue Geldbörse erstellt, oder eine existierende wiederhergestellt werden?&lt;br /&gt;
**vn: Bạn có muốn tạo 1 ví mới, hay khôi phục lại cái cũ?&lt;br /&gt;
*Equivalently, your wallet seed can be stored and recovered with the following mnemonic code&lt;br /&gt;
**vn: Tương đương, hạt giống ví của bạn có thể được lưu trữ và thu hồi với mã ghi nhớ sau đây&lt;br /&gt;
*Error&lt;br /&gt;
**si: Napaka&lt;br /&gt;
**de: Fehler&lt;br /&gt;
**vn: Lỗi&lt;br /&gt;
*Fee&lt;br /&gt;
**si: Provizija&lt;br /&gt;
**de: Gebühr&lt;br /&gt;
**vn: Phí&lt;br /&gt;
*Fee per tx. input&lt;br /&gt;
**vn: Phí trên tx , nhập vào.&lt;br /&gt;
*Freeze&lt;br /&gt;
**de: Sperren&lt;br /&gt;
**vn: Đóng băng&lt;br /&gt;
*Gap limit&lt;br /&gt;
**vn: Khoảng cách giới hạn.&lt;br /&gt;
*Here are the settings of your wallet.&lt;br /&gt;
**si: Tukaj so nastavitve tvoje denarnice.&lt;br /&gt;
**de: Hier sind die Einstellungen der Geldbörse. &lt;br /&gt;
**vn: Các cài đặt với ví của bạn.&lt;br /&gt;
*History&lt;br /&gt;
**de:Auszug&lt;br /&gt;
**fr:Historique&lt;br /&gt;
**si:Zgodovina&lt;br /&gt;
**vn:Lịch sử&lt;br /&gt;
*I cannot decode this&lt;br /&gt;
**si:Ne morem dekodirati.&lt;br /&gt;
**de:Kann nicht entschlüsseln.&lt;br /&gt;
**vn: Tôi không thể giải mã được nó.&lt;br /&gt;
*Incorrect Password&lt;br /&gt;
**si: Nepravilno geslo&lt;br /&gt;
**de: Ungültiges Passwort&lt;br /&gt;
**vn: Sai mật khẩu.&lt;br /&gt;
*Invalid Address&lt;br /&gt;
**si: Neveljaven naslov&lt;br /&gt;
**de: Ungültige Adresse&lt;br /&gt;
**vn: Địa chỉ không hợp lệ.&lt;br /&gt;
*Invalid Amount&lt;br /&gt;
**si: Neveljaven znesek&lt;br /&gt;
**de: Ungültiger Betrag &lt;br /&gt;
**vn: Số tiền không hợp lệ&lt;br /&gt;
*Invalid Bitcoin Address&lt;br /&gt;
**si: Neveljaven Bitcoin naslov&lt;br /&gt;
**de: Ungültige Bitcoin-Adresse&lt;br /&gt;
**vn: Địa chỉ Bitcoin không hợp lệ.&lt;br /&gt;
*Invalid Fee&lt;br /&gt;
**si: Neveljavna provizija&lt;br /&gt;
**de: Ungültige Gebühr&lt;br /&gt;
**vn: Phí không hợp lệ.&lt;br /&gt;
*Invalid value&lt;br /&gt;
**si: Napačna vrednost&lt;br /&gt;
**de: Ungültiger Wert&lt;br /&gt;
**vn: Giá trị không hợp lệ.&lt;br /&gt;
*Label&lt;br /&gt;
**si: Oznaka&lt;br /&gt;
**de: Bezeichnung&lt;br /&gt;
**vn: Nhãn&lt;br /&gt;
*Leave these fields empty if you want to disable encryption.&lt;br /&gt;
**si: Pusti prazna polja za ukinitev enkripcije.&lt;br /&gt;
**de: Diese Felder zur Deaktivierung der Verschlüsselung leerlassen.&lt;br /&gt;
**vn: Để trống những trường này nếu bạn muốn vô hiệu hoá bảo mật.&lt;br /&gt;
*Message&lt;br /&gt;
**si: Sporočilo&lt;br /&gt;
**de: Nachricht&lt;br /&gt;
**vn: Tin nhắn.&lt;br /&gt;
*New&lt;br /&gt;
**si: Novo&lt;br /&gt;
**de: Neu&lt;br /&gt;
**vn: Tin mới.&lt;br /&gt;
*New Contact&lt;br /&gt;
**si: Nov kontakt&lt;br /&gt;
**vn: Liên lạc mới.&lt;br /&gt;
*New Password&lt;br /&gt;
**si: Novo geslo&lt;br /&gt;
**de: Neues Passwort&lt;br /&gt;
**vn: Mật khẩu mới.&lt;br /&gt;
*No seed&lt;br /&gt;
**vn: không có hạt giống&lt;br /&gt;
*No transactions found for this seed&lt;br /&gt;
**vn: không tìm thấy giao dịch với hạt giống này.&lt;br /&gt;
*Not connected&lt;br /&gt;
**si: Niste povezani&lt;br /&gt;
**de: Nicht verbunden&lt;br /&gt;
**vn: Chưa kết nối.&lt;br /&gt;
*Not enough funds&lt;br /&gt;
**si: Premalo sredstev&lt;br /&gt;
**de: Ungenügendes Gutaben&lt;br /&gt;
**vn: Không đủ kinh phí&lt;br /&gt;
*OK&lt;br /&gt;
**si: V redu&lt;br /&gt;
**de: OK&lt;br /&gt;
**vn: Đồng ý.&lt;br /&gt;
*Password&lt;br /&gt;
**si:Geslo&lt;br /&gt;
**de:Passwort&lt;br /&gt;
**vn: Mật khẩu.&lt;br /&gt;
*Passwords do not match&lt;br /&gt;
**si: Gesli se ne ujemata&lt;br /&gt;
**de: Passwörter stimmen nicht überein &lt;br /&gt;
**vn: Mật khẩu không trùng nhau.&lt;br /&gt;
*Pay to&lt;br /&gt;
**si: Prejemnik&lt;br /&gt;
**vn: Trả cho.&lt;br /&gt;
*Payment sent.&lt;br /&gt;
**si: Nakazilo je poslano.&lt;br /&gt;
**vn: Thanh toán gửi.&lt;br /&gt;
*Please choose a password to encrypt your wallet keys.&lt;br /&gt;
**si: Prosim vpišite geslo za enkripcijo vaše denarnice.&lt;br /&gt;
**vn: Vui lòng chọn mật khẩu để bảo mật khoá cho ví của bạn.&lt;br /&gt;
*Please choose a server.&lt;br /&gt;
**si: Prosim izberite željeni strežnik.&lt;br /&gt;
**vn: Vui lòng chọn máy chủ.&lt;br /&gt;
*Please enter your password&lt;br /&gt;
**si: Prosim vnesite geslo&lt;br /&gt;
**vn: Vui lòng điền mật khẩu &lt;br /&gt;
*Please enter your wallet seed or the corresponding mnemonic list of words, and the gap limit of your wallet.&lt;br /&gt;
**vn: Xin vui lòng nhập hạt giống ví của bạn hoặc một danh sách từ dễ nhớ , và giới hạn khoảng cách ví của bạn.&lt;br /&gt;
*Please keep it in a safe place; if you lose it, you will not be able to restore your wallet.&lt;br /&gt;
**si: Hranite ga na varnem mestu; v primeru izgube obnova denarnice ne bo možna.&lt;br /&gt;
**vn: Vui lòng giữ chúng ở 1 nơi an toàn; Nếu mất, bạn sẽ không thể phục hồi lại ví.&lt;br /&gt;
*Protocol&lt;br /&gt;
**si: Protokol&lt;br /&gt;
**vn: Giao thức.&lt;br /&gt;
*QR&lt;br /&gt;
**si:QR&lt;br /&gt;
**vn:QR&lt;br /&gt;
*QR code saved to file&lt;br /&gt;
**si: QR koda je shranjena v datoteko&lt;br /&gt;
**vn: mã QR đã được lưu vào tệp tin.&lt;br /&gt;
*Receive&lt;br /&gt;
**de: Empfangen&lt;br /&gt;
**fr: Recevoir&lt;br /&gt;
**si: Prejmi&lt;br /&gt;
**vn: Nhận&lt;br /&gt;
*Save&lt;br /&gt;
**si: Shrani&lt;br /&gt;
**vn: Lưu&lt;br /&gt;
*Seed&lt;br /&gt;
**vn: Hạt giống. &lt;br /&gt;
*Seed or mnemonic&lt;br /&gt;
**vn: Hạt giống hoặc ghi nhớ&lt;br /&gt;
*Send&lt;br /&gt;
**de: Senden&lt;br /&gt;
**fr: Envoyer&lt;br /&gt;
**si: Pošlji&lt;br /&gt;
**vn: Gửi&lt;br /&gt;
*Server not ready&lt;br /&gt;
**si: Strežnik ni pripravljen&lt;br /&gt;
**vn: Máy chủ chưa sẵn sàng.&lt;br /&gt;
*Synchronizing...&lt;br /&gt;
**si: Sinhroniziram...&lt;br /&gt;
**vn: Đang đồng bộ...&lt;br /&gt;
*To disable wallet encryption, enter an empty new password.&lt;br /&gt;
**vn: Để vô hiệu hoá bảo mật ví , điền 1 mật khẩu rỗng mới.&lt;br /&gt;
*Transaction Details&lt;br /&gt;
**si: Podrobnosti transakcije&lt;br /&gt;
**vn: Thông tin giao dịch.&lt;br /&gt;
*Tx&lt;br /&gt;
**vn: tx&lt;br /&gt;
*Unfreeze&lt;br /&gt;
**vn: Mở đóng băng.&lt;br /&gt;
*View as QR Code&lt;br /&gt;
**vn:Xem dưới dạng mã QR&lt;br /&gt;
*Wall&lt;br /&gt;
**si:Oglasna deska&lt;br /&gt;
**vn: Tường.&lt;br /&gt;
*Wallet file not found.&lt;br /&gt;
**si: Datoteka denarnice ni najdena.&lt;br /&gt;
**vn: tệp tin ví không tìm thấy.&lt;br /&gt;
*Your wallet generation seed is&lt;br /&gt;
**vn: Thế hệ ví của bạn là&lt;br /&gt;
*Your wallet is encrypted. Use this dialog to change your password.&lt;br /&gt;
**vn: Ví của bạn đã được bảo mật. Sử dụng hộp hội thoại này để thay đổi mật khẩu.&lt;br /&gt;
*Your wallet keys are not encrypted&lt;br /&gt;
**vn: Khoá ví của bạn chưa được bảo mật.&lt;br /&gt;
*Zeros displayed after decimal point&lt;br /&gt;
**si: Število decimalk&lt;br /&gt;
**vn: Số không hiển thị sau dấu thập phân.&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=26919</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=26919"/>
		<updated>2012-05-18T23:22:37Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! ISO Date &lt;br /&gt;
! Link &lt;br /&gt;
! notes&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
| Plato travels using only Bitcoin to survive.&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection).&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| [[Bitbills]] &lt;br /&gt;
| Physical incarnation of bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] &lt;br /&gt;
|Offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
| Guy mines Bitcoin on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight.&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]  &lt;br /&gt;
|TV story based on Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=64199 Auto title loan for bitcoins requested] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]  &lt;br /&gt;
| Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-27&lt;br /&gt;
|[https://coineer.com Coineer - The Bitcoin Magazine available in print]&lt;br /&gt;
|The World&#039;s first printed Bitcoin magazine is announced and then [https://bitcointalk.org/index.php?topic=74346.0 followed by photos]&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|[http://reddit.com/r/GirlsGoneBitcoin Amateur Adult Entertainers use Bitcoin for tips] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=74552.0 Bitcoin-only Credit Default Swap (CDS)] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-19&lt;br /&gt;
|[http://payglo.be/2012/04/19/bitinstant-federally-licensed-bitcoin-exchange/ US Based exchange gets Federally licensed as a MSB]&lt;br /&gt;
|[https://bitcointalk.org/index.php?topic=77194.msg857699#msg857699 source]&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-20&lt;br /&gt;
|[http://bitcoinmedia.com/first-licensed-advanced-trading-platform-for-bitcoin/ Bitcoinica.com gets licensed as a MSB] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|[https://www.coindl.com/page/item/127 Music album sold for bitcoins exclusively] &lt;br /&gt;
|Before sold on iTunes&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-26&lt;br /&gt;
|[http://ptvheaven.com WebCam site to accept Bitcoins]&lt;br /&gt;
|Bitcoins accepted as an alternative payment. Entertainer payouts are not in Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|[http://www.cam4btc.co.cc/ Bitcoin only live webcam site] &lt;br /&gt;
|Bitcoin tips go directly to entertainers. Site operates on tips. Only accepts bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://bitcoinmagazine.net/bitcoin-magazine-press-release/ Bitcoin magazine goes to print]&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://www.satoshisdaemon.com/ Race horse named after Satoshi]&lt;br /&gt;
|http://www.thebitcointrader.com/2012/04/bitcoin-horse-to-run-first-race-on-may.html&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-09&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=80173.0 Discussion of Leaked FBI Report on Bitcoin- April 2012] &lt;br /&gt;
|Formal risk assessment by a government agency.&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-09&lt;br /&gt;
|[https://bitcointalk.org/index.php?topic=80485.msg890710#msg890710 Sold San Francisco Bridge]&lt;br /&gt;
|Another traditional first for a new currency. (likely not authentic)&lt;br /&gt;
|-&lt;br /&gt;
| 2012-05-18&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=82046.msg908451#msg908451 Bitcoin taught in a public school]&lt;br /&gt;
|4th grade class&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Electrum&amp;diff=26559</id>
		<title>Electrum</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Electrum&amp;diff=26559"/>
		<updated>2012-05-13T12:11:32Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* How to prepare an offline wallet */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Electrum_logo.png|400px]][[Image:Capture-Electrum.png|right|600px|screenshot of Electrum with its Qt gui]]&lt;br /&gt;
&lt;br /&gt;
[http://ecdsa.org/electrum Electrum] is a lightweight Bitcoin client, based on a client-server protocol. &lt;br /&gt;
It was released on november 5, 2011.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main features:&#039;&#039;&#039;&lt;br /&gt;
* Encrypted wallet: the file that contains your bitcoins is protected with a password. You are protected from thieves.&lt;br /&gt;
* Deterministic key generation: If you lose your wallet, you can recover it from its seed. You are protected from your own mistakes.&lt;br /&gt;
* Instant on: the client does not download the blockchain, it requests that information from a server. No delays, always up-to-date.&lt;br /&gt;
* Transactions are signed locally: Your private keys are not shared with the server. You do not have to trust the server with your money.&lt;br /&gt;
* Freedom and Privacy: The server does not store user accounts. You are not tied to a particular server, and the server does not need to know you.&lt;br /&gt;
* No scripts: Electrum does not download any script. A compromised server cannot send you arbitrary code and steal your bitcoins.&lt;br /&gt;
* No single point of failure: The server code is open source, anyone can run a server.&lt;br /&gt;
* Firewall friendly: The client does not need to open a port, it simply polls the server for updates.&lt;br /&gt;
* Free software: Gnu GPL v3. Anyone can audit the code.&lt;br /&gt;
* Written in Python. The code is short, and easy to review.&lt;br /&gt;
* Support for Bitcoin URIs, signed URIs and Bitcoin aliases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
===Graphical User Interfaces===&lt;br /&gt;
Electrum has two GUIs: one that is based on Gtk, and a newer one based on Qt. The Qt GUI is enabled by default. To use the gtk interface, type:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum -g gtk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In addition, Electrum has a rich set of commands for the command line interface.&lt;br /&gt;
&lt;br /&gt;
===Brain Wallet===&lt;br /&gt;
&lt;br /&gt;
Electrum uses a type 2 deterministic key generation algorithm.&lt;br /&gt;
This means that all the keys are derived from a seed.&lt;br /&gt;
&lt;br /&gt;
Typical seeds have 128 bits of entropy. Electrum provides mnemonic code in order to represent the seed.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
*hexadecimal: 431a62f1c86555d3c45e5c4d9e10c8c7 &lt;br /&gt;
*mnemonic: &amp;quot;constant forest adore false green weave stop guy fur freeze giggle clock&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You can display the seed with the command line interface. Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum seed&lt;br /&gt;
Password:&lt;br /&gt;
431a62f1c86555d3c45e5c4d9e10c8c7 &amp;quot;constant forest adore false green weave stop guy fur freeze giggle clock&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Multiple wallets===&lt;br /&gt;
Electrum uses one single file per wallet. Your default wallet is located in your user account.&lt;br /&gt;
If you want to use another wallet, use the -w option followed by the wallet path and name:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum -w /path/to/my/wallet/wallet_name&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Export and import addresses===&lt;br /&gt;
&lt;br /&gt;
You can export your private keys using the &#039;addresses&#039; command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum addresses -ak&lt;br /&gt;
Password:&lt;br /&gt;
1LGoehbyeX4QBEPK1a6dhyaoMQZfqg5LKX:5JBSttEGhjEcPidSovW66Rin2EZ6LEHZ2qx8Pu2RqqNaDTBVWaF   &lt;br /&gt;
1KcsBJa2cCxVkGJfSsg5bUeXN7Y5uLa8mP:5KiP4uiNT6KG8jnXbainCM8rDWRrgxt3PAyut4FFpDoCo1Rh6VM   &lt;br /&gt;
1PXsn7LVXTccGhJPTUL8r2EGB4fF9kvex3:5Kj8mvBJReyk8xEBMx5cTnciQCxto5JmudiTPkqwMcd61Kf1Jqc   &lt;br /&gt;
1KteSFTAphyByLTtUfFiVQ9s7fMVmx7c2h:5JeZ3FTbWcksLt3PKydd5U9p952UQRHwv3LoxzCA9LZ7V2bku5p   &lt;br /&gt;
1GE5ZChAobeTEPLHDCDDKTSg3XvLkcQFjS:5JwtGEygTwF2nouhRVzW3w5DWZd1sCgxLtnd1v51wjkbUrp5sqH   &lt;br /&gt;
12YNehfAoYTiwjTXULwaZqTCauu2D61fq6:5Jvcq19ePCXKcVun4n7US99CsrEByUK2kgxXBA3rBVBqYZjhfwD  [change] &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two options in this example:&lt;br /&gt;
* option -a means: &#039;list all addresses&#039;. if you don&#039;t use it, change addresses are not listed.&lt;br /&gt;
* option -k means: display the private keys&lt;br /&gt;
&lt;br /&gt;
You can also import addresses into an electrum wallet, with the &#039;import&#039; command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum import 1LGoehbyeX4QBEPK1a6dhyaoMQZfqg5LKX:5JBSttEGhjEcPidSovW66Rin2EZ6LEHZ2qx8Pu2RqqNaDTBVWaF&lt;br /&gt;
keypair imported&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note that imported keys do not belong to the deterministic sequence of your wallet; if you import keys in a wallet, you must back it up!&lt;br /&gt;
&lt;br /&gt;
===Offline wallet===&lt;br /&gt;
&lt;br /&gt;
It is possible to create a transaction on an offline computer,&lt;br /&gt;
and to broadcast them from another computer, with a wallet that does not have the seed or private keys.&lt;br /&gt;
&lt;br /&gt;
====How to prepare an offline wallet ====&lt;br /&gt;
*step 1: create a wallet on your offline computer&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[offline]$ electrum -o -w wallet create&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*step 2: extract the seed from your wallet file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[offline]$ electrum -o -w wallet deseed &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will remove the seed from &#039;wallet&#039;, and save it to a file named &#039;wallet.seed&#039;&lt;br /&gt;
*step 3: transfer the deseeded wallet to the online computer (for example with a usb stick)&lt;br /&gt;
*step 4: run electrum on the online computer; this will synchronize your wallet with the bitcoin network, and you will be able to monitor incoming transactions:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[online]$ electrum -w wallet&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====How to send a transaction with an offline wallet====&lt;br /&gt;
*step 1: copy the synchronized wallet file to your offline computer, in the directory where the seed is.&lt;br /&gt;
*step 2: restore the seed in the wallet file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[offline]$ electrum -w wallet reseed&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*step 3: create the transaction&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[offline]$ electrum -w wallet mktx &amp;lt;recipient&amp;gt; &amp;lt;amount&amp;gt;  &amp;gt;  tx_file&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*step 4: with the usb stick, copy the transaction to the online computer:&lt;br /&gt;
*step 5: broadcast the transaction on the online computer:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[online]$ electrum -w wallet sendtx  `cat tx_file`&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== List of commands ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! command !! description !! syntax !! requires password !! needs to be online&lt;br /&gt;
|-&lt;br /&gt;
| addresses || show your list of addresses, optionally with private keys. || addresses [-a] [-b] [-k] || iff -k || no&lt;br /&gt;
|-&lt;br /&gt;
| balance || shows the balance of your wallet or of an address || balance [address] || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| contacts || print your list of contacts || contacts || no || no&lt;br /&gt;
|-&lt;br /&gt;
| create || create a new wallet || create || no || no&lt;br /&gt;
|-&lt;br /&gt;
| deseed || Remove seed from wallet and store it to .seed file  || deseed || no || no&lt;br /&gt;
|-&lt;br /&gt;
| eval || call python eval || eval &amp;lt;expression&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| help || display the help for a command || help [command] || no || no&lt;br /&gt;
|-&lt;br /&gt;
| history || print the transaction history || history || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| import || import a keypair || import &amp;lt;address:private_key&amp;gt; || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| label || change the label of a transaction or address || label &amp;lt;label&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| mktx || create a transaction and dump it || mktx [-s sourceaddr] [-c changeaddr] [-f fee] &amp;lt;address&amp;gt; &amp;lt;amount&amp;gt;  || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| password || update your password || password || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| payto || create and broadcast a transaction || payto [-s sourceaddr] [-c changeaddr] [-f fee] &amp;lt;address&amp;gt; &amp;lt;amount&amp;gt; || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
| reseed || take seed from .seed file and add it to wallet (it checks that keys are consistent). || reseed || no || no&lt;br /&gt;
|-&lt;br /&gt;
| restore || restore a wallet from seed || restore || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| sendtx || broadcast a transaction || sendtx &amp;lt;tx&amp;gt; || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| seed || print your seed || seed || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| signmessage || sign a message (as in bitcoind) || signmessage &amp;lt;address&amp;gt; &amp;lt;message&amp;gt; || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| validateaddress || check is the argument is a valid bitcoin address || validateaddress &amp;lt;address&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| verifymessage || verify a message (as in bitcoind) || verifymessage &amp;lt;address&amp;gt; &amp;lt;signature&amp;gt; &amp;lt;message&amp;gt; || no || no&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Electrum was announced November 5, 2011&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=50936.0 Electrum - a new thin client]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Thin Client Security]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://ecdsa.org/electrum Electrum] project website&lt;br /&gt;
* [https://gitorious.org/electrum Electrum] project source (gitorius)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Open Source]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Electrum&amp;diff=26509</id>
		<title>Electrum</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Electrum&amp;diff=26509"/>
		<updated>2012-05-13T04:20:05Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* List of commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Electrum_logo.png|400px]][[Image:Capture-Electrum.png|right|600px|screenshot of Electrum with its Qt gui]]&lt;br /&gt;
&lt;br /&gt;
[http://ecdsa.org/electrum Electrum] is a lightweight Bitcoin client, based on a client-server protocol. &lt;br /&gt;
It was released on november 5, 2011.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main features:&#039;&#039;&#039;&lt;br /&gt;
* Encrypted wallet: the file that contains your bitcoins is protected with a password. You are protected from thieves.&lt;br /&gt;
* Deterministic key generation: If you lose your wallet, you can recover it from its seed. You are protected from your own mistakes.&lt;br /&gt;
* Instant on: the client does not download the blockchain, it requests that information from a server. No delays, always up-to-date.&lt;br /&gt;
* Transactions are signed locally: Your private keys are not shared with the server. You do not have to trust the server with your money.&lt;br /&gt;
* Freedom and Privacy: The server does not store user accounts. You are not tied to a particular server, and the server does not need to know you.&lt;br /&gt;
* No scripts: Electrum does not download any script. A compromised server cannot send you arbitrary code and steal your bitcoins.&lt;br /&gt;
* No single point of failure: The server code is open source, anyone can run a server.&lt;br /&gt;
* Firewall friendly: The client does not need to open a port, it simply polls the server for updates.&lt;br /&gt;
* Free software: Gnu GPL v3. Anyone can audit the code.&lt;br /&gt;
* Written in Python. The code is short, and easy to review.&lt;br /&gt;
* Support for Bitcoin URIs, signed URIs and Bitcoin aliases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
===Graphical User Interfaces===&lt;br /&gt;
Electrum has two GUIs: one that is based on Gtk, and a newer one based on Qt. The Qt GUI is enabled by default. To use the gtk interface, type:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum -g gtk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In addition, Electrum has a rich set of commands for the command line interface.&lt;br /&gt;
&lt;br /&gt;
===Brain Wallet===&lt;br /&gt;
&lt;br /&gt;
Electrum uses a type 2 deterministic key generation algorithm.&lt;br /&gt;
This means that all the keys are derived from a seed.&lt;br /&gt;
&lt;br /&gt;
Typical seeds have 128 bits of entropy. Electrum provides mnemonic code in order to represent the seed.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
*hexadecimal: 431a62f1c86555d3c45e5c4d9e10c8c7 &lt;br /&gt;
*mnemonic: &amp;quot;constant forest adore false green weave stop guy fur freeze giggle clock&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You can display the seed with the command line interface. Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum seed&lt;br /&gt;
Password:&lt;br /&gt;
431a62f1c86555d3c45e5c4d9e10c8c7 &amp;quot;constant forest adore false green weave stop guy fur freeze giggle clock&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Multiple wallets===&lt;br /&gt;
Electrum uses one single file per wallet. Your default wallet is located in your user account.&lt;br /&gt;
If you want to use another wallet, use the -w option followed by the wallet path and name:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum -w /path/to/my/wallet/wallet_name&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Export and import addresses===&lt;br /&gt;
&lt;br /&gt;
You can export your private keys using the &#039;addresses&#039; command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum addresses -ak&lt;br /&gt;
Password:&lt;br /&gt;
1LGoehbyeX4QBEPK1a6dhyaoMQZfqg5LKX:5JBSttEGhjEcPidSovW66Rin2EZ6LEHZ2qx8Pu2RqqNaDTBVWaF   &lt;br /&gt;
1KcsBJa2cCxVkGJfSsg5bUeXN7Y5uLa8mP:5KiP4uiNT6KG8jnXbainCM8rDWRrgxt3PAyut4FFpDoCo1Rh6VM   &lt;br /&gt;
1PXsn7LVXTccGhJPTUL8r2EGB4fF9kvex3:5Kj8mvBJReyk8xEBMx5cTnciQCxto5JmudiTPkqwMcd61Kf1Jqc   &lt;br /&gt;
1KteSFTAphyByLTtUfFiVQ9s7fMVmx7c2h:5JeZ3FTbWcksLt3PKydd5U9p952UQRHwv3LoxzCA9LZ7V2bku5p   &lt;br /&gt;
1GE5ZChAobeTEPLHDCDDKTSg3XvLkcQFjS:5JwtGEygTwF2nouhRVzW3w5DWZd1sCgxLtnd1v51wjkbUrp5sqH   &lt;br /&gt;
12YNehfAoYTiwjTXULwaZqTCauu2D61fq6:5Jvcq19ePCXKcVun4n7US99CsrEByUK2kgxXBA3rBVBqYZjhfwD  [change] &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
There are two options in this example:&lt;br /&gt;
* option -a means: &#039;list all addresses&#039;. if you don&#039;t use it, change addresses are not listed.&lt;br /&gt;
* option -k means: display the private keys&lt;br /&gt;
&lt;br /&gt;
You can also import addresses into an electrum wallet, with the &#039;import&#039; command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum import 1LGoehbyeX4QBEPK1a6dhyaoMQZfqg5LKX:5JBSttEGhjEcPidSovW66Rin2EZ6LEHZ2qx8Pu2RqqNaDTBVWaF&lt;br /&gt;
keypair imported&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note that imported keys do not belong to the deterministic sequence of your wallet; if you import keys in a wallet, you must back it up!&lt;br /&gt;
&lt;br /&gt;
===Offline wallet===&lt;br /&gt;
&lt;br /&gt;
It is possible to create a transaction on an offline computer,&lt;br /&gt;
and to broadcast them from another computer, with a wallet that does not have the seed or private keys.&lt;br /&gt;
&lt;br /&gt;
====How to prepare an offline wallet ====&lt;br /&gt;
*step 1: create a wallet on your offline computer&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[offline]$ electrum -w wallet create&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*step 2: extract the seed from your wallet file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[offline]$ electrum -w wallet deseed &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will remove the seed from &#039;wallet&#039;, and save it to a file named &#039;wallet.seed&#039;&lt;br /&gt;
*step 3: transfer the deseeded wallet to the online computer (for example with a usb stick)&lt;br /&gt;
*step 4: run electrum on the online computer; this will synchronize your wallet with the bitcoin network, and you will be able to monitor incoming transactions:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[online]$ electrum -w wallet&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====How to send a transaction with an offline wallet====&lt;br /&gt;
*step 1: copy the synchronized wallet file to your offline computer, in the directory where the seed is.&lt;br /&gt;
*step 2: restore the seed in the wallet file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[offline]$ electrum -w wallet reseed&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*step 3: create the transaction&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[offline]$ electrum -w wallet mktx &amp;lt;recipient&amp;gt; &amp;lt;amount&amp;gt;  &amp;gt;  tx_file&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*step 4: with the usb stick, copy the transaction to the online computer:&lt;br /&gt;
*step 5: broadcast the transaction on the online computer:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[online]$ electrum -w wallet sendtx  `cat tx_file`&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== List of commands ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! command !! description !! syntax !! requires password !! needs to be online&lt;br /&gt;
|-&lt;br /&gt;
| addresses || show your list of addresses, optionally with private keys. || addresses [-a] [-b] [-k] || iff -k || no&lt;br /&gt;
|-&lt;br /&gt;
| balance || shows the balance of your wallet or of an address || balance [address] || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| contacts || print your list of contacts || contacts || no || no&lt;br /&gt;
|-&lt;br /&gt;
| create || create a new wallet || create || no || no&lt;br /&gt;
|-&lt;br /&gt;
| deseed || Remove your seed from a wallet  || deseed || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| eval || call python eval || eval &amp;lt;expression&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| help || display the help for a command || help [command] || no || no&lt;br /&gt;
|-&lt;br /&gt;
| history || print the transaction history || history || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| import || import a keypair || import &amp;lt;address:private_key&amp;gt; || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| label || change the label of a transaction or address || label &amp;lt;label&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| mktx || create a transaction and dump it || mktx [-s sourceaddr] [-c changeaddr] [-f fee] &amp;lt;address&amp;gt; &amp;lt;amount&amp;gt;  || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| password || update your password || password || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| payto || create and broadcast a transaction || payto [-s sourceaddr] [-c changeaddr] [-f fee] &amp;lt;address&amp;gt; &amp;lt;amount&amp;gt; || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
| reseed || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| restore || restore a wallet from seed || restore || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| sendtx || broadcast a transaction || sendtx &amp;lt;tx&amp;gt; || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| seed || print your seed || seed || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| signmessage || sign a message (as in bitcoind) || signmessage &amp;lt;address&amp;gt; &amp;lt;message&amp;gt; || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| validateaddress || check is the argument is a valid bitcoin address || validateaddress &amp;lt;address&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| verifymessage || verify a message (as in bitcoind) || verifymessage &amp;lt;address&amp;gt; &amp;lt;signature&amp;gt; &amp;lt;message&amp;gt; || no || no&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Electrum was announced November 5, 2011&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=50936.0 Electrum - a new thin client]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Thin Client Security]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://ecdsa.org/electrum Electrum] project website&lt;br /&gt;
* [https://gitorious.org/electrum Electrum] project source (gitorius)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Open Source]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=26035</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=26035"/>
		<updated>2012-05-03T14:11:51Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! ISO Date &lt;br /&gt;
! Link &lt;br /&gt;
! notes&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
| Plato travels using only Bitcoin to survive.&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection).&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| [[Bitbills]] &lt;br /&gt;
| Physical incarnation of bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] &lt;br /&gt;
|Offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
| Guy mines Bitcoin on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight.&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]  &lt;br /&gt;
|TV story based on Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=64199 Auto title loan for bitcoins requested] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]  &lt;br /&gt;
| Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|[http://reddit.com/r/GirlsGoneBitcoin Amateur Adult Entertainers use Bitcoin for tips] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=74552.0 Bitcoin-only Credit Default Swap (CDS)] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-19&lt;br /&gt;
|[http://payglo.be/2012/04/19/bitinstant-federally-licensed-bitcoin-exchange/ US Based exchange gets Federally licensed as a MSB]&lt;br /&gt;
|[https://bitcointalk.org/index.php?topic=77194.msg857699#msg857699 source]&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-20&lt;br /&gt;
|[http://bitcoinmedia.com/first-licensed-advanced-trading-platform-for-bitcoin/ Bitcoinica.com gets licensed as a MSB] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|[https://www.coindl.com/page/item/127 Music album sold for bitcoins exclusively] &lt;br /&gt;
|Before sold on iTunes&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-26&lt;br /&gt;
|[http://ptvheaven.com WebCam site to accept Bitcoins]&lt;br /&gt;
|Bitcoins accepted as an alternative payment. Entertainer payouts are not in Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|[http://www.cam4btc.co.cc/ Bitcoin only live webcam site] &lt;br /&gt;
|Bitcoin tips go directly to entertainers. Site operates on tips. Only accepts bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://bitcoinmagazine.net/bitcoin-magazine-press-release/ Bitcoin magazine goes to print]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://www.satoshisdaemon.com/ Race horse named after Satoshi]&lt;br /&gt;
|http://www.thebitcointrader.com/2012/04/bitcoin-horse-to-run-first-race-on-may.html&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25982</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25982"/>
		<updated>2012-05-02T02:33:46Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! ISO Date &lt;br /&gt;
! Link &lt;br /&gt;
! notes&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
| Plato travels using only Bitcoin to survive.&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection).&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| [[Bitbills]] &lt;br /&gt;
| Physical incarnation of bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] &lt;br /&gt;
|Offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
| Guy mines Bitcoin on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight.&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]  &lt;br /&gt;
|TV story based on Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=64199 Auto title loan for bitcoins requested] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]  &lt;br /&gt;
| Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|[http://reddit.com/r/GirlsGoneBitcoin Amateur Adult Entertainers use Bitcoin for tips] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=74552.0 Bitcoin-only Credit Default Swap (CDS)] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|[https://www.coindl.com/page/item/127 Music album sold for bitcoins exclusively] &lt;br /&gt;
|Before sold on iTunes&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-26&lt;br /&gt;
|[http://ptvheaven.com WebCam site to accept Bitcoins]&lt;br /&gt;
|Bitcoins accepted as an alternative payment. Entertainer payouts are not in Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|[http://www.cam4btc.co.cc/ Bitcoin only live webcam site] &lt;br /&gt;
|Bitcoin tips go directly to entertainers. Site operates on tips. Only accepts bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://bitcoinmagazine.net/bitcoin-magazine-press-release/ Bitcoin magazine goes to print]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://www.satoshisdaemon.com/ Race horse named after Satoshi]&lt;br /&gt;
|http://www.thebitcointrader.com/2012/04/bitcoin-horse-to-run-first-race-on-may.html&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25981</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25981"/>
		<updated>2012-05-02T02:32:06Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! ISO Date &lt;br /&gt;
! Link &lt;br /&gt;
! notes&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
| Plato travels using only Bitcoin to survive.&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection).&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| [[Bitbills]] &lt;br /&gt;
| Physical incarnation of bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] &lt;br /&gt;
|Offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
| Guy mines Bitcoin on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight.&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]  &lt;br /&gt;
|First TV story based on Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=64199 First auto title loan for bitcoins requested] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]  &lt;br /&gt;
| Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|[http://reddit.com/r/GirlsGoneBitcoin First Amateur Adult Entertainers use Bitcoin for tips] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=74552.0 First Bitcoin-only Credit Default Swap (CDS)] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|[https://www.coindl.com/page/item/127 First album sold for bitcoins exclusively] &lt;br /&gt;
|Before sold on iTunes&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-26&lt;br /&gt;
|[http://ptvheaven.com First WebCam site to accept Bitcoins]&lt;br /&gt;
|Bitcoins accepted as an alternative payment. Entertainer payouts are not in Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|[http://www.cam4btc.co.cc/ First Bitcoin only live webcam site] &lt;br /&gt;
|Bitcoin tips go directly to entertainers. Site operates on tips. Only accepts bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://bitcoinmagazine.net/bitcoin-magazine-press-release/ Bitcoin magazine goes to print]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://www.satoshisdaemon.com/ Race horse named after Satoshi]&lt;br /&gt;
|http://www.thebitcointrader.com/2012/04/bitcoin-horse-to-run-first-race-on-may.html&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25960</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25960"/>
		<updated>2012-05-01T15:55:37Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! ISO Date &lt;br /&gt;
! Link &lt;br /&gt;
! notes&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
| Plato travels using only Bitcoin to survive.&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection).&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| [[Bitbills]] &lt;br /&gt;
| Physical incarnation of bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] &lt;br /&gt;
|Offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
| Guy mines Bitcoin on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight.&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]  &lt;br /&gt;
|First TV story based on Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=64199 First auto title loan for bitcoins requested] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]  &lt;br /&gt;
| Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|[http://reddit.com/r/GirlsGoneBitcoin First Amateur Adult Entertainers use Bitcoin for tips] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=74552.0 First Bitcoin-only Credit Default Swap (CDS)] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|[https://www.coindl.com/page/item/127 First album sold for bitcoins exclusively] &lt;br /&gt;
|Before sold on iTunes&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-26&lt;br /&gt;
|[http://ptvheaven.com First WebCam site to accept Bitcoins]&lt;br /&gt;
|Bitcoins accepted as an alternative payment. Entertainer payouts are not in Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|[http://www.cam4btc.co.cc/ First Bitcoin only live webcam site] &lt;br /&gt;
|Bitcoin tips go directly to entertainers. Site operates on tips. Only accepts bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-05-01&lt;br /&gt;
|[http://bitcoinmagazine.net/bitcoin-magazine-press-release/ First Bitcoin magazine goes to print]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25895</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25895"/>
		<updated>2012-04-30T01:27:17Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! ISO Date &lt;br /&gt;
! Link &lt;br /&gt;
! notes&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
| Atlas travels using only Bitcoin to survive.&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection).&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| [[Bitbills]] &lt;br /&gt;
| Physical incarnation of bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] &lt;br /&gt;
|Offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
| Guy mines Bitcoin on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight.&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]  &lt;br /&gt;
|First TV story based on Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=64199 First auto title loan for bitcoins requested] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]  &lt;br /&gt;
| Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|[http://reddit.com/r/GirlsGoneBitcoin First Amateur Adult Entertainers use Bitcoin for tips] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=74552.0 First Bitcoin-only Credit Default Swap (CDS)] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|[https://www.coindl.com/page/item/127 First album sold for bitcoins exclusively] &lt;br /&gt;
|Before sold on iTunes&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-26&lt;br /&gt;
|[http://ptvheaven.com First WebCam site to accept Bitcoins]&lt;br /&gt;
|Bitcoins accepted as an alternative payment. Entertainer payouts are not in Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|[http://www.cam4btc.co.cc/ First Bitcoin only live webcam site] &lt;br /&gt;
|Bitcoin tips go directly to entertainers. Site operates on tips. Only accepts bitcoin.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25894</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25894"/>
		<updated>2012-04-30T01:26:18Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! ISO Date &lt;br /&gt;
! Link &lt;br /&gt;
! notes&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
| Atlas travels using only Bitcoin to survive.&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection).&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| [[Bitbills]] &lt;br /&gt;
| Physical incarnation of bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] &lt;br /&gt;
|Offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
| Guy mines Bitcoin on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight.&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]  &lt;br /&gt;
|First TV story based on Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=64199 First auto title loan for bitcoins requested] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]  &lt;br /&gt;
| Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|[http://reddit.com/r/GirlsGoneBitcoin First Amateur Adult Entertainers use Bitcoin for tips] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=74552.0 First Bitcoin-only Credit Default Swap (CDS)] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|[https://www.coindl.com/page/item/127 First album sold for bitcoins exclusively] &lt;br /&gt;
|Before sold on iTunes&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-26&lt;br /&gt;
|[http://ptvheaven.com First WebCam site to accept Bitcoins]&lt;br /&gt;
|Bitcoins accepted as an alternative payment. Entertainer payouts are not in Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|[http://www.cam4btc.co.cc/ First Bitcoin only, no fee, live webcam site] &lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25893</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25893"/>
		<updated>2012-04-30T01:15:21Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! ISO Date &lt;br /&gt;
! Link &lt;br /&gt;
! notes&lt;br /&gt;
|- &lt;br /&gt;
| 2010-05-17&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
| First recorded purchase of a good (pizza). Cost 10,000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
| Atlas travels using only Bitcoin to survive.&lt;br /&gt;
|-&lt;br /&gt;
| 2011-01-06&lt;br /&gt;
| [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
| Guy pays random guy for work performed (holding a sign on a busy intersection).&lt;br /&gt;
|-&lt;br /&gt;
| 2011-05-09&lt;br /&gt;
| [[Bitbills]] &lt;br /&gt;
| Physical incarnation of bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17&lt;br /&gt;
|[http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01&lt;br /&gt;
| [http://www.bitcointalk.org/index.php?topic=11178.0 SF Chiropractor accepts BTC for office visits] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04&lt;br /&gt;
|[http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] &lt;br /&gt;
|Offered within hours of each other.&lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
| Guy mines Bitcoin on an in-flight airplane using wifi. Unknown if any Bitcoins were actually created in flight.&lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19&lt;br /&gt;
|[http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode]  &lt;br /&gt;
|First TV story based on Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|2012-02-16&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=64199 First auto title loan for bitcoins requested] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-24&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent]  &lt;br /&gt;
| Over 100 commercial and residential properties&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-28&lt;br /&gt;
|[http://reddit.com/r/GirlsGoneBitcoin First Amateur Adult Entertainers use Bitcoin for tips] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-03-29&lt;br /&gt;
|[http://bitcointalk.org/index.php?topic=74552.0 First Bitcoin-only Credit Default Swap (CDS)] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-25&lt;br /&gt;
|[https://www.coindl.com/page/item/127 First album sold for bitcoins exclusively] &lt;br /&gt;
|Before sold on iTunes&lt;br /&gt;
|-&lt;br /&gt;
|2012-04-29&lt;br /&gt;
|[http://www.cam4btc.co.cc/ First Bitcoin only live webcam site] &lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25891</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25891"/>
		<updated>2012-04-30T00:47:20Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
* [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
* [[Bitbills]] physical incarnation of bitcoins. 2011-05-09&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] 2011-05-12&lt;br /&gt;
* [http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] 2011-05-17&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] 2011-05-27&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=11178.0 Chiropractor in SF Bay Area now accepting BTC for office visits] 2011-06-01&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] offered within hours of each other.&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
* [http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode] 2011-12-19 First TV story based on Bitcoin&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=64199 First auto title loan for bitcoins requested] 2012-02-16&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent] 2012-03-24 (100 properties)&lt;br /&gt;
* [http://reddit.com/r/GirlsGoneBitcoin First Amateur Adult Entertainers use Bitcoin for tips] 2012-03-28&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=74552.0 First Bitcoin-only Credit Default Swap (CDS)] 2012-03-29&lt;br /&gt;
* [https://www.coindl.com/page/item/127 First album sold for bitcoins exclusively] (before sold on iTunes)&lt;br /&gt;
* [http://www.cam4btc.co.cc/ First Bitcoin only live webcam site] 2012-04-29&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25126</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25126"/>
		<updated>2012-04-06T18:09:45Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
* [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
* [[Bitbills]] physical incarnation of bitcoins. 2011-05-09&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] 2011-05-12&lt;br /&gt;
* [http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] 2011-05-17&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] 2011-05-27&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=11178.0 Chiropractor in SF Bay Area now accepting BTC for office visits] 2011-06-01&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] offered within hours of each other.&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
* [http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode] 2011-12-19 First TV story based on Bitcoin&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=64199 First auto title loan for bitcoins requested] 2012-02-16&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent] 2012-03-24 (100 properties)&lt;br /&gt;
* [http://reddit.com/r/GirlsGoneBitcoin First Amateur Adult Entertainers use Bitcoin for tips] 2012-03-28&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=74552.0 First Bitcoin-only Credit Default Swap (CDS)] 2012-03-29&lt;br /&gt;
* [http://www.reddit.com/r/GirlsGoneBitcoin/comments/rw75x/little_star/ (NSFW) Amateur Adult Entertainer donates &amp;quot;resources&amp;quot; to WikiLeaks] 2012-04-06 &lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Talk:Bitcoin_Firsts&amp;diff=25111</id>
		<title>Talk:Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Talk:Bitcoin_Firsts&amp;diff=25111"/>
		<updated>2012-04-05T20:05:03Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Adult entertainers video */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Any reason the &#039;bitcoin first&#039; page is separate from the older History page?&lt;br /&gt;
&lt;br /&gt;
Ya, probably so that the History page was more specific to bitcoin, but firsts was for trivia and only true firsts.&lt;br /&gt;
&lt;br /&gt;
Like maybe going to v0.6 release is enough to make it into the History, but not something that would go into firsts.&lt;br /&gt;
At the same time, the first food truck to start using bitcoin might be something suitable for the Firsts page but would be extraneous in the Bitcoin History page.&lt;br /&gt;
&lt;br /&gt;
== Adult entertainers video ==&lt;br /&gt;
&lt;br /&gt;
Video has been removed from Youtube due to TOS violation. I change the link to the original subreddit where it all began and entertainers in general started accepting Bitcoin.&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25110</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=25110"/>
		<updated>2012-04-05T20:03:16Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances.  See discussion for more regarding what is suitable here.&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
* [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
* [[Bitbills]] physical incarnation of bitcoins. 2011-05-09&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] 2011-05-12&lt;br /&gt;
* [http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] 2011-05-17&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] 2011-05-27&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=11178.0 Chiropractor in SF Bay Area now accepting BTC for office visits] 2011-06-01&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] offered within hours of each other.&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
* [http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode] 2011-12-19 First TV story based on Bitcoin&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=64199 First auto title loan for bitcoins requested] 2012-02-16&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent] 2012-03-24 (100 properties)&lt;br /&gt;
* [http://reddit.com/r/GirlsGoneBitcoin First Amateur Adult Entertainers use Bitcoin for tips] 2012-03-28&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=74552.0 First Bitcoin-only Credit Default Swap (CDS)] 2012-03-29&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[History]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=24967</id>
		<title>Bitcoin Firsts</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Firsts&amp;diff=24967"/>
		<updated>2012-03-29T15:32:22Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First examples of bitcoins being accepted for various goods and services and other notable first occurances&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=137.0 Pizza]&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=4752.0 Road trip]&lt;br /&gt;
* [http://www.bitcoinblogger.com/2011/01/power-of-bitcoins.html Mobile marketing gig]&lt;br /&gt;
* [[Bitbills]] physical incarnation of bitcoins. 2011-05-09&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=8174.msg119235#msg119235 Room for rent] 2011-05-12&lt;br /&gt;
* [http://therealplato.com/post/5568777157 Tipped a stripper Bitcoins] 2011-05-17&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=10210.0 Buying aircraft for BTC] 2011-05-27&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=11178.0 Chiropractor in SF Bay Area now accepting BTC for office visits] 2011-06-01&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=12185.0 Beach Condo] and [http://forum.bitcoin.org/index.php?topic=12466.0 House] offered within hours of each other.&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=50379.0 Mining at 18,000 feet]&lt;br /&gt;
* [http://www.cbspressexpress.com/cbs-entertainment/releases/view?id=30177 CBS&#039; &amp;quot;THE GOOD WIFE&amp;quot; episode] 2011-12-19 First TV story based on Bitcoin&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=64199 First auto title loan for bitcoins requested] 2012-02-16&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=73712.0 Property management accept bitcons for rent] 2012-03-24 (100 properties)&lt;br /&gt;
* [http://www.youtube.com/watch?v=soGrVGlC9gw First Amateur Adult Entertainer posts a HOWTO use Bitcoin video] 2012-03-28&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Fallback_Nodes&amp;diff=24519</id>
		<title>Fallback Nodes</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Fallback_Nodes&amp;diff=24519"/>
		<updated>2012-03-07T18:10:25Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* Tor nodes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of nodes which are considered reliable. Nodes from this list which are down for more than 24 hours will be automatically removed and status of each node is displayed and updated every hour by [[User:WikiBot|WikiBot]].&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
&lt;br /&gt;
=== Connect to nodes ===&lt;br /&gt;
&lt;br /&gt;
You can connect to these nodes with the &#039;&#039;-addnode=ip&#039;&#039; switch instead of the usual node harvesting process (through IRC or via the embedded nodelist). You can connect to more than one node by using &#039;&#039;-addnode=ip&#039;&#039; more than once. It is usually a good idea to connect to more than one of these nodes.&lt;br /&gt;
&lt;br /&gt;
==== Nodes without a fixed ip ====&lt;br /&gt;
&lt;br /&gt;
If the node IP is not fixed (see &amp;quot;Fixed&amp;quot; column), you will have to resolve the node&#039;s name (first column) each time the IP changes. Some nodes may have their ip change once a day, some others once a month, and some others may stay on the same IP for years. Still, as long as the IP is not fixed, there is no guarantee it will stay the same.&lt;br /&gt;
&lt;br /&gt;
In order to enable hostname lookups for the &#039;&#039;-addnode&#039;&#039; and &#039;&#039;-connect&#039;&#039; parameters, you must additionally provide the &#039;&#039;-dns&#039;&#039; parameter. Example:&lt;br /&gt;
 bitcoind -dns -addnode=bitcoin.es&lt;br /&gt;
&lt;br /&gt;
Versions prior to 0.3.22 do not support hostnames to the &#039;&#039;-addnode&#039;&#039; parameter, so you must do the resolving part for it. For example on linux:&lt;br /&gt;
 bitcoind -addnode=$(dig +short bitcoin.es)&lt;br /&gt;
&lt;br /&gt;
=== IP Transactions ===&lt;br /&gt;
&lt;br /&gt;
You can also send [[IP Transactions]] to these nodes. If you include your bitcoin address in the &amp;quot;message&amp;quot; field, you may have your coins back.&lt;br /&gt;
&lt;br /&gt;
=== Tor network ===&lt;br /&gt;
&lt;br /&gt;
To use tor .onion addresses ([[Fallback_Nodes#Tor_nodes|listed below]]), you will need to map virtual ips via the &#039;&#039;torrc&#039;&#039; file:&lt;br /&gt;
&lt;br /&gt;
 mapaddress 192.0.2.2 ijzt2eeizty3p5xe.onion&lt;br /&gt;
 mapaddress 192.0.2.3 j43z65b6r2usg3vk.onion&lt;br /&gt;
 mapaddress 192.0.2.4 pvuif6nonbhj3o3r.onion&lt;br /&gt;
&lt;br /&gt;
And then put these IPs in your bitcoin.conf (or run bitcoin with -connect)&lt;br /&gt;
&lt;br /&gt;
 connect=192.0.2.2&lt;br /&gt;
 connect=192.0.2.3&lt;br /&gt;
 connect=192.0.2.4&lt;br /&gt;
&lt;br /&gt;
You can use any arbitrary IP addresses with MapAddress, though some of the common non-routable ranges (10.*, 192.168.*) will not work due to a Bitcoin bug (reference?). 192.0.2.1-192.0.2.255 is the recommended range because it is both non-routable and compatible with Bitcoin.&lt;br /&gt;
&lt;br /&gt;
It is highly recommended that you use &amp;quot;connect&amp;quot; instead of &amp;quot;addnode&amp;quot; so that all of your communications are kept within the tor network.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Since Bitcoin 0.5, the client enables nolisten when the proxy setting is enabled, which in effect prevents the client from becoming a peer node. So the only way to operate a hidden bitcoin seed node would be to revert to an earlier version, or see phantomcircuit&#039;s [https://github.com/phantomcircuit/bitcoin-alt bitcoin-alt].&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Nodes list ==&lt;br /&gt;
&lt;br /&gt;
=== IPv4 Nodes ===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Hostname !! Owner !! IP !! Fixed !! Status !! Last Seen (GMT) !! Accepts IP transactions&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- BEGIN NODELIST --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END NODELIST --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Tor nodes ===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Hostname !! Owner !! Status !! Last Seen (GMT) !! Accepts IP transactions&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin2bkgm3fke.onion || ? || up || 2012-01-16 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| ijzt2eeizty3p5xe.onion || ? || ? || 2011-02-11 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| j43z65b6r2usg3vk.onion || Dybbuk || ? || 2011-02-11 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| pvuif6nonbhj3o3r.onion || ? || ? || 2011-02-11 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| c5qvugpewwyyy5oz.onion || ? || ? || 2011-02-11 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| vso3r6cmjoomhhgg.onion || echelon || ? || 2011-02-11 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| sjdntqu5roj4q6lo.onion || torservers || up || 2012-01-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| bitcoinbudtoeks7.onion || ? || ? || 2011-02-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| iy6ni3wkqazp4ytu.onion || ? || ? || 2011-02-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| h4kklwodpcmo6cbq.onion || ? || ? || 2011-02-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| vv6kcfscuntybrzm.onion || ? || ? || 2011-02-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| nlnsivjku4x4lu5n.onion || ? || ? || 2011-02-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| xqzfakpeuvrobvpj.onion || ? || ? || 2010-11-13 || No&lt;br /&gt;
|-&lt;br /&gt;
| 4lmduyac3svgrrav.onion || ? || ? || 2011-02-11 || No&lt;br /&gt;
|-&lt;br /&gt;
| usasx4urod3yj4az.onion || ? || ? || 2011-02-11 || No&lt;br /&gt;
|-&lt;br /&gt;
| sh4ep6zb6vnoa2h5.onion || Gmaxwell || ? || 2011-10-29 || No&lt;br /&gt;
|-&lt;br /&gt;
| e3tn727fywnioxrc.onion || ? || ? || 2011-11-01 || No&lt;br /&gt;
|-&lt;br /&gt;
| p2hwc26zdsrqxiix.onion || redemerald || ? || 2011-12-28 || No&lt;br /&gt;
|-&lt;br /&gt;
| bxfna6fhddpzduck.onion || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| esvua6k2gzjj64ad.onion || redemerald || ? || 2011-12-28 || No&lt;br /&gt;
|-&lt;br /&gt;
| 7hxvg2lvr2ashzli.onion || Tuxavant || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| siqdznszjf4e6v5j.onion || Tuxavant || ? || ? || ?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Adding a node ==&lt;br /&gt;
&lt;br /&gt;
Before adding yourself as a fallback node, you should be sure your node will stay online for a long time. If a node is offline for more than 24 hours it will be removed from the list. To accept IP transactions you will have to add the &#039;&#039;-allowreceivebyip&#039;&#039; flag to your command line parameters.&lt;br /&gt;
&lt;br /&gt;
To add a node in this list, you just need the ip/hostname and your name, the other fields will be filled automatically. Insert the following lines before the &amp;lt;tt&amp;gt;END NODELIST&amp;lt;/tt&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;|-&lt;br /&gt;
| ip || your name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that a bot is supposed to connect to your node every hour to check its status and version.  Sadly, this bot appears to be offline.&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Fallback_Nodes&amp;diff=24518</id>
		<title>Fallback Nodes</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Fallback_Nodes&amp;diff=24518"/>
		<updated>2012-03-07T17:06:21Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of nodes which are considered reliable. Nodes from this list which are down for more than 24 hours will be automatically removed and status of each node is displayed and updated every hour by [[User:WikiBot|WikiBot]].&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
&lt;br /&gt;
=== Connect to nodes ===&lt;br /&gt;
&lt;br /&gt;
You can connect to these nodes with the &#039;&#039;-addnode=ip&#039;&#039; switch instead of the usual node harvesting process (through IRC or via the embedded nodelist). You can connect to more than one node by using &#039;&#039;-addnode=ip&#039;&#039; more than once. It is usually a good idea to connect to more than one of these nodes.&lt;br /&gt;
&lt;br /&gt;
==== Nodes without a fixed ip ====&lt;br /&gt;
&lt;br /&gt;
If the node IP is not fixed (see &amp;quot;Fixed&amp;quot; column), you will have to resolve the node&#039;s name (first column) each time the IP changes. Some nodes may have their ip change once a day, some others once a month, and some others may stay on the same IP for years. Still, as long as the IP is not fixed, there is no guarantee it will stay the same.&lt;br /&gt;
&lt;br /&gt;
In order to enable hostname lookups for the &#039;&#039;-addnode&#039;&#039; and &#039;&#039;-connect&#039;&#039; parameters, you must additionally provide the &#039;&#039;-dns&#039;&#039; parameter. Example:&lt;br /&gt;
 bitcoind -dns -addnode=bitcoin.es&lt;br /&gt;
&lt;br /&gt;
Versions prior to 0.3.22 do not support hostnames to the &#039;&#039;-addnode&#039;&#039; parameter, so you must do the resolving part for it. For example on linux:&lt;br /&gt;
 bitcoind -addnode=$(dig +short bitcoin.es)&lt;br /&gt;
&lt;br /&gt;
=== IP Transactions ===&lt;br /&gt;
&lt;br /&gt;
You can also send [[IP Transactions]] to these nodes. If you include your bitcoin address in the &amp;quot;message&amp;quot; field, you may have your coins back.&lt;br /&gt;
&lt;br /&gt;
=== Tor network ===&lt;br /&gt;
&lt;br /&gt;
To use tor .onion addresses ([[Fallback_Nodes#Tor_nodes|listed below]]), you will need to map virtual ips via the &#039;&#039;torrc&#039;&#039; file:&lt;br /&gt;
&lt;br /&gt;
 mapaddress 192.0.2.2 ijzt2eeizty3p5xe.onion&lt;br /&gt;
 mapaddress 192.0.2.3 j43z65b6r2usg3vk.onion&lt;br /&gt;
 mapaddress 192.0.2.4 pvuif6nonbhj3o3r.onion&lt;br /&gt;
&lt;br /&gt;
And then put these IPs in your bitcoin.conf (or run bitcoin with -connect)&lt;br /&gt;
&lt;br /&gt;
 connect=192.0.2.2&lt;br /&gt;
 connect=192.0.2.3&lt;br /&gt;
 connect=192.0.2.4&lt;br /&gt;
&lt;br /&gt;
You can use any arbitrary IP addresses with MapAddress, though some of the common non-routable ranges (10.*, 192.168.*) will not work due to a Bitcoin bug (reference?). 192.0.2.1-192.0.2.255 is the recommended range because it is both non-routable and compatible with Bitcoin.&lt;br /&gt;
&lt;br /&gt;
It is highly recommended that you use &amp;quot;connect&amp;quot; instead of &amp;quot;addnode&amp;quot; so that all of your communications are kept within the tor network.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Since Bitcoin 0.5, the client enables nolisten when the proxy setting is enabled, which in effect prevents the client from becoming a peer node. So the only way to operate a hidden bitcoin seed node would be to revert to an earlier version, or see phantomcircuit&#039;s [https://github.com/phantomcircuit/bitcoin-alt bitcoin-alt].&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Nodes list ==&lt;br /&gt;
&lt;br /&gt;
=== IPv4 Nodes ===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Hostname !! Owner !! IP !! Fixed !! Status !! Last Seen (GMT) !! Accepts IP transactions&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- BEGIN NODELIST --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END NODELIST --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Tor nodes ===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Hostname !! Owner !! Status !! Last Seen (GMT) !! Accepts IP transactions&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin2bkgm3fke.onion || ? || up || 2012-01-16 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| ijzt2eeizty3p5xe.onion || ? || ? || 2011-02-11 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| j43z65b6r2usg3vk.onion || Dybbuk || ? || 2011-02-11 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| pvuif6nonbhj3o3r.onion || ? || ? || 2011-02-11 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| c5qvugpewwyyy5oz.onion || ? || ? || 2011-02-11 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| vso3r6cmjoomhhgg.onion || echelon || ? || 2011-02-11 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| sjdntqu5roj4q6lo.onion || torservers || up || 2012-01-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| bitcoinbudtoeks7.onion || ? || ? || 2011-02-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| iy6ni3wkqazp4ytu.onion || ? || ? || 2011-02-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| h4kklwodpcmo6cbq.onion || ? || ? || 2011-02-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| vv6kcfscuntybrzm.onion || ? || ? || 2011-02-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| nlnsivjku4x4lu5n.onion || ? || ? || 2011-02-11 || ?&lt;br /&gt;
|-&lt;br /&gt;
| xqzfakpeuvrobvpj.onion || ? || ? || 2010-11-13 || No&lt;br /&gt;
|-&lt;br /&gt;
| 4lmduyac3svgrrav.onion || ? || ? || 2011-02-11 || No&lt;br /&gt;
|-&lt;br /&gt;
| usasx4urod3yj4az.onion || ? || ? || 2011-02-11 || No&lt;br /&gt;
|-&lt;br /&gt;
| sh4ep6zb6vnoa2h5.onion || Gmaxwell || ? || 2011-10-29 || No&lt;br /&gt;
|-&lt;br /&gt;
| e3tn727fywnioxrc.onion || ? || ? || 2011-11-01 || No&lt;br /&gt;
|-&lt;br /&gt;
| p2hwc26zdsrqxiix.onion || redemerald || ? || 2011-12-28 || No&lt;br /&gt;
|-&lt;br /&gt;
| bxfna6fhddpzduck.onion || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| esvua6k2gzjj64ad.onion || redemerald || ? || 2011-12-28 || No&lt;br /&gt;
|-&lt;br /&gt;
| 7hxvg2lvr2ashzli.onion || Tuxavant || ? || ? || ?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Adding a node ==&lt;br /&gt;
&lt;br /&gt;
Before adding yourself as a fallback node, you should be sure your node will stay online for a long time. If a node is offline for more than 24 hours it will be removed from the list. To accept IP transactions you will have to add the &#039;&#039;-allowreceivebyip&#039;&#039; flag to your command line parameters.&lt;br /&gt;
&lt;br /&gt;
To add a node in this list, you just need the ip/hostname and your name, the other fields will be filled automatically. Insert the following lines before the &amp;lt;tt&amp;gt;END NODELIST&amp;lt;/tt&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;|-&lt;br /&gt;
| ip || your name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that a bot is supposed to connect to your node every hour to check its status and version.  Sadly, this bot appears to be offline.&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Talk:Bitcoin_Days_Destroyed&amp;diff=21485</id>
		<title>Talk:Bitcoin Days Destroyed</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Talk:Bitcoin_Days_Destroyed&amp;diff=21485"/>
		<updated>2011-12-31T02:21:58Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: Old Inputs vs more recent Inputs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Old Inputs vs more recent Inputs ==&lt;br /&gt;
&lt;br /&gt;
How does the client&#039;s choice of an input&#039;s last activity (age) affect the measure of Bitcoin Days Destroyed?&lt;br /&gt;
&lt;br /&gt;
What happens if one client favors inputs that haven&#039;t been used for a long period of time over inputs that have just recently been used?&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Introduction&amp;diff=20735</id>
		<title>Category:Introduction</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Introduction&amp;diff=20735"/>
		<updated>2011-12-12T13:32:30Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This category contains articles that serve as a good introduction to Bitcoin for newcomers to the community.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[BitcoinMe]]&lt;br /&gt;
* [[TheBitcoin.us]]&lt;br /&gt;
* [http://www.weusecoins.com What is Bitcoin] video ([http://c2995102.r2.cf0.rackcdn.com/What_is_Bitcoin_hd.mp4 mp4])&lt;br /&gt;
* [http://www.bitcoinmoney.com/post/2560941112/rebooting-of-money The Rebooting of Money] blog post (audio podcast and transcript)&lt;br /&gt;
* [http://lwn.net/Articles/414452 Bitcoin 101 article]&lt;br /&gt;
* [http://BitcoinIntro.com Bitcoin Intro]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Help:Introduction&amp;diff=19856</id>
		<title>Help:Introduction</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Help:Introduction&amp;diff=19856"/>
		<updated>2011-11-24T01:39:30Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to provide a general overview of the Bitcoin system and economy.&lt;br /&gt;
&lt;br /&gt;
==Basic Concepts==&lt;br /&gt;
&lt;br /&gt;
===Currency===&lt;br /&gt;
&lt;br /&gt;
Alice is far away from Bob and wants to buy his [http://www.grasshillalpacas.com/alpacaproductsforbitcoinoffer.html Alpaca socks]. In return, she wants to send him a dollar. A dollar bill is a piece of paper which is very easy to create (by those who can), but which is accepted by people in exchange for valuable products and services in the real world, such as the socks Alice wants to buy. One simple thing Alice can do is put a dollar bill in an envelope, mail it to Bob, and then wait for Bob to send the socks to her.&lt;br /&gt;
&lt;br /&gt;
===Banks===&lt;br /&gt;
&lt;br /&gt;
Another thing Alice can do is to &amp;quot;wire&amp;quot; the money to Bob. She can do that by first giving her dollar bills to an institution called a bank, the job of which is to safe-keep Alice&#039;s dollar bills and, in return, to give Alice a written promise (called a &amp;quot;bank statement&amp;quot;) that, whenever she wishes, she can come to the bank to take back the same number of dollar bills that she deposited. Since the money is still Alice&#039;s, she is entitled to do with it whatever she pleases, and the bank (like most banks), for a small fee, will do Alice the service of &amp;quot;giving&amp;quot; the dollar bills to Bob instead of her. This could be done by sending a person to Bob&#039;s door, with Alice&#039;s dollar bills in hand (or, better, fresh new dollar bills, if Alice&#039;s dollar bills are in bad condition), but usually it is done by Alice&#039;s bank by giving the dollar bills to Bob&#039;s bank and informing them that the money is for Bob, who will then see the amount in his next statement, or, if he is in a hurry, the next time he contacts his bank asking about how much money they have for him.&lt;br /&gt;
&lt;br /&gt;
Since banks have many customers, and bank employees require money for doing the job of talking to people and signing documents, banks in recent times have been using machines such as ATMs and web servers, that do the job of interacting with customers instead of paid bank employees. The job of these machines is to learn what each customer wants to do with his/her money and, to the extent that it&#039;s possible, act on what the customer wants (for example, ATMs can hand cash). In the end, there is very little human involvement in this process, most of the time. The people can always know how much money out of the money that the bank is safe-keeping is theirs, and they are confident that the numbers they see in their bank statements and on their computer screens stand for the number of dollar bills that they can get from the bank at any time they wish. They can be so sure of that, that they can accept those numbers in the same way they accept paper dollars (this is similar to the way people started accepting paper dollars as they accepted gold or silver).&lt;br /&gt;
&lt;br /&gt;
However, the fact that machines are used does not change the structure of this system, which is, as it was, based on a central authority (the bank) which is responsible for keeping records about how much money belongs to whom. Everybody has to rely on this central authority to be honest (i.e. to say the truth about how much money they are safe-keeping in total, or at least to make the paper money available upon demand from the owners). Also, every person has to identify him/herself to this authority, by giving his/her real name, in order to be allowed to get their paper bills back or to send money to another person.&lt;br /&gt;
&lt;br /&gt;
Bitcoin is a system of owning and voluntarily transferring amounts of so-called bitcoins, in a manner similar to an on-line banking interface, but anonymously and without reliance on a central authority to maintain account balances. These bitcoins are valuable because they are useful and because they are limited in supply.&lt;br /&gt;
&lt;br /&gt;
==Bitcoin Basics==&lt;br /&gt;
&lt;br /&gt;
===Creation of coins===&lt;br /&gt;
The creation of coins must be limited for the currency to have any value. &lt;br /&gt;
&lt;br /&gt;
New coins are slowly &amp;quot;mined&amp;quot; into existence by following a mutually agreed-upon set of rules. A user &amp;quot;mining&amp;quot; bitcoins is running a program that searches tirelessly for a solution to a very difficult math problem whose difficulty is precisely known. The difficulty is automatically adjusted regularly so that the number of solutions found globally, by everyone, is constant: an average of 6 per hour. When a solution is found, the user may tell everyone of the existence of this new found solution, along with other information, packaged together in what is called a &amp;quot;block&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Blocks contain 50 bitcoins at present. This amount is an incentive for people to perform the computation work required for block generation. Roughly every 4 years, the number of bitcoins that can be &amp;quot;mined&amp;quot; in a block reduces by 50%. Any blocks that are created by a malicious user that do not follow this rule (or any other rules) will be rejected by everyone else. The result is that no more than 21 million bitcoins will ever exist. &lt;br /&gt;
&lt;br /&gt;
Because the &amp;quot;mining&amp;quot; incentive to put fourth the computational power to create blocks will eventually diminish, miners will some day pay for their hardware and electricity costs by collecting [[Transaction_fee|transaction fees]]. The sender of money may voluntarily pay a small transaction fee which will be kept by whoever finds the next block. Paying this fee will encourage the miner to include the transaction in a block more quickly.&lt;br /&gt;
&lt;br /&gt;
===Transferring a coin===&lt;br /&gt;
To guarantee that an eavesdropper, Eve, cannot access other people&#039;s bitcoins by creating transactions in their names we use a [[Wikipedia:Public-key_cryptography|public key system]] to make digital signatures. In this system, each person, such as Alice and Bob, has a pair of public and private keys which he/she stores in a safe [[Wallet|wallet]]. Only the user with his secret private key can sign a document, such as the transaction to give some of his bitcoins to somebody else, but any one can validate the signature using the user’s public key.&lt;br /&gt;
&lt;br /&gt;
Suppose Alice wants to send a bitcoin to Bob.&lt;br /&gt;
* Bob sends his public key to Alice.&lt;br /&gt;
* Alice adds Bob’s public key along with the amount she wants to transfer to a message: a &#039;transaction&#039; message.&lt;br /&gt;
* Alice signs the transaction with her secret private key.&lt;br /&gt;
* Alice broadcasts the transaction out over the bitcoin network for all to see.&lt;br /&gt;
&lt;br /&gt;
(Only the first step is actually completed by a human. The rest is done by the bitcoin client software.)&lt;br /&gt;
&lt;br /&gt;
As a result, anyone who knows the public keys of both Alice and Bob can now see that Alice agreed to transfer the amount to Bob, because nobody other than Alice has Alice&#039;s private key. Alice would be foolish to give her private key to other people, as this would allow them to sign transactions in her name, removing funds from her control.&lt;br /&gt;
&lt;br /&gt;
Later on, when Bob wishes to transfer the same bitcoin to Charley, he will do the same thing:&lt;br /&gt;
* Charlie sends Bob his public key.&lt;br /&gt;
* Bob adds Charlie&#039;s public key along with the amount he wants to transfer to a message: a &#039;transaction&#039; message.&lt;br /&gt;
* Bob signs the transaction with his private key.&lt;br /&gt;
* Bob broadcasts the transaction out over the bitcoin network for all to see. &lt;br /&gt;
&lt;br /&gt;
Only Bob can do this because only Bob has the private key that corresponds to the public key Alice included in the previous transaction. &lt;br /&gt;
&lt;br /&gt;
Eve cannot change who the coins belong to by replacing Bob’s public key with her public key, because Alice signed the transfer to Bob using her private key, declaring that the coins which belonged to her now belong to Bob, and Alice&#039;s private key is kept secret from Eve. So if Charley accepts that the original coin was in the hands of Alice he will also accept the fact that this coin was later passed to Bob and now Bob is passing this same coin to him.&lt;br /&gt;
&lt;br /&gt;
===Preventing double-spending===&lt;br /&gt;
The process described above does not prevent Alice from using a coin in more than one transaction. The following process does. This is the primary innovation behind Bitcoin.&lt;br /&gt;
&lt;br /&gt;
* Details about the [[Transactions|transaction]] are [[Network|sent and forwarded]] to all or as many other computers as possible.&lt;br /&gt;
* A constantly growing chain of [[Blocks|blocks]] that contains a record of all transactions is collectively maintained by all computers (each has a full copy).&lt;br /&gt;
* To be accepted in the chain, transaction blocks must be valid and must include [[proof of work]] (one block generated by the network every 10 minutes).&lt;br /&gt;
* Blocks are chained in a way so that, if any one is modified, all following blocks will have to be recomputed.&lt;br /&gt;
* When multiple valid continuations to this chain appear, only the longest such branch is accepted and it is then extended further.&lt;br /&gt;
&lt;br /&gt;
When Bob sees that his transaction has been included in a block, which has been made part of the single longest and fastest-growing block chain (extended with significant computational effort), he can be confident that the transaction by Alice has been accepted by the computers in the network and is permanently recorded, preventing Alice from creating a second transaction with the same coin. In order for Alice to thwart this system and double-spend her coins, she would need to muster more computing power than all other bitcoin users combined.&lt;br /&gt;
&lt;br /&gt;
===Anonymity===&lt;br /&gt;
There are no bitcoin &amp;quot;accounts&amp;quot; to set up, no e-mail addresses and no user-names and passwords to give, just for owning bitcoins. Each balance is simply associated with a randomly generated public-private key pair and the money &amp;quot;belongs&amp;quot; to whoever has the private key and can sign transactions with it. Moreover, those keys do not have to be registered anywhere in advance, as they are only actually used if and when there is a transaction involving them. Transacting parties do not need to know each other&#039;s identity in the same way that a store owner does not know Bob&#039;s name is Bob when Bob goes and buys groceries with cash.&lt;br /&gt;
&lt;br /&gt;
A [[Address|Bitcoin address]] mathematically corresponds to a public key and looks like this:&lt;br /&gt;
&lt;br /&gt;
:15VjRaDX9zpbA8LVnbrCAFzrVzN7ixHNsC&lt;br /&gt;
&lt;br /&gt;
Each person can have many such addresses, each with its own balance, which makes it very difficult to know which person owns what amount. In order to protect his [[Anonymity|privacy]], Bob can even generate a new public-private key pair for each individual transaction. The Bitcoin software encourages this behavior by default. Continuing the example from above, when Charlie receives the bitcoin from Bob, Charlie will not be able to identify who owned the coin before Bob (not without asking Bob).&lt;br /&gt;
&lt;br /&gt;
You have completed reading our Bitcoin introduction!&lt;br /&gt;
&lt;br /&gt;
==Where to see and explore==&lt;br /&gt;
You can directly explore the system in action by visiting the [http://blockexplorer.com/ Bitcoin Block Explorer].&lt;br /&gt;
The site shows you the latest blocks in the block chain. The [[Block_chain|block chain]] contains the agreed history of all transactions that took place in the system.&lt;br /&gt;
Note how many blocks were generated in the last hour which on average will be 6. Also notice the number of transactions and the total amount transferred in the last hour (last time I checked it was about 64 and 15K).&lt;br /&gt;
This should give you an indication of how active the system is.&lt;br /&gt;
&lt;br /&gt;
Next, drill into one of these blocks.&lt;br /&gt;
Start by noticing that the block&#039;s [[hash|hash]] begins with a run of zeros. This what made making it so difficult; a hash that begins with many zeros is much more difficult to find than a hash with few or no zeros. The computer that generated this block had to try many &#039;&#039;Nonce&#039;&#039; values (also listed on the block&#039;s page) until it found one that generated this run of zeros.&lt;br /&gt;
Next notice the line titled &#039;&#039;Previous block&#039;&#039;, each block contains the hash of the block that came before it, this is what forms the chain of blocks.&lt;br /&gt;
Now notice all the transactions the block contains. The first transaction is the income earned by the computer that generated this block. It includes a fixed amount of coins created out of thin air and possibly fee collected from other transactions in the same block.&lt;br /&gt;
&lt;br /&gt;
Drill into any of the transactions and you will see how it is made from one or more amounts coming in and out.&lt;br /&gt;
The fact that there can be more than one incoming and outgoing amounts, allow the system to join and break amounts in any possible way allowing for any fractional amount needed. Each incoming amount is a transaction from the past (which you can also drill to) coming from an address of someone and each outgoing amount is addressed to someone and will be part of a future transaction (which you can also drill too if it also had already taken place.)&lt;br /&gt;
&lt;br /&gt;
Finally you can drill into any of the  [[Address|addresses]] and see what public information is available.&lt;br /&gt;
&lt;br /&gt;
To get an impression of the amount of activity on the Bitcoin network, you might like to visit the monitoring websites [[Bitcoin Monitor]] and [[Bitcoin Watch]]. The first shows a real-time visualization of events on the Bitcoin network and the second lists general statistics on the amount and size of recent transactions.&lt;br /&gt;
&lt;br /&gt;
===How many people use Bitcoin?===&lt;br /&gt;
&lt;br /&gt;
This is quite a difficult question to answer accurately. The best estimation is to count how many bitcoin clients connected to the network in the last 24 hours. We can do this as the client transmits its address to the other members of the network periodically. The estimate as of Sept 2011 is about 60,000 users. To get a more current estimate see [http://bitcoinstatus.rowit.co.uk/ Bitcoin Network Status Charts]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [http://www.youtube.com/watch?v=Um63OQz3bjo What is Bitcoin?] video introduction&lt;br /&gt;
* Installing Bitcoin [[getting started]] &lt;br /&gt;
* [[How bitcoin works]]&lt;br /&gt;
* [[Using Bitcoin]]&lt;br /&gt;
* A gentle introduction to Bitcoin - [[BitcoinMe]]&lt;br /&gt;
* Another introduction, &#039;&#039;The Rebooting Of Money&#039;&#039; podcast is found at [[Bitcoin Money]]&lt;br /&gt;
* A beginner&#039;s step-by-step guide to using Bitcoin, use of alternative wallets, and generally keeping your money and computer secure - [http://BitcoinIntro.com BitcoinIntro.com]&lt;br /&gt;
&lt;br /&gt;
[[zh-cn:简介]]&lt;br /&gt;
&lt;br /&gt;
[[de:Einführung]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Help:Introduction&amp;diff=19855</id>
		<title>Help:Introduction</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Help:Introduction&amp;diff=19855"/>
		<updated>2011-11-24T01:37:51Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to provide a general overview of the Bitcoin system and economy.&lt;br /&gt;
&lt;br /&gt;
==Basic Concepts==&lt;br /&gt;
&lt;br /&gt;
===Currency===&lt;br /&gt;
&lt;br /&gt;
Alice is far away from Bob and wants to buy his [http://www.grasshillalpacas.com/alpacaproductsforbitcoinoffer.html Alpaca socks]. In return, she wants to send him a dollar. A dollar bill is a piece of paper which is very easy to create (by those who can), but which is accepted by people in exchange for valuable products and services in the real world, such as the socks Alice wants to buy. One simple thing Alice can do is put a dollar bill in an envelope, mail it to Bob, and then wait for Bob to send the socks to her.&lt;br /&gt;
&lt;br /&gt;
===Banks===&lt;br /&gt;
&lt;br /&gt;
Another thing Alice can do is to &amp;quot;wire&amp;quot; the money to Bob. She can do that by first giving her dollar bills to an institution called a bank, the job of which is to safe-keep Alice&#039;s dollar bills and, in return, to give Alice a written promise (called a &amp;quot;bank statement&amp;quot;) that, whenever she wishes, she can come to the bank to take back the same number of dollar bills that she deposited. Since the money is still Alice&#039;s, she is entitled to do with it whatever she pleases, and the bank (like most banks), for a small fee, will do Alice the service of &amp;quot;giving&amp;quot; the dollar bills to Bob instead of her. This could be done by sending a person to Bob&#039;s door, with Alice&#039;s dollar bills in hand (or, better, fresh new dollar bills, if Alice&#039;s dollar bills are in bad condition), but usually it is done by Alice&#039;s bank by giving the dollar bills to Bob&#039;s bank and informing them that the money is for Bob, who will then see the amount in his next statement, or, if he is in a hurry, the next time he contacts his bank asking about how much money they have for him.&lt;br /&gt;
&lt;br /&gt;
Since banks have many customers, and bank employees require money for doing the job of talking to people and signing documents, banks in recent times have been using machines such as ATMs and web servers, that do the job of interacting with customers instead of paid bank employees. The job of these machines is to learn what each customer wants to do with his/her money and, to the extent that it&#039;s possible, act on what the customer wants (for example, ATMs can hand cash). In the end, there is very little human involvement in this process, most of the time. The people can always know how much money out of the money that the bank is safe-keeping is theirs, and they are confident that the numbers they see in their bank statements and on their computer screens stand for the number of dollar bills that they can get from the bank at any time they wish. They can be so sure of that, that they can accept those numbers in the same way they accept paper dollars (this is similar to the way people started accepting paper dollars as they accepted gold or silver).&lt;br /&gt;
&lt;br /&gt;
However, the fact that machines are used does not change the structure of this system, which is, as it was, based on a central authority (the bank) which is responsible for keeping records about how much money belongs to whom. Everybody has to rely on this central authority to be honest (i.e. to say the truth about how much money they are safe-keeping in total, or at least to make the paper money available upon demand from the owners). Also, every person has to identify him/herself to this authority, by giving his/her real name, in order to be allowed to get their paper bills back or to send money to another person.&lt;br /&gt;
&lt;br /&gt;
Bitcoin is a system of owning and voluntarily transferring amounts of so-called bitcoins, in a manner similar to an on-line banking interface, but anonymously and without reliance on a central authority to maintain account balances. These bitcoins are valuable because they are useful and because they are limited in supply.&lt;br /&gt;
&lt;br /&gt;
==Bitcoin Basics==&lt;br /&gt;
&lt;br /&gt;
===Creation of coins===&lt;br /&gt;
The creation of coins must be limited for the currency to have any value. &lt;br /&gt;
&lt;br /&gt;
New coins are slowly &amp;quot;mined&amp;quot; into existence by following a mutually agreed-upon set of rules. A user &amp;quot;mining&amp;quot; bitcoins is running a program that searches tirelessly for a solution to a very difficult math problem whose difficulty is precisely known. The difficulty is automatically adjusted regularly so that the number of solutions found globally, by everyone, is constant: an average of 6 per hour. When a solution is found, the user may tell everyone of the existence of this new found solution, along with other information, packaged together in what is called a &amp;quot;block&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Blocks contain 50 bitcoins at present. This amount is an incentive for people to perform the computation work required for block generation. Roughly every 4 years, the number of bitcoins that can be &amp;quot;mined&amp;quot; in a block reduces by 50%. Any blocks that are created by a malicious user that do not follow this rule (or any other rules) will be rejected by everyone else. The result is that no more than 21 million bitcoins will ever exist. &lt;br /&gt;
&lt;br /&gt;
Because the &amp;quot;mining&amp;quot; incentive to put fourth the computational power to create blocks will eventually diminish, miners will some day pay for their hardware and electricity costs by collecting [[Transaction_fee|transaction fees]]. The sender of money may voluntarily pay a small transaction fee which will be kept by whoever finds the next block. Paying this fee will encourage the miner to include the transaction in a block more quickly.&lt;br /&gt;
&lt;br /&gt;
===Transferring a coin===&lt;br /&gt;
To guarantee that an eavesdropper, Eve, cannot access other people&#039;s bitcoins by creating transactions in their names we use a [[Wikipedia:Public-key_cryptography|public key system]] to make digital signatures. In this system, each person, such as Alice and Bob, has a pair of public and private keys which he/she stores in a safe [[Wallet|wallet]]. Only the user with his secret private key can sign a document, such as the transaction to give some of his bitcoins to somebody else, but any one can validate the signature using the user’s public key.&lt;br /&gt;
&lt;br /&gt;
Suppose Alice wants to send a bitcoin to Bob.&lt;br /&gt;
* Bob sends his public key to Alice.&lt;br /&gt;
* Alice adds Bob’s public key along with the amount she wants to transfer to a message: a &#039;transaction&#039; message.&lt;br /&gt;
* Alice signs the transaction with her secret private key.&lt;br /&gt;
* Alice broadcasts the transaction out over the bitcoin network for all to see.&lt;br /&gt;
&lt;br /&gt;
(Only the first step is actually completed by a human. The rest is done by the bitcoin client software.)&lt;br /&gt;
&lt;br /&gt;
As a result, anyone who knows the public keys of both Alice and Bob can now see that Alice agreed to transfer the amount to Bob, because nobody other than Alice has Alice&#039;s private key. Alice would be foolish to give her private key to other people, as this would allow them to sign transactions in her name, removing funds from her control.&lt;br /&gt;
&lt;br /&gt;
Later on, when Bob wishes to transfer the same bitcoin to Charley, he will do the same thing:&lt;br /&gt;
* Charlie sends Bob his public key.&lt;br /&gt;
* Bob adds Charlie&#039;s public key along with the amount he wants to transfer to a message: a &#039;transaction&#039; message.&lt;br /&gt;
* Bob signs the transaction with his private key.&lt;br /&gt;
* Bob broadcasts the transaction out over the bitcoin network for all to see. &lt;br /&gt;
&lt;br /&gt;
Only Bob can do this because only Bob has the private key that corresponds to the public key Alice included in the previous transaction. &lt;br /&gt;
&lt;br /&gt;
Eve cannot change who the coins belong to by replacing Bob’s public key with her public key, because Alice signed the transfer to Bob using her private key, declaring that the coins which belonged to her now belong to Bob, and Alice&#039;s private key is kept secret from Eve. So if Charley accepts that the original coin was in the hands of Alice he will also accept the fact that this coin was later passed to Bob and now Bob is passing this same coin to him.&lt;br /&gt;
&lt;br /&gt;
===Preventing double-spending===&lt;br /&gt;
The process described above does not prevent Alice from using a coin in more than one transaction. The following process does. This is the primary innovation behind Bitcoin.&lt;br /&gt;
&lt;br /&gt;
* Details about the [[Transactions|transaction]] are [[Network|sent and forwarded]] to all or as many other computers as possible.&lt;br /&gt;
* A constantly growing chain of [[Blocks|blocks]] that contains a record of all transactions is collectively maintained by all computers (each has a full copy).&lt;br /&gt;
* To be accepted in the chain, transaction blocks must be valid and must include [[proof of work]] (one block generated by the network every 10 minutes).&lt;br /&gt;
* Blocks are chained in a way so that, if any one is modified, all following blocks will have to be recomputed.&lt;br /&gt;
* When multiple valid continuations to this chain appear, only the longest such branch is accepted and it is then extended further.&lt;br /&gt;
&lt;br /&gt;
When Bob sees that his transaction has been included in a block, which has been made part of the single longest and fastest-growing block chain (extended with significant computational effort), he can be confident that the transaction by Alice has been accepted by the computers in the network and is permanently recorded, preventing Alice from creating a second transaction with the same coin. In order for Alice to thwart this system and double-spend her coins, she would need to muster more computing power than all other bitcoin users combined.&lt;br /&gt;
&lt;br /&gt;
===Anonymity===&lt;br /&gt;
There are no bitcoin &amp;quot;accounts&amp;quot; to set up, no e-mail addresses and no user-names and passwords to give, just for owning bitcoins. Each balance is simply associated with a randomly generated public-private key pair and the money &amp;quot;belongs&amp;quot; to whoever has the private key and can sign transactions with it. Moreover, those keys do not have to be registered anywhere in advance, as they are only actually used if and when there is a transaction involving them. Transacting parties do not need to know each other&#039;s identity in the same way that a store owner does not know Bob&#039;s name is Bob when Bob goes and buys groceries with cash.&lt;br /&gt;
&lt;br /&gt;
A [[Address|Bitcoin address]] mathematically corresponds to a public key and looks like this:&lt;br /&gt;
&lt;br /&gt;
:15VjRaDX9zpbA8LVnbrCAFzrVzN7ixHNsC&lt;br /&gt;
&lt;br /&gt;
Each person can have many such addresses, each with its own balance, which makes it very difficult to know which person owns what amount. In order to protect his [[Anonymity|privacy]], Bob can even generate a new public-private key pair for each individual transaction. The Bitcoin software encourages this behavior by default. Continuing the example from above, when Charlie receives the bitcoin from Bob, Charlie will not be able to identify who owned the coin before Bob (not without asking Bob).&lt;br /&gt;
&lt;br /&gt;
You have completed reading our Bitcoin introduction!&lt;br /&gt;
&lt;br /&gt;
==Where to see and explore==&lt;br /&gt;
You can directly explore the system in action by visiting the [http://blockexplorer.com/ Bitcoin Block Explorer].&lt;br /&gt;
The site shows you the latest blocks in the block chain. The [[Block_chain|block chain]] contains the agreed history of all transactions that took place in the system.&lt;br /&gt;
Note how many blocks were generated in the last hour which on average will be 6. Also notice the number of transactions and the total amount transferred in the last hour (last time I checked it was about 64 and 15K).&lt;br /&gt;
This should give you an indication of how active the system is.&lt;br /&gt;
&lt;br /&gt;
Next, drill into one of these blocks.&lt;br /&gt;
Start by noticing that the block&#039;s [[hash|hash]] begins with a run of zeros. This what made making it so difficult; a hash that begins with many zeros is much more difficult to find than a hash with few or no zeros. The computer that generated this block had to try many &#039;&#039;Nonce&#039;&#039; values (also listed on the block&#039;s page) until it found one that generated this run of zeros.&lt;br /&gt;
Next notice the line titled &#039;&#039;Previous block&#039;&#039;, each block contains the hash of the block that came before it, this is what forms the chain of blocks.&lt;br /&gt;
Now notice all the transactions the block contains. The first transaction is the income earned by the computer that generated this block. It includes a fixed amount of coins created out of thin air and possibly fee collected from other transactions in the same block.&lt;br /&gt;
&lt;br /&gt;
Drill into any of the transactions and you will see how it is made from one or more amounts coming in and out.&lt;br /&gt;
The fact that there can be more than one incoming and outgoing amounts, allow the system to join and break amounts in any possible way allowing for any fractional amount needed. Each incoming amount is a transaction from the past (which you can also drill to) coming from an address of someone and each outgoing amount is addressed to someone and will be part of a future transaction (which you can also drill too if it also had already taken place.)&lt;br /&gt;
&lt;br /&gt;
Finally you can drill into any of the  [[Address|addresses]] and see what public information is available.&lt;br /&gt;
&lt;br /&gt;
To get an impression of the amount of activity on the Bitcoin network, you might like to visit the monitoring websites [[Bitcoin Monitor]] and [[Bitcoin Watch]]. The first shows a real-time visualization of events on the Bitcoin network and the second lists general statistics on the amount and size of recent transactions.&lt;br /&gt;
&lt;br /&gt;
===How many people use Bitcoin?===&lt;br /&gt;
&lt;br /&gt;
This is quite a difficult question to answer accurately. The best estimation is to count how many bitcoin clients connected to the network in the last 24 hours. We can do this as the client transmits its address to the other members of the network periodically. The estimate as of Sept 2011 is about 60,000 users. To get a more current estimate see [http://bitcoinstatus.rowit.co.uk/ Bitcoin Network Status Charts]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [http://www.youtube.com/watch?v=Um63OQz3bjo What is Bitcoin?] video introduction&lt;br /&gt;
* Installing Bitcoin [[getting started]] &lt;br /&gt;
* [[How bitcoin works]]&lt;br /&gt;
* [[Using Bitcoin]]&lt;br /&gt;
* A gentle introduction to Bitcoin - [[BitcoinMe]]&lt;br /&gt;
* Another introduction, &#039;&#039;The Rebooting Of Money&#039;&#039; podcast is found at [[Bitcoin Money]]&lt;br /&gt;
* A beginner&#039;s step-by-step guide to using Bitcoin, use of alternative wallets, and generally keeping your money and computer secure - [[BitcoinIntro.com]]&lt;br /&gt;
&lt;br /&gt;
[[zh-cn:简介]]&lt;br /&gt;
&lt;br /&gt;
[[de:Einführung]]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Donation-accepting_organizations_and_projects&amp;diff=19851</id>
		<title>Donation-accepting organizations and projects</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Donation-accepting_organizations_and_projects&amp;diff=19851"/>
		<updated>2011-11-24T01:30:57Z</updated>

		<summary type="html">&lt;p&gt;JulianTosh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of organizations that accept bitcoin donations.&lt;br /&gt;
Only notable donation-accepting sites should be added here.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Organization&lt;br /&gt;
! Purpose&lt;br /&gt;
! Donation Page&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.anonyops.com/index.php Anonyops.com]&lt;br /&gt;
|Website dedicated to bringing people up to date with Anonymous actions, operations, and interesting news.&lt;br /&gt;
|http://anonyops.com/bitcoindonate.php&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.indiegogo.com/commonsense A Liberty Upgrade for America (IndieGoGo)]&lt;br /&gt;
|Join us as we reach 1.6 million Americans with a message of liberty!&lt;br /&gt;
|http://www.indiegogo.com/commonsense&lt;br /&gt;
|-&lt;br /&gt;
|[http://anapnea.org Anapnea]&lt;br /&gt;
|An open ethical shell network aiming to create a community with a spirit of productivity, learning and freedom, to give you a breath of fresh air. Operates an open Gentoo Linux shell network that is accessed daily by hundreds of ethical hackers, developers, designers and geeks around the world.&lt;br /&gt;
|[https://twitter.com/anapnea/status/78118988848185345 Bitcoin Donation Address]&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.anonnews.org/ Anonnews.org]&lt;br /&gt;
|Open news platform for Anonymous&lt;br /&gt;
|http://anonnews.org/bitcoin.html&lt;br /&gt;
|-&lt;br /&gt;
|[http://awesome.naquadah.org/ awesome]&lt;br /&gt;
|Window manager for X11&lt;br /&gt;
|http://awesome.naquadah.org/community/&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.ezyorg.com/ Organizing &amp;amp; Planning Tool]&lt;br /&gt;
|Great tool to organize your next party or business meeting&lt;br /&gt;
|http://ezyorg.com/&lt;br /&gt;
|-|-&lt;br /&gt;
|[https://iplayernotifier.appspot.com/ BBC iPlayer Notifier]&lt;br /&gt;
|Email and Google Talk notification of new content available on BBC iPlayer&lt;br /&gt;
|https://iplayernotifier.appspot.com/&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.beatingdebt.org/ BeatingDebt.org]&lt;br /&gt;
|Teaching debt prevention by placing educational ads, supporting debt prevention groups, and providing online resources.&lt;br /&gt;
|http://www.beatingdebt.org/donate.php#BitCoinDonation&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.bitcharity.org/ BitCharity]&lt;br /&gt;
|Use Bitcoins to donate to your favorite charity&lt;br /&gt;
|http://www.bitcharity.org&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.bluetile.org Bluetile]&lt;br /&gt;
|Tiling window manager for GNOME&lt;br /&gt;
|http://www.bluetile.org/#development&lt;br /&gt;
|-&lt;br /&gt;
|[http://brmlab.cz/ Brmlab, hackerspace]&lt;br /&gt;
|The first hackerspace in the Czech Republic&lt;br /&gt;
|http://brmlab.cz/project/bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|[http://c4ss.org/ Center for a Stateless Society]&lt;br /&gt;
|Builds public awareness of, and support for, market anarchism&lt;br /&gt;
|http://c4ss.org/support-the-center&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.cheat-sheets.org/ Cheat-Sheets.org]&lt;br /&gt;
|All cheat sheets, round-ups, quick reference cards, quick reference guides and quick reference sheets in one page.&lt;br /&gt;
|[http://www.cheat-sheets.org/ cheat-sheets.org]&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.bitcoinsreview.com Consumer - Merchant Trust Project]&lt;br /&gt;
|An initiative to increase trust between Consumer and Bitcoin Merchants. All proceeds go to the websites fund, which pays for various things such as web-hosting and advertisement.&lt;br /&gt;
|http://www.bitcoinsreview.com/donate/&lt;br /&gt;
|-&lt;br /&gt;
|[http://convergence.io Convergence - Moving beyond Certificate Authorities]&lt;br /&gt;
|An agile, distributed, and secure strategy for replacing Certificate Authorities.&lt;br /&gt;
|http://convergence.io/involved.html&lt;br /&gt;
|-&lt;br /&gt;
|[http://ccbib.org Creative Commons Bibliothek]&lt;br /&gt;
|A Library dedicated to free books. Free meaning either &amp;quot;Creative Commons&amp;quot; or &amp;quot;out of copyright&amp;quot;. The source code for all books is online to ease reprinting with  any custom layout. Local groups produce paper versions for lending.&lt;br /&gt;
|http://ccbib.org/donate/&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.cryto.net/ Cryto Coding Collective]&lt;br /&gt;
|A non-profit collective of independent developers and contributors that strive for real innovation. Unhindered by monetary incentive, arbitrary guidelines or authoritarian coordinators, it allows for an environment where real innovation takes place. Provides infrastructure like a storage grid, IRC network, and hosting.&lt;br /&gt;
|http://www.cryto.net/donate/&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.DecryptedMatrix.com/ Decrypted Matrix ]&lt;br /&gt;
|GOALS: Elevate Human Awareness, Expose Greed &amp;amp; Corruption, Learn from [true] History, Distribute Beneficial Knowledge, Advance [suppressed] Technology, Protect Organic Agriculture, Maximize Human Potential, Promote Global Solutions, Re-integrate with Nature, Act with Love in all&lt;br /&gt;
|http://www.DecryptedMatrix.com&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.degenernet.com/ Degenernet Radio]&lt;br /&gt;
|Online radio station founded in 2002 dedicated to promoting independent music from all genres.  Music available from [http://www.degenernet.com www.degenernet.com]and on the [http://apps.facebook.com/degenernet Degenernet Radio Facebook App].&lt;br /&gt;
|http://www.degenernet.com/donate.php&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.diasporafoundation.org/donate#bitcoin Diaspora Foundation]&lt;br /&gt;
|The people behind Diaspora, a distributed &amp;quot;social network&amp;quot;. They&#039;re also running one public Diaspora server ([http://joindiaspora.com joindiaspora.com]).&lt;br /&gt;
|https://www.diasporafoundation.org/donate#bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|[http://opensource.doppelstern.com Doppelstern Antispam]&lt;br /&gt;
|Doppelstern Antispam signatures for ClamAV&lt;br /&gt;
|http://opensource.doppelstern.com&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.dosbox.com/ DOSBox]&lt;br /&gt;
|An x86 emulator with DOS&lt;br /&gt;
|http://www.dosbox.com/crew.php&lt;br /&gt;
|-&lt;br /&gt;
|[http://spices.org.my/ Early Intervention Program at SPICES]&lt;br /&gt;
|An established non-profit organization providing services to children with learning disabilities since 1997&lt;br /&gt;
|http://spices.org.my/be-involved/donations/&lt;br /&gt;
|-&lt;br /&gt;
|[http://encyclopediadramatica.ch/Main_Page Encyclopedia Dramatica]&lt;br /&gt;
|4chan&#039;s Wikipedia &lt;br /&gt;
|http://encyclopediadramatica.ch/donate.php&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.erowid.org/ Erowid]&lt;br /&gt;
|Online library of information about psychoactive plants and chemicals and other topics on altered states of consciousness such as meditation and lucid dreaming.&lt;br /&gt;
|https://www.erowid.org/donations/donations_bitcoin.php&lt;br /&gt;
|-&lt;br /&gt;
|[http://eudemocracia.org/english.html Eudemocracia] NGO&lt;br /&gt;
|Dedicated to the creation of a modern form of government that combines these two concepts: direct democracy and internet.&lt;br /&gt;
|http://wiki.eudemocracia.org/en/donaciones&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.foo.be/forban/ Forban]&lt;br /&gt;
|Filesharing protocol for local area networks&lt;br /&gt;
|http://www.foo.be/forban/&lt;br /&gt;
|-&lt;br /&gt;
|[http://420chan.org/ 420chan]&lt;br /&gt;
|Imageboard community&lt;br /&gt;
|http://420chan.org/donate/&lt;br /&gt;
|-&lt;br /&gt;
|[http://freedomboxfoundation.org FreedomBox Foundation]&lt;br /&gt;
|Non-profit turning small plug computers into personal servers that guard your privacy, anonymity and security.&lt;br /&gt;
|https://freedomboxfoundation.org/donate&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.fsf.org Free Software Foundation]&lt;br /&gt;
|Worldwide advocate for software freedom and host organization for the GNU Project.&lt;br /&gt;
|https://my.fsf.org/donate/other&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.freetalklive.com/ Free Talk Live]&lt;br /&gt;
|Help spread the message of liberty by donating to a liberty leaning nationally syndicated radio show!&lt;br /&gt;
|http://www.freetalklive.com/bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|[http://freedomainradio.com/ Freedomain Radio]&lt;br /&gt;
|Online philosophical conversation about freedom, religion, the state, and the family&lt;br /&gt;
|http://board.freedomainradio.com/forums/t/30241.aspx&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.freehal.org/ FreeHAL]&lt;br /&gt;
|a self-learning artificial intelligence available as free software&lt;br /&gt;
|http://www.freehal.net/funds/?p=do&amp;amp;l=en&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.gentlelan.de/ GentleLAN]&lt;br /&gt;
|Since many years free private LANs in Bremen / Germany &lt;br /&gt;
|http://www.gentlelan.de/?page_id=193&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.reddit.com/r/hackbloc HackBloc on Reddit]&lt;br /&gt;
|Hacktivism, Crypto-anarchy, Darknets.&lt;br /&gt;
|http://www.reddit.com/r/hackbloc&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.heavensentgaming.com Heaven Sent Gaming]&lt;br /&gt;
|Heaven Sent Gaming is a new media entertainment group founded by Mario Lucero and Isabel Ruiz, in 2006, as a game development team.&lt;br /&gt;
|http://heavensentgaming.com/support-and-donations/&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.helplinux.ru Help Linux]&lt;br /&gt;
|Help Linux is the Russian volunteer project aimed to help people with linux. This projects helps anyone to find a skilled in some questions person and ask for help directly.&lt;br /&gt;
|http://helplinux.ourproject.org/wiki/about:start&lt;br /&gt;
|-&lt;br /&gt;
|[http://i2p2.de/ I2P Anonymous Network]&lt;br /&gt;
|Anonymising network similar to tor&lt;br /&gt;
|http://www.i2p2.de/donate.html&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.intercom.gs/ Intercom - Emergency Communications Division]&lt;br /&gt;
|We Build Censorship Resistant Phone and Communications Networks&lt;br /&gt;
|http://www.intercom.gs/support.html&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.partito-pirata.it/ Italian Pirate Party]&lt;br /&gt;
|Italian Pirate Party - Associazione Partito Pirata Italia&lt;br /&gt;
|http://www.partito-pirata.it/magazzino/payBTC.html&lt;br /&gt;
|-&lt;br /&gt;
|[http://lifeboat.com Lifeboat Foundation]&lt;br /&gt;
|The Lifeboat Foundation is a nonprofit nongovernmental organization dedicated to encouraging scientific advancements while helping humanity survive existential risks and possible misuse of increasingly powerful technologies, including genetic engineering, nanotechnology, and robotics/AI, as we move towards the Singularity.  (Currently offering to double all Bitcoin donations.)&lt;br /&gt;
|https://lifeboat.com/ex/summer.growth&lt;br /&gt;
|-&lt;br /&gt;
|[http://lorea.org/ Lorea]&lt;br /&gt;
|A distributed and federated nodal organization of entities working on integrating and pushing available free and open source technologies and networks, for social networking, social economy and autonomy of the people.&lt;br /&gt;
|https://n-1.cc/pg/pages/view/14888/&lt;br /&gt;
|-&lt;br /&gt;
|[http://biohackers.la/ Los Angeles Biohackers]&lt;br /&gt;
|Grass-roots biotechnology lab in downtown Los Angeles&lt;br /&gt;
|http://www.socal-diybio.org/Main_Page#Donate&lt;br /&gt;
|-&lt;br /&gt;
|[http://la.indymedia.org/ Los Angeles Indymedia]&lt;br /&gt;
|User-generated left-wing news.&lt;br /&gt;
|http://la.indymedia.org/&lt;br /&gt;
|-&lt;br /&gt;
|[http://love2d.org/ LÖVE]&lt;br /&gt;
|An open source 2D game engine.&lt;br /&gt;
|http://love2d.org/&lt;br /&gt;
|-&lt;br /&gt;
|[http://mars.radiome.me M.A.R.S. Radio Modern Alternative Rock Splendor ]&lt;br /&gt;
|M.A.R.S Radio is an online radio station playing 24/7/365 commercial free alternative rock at 192 Kbps. M.A.R.S. Radio is pleased to provide listeners FM+ audio quality. M.A.R.S. Radio is the first online music radio station to accept Bitcoin donations.&lt;br /&gt;
|http://radiome.me/&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/FellowTraveler/Open-Transactions/ Open Transactions]&lt;br /&gt;
|Easy-to-use, Financial Crypto and Digital Cash Library.&lt;br /&gt;
|https://github.com/FellowTraveler/Moneychanger&lt;br /&gt;
|-&lt;br /&gt;
|[http://opengameart.org/ OpenGameArt.org]&lt;br /&gt;
|Produces and hosts freely licensed art for use in open source games&lt;br /&gt;
|http://opengameart.org/content/donate-bitcoins&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.openwall.com Openwall Project]&lt;br /&gt;
|Development of information security related free software, information security research, publications, and community activities aimed at making existing free software safer to use.&lt;br /&gt;
|http://www.openwall.com/donations/&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.operationanonymous.org/ Operation Anonymous]&lt;br /&gt;
|Anonymous Political Group&lt;br /&gt;
|http://www.operationanonymous.org/&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.organicdesign.co.nz OrganicDesign]&lt;br /&gt;
|A group developing methods and tools to support open-source bottom-up peer-to-peer governance for the people!&lt;br /&gt;
|http://www.organicdesign.co.nz&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.paniq.cc paniq.cc]&lt;br /&gt;
|Music from the other side of the universe&lt;br /&gt;
|http://www.paniq.cc&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.liberallibertario.org Partido Liberal Libertario]&lt;br /&gt;
|Libertarian Party of Argentina&lt;br /&gt;
|http://www.liberallibertario.org/aportes&lt;br /&gt;
|-&lt;br /&gt;
|[http://pioneerone.tv/ Pioneer One]&lt;br /&gt;
|TV series funded purely through donations&lt;br /&gt;
|https://twitter.com/pioneeronetv/status/36119594439544832&lt;br /&gt;
|-&lt;br /&gt;
|[http://plankhead.com/ Plankhead]&lt;br /&gt;
|Free/open source media and arts organization&lt;br /&gt;
|http://plankhead.com/donate&lt;br /&gt;
|-&lt;br /&gt;
|[http://plaztika.com/?lang=en Plaztika]&lt;br /&gt;
|Non-profit website (only runs on donations) that supports emerging visual artists. If you&#039;re an artist, this could be your website!&lt;br /&gt;
|http://plaztika.com/Who-are-we&lt;br /&gt;
|-&lt;br /&gt;
|[https://privacybox.de/index.en.html PrivacyBox]&lt;br /&gt;
|System for anonymous and non-trackable contact forms&lt;br /&gt;
|https://privacybox.de/donations.en.html&lt;br /&gt;
|-&lt;br /&gt;
|[http://bitcoinintro.com/project-hidden-treasure/ Project Hidden Treasure]&lt;br /&gt;
|BitcoinIntro.com operates &amp;quot;Project Hidden Treasure&amp;quot;. As well as inform new Bitcoin users how to use and be secure with Bitcoin, we promote Bitcoin to new users by creating mini-keys, send Bitcoins to them, and distribute the private keys and a recovery instruction URL in Geocaches.&lt;br /&gt;
| http://bitcoinintro.com/project-hidden-treasure/&lt;br /&gt;
|-&lt;br /&gt;
|[http://prometheusfusionperfection.com/ Prometheus Fusion Perfection]&lt;br /&gt;
|Open source nuclear fusion research&lt;br /&gt;
|http://prometheusfusionperfection.com/2011/02/04/bitcoin-fundraiser/&lt;br /&gt;
|-&lt;br /&gt;
|[http://protestbarrick.net/ Protest Barrick]&lt;br /&gt;
|A global campaign against the world&#039;s largest gold miner&lt;br /&gt;
|[https://www.mybitcoin.com/sci/paypage.php?amount=20.00&amp;amp;currency=USD&amp;amp;payee_bcaddr=125Gwb3Mn9KSaCS8QN9LQy5k6RPUHEFruV&amp;amp;payee_name=Protest+Barrick+Fund&amp;amp;note=Donate+NOW+to+end+corporate+impunity+in+gold+mining%21 Donate with Bitcoin]&lt;br /&gt;
|-&lt;br /&gt;
|[http://queeky.com/ Queeky]&lt;br /&gt;
|an online drawing community with special drawing tools and creative users from all around the world&lt;br /&gt;
|http://www.queeky.com/content/support-queeky-and-donate&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.recycles.org/ Recycles.Org]&lt;br /&gt;
|Nonprofit Recycling and ReUse Network - Nationwide (USA) technology exchange clearinghouse for nonprofit organizations&lt;br /&gt;
|http://www.recycles.org/computer/donation/support/&lt;br /&gt;
|-&lt;br /&gt;
|[https://ripplepay.com/ Ripple]&lt;br /&gt;
|Payment system based on trust networks&lt;br /&gt;
|https://ripplepay.com/donate/&lt;br /&gt;
|-&lt;br /&gt;
| [https://riseup.net/ Riseup]&lt;br /&gt;
| Tech collective who aim to [https://help.riseup.net/en/about-us aid in the creation of a free society, (...) engaged in struggles against capitalism and other forms of oppression]&lt;br /&gt;
| https://help.riseup.net/en/donate#bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|[http://rusinfo.cc/ RusInfo]&lt;br /&gt;
|Russian info agency&lt;br /&gt;
|http://rusinfo.cc/help&lt;br /&gt;
|-&lt;br /&gt;
|[http://seasteading.org The Seasteading Institute]&lt;br /&gt;
|To further the establishment and growth of permanent, autonomous ocean communities, enabling innovation with new political and social systems.&lt;br /&gt;
|http://twitter.com/#!/patrissimo/status/76392851558244353&lt;br /&gt;
|-&lt;br /&gt;
|[http://singinst.org Singularity Institute]&lt;br /&gt;
|Artificial Intelligence&lt;br /&gt;
|http://singinst.org/donate&lt;br /&gt;
|-&lt;br /&gt;
|[http://somefunnypranks.com/ SomeFunnyPranks.com]&lt;br /&gt;
|Loosen your buckle and have a chuckle.&lt;br /&gt;
|http://somefunnypranks.com/&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.sparkleshare.org/ SparkleShare]&lt;br /&gt;
| A Free and Open Source host it yourself replacement for file syncing services like Dropbox. It uses the distributed version control system Git as a backend.&lt;br /&gt;
| [http://www.sparkleshare.org/support-us/ Bitcoin Donation Address]&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.demokracjabezposrednia.pl Stowarzyszenie Więcej Demokracji]&lt;br /&gt;
|Stowarzyszenie Więcej Demokracji is an association for direct democracy in Poland. We believe that direct democracy is a hope for every country (not only for corrupt Poland). Please help us and donate.&lt;br /&gt;
|http://www.demokracjabezposrednia.pl/donate&lt;br /&gt;
|-&lt;br /&gt;
|[http://wiki.sugarlabs.org Sugar Labs]&lt;br /&gt;
|[http://wiki.sugarlabs.org/go/What_is_Sugar%3F Sugar] is a learning environment that reinvents how computers are used for education.&lt;br /&gt;
|http://wiki.sugarlabs.org/go/Donate&lt;br /&gt;
|-&lt;br /&gt;
|[http://gorod-solnca.org/ Sun City]&lt;br /&gt;
|Ukrainian centre for children in difficult circumstances&lt;br /&gt;
|http://sms.gorod-solnca.org/&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.symphonyofscience.com/ Symphony of Science]&lt;br /&gt;
|A musical project headed by John Boswell, to deliver scientific knowledge in musical form.&lt;br /&gt;
|http://www.symphonyofscience.com/&lt;br /&gt;
|-&lt;br /&gt;
|[http://tahoe-lafs.org/ Tahoe-LAFS]&lt;br /&gt;
|A distributed filesystem with funky redundancy properties&lt;br /&gt;
|http://tahoe-lafs.org/trac/tahoe-lafs/wiki/BitCoinPage&lt;br /&gt;
|-&lt;br /&gt;
|[http://tangorin.com Tangorin Japanese Dictionary]&lt;br /&gt;
|Tangorin is a free online Japanese dictionary in development since October 2007 by a former Japanology student. It makes use of files provided mainly by The Electronic Dictionary Research and Development Group established within the Faculty of Information Technology at Monash University, Australia.&lt;br /&gt;
|http://tangorin.com/bitcoin&lt;br /&gt;
|-&lt;br /&gt;
|[http://the-alternative.co.uk/support-us/ The-alternative.co.uk]&lt;br /&gt;
|Alternative news and articles&lt;br /&gt;
|[http://the-alternative.co.uk/support-us/ Donation page]&lt;br /&gt;
|-&lt;br /&gt;
|[http://theexperiments.com The Experiments]&lt;br /&gt;
|A rock / punk band who&#039;s music is free to download and licensed under the Creative Commons&lt;br /&gt;
|[http://theexperiments.com Bitcoin Donation Address]&lt;br /&gt;
|-&lt;br /&gt;
|[http://theicarusproject.net The Icarus Project]&lt;br /&gt;
|A mutual aid/peer support organization dedicated to radical mental health&lt;br /&gt;
|[http://theicarusproject.net/about-us/donate-to-the-icarus-project Bitcoin Donation Address]&lt;br /&gt;
|-&lt;br /&gt;
|[https://freenetproject.org/ The Freenet Project]&lt;br /&gt;
|The Free Network&lt;br /&gt;
|https://freenetproject.org/donate.html&lt;br /&gt;
|-&lt;br /&gt;
| [http://ThePythonGameBook.com ThePythonGameBook]&lt;br /&gt;
| An free creative-commons / GPL - licensed wikibook to learn open source game programming using the programming language Python.&lt;br /&gt;
| [http://thepythongamebook.com/en:help?&amp;amp;#donating_money Bitcoin Donation Address]&lt;br /&gt;
|-&lt;br /&gt;
|[http://Tn3t.com/ TN3T LLC TOR Project]&lt;br /&gt;
|TN3T LLC operates 2 TOR exit nodes.&lt;br /&gt;
| [http://tn3t.com/donate.txt Bitcoin Donation Address]&lt;br /&gt;
|-&lt;br /&gt;
|[http://torchat.googlecode.com/ TorChat]&lt;br /&gt;
|A serverless encrypted anonymous instant messenger running on top of the Tor network&lt;br /&gt;
|http://torchat.googlecode.com/&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.torservers.net/ Torservers.net]&lt;br /&gt;
|Runs [http://www.torproject.org/ Tor] relays and bridges&lt;br /&gt;
|https://www.torservers.net/donate.html#anonymous&lt;br /&gt;
|-&lt;br /&gt;
|[https://vaizard.org/ Vaizard institute]&lt;br /&gt;
| Backing people who want to make the world a better place by making their ideas real.&lt;br /&gt;
|https://vaizard.org/en/about/contacts/&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[http://wikileaks.org wikileaks]&lt;br /&gt;
| Whistleblower website&lt;br /&gt;
|http://wikileaks.org/support.html&lt;br /&gt;
|-&lt;br /&gt;
|[http://wlcentral.org/ WL Central]&lt;br /&gt;
|News, analysis and action related to wikileaks the famous website . Media and human rights organization covering Wikileaks news, corruption and human rights.&lt;br /&gt;
|http://wlcentral.org/q-a&lt;br /&gt;
|-&lt;br /&gt;
|[http://tmac.technitium.com/ Technitium]&lt;br /&gt;
|Technitium MAC Address Changer is a freeware software. We accept bitcoins as a contribution for the software.&lt;br /&gt;
|http://blog.technitium.com/2011/08/accepting-donations-again.html&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.nycga.net/about/ Occupy Wall Street]&lt;br /&gt;
|Occupy Wall Street Support via the New York City General Assembly.&lt;br /&gt;
|http://www.nycga.net/how-to-help/&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.expanton.com]&lt;br /&gt;
| Occupy Wall Street Support&lt;br /&gt;
|http://www.expanton.com/&lt;br /&gt;
|-&lt;br /&gt;
|[https://wikispooks.com/wiki/Main_Page Wikispooks]&lt;br /&gt;
|An encyclopedia of deep political structures and events&lt;br /&gt;
|https://wikispooks.com/wiki/WikiSpooks:Donate&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [http://witcoin.com/charities Charitable organizations] list on [[witcoin]]&lt;br /&gt;
* [http://ecdsa.org/fundraiser Fundraiser widgets]&lt;/div&gt;</summary>
		<author><name>JulianTosh</name></author>
	</entry>
</feed>