<?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=Jonwaller</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=Jonwaller"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Jonwaller"/>
	<updated>2026-05-01T22:37:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Genesis_block&amp;diff=50984</id>
		<title>Genesis block</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Genesis_block&amp;diff=50984"/>
		<updated>2014-09-09T14:32:20Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: The Biteasy user changed all the links to Biteasy site - reverting this change to use blockexplorer as before. - Undo revision 48366 by Biteasy (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;genesis block&#039;&#039;&#039; is the first block of a [[block chain]]. Modern versions of Bitcoin assign it block number 0, though older versions gave it number 1.&lt;br /&gt;
&lt;br /&gt;
== Main network genesis block ==&lt;br /&gt;
[http://blockexplorer.com/block/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f The block on Bitcoin Block Explorer]&lt;br /&gt;
&lt;br /&gt;
Here is a representation of the genesis block as it appeared in a comment in an old version of Bitcoin ([http://sourceforge.net/p/bitcoin/code/133/tree/trunk/main.cpp#l1613 line 1613]). The first section defines exactly all of the variables necessary to recreate the block. The second section is the block in standard printblock format, which contains shortened versions of the data in the first section.&lt;br /&gt;
&lt;br /&gt;
 GetHash()      = 0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f&lt;br /&gt;
 hashMerkleRoot = 0x4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b&lt;br /&gt;
 txNew.vin[0].scriptSig     = 486604799 4 0x736B6E616220726F662074756F6C69616220646E6F63657320666F206B6E697262206E6F20726F6C6C65636E61684320393030322F6E614A2F33302073656D695420656854&lt;br /&gt;
 txNew.vout[0].nValue       = 5000000000&lt;br /&gt;
 txNew.vout[0].scriptPubKey = 0x5F1DF16B2B704C8A578D0BBAF74D385CDE12C11EE50455F3C438EF4C3FBCF649B6DE611FEAE06279A60939E028A8D65C10B73071A6F16719274855FEB0FD8A6704 OP_CHECKSIG&lt;br /&gt;
 block.nVersion = 1&lt;br /&gt;
 block.nTime    = 1231006505&lt;br /&gt;
 block.nBits    = 0x1d00ffff&lt;br /&gt;
 block.nNonce   = 2083236893&lt;br /&gt;
 &lt;br /&gt;
 CBlock(hash=000000000019d6, ver=1, hashPrevBlock=00000000000000, hashMerkleRoot=4a5e1e, nTime=1231006505, nBits=1d00ffff, nNonce=2083236893, vtx=1)&lt;br /&gt;
   CTransaction(hash=4a5e1e, ver=1, vin.size=1, vout.size=1, nLockTime=0)&lt;br /&gt;
     CTxIn(COutPoint(000000, -1), coinbase 04ffff001d0104455468652054696d65732030332f4a616e2f32303039204368616e63656c6c6f72206f6e206272696e6b206f66207365636f6e64206261696c6f757420666f722062616e6b73)&lt;br /&gt;
     CTxOut(nValue=50.00000000, scriptPubKey=0x5F1DF16B2B704C8A578D0B)&lt;br /&gt;
   vMerkleTree: 4a5e1e&lt;br /&gt;
&lt;br /&gt;
The coinbase parameter (seen above in hex) contains, along with the normal data, the following text&amp;lt;ref&amp;gt;[http://uk.reuters.com/article/idUKPTIP32510920090103 Reuters&#039; reference on The Financial Times article]&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 The Times 03/Jan/2009 Chancellor on brink of second bailout for banks&amp;lt;ref&amp;gt;[http://i.imgur.com/tWCACH5.jpg Front page of the London Times, 03 Jan 2009]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This was probably intended as proof that the block was created on or after January 3rd, 2009, as well as a comment on the instability caused by fractional-reserve banking.&lt;br /&gt;
&lt;br /&gt;
The first 50BTC block reward went to [[address]] [http://blockexplorer.com/address/1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa], though this reward can&#039;t be spent due to a quirk in the way that the genesis block is expressed in the code (this may have been intentional).&lt;br /&gt;
&lt;br /&gt;
==Raw block data==&lt;br /&gt;
&lt;br /&gt;
The [https://bitcointalk.org/index.php?topic=52706 raw hex version] of the Genesis block looks like:&lt;br /&gt;
 00000000   01 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................&lt;br /&gt;
 00000010   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................&lt;br /&gt;
 00000020   00 00 00 00 3B A3 ED FD  7A 7B 12 B2 7A C7 2C 3E   ....;£íýz{.²zÇ,&amp;gt;&lt;br /&gt;
 00000030   67 76 8F 61 7F C8 1B C3  88 8A 51 32 3A 9F B8 AA   gv.a.È.ÃˆŠQ2:Ÿ¸ª&lt;br /&gt;
 00000040   4B 1E 5E 4A 29 AB 5F 49  FF FF 00 1D 1D AC 2B 7C   K.^J)«_Iÿÿ...¬+|&lt;br /&gt;
 00000050   01 01 00 00 00 01 00 00  00 00 00 00 00 00 00 00   ................&lt;br /&gt;
 00000060   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................&lt;br /&gt;
 00000070   00 00 00 00 00 00 FF FF  FF FF 4D 04 FF FF 00 1D   ......ÿÿÿÿM.ÿÿ..&lt;br /&gt;
 00000080   01 04 45 54 68 65 20 54  69 6D 65 73 20 30 33 2F   ..EThe Times 03/&lt;br /&gt;
 00000090   4A 61 6E 2F 32 30 30 39  20 43 68 61 6E 63 65 6C   Jan/2009 Chancel&lt;br /&gt;
 000000A0   6C 6F 72 20 6F 6E 20 62  72 69 6E 6B 20 6F 66 20   lor on brink of &lt;br /&gt;
 000000B0   73 65 63 6F 6E 64 20 62  61 69 6C 6F 75 74 20 66   second bailout f&lt;br /&gt;
 000000C0   6F 72 20 62 61 6E 6B 73  FF FF FF FF 01 00 F2 05   or banksÿÿÿÿ..ò.&lt;br /&gt;
 000000D0   2A 01 00 00 00 43 41 04  67 8A FD B0 FE 55 48 27   *....CA.gŠý°þUH&#039;&lt;br /&gt;
 000000E0   19 67 F1 A6 71 30 B7 10  5C D6 A8 28 E0 39 09 A6   .gñ¦q0·.\Ö¨(à9.¦&lt;br /&gt;
 000000F0   79 62 E0 EA 1F 61 DE B6  49 F6 BC 3F 4C EF 38 C4   ybàê.aÞ¶Iö¼?Lï8Ä&lt;br /&gt;
 00000100   F3 55 04 E5 1E C1 12 DE  5C 38 4D F7 BA 0B 8D 57   óU.å.Á.Þ\8M÷º..W&lt;br /&gt;
 00000110   8A 4C 70 2B 6B F1 1D 5F  AC 00 00 00 00            ŠLp+kñ._¬....&lt;br /&gt;
&lt;br /&gt;
Broken down it looks like this:&lt;br /&gt;
&lt;br /&gt;
 01000000 - version&lt;br /&gt;
 0000000000000000000000000000000000000000000000000000000000000000 - prev block&lt;br /&gt;
 3BA3EDFD7A7B12B27AC72C3E67768F617FC81BC3888A51323A9FB8AA4B1E5E4A - merkle root&lt;br /&gt;
 29AB5F49 - timestamp&lt;br /&gt;
 FFFF001D - bits&lt;br /&gt;
 1DAC2B7C - nonce&lt;br /&gt;
 01 - number of transactions&lt;br /&gt;
 01000000 - version&lt;br /&gt;
 01 - input&lt;br /&gt;
 0000000000000000000000000000000000000000000000000000000000000000FFFFFFFF - prev output&lt;br /&gt;
 4D - script length&lt;br /&gt;
 04FFFF001D0104455468652054696D65732030332F4A616E2F32303039204368616E63656C6C6F72206F6E206272696E6B206F66207365636F6E64206261696C6F757420666F722062616E6B73 - scriptsig&lt;br /&gt;
 FFFFFFFF - sequence&lt;br /&gt;
 01 - outputs&lt;br /&gt;
 00F2052A01000000 - 50 BTC&lt;br /&gt;
 43 - pk_script length&lt;br /&gt;
 4104678AFDB0FE5548271967F1A67130B7105CD6A828E03909A67962E0EA1F61DEB649F6BC3F4CEF38C4F35504E51EC112DE5C384DF7BA0B8D578A4C702B6BF11D5FAC - pk_script&lt;br /&gt;
 00000000 - lock time&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[zh-cn:创世block]]&lt;br /&gt;
[[es:Bloque Génesis]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Genesis_block&amp;diff=50983</id>
		<title>Genesis block</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Genesis_block&amp;diff=50983"/>
		<updated>2014-09-09T14:31:46Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: The Biteasy user changed all the links to Biteasy site - reverting this change to use blockexplorer as before. - Undo revision 48367 by Biteasy (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;genesis block&#039;&#039;&#039; is the first block of a [[block chain]]. Modern versions of Bitcoin assign it block number 0, though older versions gave it number 1.&lt;br /&gt;
&lt;br /&gt;
== Main network genesis block ==&lt;br /&gt;
[http://blockexplorer.com/block/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f The block on Bitcoin Block Explorer]&lt;br /&gt;
&lt;br /&gt;
Here is a representation of the genesis block as it appeared in a comment in an old version of Bitcoin ([http://sourceforge.net/p/bitcoin/code/133/tree/trunk/main.cpp#l1613 line 1613]). The first section defines exactly all of the variables necessary to recreate the block. The second section is the block in standard printblock format, which contains shortened versions of the data in the first section.&lt;br /&gt;
&lt;br /&gt;
 GetHash()      = 0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f&lt;br /&gt;
 hashMerkleRoot = 0x4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b&lt;br /&gt;
 txNew.vin[0].scriptSig     = 486604799 4 0x736B6E616220726F662074756F6C69616220646E6F63657320666F206B6E697262206E6F20726F6C6C65636E61684320393030322F6E614A2F33302073656D695420656854&lt;br /&gt;
 txNew.vout[0].nValue       = 5000000000&lt;br /&gt;
 txNew.vout[0].scriptPubKey = 0x5F1DF16B2B704C8A578D0BBAF74D385CDE12C11EE50455F3C438EF4C3FBCF649B6DE611FEAE06279A60939E028A8D65C10B73071A6F16719274855FEB0FD8A6704 OP_CHECKSIG&lt;br /&gt;
 block.nVersion = 1&lt;br /&gt;
 block.nTime    = 1231006505&lt;br /&gt;
 block.nBits    = 0x1d00ffff&lt;br /&gt;
 block.nNonce   = 2083236893&lt;br /&gt;
 &lt;br /&gt;
 CBlock(hash=000000000019d6, ver=1, hashPrevBlock=00000000000000, hashMerkleRoot=4a5e1e, nTime=1231006505, nBits=1d00ffff, nNonce=2083236893, vtx=1)&lt;br /&gt;
   CTransaction(hash=4a5e1e, ver=1, vin.size=1, vout.size=1, nLockTime=0)&lt;br /&gt;
     CTxIn(COutPoint(000000, -1), coinbase 04ffff001d0104455468652054696d65732030332f4a616e2f32303039204368616e63656c6c6f72206f6e206272696e6b206f66207365636f6e64206261696c6f757420666f722062616e6b73)&lt;br /&gt;
     CTxOut(nValue=50.00000000, scriptPubKey=0x5F1DF16B2B704C8A578D0B)&lt;br /&gt;
   vMerkleTree: 4a5e1e&lt;br /&gt;
&lt;br /&gt;
The coinbase parameter (seen above in hex) contains, along with the normal data, the following text&amp;lt;ref&amp;gt;[http://uk.reuters.com/article/idUKPTIP32510920090103 Reuters&#039; reference on The Financial Times article]&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 The Times 03/Jan/2009 Chancellor on brink of second bailout for banks&amp;lt;ref&amp;gt;[http://i.imgur.com/tWCACH5.jpg Front page of the London Times, 03 Jan 2009]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This was probably intended as proof that the block was created on or after January 3rd, 2009, as well as a comment on the instability caused by fractional-reserve banking.&lt;br /&gt;
&lt;br /&gt;
The first 50BTC block reward went to [[address]] [https://www.biteasy.com/blockchain/addresses/1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa], though this reward can&#039;t be spent due to a quirk in the way that the genesis block is expressed in the code (this may have been intentional).&lt;br /&gt;
&lt;br /&gt;
==Raw block data==&lt;br /&gt;
&lt;br /&gt;
The [https://bitcointalk.org/index.php?topic=52706 raw hex version] of the Genesis block looks like:&lt;br /&gt;
 00000000   01 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................&lt;br /&gt;
 00000010   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................&lt;br /&gt;
 00000020   00 00 00 00 3B A3 ED FD  7A 7B 12 B2 7A C7 2C 3E   ....;£íýz{.²zÇ,&amp;gt;&lt;br /&gt;
 00000030   67 76 8F 61 7F C8 1B C3  88 8A 51 32 3A 9F B8 AA   gv.a.È.ÃˆŠQ2:Ÿ¸ª&lt;br /&gt;
 00000040   4B 1E 5E 4A 29 AB 5F 49  FF FF 00 1D 1D AC 2B 7C   K.^J)«_Iÿÿ...¬+|&lt;br /&gt;
 00000050   01 01 00 00 00 01 00 00  00 00 00 00 00 00 00 00   ................&lt;br /&gt;
 00000060   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................&lt;br /&gt;
 00000070   00 00 00 00 00 00 FF FF  FF FF 4D 04 FF FF 00 1D   ......ÿÿÿÿM.ÿÿ..&lt;br /&gt;
 00000080   01 04 45 54 68 65 20 54  69 6D 65 73 20 30 33 2F   ..EThe Times 03/&lt;br /&gt;
 00000090   4A 61 6E 2F 32 30 30 39  20 43 68 61 6E 63 65 6C   Jan/2009 Chancel&lt;br /&gt;
 000000A0   6C 6F 72 20 6F 6E 20 62  72 69 6E 6B 20 6F 66 20   lor on brink of &lt;br /&gt;
 000000B0   73 65 63 6F 6E 64 20 62  61 69 6C 6F 75 74 20 66   second bailout f&lt;br /&gt;
 000000C0   6F 72 20 62 61 6E 6B 73  FF FF FF FF 01 00 F2 05   or banksÿÿÿÿ..ò.&lt;br /&gt;
 000000D0   2A 01 00 00 00 43 41 04  67 8A FD B0 FE 55 48 27   *....CA.gŠý°þUH&#039;&lt;br /&gt;
 000000E0   19 67 F1 A6 71 30 B7 10  5C D6 A8 28 E0 39 09 A6   .gñ¦q0·.\Ö¨(à9.¦&lt;br /&gt;
 000000F0   79 62 E0 EA 1F 61 DE B6  49 F6 BC 3F 4C EF 38 C4   ybàê.aÞ¶Iö¼?Lï8Ä&lt;br /&gt;
 00000100   F3 55 04 E5 1E C1 12 DE  5C 38 4D F7 BA 0B 8D 57   óU.å.Á.Þ\8M÷º..W&lt;br /&gt;
 00000110   8A 4C 70 2B 6B F1 1D 5F  AC 00 00 00 00            ŠLp+kñ._¬....&lt;br /&gt;
&lt;br /&gt;
Broken down it looks like this:&lt;br /&gt;
&lt;br /&gt;
 01000000 - version&lt;br /&gt;
 0000000000000000000000000000000000000000000000000000000000000000 - prev block&lt;br /&gt;
 3BA3EDFD7A7B12B27AC72C3E67768F617FC81BC3888A51323A9FB8AA4B1E5E4A - merkle root&lt;br /&gt;
 29AB5F49 - timestamp&lt;br /&gt;
 FFFF001D - bits&lt;br /&gt;
 1DAC2B7C - nonce&lt;br /&gt;
 01 - number of transactions&lt;br /&gt;
 01000000 - version&lt;br /&gt;
 01 - input&lt;br /&gt;
 0000000000000000000000000000000000000000000000000000000000000000FFFFFFFF - prev output&lt;br /&gt;
 4D - script length&lt;br /&gt;
 04FFFF001D0104455468652054696D65732030332F4A616E2F32303039204368616E63656C6C6F72206F6E206272696E6B206F66207365636F6E64206261696C6F757420666F722062616E6B73 - scriptsig&lt;br /&gt;
 FFFFFFFF - sequence&lt;br /&gt;
 01 - outputs&lt;br /&gt;
 00F2052A01000000 - 50 BTC&lt;br /&gt;
 43 - pk_script length&lt;br /&gt;
 4104678AFDB0FE5548271967F1A67130B7105CD6A828E03909A67962E0EA1F61DEB649F6BC3F4CEF38C4F35504E51EC112DE5C384DF7BA0B8D578A4C702B6BF11D5FAC - pk_script&lt;br /&gt;
 00000000 - lock time&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[zh-cn:创世block]]&lt;br /&gt;
[[es:Bloque Génesis]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_accept_Bitcoin,_for_small_businesses&amp;diff=47507</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=47507"/>
		<updated>2014-05-21T14:18:14Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{merge|Merchant Howto}}&lt;br /&gt;
&lt;br /&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 with some services). &lt;br /&gt;
&lt;br /&gt;
If you sell things in a brick and mortar shop, customers can pay using hardware terminals, touch screen apps or simple wallet addresses through QR Codes.&lt;br /&gt;
&lt;br /&gt;
[[File:Bitcoin-pos-terminal.png|200 px|alt=Bitcoin POS Terminal|Coinkite terminal]] [[File:Mobile_Web_App_Bitcoin_Register.jpeg|100 px|alt=Bitcoin POS Terminal|CoinBox terminal]] [[File:Mobile_Checkout.png|100 px|alt=Bitcoin Mobile Checkout|BIPS POS]]&lt;br /&gt;
&lt;br /&gt;
===Smart Phone or Tablet===&lt;br /&gt;
You can use a wallet address with any wallet. For that 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;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
* [[File:BitcoinRegister.gif|20px|link=http://coinbox.it/merchant]][http://coinbox.it/merchant CoinBox]&lt;br /&gt;
* [[File:BIPS.gif|20px|link=https://bips.me]] [https://bips.me BIPS]&lt;br /&gt;
* [http://www.blockchain.info/wallet Blockchain.info]&lt;br /&gt;
* [https://www.xcoinmoney.com/ xCoinMoney] Online wallet for instant payment and subscriptions&lt;br /&gt;
* [https://coinbase.com/docs/merchant_tools/point_of_sale Coinbase]&lt;br /&gt;
* [[File:Coinkite.gif|20px|link=https://coinkite.com/promo/wikibiz]] [https://coinkite.com/promo/wikibiz Coinkite]&lt;br /&gt;
* [https://xbterminal.com/ XBTerminal]&lt;br /&gt;
* [[File:gocoin-logo.png|20px|link=https://www.gocoin.com]] [https://www.gocoin.com GoCoin International Payment Processing for accepting Bitcoin and Litecoin payments]&lt;br /&gt;
* [[File:MCS_200by200_logo-01.png|20px|link=http://www.mycoinsolution.com]][http://www.mycoinsolution.com My Coin Solution] - Bitcoin consulting services and solutions&lt;br /&gt;
* [http://www.coinpip.com CoinPip] - Bitcoin Payment Solution for Asia&lt;br /&gt;
* [[File:Coin_Of_Sale_logo.png|20px|link=https://coinofsale.com]] [https://coinofsale.com Coin Of Sale] - device-independent Bitcoin POS payment system for retail merchants&lt;br /&gt;
&lt;br /&gt;
===Point-of-Sale hardware terminal===&lt;br /&gt;
With custom hardware you can integrate with existing registers and point-of-sales solutions (examples:  [[File:Coinkite.gif|20px|link=https://coinkite.com/promo/wikibiz]] [https://coinkite.com/promo/wikibiz Coinkite], [https://xbterminal.com/ XBTerminal]).&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;
Known payment systems supporting invoicing, and recurring invoice setup, [[File:BIPS.gif|20px|link=https://bips.me/checkout/invoice/cb/bb]] [https://bips.me/checkout/invoice/cb/bb BIPS]&lt;br /&gt;
&lt;br /&gt;
Online wallet supporting invoicing, subscriptions and recurrent payments, [https://www.xcoinmoney.com/info/sending-paying-invoices xCoinMoney]&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 [[File:BIPS.gif|20px|link=https://bips.me]] [https://bips.me BIPS], [http://www.bit-pay.com Bit-pay], [https://coinbase.com Coinbase] or [http://paysius.com Paysius] 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]. [[Bitcoin Average]] also offers a weighted average price index, featuring average price across all exchanges reachable in the world and in over 150 currencies. 24h sliding average price index is also available and all data is [https://bitcoinaverage.com/api.htm reachable through the API].  &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 [[File:BIPS.gif|20px|link=https://bips.me]] [https://bips.me BIPS], [http://www.bit-pay.com Bit-pay] or [https://coinbase.com Coinbase].  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;
* [http://blockchain.info/api/api_receive Blockchain.info] Free APIs to process bitcoin payments. No sign up or account needed.&lt;br /&gt;
* [[File:MCS_200by200_logo-01.png|20px|link=http://www.mycoinsolution.com]][http://www.mycoinsolution.com My Coin Solution] - Bitcoin consulting services and solutions&lt;br /&gt;
* [[File:BitcoinRegister.gif|20px|link=http://coinbox.it/merchant]] [http://coinbox.it/merchant CoinBox] Bitcoin Point of Sales application for Android, with integration into various exchanges. Similar to Square.&lt;br /&gt;
* [[File:BIPS.gif|20px|link=https://bips.me]] [https://bips.me BIPS] Payment Service Provider (PSP) specializing in the technical aspects of accepting cryptocurrencies - such as bitcoin. Supports Bitcoin Web Payments, Mobile Checkout, In-store Bitcoin Payments and Bitcoin Invoicing with recurring billing in bitcoin.&lt;br /&gt;
* [https://www.BitKassa.nl BitKassa] Merchant solution for accepting bitcoins, getting euro&#039;s. The Netherlands.&lt;br /&gt;
* [https://www.bitpay.com BitPay] Bitcoin payment processor with mobile checkout solution&lt;br /&gt;
* [https://www.xcoinmoney.com/ xCoinMoney] Online wallet for instant payment and subscriptions.&lt;br /&gt;
* [https://www.bitpagos.net BitPagos] Bitcoin and Credit Card payment processor&lt;br /&gt;
* [https://www.btcmerch.com BTCMerch] Payment processor for bitcoins and other cryptocurrencies. 0.5% transaction fee. Sandbox is available.&lt;br /&gt;
* [https://bitmerch.com BitMerch] Provides HTML buttons to start accepting bitcoins instantly. No server side setup required.&lt;br /&gt;
* [https://coinbase.com/docs/merchant_tools/payment_buttons Coinbase] Offers payment buttons, checkout pages, shopping cart integration, and daily cash out to USD.&lt;br /&gt;
* [[File:Coinkite.gif|20px|link=https://coinkite.com]] [https://coinkite.com/faq/terminal Coinkite] Full-reserve banking, payment buttons, invoice pages, hardware POS terminals, and Debit-Cards.&lt;br /&gt;
* [https://xbterminal.com/ XBTerminal] Brick-and-mortar hardware POS terminals with payment processing integrations.  &lt;br /&gt;
* [https://www.okpay.com/en/services/accept-payments/index.html OKPAY] Bitcoin payment processing for merchants&lt;br /&gt;
* [http://fasterco.in Fasterco.in] Bitcoin payment processing for merchants and day-traders&lt;br /&gt;
* [http://snowcron.com Snowcron] Bitcoin Store Engine: Handles payments, sends your customers information they ordered (reg. codes, passwords...) No web programming required.&lt;br /&gt;
* [[File:gocoin-logo.png|20px|link=https://www.gocoin.com]] [https://www.gocoin.com/docs GoCoin International payment gateway and processing platform for Merchants]&lt;br /&gt;
* [https://coinvoice.com/ Coinvoice] Invoice in USD or BTC, Get paid in USD or BTC.&lt;br /&gt;
* [https://coinpip.com/ CoinPip] SMS and Physical Bitcoin Card Wallets, Process Bitcoin Payments and gives you the option to convert into your local currency automatically.&lt;br /&gt;
* [https://apicoin.io Apicoin.io] A robust, secure api to connect to the bitcoin network.&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;
* [[Lazy API]] The lazy (and possibly easiest?) way to accept bitcoin payments on your website&lt;br /&gt;
&lt;br /&gt;
[[Category:ECommerce]]&lt;br /&gt;
[[Category:Local]]&lt;br /&gt;
&lt;br /&gt;
[[de:Bitcoin_als_Geschäft_akzeptieren]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=42191</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=42191"/>
		<updated>2013-11-06T04:12:20Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Logo alone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose. For graphics in languages other than English, see [[Promotional graphics (non-English)]].&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/jonwaller/weusecoinsjp-website/tree/master/remote/en.bitcoin.it/promotional_graphics SVG and higher resolutions]&lt;br /&gt;
&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
&lt;br /&gt;
http://media.tumblr.com/tumblr_lmupioyU7M1qznjpp.png&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
* [https://bitcointalk.org/?topic=1756.0 Bitcoin Graphics in Vector Format (Illustrator)]&lt;br /&gt;
* [http://vectortoons.com/product-tag/bitcoin/ Bitcoin Vector Graphics (Illustrator PDF)] Royalty free&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Buying_Bitcoins_(the_newbie_version)&amp;diff=37396</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=37396"/>
		<updated>2013-04-29T11:52:03Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page aims to be the best resource for new users to understand how to buy Bitcoins.&lt;br /&gt;
The existing [[Buying bitcoins]] page is too complex, and not transparent enough for new investors.&lt;br /&gt;
Be extremely careful when buying bitcoins from not accredited websites or individuals. Like in the real world there are many scammers around.&lt;br /&gt;
&lt;br /&gt;
{{Counterparty-warning}}&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], because it is risky for the seller, and therefore few sellers will offer this. There are basically 4 reasons for that:&lt;br /&gt;
* The TOS of PayPal actually prohibit buying digital currency with it&lt;br /&gt;
* The buyer of bitcoins can always perform a chargeback and there is no way for the seller to contest that&lt;br /&gt;
* There are many hacked accounts and when PayPal realizes that such an account has been fraudulently used, they will also perform a chargeback&lt;br /&gt;
* PayPal doesn&#039;t like bitcoin, as the bitcoin network is in direct competition to it&lt;br /&gt;
&lt;br /&gt;
There are several ways, depending on your location. Many sellers online will trade bitcoins for moneypak codes. See http://www.moneypak.com/&lt;br /&gt;
&lt;br /&gt;
=== Via Bank Transfer (US) ===&lt;br /&gt;
[https://coinbase.com Coinbase] allows you to buy and sell bitcoin by connecting any U.S. bank account. Unfortunately, the site only sells a limited number of bitcoins each day.  When demand for bitcoins is high, most purchase attempts return a message which indicates that you have hit the system-wide (not per user) limit on total bitcoin sales and suggests that you try again around 6am EST the next day.&lt;br /&gt;
&lt;br /&gt;
=== Via Bank Transfer (EU) ===&lt;br /&gt;
[https://bitcoin-24.com Bitcoin-24.com] charges very low fees for SEPA transfers within the EU.&lt;br /&gt;
&lt;br /&gt;
=== Finding a direct seller online ===&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. The following websites can be used to find direct sellers online  [[Bitcoin OTC]], [https://www.bitcoinary.com/ Bitcoinary] or the [https://bitcointalk.org/index.php?board=53.0 Currency Exchange Forum Section]. Be extremely cautious when using those methods, the best way is to ask an admin, moderator or a trusted person.&lt;br /&gt;
&lt;br /&gt;
=== Physical Trading ===&lt;br /&gt;
You might be able to find an individual you can [https://localbitcoins.com Buy bitcoins locally].&lt;br /&gt;
Always choose somebody with many reviews.&lt;br /&gt;
&lt;br /&gt;
=== Bitinstant ===&lt;br /&gt;
You can buy Bitcoins via cash deposit or bank transfer using [[BitInstant]]. Here is a video tutorial explaining BitInstant: http://vimeo.com/44849463&lt;br /&gt;
&lt;br /&gt;
=== Exchanges ===&lt;br /&gt;
The largest and most trusted exchange is [[MtGox]]. For a list of other major exchanges see [[Buying_bitcoins#Major_Exchanges|Major Exchanges]]&lt;br /&gt;
&lt;br /&gt;
=== Blockchain (UK) ===&lt;br /&gt;
UK users can use [https://blockchain.info/wallet/deposit-pingit Barclays PingIt] or [https://blockchain.info/wallet/deposit-bank-transfer Bank Transfer] to purchase bitcoins from blockchain.info.&lt;br /&gt;
&lt;br /&gt;
=== Instant bank transfers within the EU and UK ===&lt;br /&gt;
Buy bitcoins via the instant Sofort network through [[Bitcoin-24]]. It is a very fast, easy and secure method to deposit Euro instantlly.&lt;br /&gt;
&lt;br /&gt;
== Avoiding Scams ==&lt;br /&gt;
Before using any service it is a good idea to look for reviews and feedback from previous customers. This can be done by simply googling the name of the website or company. The bitcointalk forums are also a good place to find discussions and reviews about services. &lt;br /&gt;
&lt;br /&gt;
==Exchange Directories==&lt;br /&gt;
* [http://howtobuybitcoins.com/ HowToBuyBitcoins.com] &lt;br /&gt;
* [http://howtobuybitcoins.info/ HowToBuyBitcoins.info]&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>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Software&amp;diff=36122</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Software&amp;diff=36122"/>
		<updated>2013-03-14T15:02:25Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Browser extensions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;List of Bitcoin-related software. See also [[:Category:Software|Category:Software]].&lt;br /&gt;
&lt;br /&gt;
Be sure to keep on top of the latest [[CVEs|security vulnerabilities]]!&lt;br /&gt;
&lt;br /&gt;
==Bitcoin clients==&lt;br /&gt;
===Bitcoin clients===&lt;br /&gt;
*[[Bitcoin-Qt]] - C++/Qt based tabbed UI for Bitcoin, Linux/MacOSX/Windows, full-featured&lt;br /&gt;
*[[bitcoind]] - GUI-less version of the standard Bitcoin client, providing [[API reference (JSON-RPC)|JSON-RPC]] interface&lt;br /&gt;
*[[Bitcoin-js-remote]] - JavaScript RPC client, support for QR codes&lt;br /&gt;
*[https://github.com/TheSeven/Bitcoin-WebUI Bitcoin WebUI] - JavaScript RPC client&lt;br /&gt;
*[https://github.com/zamgo/bitcoin-webskin Bitcoin Webskin] - PHP web interface to bitcoind and namecoind&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=50721.0 subvertx] - Command line bitcoin tools&lt;br /&gt;
*[[Electrum]] - A blazing fast, open-source, multi-OS Bitcoin client/wallet with a very active community&lt;br /&gt;
*[[MultiBit]] - a secure, lightweight, international Bitcoin wallet for Windows, MacOS and Linux&lt;br /&gt;
*[[Bitcoiner]] - Java RPC client (Android)&lt;br /&gt;
*[[Spesmilo]] - Python/PySide RPC client (abandoned)&lt;br /&gt;
*[[Armory]] - Python-based client currently an alpha-level release, the beta version is being crowdfunded&lt;br /&gt;
&lt;br /&gt;
====Frontends to eWallet====&lt;br /&gt;
*[[BitPay]] - Android application&lt;br /&gt;
*[https://blockchain.info/wallet Blockchain] - Javascript bitcoin client with client side encryption.&lt;br /&gt;
&lt;br /&gt;
====Experimental====&lt;br /&gt;
*[[Freecoin]] - C++ client, supports alternative currencies like [[Beertoken]]&lt;br /&gt;
*[[BitDroid]] - Java client&lt;br /&gt;
*[[Bitdollar]] - C++/Qt client, unstable beta version&lt;br /&gt;
&lt;br /&gt;
===Libraries===&lt;br /&gt;
*[https://bitcointalk.org/index.php?topic=30646.0 libbitcoin]&lt;br /&gt;
*[[BitCoinJ]] - Java client library, early development stage but used in live projects already&lt;br /&gt;
*[[BCCAPI]] (Bitcoin Client API) - a java library designed for making secure light-weight bitcoin clients.&lt;br /&gt;
&lt;br /&gt;
==Bitcoin Trade Data==&lt;br /&gt;
*[[Bitcoin Charts]] – Prices, volume, and extensive charting on virtually all Bitcoin markets.&lt;br /&gt;
*[[MtGox Live]] - An innovative chart showing a live feed of [[MtGox]] trades and market depth.  (Must Use Chrome)&lt;br /&gt;
*[http://btccharts.com BTCCharts] - An innovative chart showing a live feed of multiple markets, currencies and timeframes.&lt;br /&gt;
*[http://BitcoinExchangeRate.org BitcoinExchangeRate.org] - Bitcoin and USD converter with convenient URL scheme and Auto-updating Portfolio Spreadsheet.&lt;br /&gt;
*[[Bitcoin Sentiment Index]] - A financial index that collects and disseminates sentiment data about bitcoin.&lt;br /&gt;
*[[Preev]] - Bitcoin converter with live exchange rates.&lt;br /&gt;
*[[BitcoinSentiment]] - Crowdvoting site offering means of voting and viewing voters sentiment towards bitcoin.&lt;br /&gt;
&lt;br /&gt;
==Bitcoin software==&lt;br /&gt;
&lt;br /&gt;
===Web interfaces for merchants===&lt;br /&gt;
*[[Bitcoin Evolution]] - Non wallet-based Buy Now button to insert into websites (handles sales tracking; client must be used for actual transaction)&lt;br /&gt;
*[[BitPay]] - Buy Now buttons, Checkout posts/callbacks, Mobile Checkout, JSON API&lt;br /&gt;
*[[Btceconomy]] - a JavaScript widget listing items for sale&lt;br /&gt;
*[[Javascript Bitcoin Converter]] - currency conversion&lt;br /&gt;
*[[WalletBit]] - Easy JavaScript Buy Now buttons, Instant Payment Notification, Application Programming Interface (JSON API), Mobile Checkout, QR-Code&lt;br /&gt;
*[[BitUtils Merchant]] - Customizable Buy Now buttons with hosted checkout interface. No programming skills required to set up.&lt;br /&gt;
&lt;br /&gt;
===Shopping Cart Integration in eCommerce-Systems===&lt;br /&gt;
*[[Zen Cart Bitcoin Payment Module]] - a payment module that interacts with bitcoind for the Zen Cart eCommerce shopping chart.&lt;br /&gt;
*[[Karsha Shopping Cart Interface]] -  is a mobile payment-interface which enables its users to accept payments.&lt;br /&gt;
*[[Bitcoin-Cash]] - an easy to use payment module for xt:Commerce&lt;br /&gt;
*[[BitPay]] - bitcoin plugins for Magento, Opencart, Zencart, PHP, JSON API&lt;br /&gt;
*[[WalletBit]] - Plugins for PrestaShop, OpenCart, PHP, JSON API&lt;br /&gt;
*[[OpenCart Bitcoin]] - An OpenCart payment module that communicates with a bitcoin client using JSON RPC.&lt;br /&gt;
*[[OsCommerce_Bitcoin_Payment_Module|OsCommerce Bitcoin Payment Module]] - a payment module that uses a python monitoring script to interact with bitcoind for OsCommerce&lt;br /&gt;
* [http://drupal.org/project/uc_bitcoin Drupal Ubercart Bitcoin payment method] enables you to accept Bitcoin as payment for your Drupal/Ubercart enabled website product/services.&lt;br /&gt;
&lt;br /&gt;
===Web apps (opensource)===&lt;br /&gt;
*[[Bitcoin Central]] - currency exchange&lt;br /&gt;
*[[Bitcoin Poker Room]] - poker site&lt;br /&gt;
*[[Abe]] - block chain viewer&lt;br /&gt;
*[[Simplecoin]] - PHP web frontend for a pool&lt;br /&gt;
*[[bitcoin_simple_php_tools]] simple php tools for webmasters&lt;br /&gt;
&lt;br /&gt;
===Browser extensions===&lt;br /&gt;
*[[Bitcoin Extension]] - check balance and send bitcoins (Chrome)&lt;br /&gt;
*[[Bitcoin Prices (extension)]] - monitoring price (Firefox)&lt;br /&gt;
*[[Bitcoin Ticker]] - monitoring price (Chrome)&lt;br /&gt;
*[[Biticker]] - Bitcoin ticker, currency converter and history price graph (Chrome)&lt;br /&gt;
*[https://chrome.google.com/webstore/detail/bitcoin-microformats/bkanicejfbhlidgjkpenmddnacjengld?hl=en Bitcoin Microformats] Show bitcoin address metadata embedded in a page (Chrome)&lt;br /&gt;
*[https://chrome.google.com/webstore/detail/bitcoin-address-lookup/pmlblkdmadbidammhjiponepngbfcpge?hl=en Bitcoin Address Lookup] Right click an address to view its value. (Chrome)&lt;br /&gt;
&lt;br /&gt;
===PC apps===&lt;br /&gt;
*[[http://www.mybtc-trader.com MyBTC-Trader.com]] - a MtGox Bitcoin trading client for windows with GUI&lt;br /&gt;
*[[Mining Explorer]] - monitoring tool for bitcoin mining&lt;br /&gt;
*[[Bitcoin SMS Alert]] - sends SMS text alerts to a user&#039;s phone based on BTC price / percent thresholds.&lt;br /&gt;
*[[BTConvert]] - currency conversion&lt;br /&gt;
*[[Sierra Chart MtGox Bridge]] - real-time charting&lt;br /&gt;
*[[BitTicker]] - monitoring price (Mac OS X)&lt;br /&gt;
*[[ToyTrader]] - a command line trading tool for [[MtGox]]&lt;br /&gt;
*[[goxsh]] - a command-line frontend to the [[MtGox|Mt. Gox Bitcoin Exchange]] (Python)&lt;br /&gt;
*[[MyBitcoins gadget]] - monitoring pool earnings / price (Windows gadget)&lt;br /&gt;
*[[Bitcoin QR Popup]] - streamlined interface to bitcoin for POS systems (Windows)&lt;br /&gt;
*[http://gnome-help.org/content/show.php/Bitcoin+Rate?content=138572 Bitcoin Rate] - Desktop widget with BTC exchange rate (KDE)&lt;br /&gt;
*[http://kde-apps.org/content/show.php?content=142344 Bitcoin Monitor] - Desktop widget to monitor status of your Bitcoin miners on mining pools (KDE)&lt;br /&gt;
&lt;br /&gt;
===Mobile apps===&lt;br /&gt;
==== iPhone / iPad ====&lt;br /&gt;
*[https://blockchain.info/wallet/iphone-app Blockchain] - Fully featured iphone bitcoin app.&lt;br /&gt;
*[[Bitcoin Ticker (iPhone)]] - monitoring price w/push notifications&lt;br /&gt;
*[[BitCoins Mobile]] - First iPad native app! Live market data, news feeds, mining pool statistics, full screen exchange price charts, bitcoin network statistical charts. (iPad only, iPhone/iPod Touch coming soon!)&lt;br /&gt;
*[https://github.com/teeman/BitcoinTrader BitcoinTrader] - Spend/receive BTC via QR codes, trade, deposit/withdraw, etc. Supports Mt. Gox, TradeHill, ExchB, CampBX, and InstaWallet.&lt;br /&gt;
*[[Bit-pay]] - Mobile Checkout, set prices in any currency and receive mobile-to-mobile payment&lt;br /&gt;
*[[Easywallet.org]] - Web based wallet, works with QR Code scanner on iPhone/iPad/iPod touch&lt;br /&gt;
&lt;br /&gt;
==== Android ====&lt;br /&gt;
* Direct link to Android Market bitcoin apps. https://play.google.com/store/search?q=bitcoin&lt;br /&gt;
*[[BitCare]] - Track bitcoin wallet balance, trade on Mt.Gox, monitor mining pool hashrate, balance, worker status. &lt;br /&gt;
*[[BtcMobile]] - monitoring price and mining pool statistics (iPhone/iPad, Android)&lt;br /&gt;
*[[Bitcoin Alert]] - monitoring price (Android)&lt;br /&gt;
*[[Bitcoin-android]] - Does not appear to be being maitained anymore. https://market.android.com/details?id=com.bitcoinandroid&lt;br /&gt;
*[[Bitcoin Wallet Balance]] - view your balance in real time on your android phone&lt;br /&gt;
*[[Bitcoin Wallet for Android]] - This is the most functional android bitcoin wallet application. https://market.android.com/details?id=de.schildbach.wallet&lt;br /&gt;
*[[BitcoinSpinner]] - Single address, easy to use, lightweight and open source client. Keys stored on device.&lt;br /&gt;
*[[BitcoinX]] - monitoring price (Android)&lt;br /&gt;
*[[BitPay]] - https://market.android.com/details?id=com.bitcoin.bitpay (Is not related to the bit-pay.com online payment processor.)&lt;br /&gt;
*[https://blockchain.info/wallet/android-app Blockchain] - Lightweight Android Bitcoin Client - Also works with blockchain.info web interface and iphone app.&lt;br /&gt;
*[[BtcMobile]] - monitoring price and mining pool statistics (iPhone/iPad, Android)&lt;br /&gt;
*[[Easywallet.org]] - Web based wallet, works with QR Code scanner on Android devices&lt;br /&gt;
*[[Miner Status]] - monitoring miner status (Android)&lt;br /&gt;
*[[SMS Bitcoins]] - transactions by SMS&lt;br /&gt;
&lt;br /&gt;
==== Windows Phone 7 ====&lt;br /&gt;
*Direct link to Windows Phone Marketplace Bitcoin apps: [http://www.windowsphone.com/en-us/store/search?q=bitcoin]&lt;br /&gt;
&lt;br /&gt;
see also [[Bitcoin Payment Apps]]&lt;br /&gt;
&lt;br /&gt;
===Operating systems===&lt;br /&gt;
*[[BAMT]]&lt;br /&gt;
*[[LinuxCoin]] - a lightweight Debian-based OS, with the Bitcoin client and GPU mining software&lt;br /&gt;
&lt;br /&gt;
===Mining apps===&lt;br /&gt;
Main page: [[Mining software]]&lt;br /&gt;
*[[50Miner]] - A GUI frontend for Windows(Poclbm, Phoenix, DiabloMiner, cgminer)&lt;br /&gt;
*[[BFGMiner]] - Modular FPGA/GPU miner in C&lt;br /&gt;
*[[BTCMiner]] - Bitcoin Miner for ZTEX FPGA Boards&lt;br /&gt;
*[[Bit Moose]] - Run Miners as a Windows Service.&lt;br /&gt;
*[[Poclbm]] - Python/OpenCL GPU miner ([[Poclbm-gui|GUI(Windows &amp;amp; MacOS X)]])&lt;br /&gt;
*[[Poclbm-mod]] - more efficient version of [[Poclbm]] ([[Poclbm-mod-gui|GUI]])&lt;br /&gt;
*[[DiabloMiner]] - Java/OpenCL GPU miner ([[DiabloMiner.app|MAC OS X GUI]])&lt;br /&gt;
*[[RPC Miner]] - remote RPC miner ([[RPCminer.app|MAC OS X GUI]])&lt;br /&gt;
*[[Phoenix miner]] - miner&lt;br /&gt;
*[[Cpu Miner]] - miner&lt;br /&gt;
*[[Ufasoft miner]] - miner&lt;br /&gt;
*[[Pyminer]] - Python miner, reference implementation&lt;br /&gt;
*[[Remote miner]] - mining pool software&lt;br /&gt;
*[[Open Source FGPA Bitcoin Miner]] - a miner that makes use of an FPGA Board&lt;br /&gt;
*[https://github.com/mkburza/Flash-Player-Bitcoin-Miner Flash Player Bitcoin Miner] - A proof of concept Adobe Flash Player miner&lt;br /&gt;
&lt;br /&gt;
===Mining Pool Servers (backend)===&lt;br /&gt;
Main page: [[Poolservers]]&lt;br /&gt;
&lt;br /&gt;
*[[ecoinpool]] - Erlang poolserver&lt;br /&gt;
*[[Eloipool]] - Fast Python3 poolserver&lt;br /&gt;
*[[Pushpoold]] - Old mining poolserver in C (not maintained)&lt;br /&gt;
*[[Poold]] - Old Python mining poolserver (not maintained)&lt;br /&gt;
*[[PoolServerJ]] - Java mining poolserver (not maintained)&lt;br /&gt;
&lt;br /&gt;
===Utilities, libraries, and interfaces:===&lt;br /&gt;
*[[BitcoinCrypto]] - a lightweight Bitcoin crypto library for Java/Android&lt;br /&gt;
*[[Bitcoin Dissector]] - a wireshark dissector for the bitcoin protocol&lt;br /&gt;
*[[Bitcointools]] - a set of Python tools accessing the transaction database and the wallet&lt;br /&gt;
*[[Finance::MtGox]] - a Perl module which interfaces with the Mt. Gox API&lt;br /&gt;
*[[libblkmaker]] - C library implementation of [[getblocktemplate]] decentralized mining protocol&lt;br /&gt;
*[[python-blkmaker]] - Python module implementation of [[getblocktemplate]] decentralized mining protocol&lt;br /&gt;
&lt;br /&gt;
===Lists of software===&lt;br /&gt;
*[[BitGit]] - list of Bitcoin-related opensource projects hosted at Git&lt;br /&gt;
&lt;br /&gt;
===Developer resources===&lt;br /&gt;
*[[:Category:Developer|Category:Developer]]&lt;br /&gt;
*[[:Category:Technical|Category:Technical]]&lt;br /&gt;
*[[Original Bitcoin client/API calls list]]&lt;br /&gt;
*[[API reference (JSON-RPC)]]&lt;br /&gt;
*[[PHP_developer_intro|PHP Developer Introduction]]&lt;br /&gt;
&lt;br /&gt;
===Other===&lt;br /&gt;
*[[Namecoin]] - a distributed naming system based on Bitcoin technology&lt;br /&gt;
*[[Bitcoin Consultancy]] - an organization providing open source software and Bitcoin-related consulting&lt;br /&gt;
*[[Open Transactions]] - a financial crypto and digital cash software library, complementary to Bitcoin&lt;br /&gt;
*[[Moneychanger]] - Java-based GUI for [[Open Transactions]]&lt;br /&gt;
*[http://btcnames.org/ BTCnames] - a webbased aliasing service which allows to handle unlimited names for your BTC deposit hashes&lt;br /&gt;
*[[Devcoin]] - the open source developer coin&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Buying_bitcoins&amp;diff=35737</id>
		<title>Buying bitcoins</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Buying_bitcoins&amp;diff=35737"/>
		<updated>2013-02-24T13:20:05Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are various methods available for buying bitcoins. See [[Buying Bitcoins (the noob version)|here for a Newb-friendly version]] of this page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: Please be careful with your money.  When sending money to an exchange or seller you are trusting that the operator will not abscond with your funds and that the operator maintains secure systems that protect against theft -- internal or external.  It is recommended that you obtain the real-world identity of the operator and ensure that sufficient recourse is available.  Exchanging or storing significant amounts of funds with exchanges is not recommended.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Major Exchanges==&lt;br /&gt;
&lt;br /&gt;
The least expensive methods for buying bitcoins involve transferring funds using a bank wire, ACH, bank transfer (ACH, EUR / SEPA).&lt;br /&gt;
&lt;br /&gt;
Exchanges are listed in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Exchange || Adding Funds || Withdrawing Funds || [[eWallet]] || Notes&lt;br /&gt;
|-&lt;br /&gt;
|  [[Bitcoin-24]] || BTC&amp;lt;br/&amp;gt;USD ([[MtGox]] redeemable code)&amp;lt;br /&amp;gt;USD (VouchX redeemable code)&amp;lt;br /&amp;gt;USD (Credit card through LiqPay)&amp;lt;br /&amp;gt;USD (International bank wire)&amp;lt;br /&amp;gt;EUR ([[MtGox]] redeemable code)&amp;lt;br /&amp;gt;EUR (VouchX redeemable code)&amp;lt;br /&amp;gt;EUR (SEPA wire)&amp;lt;br /&amp;gt;EUR (Sofort banking/Sofortuberweisung)&amp;lt;br /&amp;gt;EUR (GIROPay)&amp;lt;br /&amp;gt;GBP (International bank wire, converted to EUR)&amp;lt;br /&amp;gt;PLN (International bank wire, converted to EUR) || BTC&amp;lt;br/&amp;gt;USD (Bank wire transfer)&amp;lt;br /&amp;gt;USD ([[Skrill]]/Moneybookers)&amp;lt;br /&amp;gt;USD (VouchX redeemable code)&amp;lt;br /&amp;gt;EUR (SEPA wire)&amp;lt;br /&amp;gt;EUR (VouchX redeemable code)&amp;lt;br /&amp;gt;EUR (Cash, via DHL) || {{Table Value Yes}} || &lt;br /&gt;
|-&lt;br /&gt;
|  [[Bitcoin-Central]] || BTC&amp;lt;br /&amp;gt;GBP (Bank transfer)&amp;lt;br /&amp;gt;EUR (SEPA)&amp;lt;br /&amp;gt;Liberty Reserve USD&amp;lt;br /&amp;gt;Liberty Reserve EUR&amp;lt;br /&amp;gt;International wire (any currency) || BTC&amp;lt;br /&amp;gt;GBP (Bank transfer)&amp;lt;br /&amp;gt;EUR (SEPA)&amp;lt;br /&amp;gt;Liberty Reserve USD&amp;lt;br /&amp;gt;Liberty Reserve EUR || {{Table Value Yes}} || [https://github.com/davout/bitcoin-central Open-source], community reviewed platform&amp;lt;br /&amp;gt;Available in French and English languages&lt;br /&gt;
|-&lt;br /&gt;
|  [[Bitfloor]] || BTC&amp;lt;br/&amp;gt;USD (bank wire transfer)&amp;lt;br /&amp;gt;USD (Cash deposit at Bank of America)&amp;lt;br /&amp;gt;USD (CapitalOne 360 P2P) || BTC&amp;lt;br/&amp;gt;USD (ACH, direct deposit) || {{Table Value Yes}} || &lt;br /&gt;
|-&lt;br /&gt;
|  [[BitMe]] || BTC&amp;lt;br/&amp;gt;USD (Cash deposits at Chase)&amp;lt;br/&amp;gt;USD (Wire Transfer - US Only)&amp;lt;br /&amp;gt;USD (AurumXchange VouchX) || BTC&amp;lt;br/&amp;gt;USD (AurumXchange VouchX)&amp;lt;br/&amp;gt;USD (ACH / Direct Deposit)&amp;lt;br/&amp;gt;USD (Wire Transfer - US Only) || {{ Table Value Yes }} || &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;US-based&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Liquidity provider discounts&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[https://github.com/bitme BitMe&#039;s GitHub]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[http://bitme.github.com/rest/ REST API]&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|  [[bitNZ]] || BTC&amp;lt;br/&amp;gt;NZD (Cash depost as Westbank) || BTC&amp;lt;br/&amp;gt;NZD (Domestic bank transfer) || {{Table Value Yes}} || &lt;br /&gt;
|-&lt;br /&gt;
|  [[Bitstamp]] || BTC&amp;lt;br /&amp;gt;BTC (Redeemable code)&amp;lt;br /&amp;gt;EUR (SEPA transfer)&amp;lt;br /&amp;gt;USD (Intl wire)&amp;lt;br /&amp;gt;USD (Redeemable code)&amp;lt;br /&amp;gt;CHF || BTC&amp;lt;br /&amp;gt;BTC (Redeemable code)&amp;lt;br /&amp;gt;EUR (SEPA transfer)&amp;lt;br /&amp;gt;USD (Intl wire)&amp;lt;br /&amp;gt;USD (Redeemable code)&amp;lt;br /&amp;gt;CHF || {{Table Value Yes}} || EUR and CHF deposits converted to/from USD for trading&lt;br /&gt;
|-&lt;br /&gt;
|  [[BTC-E]] || BTC&amp;lt;br /&amp;gt;BTC (BTC-e redeemable code)&amp;lt;br /&amp;gt;USD (Cash deposit at Post of Russia)&amp;lt;br /&amp;gt;USD (Cash deposit at banks including Privatbank, Savings Bank of Russia (Sberbank), RU/UA Terminals, &amp;amp; more)&amp;lt;br /&amp;gt;USD ([[Liberty Reserve]])&amp;lt;br /&amp;gt;USD (Interkassa)&amp;lt;br /&amp;gt;USD (WebMoney - WMZ)&amp;lt;br /&amp;gt;USD (Yandex)&amp;lt;br /&amp;gt;USD (LiqPay)&amp;lt;br /&amp;gt;USD (Perfect Money)&amp;lt;br /&amp;gt;USD (QIWI)&amp;lt;br /&amp;gt;USD (OKPay)&amp;lt;br /&amp;gt;USD (RBK Money)&amp;lt;br /&amp;gt;USD (Ditial currencies including НСМЭП (NSMEP), Единый Кошелек (Unified Purse), TeleMoney, &amp;amp; more)&amp;lt;br /&amp;gt;USD (BTC-e Redeemable Code, available via BitInstant and AurumXChange)&amp;lt;br /&amp;gt;USD (International bank wire)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;RUB (QIWI)&amp;lt;br /&amp;gt;RUB (LiqPay)&amp;lt;br /&amp;gt;RUB (WebMoney-WMR)&amp;lt;br /&amp;gt;RUB (BTC-e Redeemable code)&amp;lt;br /&amp;gt;RUB (Bank transfer) || BTC&amp;lt;br/&amp;gt;BTC (BTC-e redeemble code)&amp;lt;br /&amp;gt;USD (Liberty Reserve)&amp;lt;br /&amp;gt;USD (Webmoney - WMZ)&amp;lt;br /&amp;gt;USD (Perfect Money)&amp;lt;br /&amp;gt;USD (LiqPay)&amp;lt;br /&amp;gt;USD (QIWI)&amp;lt;br /&amp;gt;USD (PayPal)&amp;lt;br /&amp;gt;USD (OKPay)&amp;lt;br /&amp;gt;USD (Payza/AlertPay)&amp;lt;br /&amp;gt;USD (Privat, Privat UAH)&amp;lt;br /&amp;gt;USD (Cash deposit into Savings Bank/Sberbank, Telebank, Alfa Bank)&amp;lt;br /&amp;gt;USD (BTC-e Redeemable Code)&amp;lt;br /&amp;gt;USD (International Wire Transfer)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;RUB (Cash delivery, possible in Moscow)&amp;lt;br /&amp;gt;RUB (QIWI)&amp;lt;br /&amp;gt;RUB (LiqPay)&amp;lt;br /&amp;gt;RUB (WebMoney WMR)&amp;lt;br /&amp;gt;RUB (Яндекс.Деньги Yandex)&amp;lt;br /&amp;gt;RUB (RBK Money)&amp;lt;br /&amp;gt;Cash deposit (into account at Сбербанка России!/Savings Bank/Sberbank, Телебанк (Telebank), and АльфаБанк (Alfa Bank)&amp;lt;br /&amp;gt;RUB (Transfer to credit card VISA &amp;amp; MasterCard)&amp;lt;br /&amp;gt;RUB (BTC-e Redeemable code)&amp;lt;br /&amp;gt;RUB (Bank transfer) || {{Table Value Yes}} || Language: English, Russian. Interkassa can be funded from Webmoney and many other methods.&amp;lt;br /&amp;gt;BitInstant Can be funding option includes QIWI, Cyberplat.&lt;br /&gt;
|-&lt;br /&gt;
|  [[Camp BX]] (CBX) || BTC &amp;lt;br/&amp;gt; USD ([[Dwolla]])&amp;lt;br/&amp;gt;USD (P2P bank transfer at Chase, B&amp;amp;nbsp;of&amp;amp;nbsp;A, Wells Fargo and ING. Credited after three business days).&amp;lt;br /&amp;gt;USD (Personal Check)&amp;lt;br /&amp;gt;USD (USPS Postal money order, Canada Post money order) || BTC&amp;lt;br /&amp;gt;USD ([[Dwolla]])&amp;lt;br/&amp;gt;USD (ACH Direct Deposit)&amp;lt;br /&amp;gt;USD (USPS Postal Money Order)&amp;lt;br/&amp;gt;USD (Domestic bank wire)&amp;lt;br/&amp;gt;USD (International bank wire) || {{Table Value Yes}} || &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt; Security certification from McAfee&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Advanced trading options with AON/FOK/Market&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;STOPLOSS and Short-Selling in Pipeline&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Trading API available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Wallet API available &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; CBX Instant Bitcoin Transfers Feature &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Stoploss / Custom Order Expiry Date/Time &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; SMS (Text Message) Notifications &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt; Two-Factor Authentication &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt; Based in USA - Atlanta &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
|  [[FYB-SG]] || BTC &amp;lt;br/&amp;gt; SGD(Internet Bank Transfer)&amp;lt;br/&amp;gt;SGD (Annonymous Cash Deposit at any UOB Cash Deposit Machine in Singapore).&amp;lt;br /&amp;gt; || BTC&amp;lt;br/&amp;gt;SGD(Internet Bank Transfer)&amp;lt;br/&amp;gt; ||  {{Table Value Yes}} || &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt; Based in Singapore &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
|  [[Intersango]] || BTC&amp;lt;br /&amp;gt;EUR (SEPA bank wire)&amp;lt;br /&amp;gt;PLN (Bank Wire) || BTC&amp;lt;br /&amp;gt;EUR (SEPA bank wire)&amp;lt;br /&amp;gt;PLN (Bank Wire) || {{Table Value Yes}} || Operated by the [https://bitcoinconsultancy.com/ BitcoinConsultancy] &amp;lt;br/&amp;gt; [https://intersango.com Intersango] is a completely custom trading platform built from the ground up with security, scalability and extensibility in mind. [https://bitcointalk.org/index.php?topic=43745.0 More Information]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Boasts an [https://bitcoinconsultancy.com/wiki/index.php/Intersango/API ever expanding API].  Started out as [[Britcoin]].&lt;br /&gt;
|-&lt;br /&gt;
|  [[Kapiton.se]]  || BTC&amp;lt;br/&amp;gt;SEK (Bankgiro Bank Transfer) || BTC&amp;lt;br/&amp;gt;SEK (Bankgiro Bank Transfer) || {{Table Value Yes}} || &lt;br /&gt;
|-&lt;br /&gt;
|  [[Mercado Bitcoin]] || BTC&amp;lt;br/&amp;gt;BRL (Bank transfer)&amp;lt;br /&amp;gt;BRL (Bank transfer - MoIP)&amp;lt;br /&amp;gt;Liberty Reserve USD || BTC&amp;lt;br/&amp;gt;BRL (Bank transfer - MoIP) || {{Table Value Yes}} || Language: Portugese&lt;br /&gt;
|-&lt;br /&gt;
|  [[MtGox]] || BTC&amp;lt;br/&amp;gt;BTC (Redeemable code)&amp;lt;br /&amp;gt;USD ([[Dwolla]])&amp;lt;br /&amp;gt;USD (International bank wire)&amp;lt;br /&amp;gt;USD (Wire to [[AurumXChange Company|AurumXChange]])&amp;lt;br /&amp;gt;USD ([[OKPay]])&amp;lt;br /&amp;gt;AUD (Bank wire)&amp;lt;br /&amp;gt;GBP (Bank wire)&amp;lt;br /&amp;gt;GBP (Cash deposit, Barclays)&amp;lt;br /&amp;gt;USD (Redeemable code)&amp;lt;br /&amp;gt;Liberty Reserve USD (via AurumXChange) || BTC&amp;lt;br /&amp;gt;BTC (Redeemable code)&amp;lt;br /&amp;gt;USD ([[Dwolla]])&amp;lt;br /&amp;gt;USD (Wire via [[AurumXChange Company|AurumXChange]])&amp;lt;br /&amp;gt;AUD (Bank wire)&amp;lt;br /&amp;gt;USD (Redeemable code)&amp;lt;br /&amp;gt;Liberty Reserve USD (via AurumXChange) || {{Table Value Yes}} || Oldest running exchange. Higest daily volume. Respecting AML laws, Restrictions and limits on withdrawals.&lt;br /&gt;
|-&lt;br /&gt;
|  [[Rock Currency Exchange]] || BTC&amp;lt;br/&amp;gt;EUR (SEPA transfer)&amp;lt;br /&amp;gt;SLL (Second Life)&amp;lt;br /&amp;gt;USD (Dwolla) || BTC&amp;lt;br/&amp;gt;EUR (SEPA transfer)&amp;lt;br /&amp;gt;SLL (Second Life)&amp;lt;br /&amp;gt;USD (Dwolla)  || {{Table Value Yes}} || &lt;br /&gt;
|-&lt;br /&gt;
|  [[VirtEx]] || BTC&amp;lt;br/&amp;gt;CAD (cash deposit at Royal Bank, Bank of Montreal or ScotiaBank)&amp;lt;br /&amp;gt;CAD (Online bill payment)&amp;lt;br /&amp;gt;CAD (Wire transfer) || BTC&amp;lt;br/&amp;gt;CAD (direct deposit)&amp;lt;br /&amp;gt;CAD (Canada Xpress Post Bank Draft send by mail)&amp;lt;br /&amp;gt;CAD Payza (formerly AlertPay) || {{Table Value Yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
|  [[VirWoX]] || BTC&amp;lt;br/&amp;gt;SLL (Second Life)&amp;lt;br/&amp;gt;ACD (Avination)&amp;lt;br/&amp;gt;OMC (OpenSim)&amp;lt;br/&amp;gt;USD,EUR,GBP,CHF ([[PayPal]])&amp;lt;br/&amp;gt;USD,EUR,GBP (Credit &amp;amp; Debit cards via [[Skrill]]/Moneybookers)&amp;lt;br/&amp;gt;USD,EUR,GBP ([[NETELLER]])&amp;lt;br/&amp;gt;EUR (DIRECTebanking / Sofortuberweisung)&amp;lt;br/&amp;gt;USD,EUR,GBP,CHF ([[paysafecard]])&amp;lt;br/&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;USD ([[UKash]] vouchers) || BTC&amp;lt;br/&amp;gt;SLL (Second Life)&amp;lt;br/&amp;gt;ACD (Avination)&amp;lt;br/&amp;gt;OMC (OpenSim)&amp;lt;br/&amp;gt;USD,EUR,GBP,CHF ([[PayPal]])&amp;lt;br /&amp;gt;USD,EUR,GBP ([[Skrill]]/Moneybookers)&amp;lt;br/&amp;gt;USD,EUR,GBP ([[NETELLER]])&amp;lt;br/&amp;gt;EUR (SEPA bank transfer) || {{Table Value Yes}} || Trading through Second Life Linden Dollars.&amp;lt;br/&amp;gt;Variable limits on PayPal and Credit Card deposits. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Fixed Rate Exchanges &amp;amp; Others==&lt;br /&gt;
&lt;br /&gt;
For smaller amounts, the options are limited due to bank transfer fees, conversion fees and transaction size restrictions. Options include:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Service || Type || Payment Method || Notes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.aurumxchange.com AurumXchange] ([[AurumXchange|info]]) || Market || USD,EUR,GBP || Exchange Bitcoins &#039;&#039;&#039;instantly&#039;&#039;&#039; to and from Liberty Reserve, Perfect Money, Pecunix, C-Gold, VouchX, CosmicPay and more. Sell and buy your Bitcoins through USD or GBP Wire, or SEPA EUR transfer.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.bitcoincanada.tk Bitcoincanada]  ([[bitcoin canada|info]]) || Market || CAD || Exchange Bitcoins &#039;&#039;&#039;instantly&#039;&#039;&#039; to and from Interac email transfer. Sell and buy your Bitcoins through Interac email transfer instantly. &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitbargain.co.uk BitBargain] ([[BitBargain|info]]) || Market || GBP || Quick transactions via Bank Transfer (fast payments support only), Pingit and Ukash. Deals happen between buyer and seller.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.bitcopia.com Bitcopia] ([[Bitcopia.com|info]]) || Fixed Rate || USD (Cash deposit) || Buy bitcoins via cash deposit at Wells Fargo, or send money via online banking with Wells Fargo. Instant quotes based on live Mt Gox prices.&lt;br /&gt;
|-&lt;br /&gt;
| [http://btc.pt BTC.pt] || Market Rate || EUR (Multibanco) || Anonymous transactions. Pay the amount on any Portuguese ATM(MB) or homebanking service, we&#039;ll deduce our fee and buy the coins for you at market rate and send them very fast to your wallet. Only available in Portugal.&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.coinmarket.co.nz Coin Market] || Fixed Rate || NZD (NZ Bank deposit/Cash) || Cash deposit or bank transfer to domestic New Zealand bank.  Cash payment to brokerage.  Guest checkout available.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bit Innovate]] || Fixed Rate || AUD, NZD (Cash deposit) || Australian Dollar cash deposit at any Commonwealth or Westpac Bank. New Zealand Dollar cash deposits at any ASB.&lt;br /&gt;
|-&lt;br /&gt;
| [https://blockchain.info/wallet/deposit-methods Blockchain] ([[BlockChain.info|info]]) || Fixed Rate || USD, GBP, EUR, BRL, AUD, CAD, JPY, EUR, CHF, PLN, CZK, RON, RUB, SEK, NOK, DKK || Purchased through [[BitInstant]] (U.S., Brazil, and Russia), Barclay&#039;s Pingit or Bank Transfer (GBP), Instant Bank Transfer (EUR) or SMS or premium phone call from a mobile. &lt;br /&gt;
|-&lt;br /&gt;
| [[BitInstant]] || Market Rate || USD (Cash deposit at banks, 7-11, Walmart, CVS, Moneygram locations)&amp;lt;br /&amp;gt;USD (Dwolla)&amp;lt;br /&amp;gt;BRL (Cash deposit at Banco Rendimento or through Boleto)&amp;lt;br /&amp;gt;RUB (Cash deposit through Qiwi or Cyberplat) || Deposit cash at 700,000 locations around the world and have your Bitcoins within 30 minutes. Absolute fastest and easiest way to buy Bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
| [[Coinapult]] || Fixed rate || Use [[BitInstant]] to use cash to purchase bitcoins sent to e-mail or SMS.  Choose &amp;quot;Bitcoin to e-mail&amp;quot; service and enter either e-mail or SMS. ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinbase]] || Fixed rate || Buy bitcoins using a bank transfer (U.S.). || Instant verification available for new accounts.&lt;br /&gt;
|-&lt;br /&gt;
| [http://BitcoinIsrael.co.il BitcoinIsrael.co.il]   || Fixed Rate || ILS (NIS - New Israeli Shekel)&lt;br /&gt;
* via bank transfer&lt;br /&gt;
* via Bank HaDoar /Post Office Bank (instant transfer)&lt;br /&gt;
* via In Person&lt;br /&gt;
|| Buy and sell your Bitcoins within minutes in person. Get &amp;quot;same day&amp;quot; service using Bank HaDoar /Post Office Bank. Get &amp;quot;next day&amp;quot; service using Bank Transfer.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin Nordic]] || Fixed Rate&lt;br /&gt;
|&lt;br /&gt;
*EUR/DKK (SEPA and wire transfer)&lt;br /&gt;
*USD, EUR, GBP, DKK, SEK, NOK (Cash or check in the mail)&lt;br /&gt;
*AED, DZD, EGP, IQD, ILS, JOD, KWD, LGP, LYD, MRO, MYR, NGN, OMR, PKR, QAR, SAR, TRL, TZS, TND, YER ([[CashU]] card)&lt;br /&gt;
*MXN, EYU, BOB, BRL, COP, SYP, MAD, GHC, ZAR, CNY, CAD, and more ([[UKash]] voucher)&lt;br /&gt;
| For UKash, redeemed through CashU account.&lt;br /&gt;
|-&lt;br /&gt;
| [[Omnicoins]] || Fixed Rate || AUD (Cash deposit) || Deposit cash at any Commonwealth, NAB, or Westpac branch.&lt;br /&gt;
|-&lt;br /&gt;
| [[Spend Bitcoins]] || Fixed Rate || AUD (Cash deposit) || AUD cash deposit at NAB, Commonwealth Bank, Westpac and ANZ.&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcoinmylife.com/jml/buy-bitcoins BitcoinMyLife] &amp;lt;br /&amp;gt; ([[BitcoinMyLife|info]]) || Fixed Rate || EUR (SEPA bank transfer) || Simple and Safe.&amp;lt;br /&amp;gt;Pay first transaction fee with Twitter or Facebook post.&lt;br /&gt;
|-&lt;br /&gt;
| [[bitcoin.de]] || Market || EUR (bank wire)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;EUR (Liberty Reserve)&amp;lt;br /&amp;gt;EUR ([[Skrill]]/Moneybookers) || Varies (person to person)&amp;lt;br /&amp;gt;0.01 free Bitcoins for every new user&amp;lt;br /&amp;gt;eWallet&amp;lt;br /&amp;gt;Affiliate program&amp;lt;br /&amp;gt;Language: German, Englisch&amp;lt;br/&amp;gt; News&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoiny.cz]] || Market || CZK || Varies (person to person)&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCX.se]] || Fixed Rate || SEK || Transfer to and banks in Sweden.&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC China]] || Fixed Rate || USD (Liberty Reserve) || Converted to CNY for trading. &lt;br /&gt;
|-&lt;br /&gt;
| [[BitMarket.co]] || Market || COP (Colombian Peso) || Varies (person to person)&lt;br /&gt;
|- &lt;br /&gt;
| [[bitcoin-otc|#bitcoin-otc]] || [http://bitcoin-otc.com/vieworderbook.php Order Book] || Varies (person to person) || IRC trading marketplace will usually have people willing to deal for small and larger amounts using various payment methods, including [[PayPal]], [[Dwolla]], [[Linden Dollars]], etc.&lt;br /&gt;
|-&lt;br /&gt;
| [[Canadian Bitcoins]] || Fixed Rate || CAD (Cash - XpressPost or Dropoff)&amp;lt;br /&amp;gt;USD (Cash - Courier: UPS, FedEx, etc.) || For dropoff, office in Ottawa.&lt;br /&gt;
|-&lt;br /&gt;
| [https://dgtmkt.com Dgtmkt] ([[Dgtmkt|info]]) || Fixed Rate || Malaysian Ringgit (MYR)&amp;lt;br /&amp;gt;Online bank transfers (Maybank2U, CIMB, MEPS, etc)&amp;lt;br /&amp;gt;E-vouchers (Web Cash, Mobile Money) || Bitcoin merchant for Malaysians,. dealing in Malaysian Ringgit. Fully automated immediate transfers. https://dgtmkt.com&lt;br /&gt;
|-&lt;br /&gt;
| [[Lilion Transfer]] || Fixed Rate || Bank Transfer: USD, AUD, CAD, JPY, EUR, CHF, GBP, PLN, CZK, RON, BGN, HRK, RUB, SEK, NOK, DKK, LTL, LVL&amp;lt;br /&amp;gt; Liberty Reserve&amp;lt;br /&amp;gt;Perfect Money&amp;lt;br /&amp;gt;Monetto&amp;lt;br /&amp;gt;OK Pay&amp;lt;br /&amp;gt;Cosmic Pay&amp;lt;br /&amp;gt;Pecunix&amp;lt;br /&amp;gt;C-Gold&amp;lt;br /&amp;gt;E-Pay Payments&amp;lt;br /&amp;gt;PayPal|| 122 accounts worldwide.&amp;lt;br /&amp;gt; Support in 30 languages&lt;br /&gt;
|-&lt;br /&gt;
| [[Nanaimo Gold]] || Fixed Rate || USD (Liberty Reserve)&amp;lt;br /&amp;gt;Western Union money transfer&amp;lt;br /&amp;gt;Moneygram money transfer&amp;lt;br /&amp;gt;Cash in the mail || LR &amp;lt;--&amp;gt; Bitcoin exchange is automated&amp;lt;br /&amp;gt;For cash in the mail send USD, EUR, CAD, or GBP.  Canada mailing address.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin Argentina]] || Fixed Rate || Cash: ARS, BRL, USD &amp;lt;br /&amp;gt; Bank transfer: ARS || No exchange fees!&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin.com.es]] || Fixed Rate || EUR (bank deposit) || Bank transfer or cash deposits at OpenBank in Spain.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bahtcoin]] || Fixed Rate || Cash, Webmoney&amp;lt;br /&amp;gt;Liberty Reserve USD || Will cash out to Thai mobile and gaming prepaid cards as well.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin Brasil]] || Fixed Rate || BRL (Brazilian Real)&amp;lt;br /&amp;gt;USD || Cash exchange&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPiggy]] || Fixed Rate || AUD (Australian Dollar)|| Payment via bank transfer.&lt;br /&gt;
|-&lt;br /&gt;
| [[bitcoin.local]] || Directory || Varies (person to person) ||&lt;br /&gt;
|-&lt;br /&gt;
| [[bcchanger.com]] || Directory || Enables person to person purchases and sales via PayPal, [[Skrill]]/Moneybookers and other e-currency platforms ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoil]] || Fixed Rate || ILS (bank transfer) ||&lt;br /&gt;
|- &lt;br /&gt;
|[[btcnow]] || Market || USD (OKPay, Dwolla) ||  bitcoins transferred instantly&lt;br /&gt;
|-&lt;br /&gt;
| [http://localbitcoins.com LocalBitcoins.com] || Directory || Varies (person to person)&amp;lt;br/&amp;gt;Physical cash locally || Find your local bitcoin dealer! With dynamic pricing with equations.&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.happycoins.nl HappyCoins] || Fixed Rate || EUR (iDEAL and SEPA bank transfer) || Buy and sell Bitcoins. Dutch bank account holders receive Bitcoins within minutes and bank payments same day. Other European IBAN bank account transactions take one or two working days. Prices based on near real-time MtGox exchange price.&lt;br /&gt;
|-&lt;br /&gt;
| [[WM-Center]] || Fixed rate || BTC&amp;lt;br/&amp;gt;USD (International bank wire, Western Unon, Moneygram, Xoom etc, cash)&amp;lt;br /&amp;gt;EUR (IBAN bank wire)&amp;lt;br /&amp;gt;RUB (bank wire, WU, Anelik and etc, cash)&amp;lt;br /&amp;gt;AUD (Bank wire)&amp;lt;br /&amp;gt;Liberty Reserve USD/EUR, Perfect Money USD/EUR, Pecunix, Paxum, c-gold, Hoopay, GDP || 24/7/365 support in English, Spanish and Russian.&lt;br /&gt;
|-&lt;br /&gt;
| [[ECurrencyZone]] || Fixed Rate || BTC&amp;lt;br/&amp;gt;INR (Cash deposit of Indian rupee)&amp;lt;br /&amp;gt;BDT (Cash deposit of Bangladeshi taka)&amp;lt;br /&amp;gt;NPR (Cash deposit of Nepalese rupee)&amp;lt;br /&amp;gt;MYR (Cash deposit of Malaysian ringitt)&amp;lt;br /&amp;gt;SGD (Cash deposit of Singaporean dollar)&amp;lt;br /&amp;gt;SGD (Net/Bank transfer)&amp;lt;br /&amp;gt;USD (Western Union, Moneygram, Citibank global funds transfer, OKPay)&amp;lt;br /&amp;gt;USD (Liberty Reserve, Mt. Gox redeemable code) || Bank transfer considered at all locations with prior approval.&lt;br /&gt;
|-&lt;br /&gt;
| [[BitCoinVend]] || Market || BTC&amp;lt;br/&amp;gt;USD (PayPal) || bitcoinvend@gmail.com, market variable with commission, quote based, verified paypal account with anti scammer verification&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoins In Berlin]] || Fixed Rate || EUR (Cash in-the mail)&amp;lt;br /&amp;gt;EUR (Cash in-person trade)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;EUR (Mt. Gox [[redeemable code]])&amp;lt;br /&amp;gt;EUR (Western Union) || Cash in-the-mail is to a Berlin P.O. box. In-person trade is in Berlin.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.lojabitcoin.pt Loja Bitcoin] || Fixed Rate|| EUR (ATM/Multibanco, bank transfer, money order, cash) || Several payment methods like the Portuguese &amp;quot;Multibanco&amp;quot; (ATM), &amp;quot;Vale postal CTT&amp;quot; (money order by mail), bank transfer and cash (in some locations) - Portugal only at the moment&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [[Mang Sweeney]] || Fixed Rate || PHP (Cash)&amp;lt;br /&amp;gt;PHP (Cash deposit at bank) || Languages: English, Pinoy.&amp;lt;br /&amp;gt;PHP [https://localbitcoins.com/accounts/profile/mangsweeney cash trade method] in metro Manilla, Philappines.&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcoinvender.yolasite.com/ Bitcoin Vender] || Fixed Rate|| USD (Credit Card)&amp;lt;br/&amp;gt;USD (Debit Card)&amp;lt;BR /&amp;gt;|| Buy bitcoins with your credit or debit card&lt;br /&gt;
|-&lt;br /&gt;
| [[mercaBit.eu]] || Fixed Rate|| EUR (Ukash)&amp;lt;br/&amp;gt;EUR (Hal-Cash)&amp;lt;br/&amp;gt;EUR (Neteller)&amp;lt;br/&amp;gt;|| Buy bitcoins with ukash and more&lt;br /&gt;
|-&lt;br /&gt;
| [http://buyBTC.cz buyBTC.cz] ([[buyBTC.cz|info]]) || Fixed Rate|| CZK (Domestic bank transfer)&amp;lt;br /&amp;gt;EUR (Bank transfer) || Buy bitcoins from the Czech Republic.&lt;br /&gt;
|-&lt;br /&gt;
| [http://InstaWire.com InstaWire.com] ([[InstaWire|info]]) || Fixed Rate|| EUR (SEPA bank transfer) || No sign-up, just enter the amount and a Bitcoin address.&lt;br /&gt;
|-&lt;br /&gt;
| [http://ZIGGAP.com ZIGGAP] ([[ZIGGAP|info]]) || Fixed Rate|| USD (Cash deposit at Chase, PNC bank)&amp;lt;br /&amp;gt;AUD (Cash deposit at National Australia Bank/NAB&amp;lt;br /&amp;gt;AUD (Online bill payment/POLI payments)&amp;lt;br /&amp;gt;USD (Moneygram, Western Union) || Buy from any Moneygram and Western Union location worldwide.&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitonic.nl Bitonic.nl] || Fixed Rate|| EUR (iDeal) || Buy bitcoins instantly from the Netherlands.&lt;br /&gt;
|-&lt;br /&gt;
| [http://swissbitcoins.ch swissbitcoins.ch] ([[Swissbitcoins|info]]) || Fixed Rate|| CHF (Swiss Bank Transfer) || Buy Bitcoins in Switzerland. No registration required. Enter Bitcoin address, wire money and get your bitcoins within 24 hours. &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dragons.tl Dragon&#039;s Tale] ([[Dragon&#039;s Tale|info]]) || Other || Credit card (except in the U.S.)  || Purchase bitcoins through this MMO casino with credit card, withdraw bitcoins (though a fee applies if withdrawn and no casino play.)&lt;br /&gt;
|-&lt;br /&gt;
| [https://buybitcoinbycreditcard.com buybitcoinbycreditcard.com] || Fixed Rate || JPY (Credit Card) || Buy bitcoins instantly with your credit card. No registration required. This site accept from the world.&lt;br /&gt;
|-&lt;br /&gt;
| [[OKPAY]] || Fixed Rate || BTC&amp;lt;br/&amp;gt;USD, EUR, GBP, RUB, CHF etc (Bank Wire Transfer)&amp;lt;br/&amp;gt;EUR (SofortBanking)&amp;lt;br/&amp;gt;USD, EUR (Liqpay)&amp;lt;br/&amp;gt;USD (CashU)&amp;lt;br/&amp;gt;USD, EUR, GBP, RUB, CHF etc (UWCFS)&amp;lt;br/&amp;gt;USD, RUB, UAH (Wallet1)&amp;lt;br/&amp;gt;RUB (Yandex Money)&amp;lt;br/&amp;gt;RUB (EasyPay)&amp;lt;br/&amp;gt;USD, EUR (CONTACT)&amp;lt;br/&amp;gt;USD, EUR (Migom)&amp;lt;br/&amp;gt;USD, EUR, CZK (Money Polo)&amp;lt;br/&amp;gt;USD, EUR (Intel Express)&amp;lt;br/&amp;gt;USD, EUR (Western Union via Exchange Partners)&amp;lt;br/&amp;gt;USD, EUR (Moneygram via Exchange Partners)&amp;lt;br/&amp;gt;USD, EUR, (Liberty Reserve via Exchange Partners) || Support of 19 world currencies, 15 languages.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Direct / Bulk Buying==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Service || Type || Payment Method || Notes&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcointalk.org/index.php?topic=87094.0 Bitcoins Direct] || Direct purchases, $1,000 and higher. || USD (Cash deposit at B of A, Wells Fargo or PNC Bank, max $3,000)&amp;lt;br /&amp;gt;USD (Bank wire, domestic or international), max $6,000 unless prior authorization&amp;lt;br /&amp;gt;USD (Liberty Reserve) || BTC || Inventory varies based on market conditions.&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcointalk.org/index.php?topic=89757.msg996082#msg996082 BitPay] ([[BitPay|info]]) || Direct purchases, $10,000 USD and higher || USD (Bank wire, domestic or international) || BTC || Contact for other payment methods. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Financial Services==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Service || Type || Payment || Settled || Notes&lt;br /&gt;
|-&lt;br /&gt;
| [[MPEx]] || Buy / Sell / Exercise CALLs / PUTs, American style.&amp;lt;br /&amp;gt;52 strikes offered (by .5), current month + 2.&amp;lt;br /&amp;gt; No shorting available yet.|| BTC || BTC || Transactions encoded via amt.&amp;lt;br /&amp;gt; Must use non-rounding client&amp;lt;br /&amp;gt;(0.3.24 or later)&lt;br /&gt;
|-&lt;br /&gt;
| [https://vircurex.com Vircurex] || Buy / Sell Options&amp;lt;br/&amp;gt;Loan / Borrow || BTC, NMC, LTC, DVC, GG, I0C, IXC, SC || BTC, NMC, LTC, DVC, GG, I0C, IXC, SC ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Physical Bitcoins==&lt;br /&gt;
&lt;br /&gt;
Physical Bitcoins are bearer tokens that have an embedded redeemable digital bitcoin value if torn open.  While they are somewhat expensive if bought purely for the digital bitcoins, they are relatively easy to get, because they can be purchased with PayPal or credit card - payment methods not typically not accepted for pure digital bitcoin purchases.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Service || Type || Payment || Notes&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.memorydealers.com Memory Dealers] || Casascius Physical Bitcoins || USD (PayPal/Credit Card) || &lt;br /&gt;
|-&lt;br /&gt;
| [https://www.casascius.com Casascius.com] || Casascius Physical Bitcoins || BTC || &lt;br /&gt;
|-&lt;br /&gt;
| [https://www.giftcoin.net/card Bitcoin Gift Card] || Bitcioin Gift Card Physical Bitcoin Issued By GiftCoin || BTC || &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.bitbills.com Bitbills] || Bitbills cards || BTC || Not taking orders as of Nov 2011.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exchange Directories==&lt;br /&gt;
* [http://howtobuybitcoins.com/ HowToBuyBitcoins.com] &lt;br /&gt;
* [http://howtobuybitcoins.info/ HowToBuyBitcoins.info] &lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Digital_currencies|Digital Currencies]]&lt;br /&gt;
* [[Selling bitcoins]]&lt;br /&gt;
* [[Secure Trading]]&lt;br /&gt;
* [[Bitcoin Ladder]]&lt;br /&gt;
* [[:Category:Local|Local]] exchanges&lt;br /&gt;
&lt;br /&gt;
[[Category:Exchanges]]&lt;br /&gt;
[[Category:Introduction]]&lt;br /&gt;
[[zh-cn:购买bitcoins]]&lt;br /&gt;
[[ru:Приобретение биткойнов]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Buying_bitcoins&amp;diff=35736</id>
		<title>Buying bitcoins</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Buying_bitcoins&amp;diff=35736"/>
		<updated>2013-02-24T13:19:38Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are various methods available for buying bitcoins. See [[Buying Bitcoins (the noob version)|here for a Newb-friendly version]] of this page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: Please be careful with your money.  When sending money to an exchange or seller you are trusting that the operator will not abscond with your funds and that the operator maintains secure systems that protect against theft -- internal or external.  It is recommended that you obtain the real-world identity of the operator and ensure that sufficient recourse is available.  Exchanging or storing significant amounts of funds with exchanges is not recommended.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Major Exchanges==&lt;br /&gt;
&lt;br /&gt;
The least expensive methods for buying bitcoins involve transferring funds using a bank wire, ACH, bank transfer (ACH, EUR / SEPA).&lt;br /&gt;
&lt;br /&gt;
Exchanges are listed in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Exchange || Adding Funds || Withdrawing Funds || [[eWallet]] || Notes&lt;br /&gt;
|-&lt;br /&gt;
|  [[Bitcoin-24]] || BTC&amp;lt;br/&amp;gt;USD ([[MtGox]] redeemable code)&amp;lt;br /&amp;gt;USD (VouchX redeemable code)&amp;lt;br /&amp;gt;USD (Credit card through LiqPay)&amp;lt;br /&amp;gt;USD (International bank wire)&amp;lt;br /&amp;gt;EUR ([[MtGox]] redeemable code)&amp;lt;br /&amp;gt;EUR (VouchX redeemable code)&amp;lt;br /&amp;gt;EUR (SEPA wire)&amp;lt;br /&amp;gt;EUR (Sofort banking/Sofortuberweisung)&amp;lt;br /&amp;gt;EUR (GIROPay)&amp;lt;br /&amp;gt;GBP (International bank wire, converted to EUR)&amp;lt;br /&amp;gt;PLN (International bank wire, converted to EUR) || BTC&amp;lt;br/&amp;gt;USD (Bank wire transfer)&amp;lt;br /&amp;gt;USD ([[Skrill]]/Moneybookers)&amp;lt;br /&amp;gt;USD (VouchX redeemable code)&amp;lt;br /&amp;gt;EUR (SEPA wire)&amp;lt;br /&amp;gt;EUR (VouchX redeemable code)&amp;lt;br /&amp;gt;EUR (Cash, via DHL) || {{Table Value Yes}} || &lt;br /&gt;
|-&lt;br /&gt;
|  [[Bitcoin-Central]] || BTC&amp;lt;br /&amp;gt;GBP (Bank transfer)&amp;lt;br /&amp;gt;EUR (SEPA)&amp;lt;br /&amp;gt;Liberty Reserve USD&amp;lt;br /&amp;gt;Liberty Reserve EUR&amp;lt;br /&amp;gt;International wire (any currency) || BTC&amp;lt;br /&amp;gt;GBP (Bank transfer)&amp;lt;br /&amp;gt;EUR (SEPA)&amp;lt;br /&amp;gt;Liberty Reserve USD&amp;lt;br /&amp;gt;Liberty Reserve EUR || {{Table Value Yes}} || [https://github.com/davout/bitcoin-central Open-source], community reviewed platform&amp;lt;br /&amp;gt;Available in French and English languages&lt;br /&gt;
|-&lt;br /&gt;
|  [[Bitfloor]] || BTC&amp;lt;br/&amp;gt;USD (bank wire transfer)&amp;lt;br /&amp;gt;USD (Cash deposit at Bank of America)&amp;lt;br /&amp;gt;USD (CapitalOne 360 P2P) || BTC&amp;lt;br/&amp;gt;USD (ACH, direct deposit) || {{Table Value Yes}} || &lt;br /&gt;
|-&lt;br /&gt;
|  [[BitMe]] || BTC&amp;lt;br/&amp;gt;USD (Cash deposits at Chase)&amp;lt;br/&amp;gt;USD (Wire Transfer - US Only)&amp;lt;br /&amp;gt;USD (AurumXchange VouchX) || BTC&amp;lt;br/&amp;gt;USD (AurumXchange VouchX)&amp;lt;br/&amp;gt;USD (ACH / Direct Deposit)&amp;lt;br/&amp;gt;USD (Wire Transfer - US Only) || {{ Table Value Yes }} || &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;US-based&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Liquidity provider discounts&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[https://github.com/bitme BitMe&#039;s GitHub]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[http://bitme.github.com/rest/ REST API]&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|  [[bitNZ]] || BTC&amp;lt;br/&amp;gt;NZD (Cash depost as Westbank) || BTC&amp;lt;br/&amp;gt;NZD (Domestic bank transfer) || {{Table Value Yes}} || &lt;br /&gt;
|-&lt;br /&gt;
|  [[Bitstamp]] || BTC&amp;lt;br /&amp;gt;BTC (Redeemable code)&amp;lt;br /&amp;gt;EUR (SEPA transfer)&amp;lt;br /&amp;gt;USD (Intl wire)&amp;lt;br /&amp;gt;USD (Redeemable code)&amp;lt;br /&amp;gt;CHF || BTC&amp;lt;br /&amp;gt;BTC (Redeemable code)&amp;lt;br /&amp;gt;EUR (SEPA transfer)&amp;lt;br /&amp;gt;USD (Intl wire)&amp;lt;br /&amp;gt;USD (Redeemable code)&amp;lt;br /&amp;gt;CHF || {{Table Value Yes}} || EUR and CHF deposits converted to/from USD for trading&lt;br /&gt;
|-&lt;br /&gt;
|  [[BTC-E]] || BTC&amp;lt;br /&amp;gt;BTC (BTC-e redeemable code)&amp;lt;br /&amp;gt;USD (Cash deposit at Post of Russia)&amp;lt;br /&amp;gt;USD (Cash deposit at banks including Privatbank, Savings Bank of Russia (Sberbank), RU/UA Terminals, &amp;amp; more)&amp;lt;br /&amp;gt;USD ([[Liberty Reserve]])&amp;lt;br /&amp;gt;USD (Interkassa)&amp;lt;br /&amp;gt;USD (WebMoney - WMZ)&amp;lt;br /&amp;gt;USD (Yandex)&amp;lt;br /&amp;gt;USD (LiqPay)&amp;lt;br /&amp;gt;USD (Perfect Money)&amp;lt;br /&amp;gt;USD (QIWI)&amp;lt;br /&amp;gt;USD (OKPay)&amp;lt;br /&amp;gt;USD (RBK Money)&amp;lt;br /&amp;gt;USD (Ditial currencies including НСМЭП (NSMEP), Единый Кошелек (Unified Purse), TeleMoney, &amp;amp; more)&amp;lt;br /&amp;gt;USD (BTC-e Redeemable Code, available via BitInstant and AurumXChange)&amp;lt;br /&amp;gt;USD (International bank wire)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;RUB (QIWI)&amp;lt;br /&amp;gt;RUB (LiqPay)&amp;lt;br /&amp;gt;RUB (WebMoney-WMR)&amp;lt;br /&amp;gt;RUB (BTC-e Redeemable code)&amp;lt;br /&amp;gt;RUB (Bank transfer) || BTC&amp;lt;br/&amp;gt;BTC (BTC-e redeemble code)&amp;lt;br /&amp;gt;USD (Liberty Reserve)&amp;lt;br /&amp;gt;USD (Webmoney - WMZ)&amp;lt;br /&amp;gt;USD (Perfect Money)&amp;lt;br /&amp;gt;USD (LiqPay)&amp;lt;br /&amp;gt;USD (QIWI)&amp;lt;br /&amp;gt;USD (PayPal)&amp;lt;br /&amp;gt;USD (OKPay)&amp;lt;br /&amp;gt;USD (Payza/AlertPay)&amp;lt;br /&amp;gt;USD (Privat, Privat UAH)&amp;lt;br /&amp;gt;USD (Cash deposit into Savings Bank/Sberbank, Telebank, Alfa Bank)&amp;lt;br /&amp;gt;USD (BTC-e Redeemable Code)&amp;lt;br /&amp;gt;USD (International Wire Transfer)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;RUB (Cash delivery, possible in Moscow)&amp;lt;br /&amp;gt;RUB (QIWI)&amp;lt;br /&amp;gt;RUB (LiqPay)&amp;lt;br /&amp;gt;RUB (WebMoney WMR)&amp;lt;br /&amp;gt;RUB (Яндекс.Деньги Yandex)&amp;lt;br /&amp;gt;RUB (RBK Money)&amp;lt;br /&amp;gt;Cash deposit (into account at Сбербанка России!/Savings Bank/Sberbank, Телебанк (Telebank), and АльфаБанк (Alfa Bank)&amp;lt;br /&amp;gt;RUB (Transfer to credit card VISA &amp;amp; MasterCard)&amp;lt;br /&amp;gt;RUB (BTC-e Redeemable code)&amp;lt;br /&amp;gt;RUB (Bank transfer) || {{Table Value Yes}} || Language: English, Russian. Interkassa can be funded from Webmoney and many other methods.&amp;lt;br /&amp;gt;BitInstant Can be funding option includes QIWI, Cyberplat.&lt;br /&gt;
|-&lt;br /&gt;
|  [[Camp BX]] (CBX) || BTC &amp;lt;br/&amp;gt; USD ([[Dwolla]])&amp;lt;br/&amp;gt;USD (P2P bank transfer at Chase, B&amp;amp;nbsp;of&amp;amp;nbsp;A, Wells Fargo and ING. Credited after three business days).&amp;lt;br /&amp;gt;USD (Personal Check)&amp;lt;br /&amp;gt;USD (USPS Postal money order, Canada Post money order) || BTC&amp;lt;br /&amp;gt;USD ([[Dwolla]])&amp;lt;br/&amp;gt;USD (ACH Direct Deposit)&amp;lt;br /&amp;gt;USD (USPS Postal Money Order)&amp;lt;br/&amp;gt;USD (Domestic bank wire)&amp;lt;br/&amp;gt;USD (International bank wire) || {{Table Value Yes}} || &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt; Security certification from McAfee&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Advanced trading options with AON/FOK/Market&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;STOPLOSS and Short-Selling in Pipeline&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Trading API available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Wallet API available &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; CBX Instant Bitcoin Transfers Feature &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Stoploss / Custom Order Expiry Date/Time &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; SMS (Text Message) Notifications &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt; Two-Factor Authentication &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt; Based in USA - Atlanta &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
|  [[FYB-SG]] || BTC &amp;lt;br/&amp;gt; SGD(Internet Bank Transfer)&amp;lt;br/&amp;gt;SGD (Annonymous Cash Deposit at any UOB Cash Deposit Machine in Singapore).&amp;lt;br /&amp;gt; || BTC&amp;lt;br/&amp;gt;SGD(Internet Bank Transfer)&amp;lt;br/&amp;gt; ||  {{Table Value Yes}} || &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt; Based in Singapore &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
|  [[Intersango]] || BTC&amp;lt;br /&amp;gt;EUR (SEPA bank wire)&amp;lt;br /&amp;gt;PLN (Bank Wire) || BTC&amp;lt;br /&amp;gt;EUR (SEPA bank wire)&amp;lt;br /&amp;gt;PLN (Bank Wire) || {{Table Value Yes}} || Operated by the [https://bitcoinconsultancy.com/ BitcoinConsultancy] &amp;lt;br/&amp;gt; [https://intersango.com Intersango] is a completely custom trading platform built from the ground up with security, scalability and extensibility in mind. [https://bitcointalk.org/index.php?topic=43745.0 More Information]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Boasts an [https://bitcoinconsultancy.com/wiki/index.php/Intersango/API ever expanding API].  Started out as [[Britcoin]].&lt;br /&gt;
|-&lt;br /&gt;
|  [[Kapiton.se]]  || BTC&amp;lt;br/&amp;gt;SEK (Bankgiro Bank Transfer) || BTC&amp;lt;br/&amp;gt;SEK (Bankgiro Bank Transfer) || {{Table Value Yes}} || &lt;br /&gt;
|-&lt;br /&gt;
|  [[Mercado Bitcoin]] || BTC&amp;lt;br/&amp;gt;BRL (Bank transfer)&amp;lt;br /&amp;gt;BRL (Bank transfer - MoIP)&amp;lt;br /&amp;gt;Liberty Reserve USD || BTC&amp;lt;br/&amp;gt;BRL (Bank transfer - MoIP) || {{Table Value Yes}} || Language: Portugese&lt;br /&gt;
|-&lt;br /&gt;
|  [[MtGox]] || BTC&amp;lt;br/&amp;gt;BTC (Redeemable code)&amp;lt;br /&amp;gt;USD ([[Dwolla]])&amp;lt;br /&amp;gt;USD (International bank wire)&amp;lt;br /&amp;gt;USD (Wire to [[AurumXChange Company|AurumXChange]])&amp;lt;br /&amp;gt;USD ([[OKPay]])&amp;lt;br /&amp;gt;AUD (Bank wire)&amp;lt;br /&amp;gt;GBP (Bank wire)&amp;lt;br /&amp;gt;GBP (Cash deposit, Barclays)&amp;lt;br /&amp;gt;USD (Redeemable code)&amp;lt;br /&amp;gt;Liberty Reserve USD (via AurumXChange) || BTC&amp;lt;br /&amp;gt;BTC (Redeemable code)&amp;lt;br /&amp;gt;USD ([[Dwolla]])&amp;lt;br /&amp;gt;USD (Wire via [[AurumXChange Company|AurumXChange]])&amp;lt;br /&amp;gt;AUD (Bank wire)&amp;lt;br /&amp;gt;USD (Redeemable code)&amp;lt;br /&amp;gt;Liberty Reserve USD (via AurumXChange) || {{Table Value Yes}} || Oldest running exchange. Higest daily volume. Respecting AML laws, Restrictions and limits on withdrawals.&lt;br /&gt;
|-&lt;br /&gt;
|  [[Rock Currency Exchange]] || BTC&amp;lt;br/&amp;gt;EUR (SEPA transfer)&amp;lt;br /&amp;gt;SLL (Second Life)&amp;lt;br /&amp;gt;USD (Dwolla) || BTC&amp;lt;br/&amp;gt;EUR (SEPA transfer)&amp;lt;br /&amp;gt;SLL (Second Life)&amp;lt;br /&amp;gt;USD (Dwolla)  || {{Table Value Yes}} || &lt;br /&gt;
|-&lt;br /&gt;
|  [[VirtEx]] || BTC&amp;lt;br/&amp;gt;CAD (cash deposit at Royal Bank, Bank of Montreal or ScotiaBank)&amp;lt;br /&amp;gt;CAD (Online bill payment)&amp;lt;br /&amp;gt;CAD (Wire transfer) || BTC&amp;lt;br/&amp;gt;CAD (direct deposit)&amp;lt;br /&amp;gt;CAD (Canada Xpress Post Bank Draft send by mail)&amp;lt;br /&amp;gt;CAD Payza (formerly AlertPay) || {{Table Value Yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
|  [[VirWoX]] || BTC&amp;lt;br/&amp;gt;SLL (Second Life)&amp;lt;br/&amp;gt;ACD (Avination)&amp;lt;br/&amp;gt;OMC (OpenSim)&amp;lt;br/&amp;gt;USD,EUR,GBP,CHF ([[PayPal]])&amp;lt;br/&amp;gt;USD,EUR,GBP (Credit &amp;amp; Debit cards via [[Skrill]]/Moneybookers)&amp;lt;br/&amp;gt;USD,EUR,GBP ([[NETELLER]])&amp;lt;br/&amp;gt;EUR (DIRECTebanking / Sofortuberweisung)&amp;lt;br/&amp;gt;USD,EUR,GBP,CHF ([[paysafecard]])&amp;lt;br/&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;USD ([[UKash]] vouchers) || BTC&amp;lt;br/&amp;gt;SLL (Second Life)&amp;lt;br/&amp;gt;ACD (Avination)&amp;lt;br/&amp;gt;OMC (OpenSim)&amp;lt;br/&amp;gt;USD,EUR,GBP,CHF ([[PayPal]])&amp;lt;br /&amp;gt;USD,EUR,GBP ([[Skrill]]/Moneybookers)&amp;lt;br/&amp;gt;USD,EUR,GBP ([[NETELLER]])&amp;lt;br/&amp;gt;EUR (SEPA bank transfer) || {{Table Value Yes}} || Trading through Second Life Linden Dollars.&amp;lt;br/&amp;gt;Variable limits on PayPal and Credit Card deposits. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Fixed Rate Exchanges &amp;amp; Others==&lt;br /&gt;
&lt;br /&gt;
For smaller amounts, the options are limited due to bank transfer fees, conversion fees and transaction size restrictions. Options include:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Service || Type || Payment Method || Notes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.aurumxchange.com AurumXchange] ([[AurumXchange|info]]) || Market || USD,EUR,GBP || Exchange Bitcoins &#039;&#039;&#039;instantly&#039;&#039;&#039; to and from Liberty Reserve, Perfect Money, Pecunix, C-Gold, VouchX, CosmicPay and more. Sell and buy your Bitcoins through USD or GBP Wire, or SEPA EUR transfer.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.bitcoincanada.tk Bitcoincanada]  ([[bitcoin canada|info]]) || Market || CAD || Exchange Bitcoins &#039;&#039;&#039;instantly&#039;&#039;&#039; to and from Interac email transfer. Sell and buy your Bitcoins through Interac email transfer instantly. &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitbargain.co.uk BitBargain] ([[BitBargain|info]]) || Market || GBP || Quick transactions via Bank Transfer (fast payments support only), Pingit and Ukash. Deals happen between buyer and seller.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.bitcopia.com Bitcopia] ([[Bitcopia.com|info]]) || Fixed Rate || USD (Cash deposit) || Buy bitcoins via cash deposit at Wells Fargo, or send money via online banking with Wells Fargo. Instant quotes based on live Mt Gox prices.&lt;br /&gt;
|-&lt;br /&gt;
| [http://btc.pt BTC.pt] || Market Rate || EUR (Multibanco) || Anonymous transactions. Pay the amount on any Portuguese ATM(MB) or homebanking service, we&#039;ll deduce our fee and buy the coins for you at market rate and send them very fast to your wallet. Only available in Portugal.&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.coinmarket.co.nz Coin Market] || Fixed Rate || NZD (NZ Bank deposit/Cash) || Cash deposit or bank transfer to domestic New Zealand bank.  Cash payment to brokerage.  Guest checkout available.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bit Innovate]] || Fixed Rate || AUD, NZD (Cash deposit) || Australian Dollar cash deposit at any Commonwealth or Westpac Bank. New Zealand Dollar cash deposits at any ASB.&lt;br /&gt;
|-&lt;br /&gt;
| [https://blockchain.info/wallet/deposit-methods Blockchain] ([[BlockChain.info|info]]) || Fixed Rate || USD, GBP, EUR, BRL, AUD, CAD, JPY, EUR, CHF, PLN, CZK, RON, RUB, SEK, NOK, DKK || Purchased through [[BitInstant]] (U.S., Brazil, and Russia), Barclay&#039;s Pingit or Bank Transfer (GBP), Instant Bank Transfer (EUR) or SMS or premium phone call from a mobile. &lt;br /&gt;
|-&lt;br /&gt;
| [[BitInstant]] || Market Rate || USD (Cash deposit at banks, 7-11, Walmart, CVS, Moneygram locations)&amp;lt;br /&amp;gt;USD (Dwolla)&amp;lt;br /&amp;gt;BRL (Cash deposit at Banco Rendimento or through Boleto)&amp;lt;br /&amp;gt;RUB (Cash deposit through Qiwi or Cyberplat) || Deposit cash at 700,000 locations around the world and have your Bitcoins within 30 minutes. Absolute fastest and easiest way to buy Bitcoins. &lt;br /&gt;
|-&lt;br /&gt;
| [[Coinapult]] || Fixed rate || Use [[BitInstant]] to use cash to purchase bitcoins sent to e-mail or SMS.  Choose &amp;quot;Bitcoin to e-mail&amp;quot; service and enter either e-mail or SMS. ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinbase]] || Fixed rate || Buy bitcoins using a bank transfer (U.S.). || Instant verification available for new accounts.&lt;br /&gt;
|-&lt;br /&gt;
| [http://BitcoinIsrael.co.il BitcoinIsrael.co.il]   || Fixed Rate || ILS (NIS - New Israeli Shekel)&lt;br /&gt;
* via bank transfer&lt;br /&gt;
* via Bank HaDoar /Post Office Bank (instant transfer)&lt;br /&gt;
* via In Person&lt;br /&gt;
|| Buy and sell your Bitcoins within minutes in person. Get &amp;quot;same day&amp;quot; service using Bank HaDoar /Post Office Bank. Get &amp;quot;next day&amp;quot; service using Bank Transfer.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin Nordic]] || Fixed Rate&lt;br /&gt;
|&lt;br /&gt;
*EUR/DKK (SEPA and wire transfer)&lt;br /&gt;
*USD, EUR, GBP, DKK, SEK, NOK (Cash or check in the mail)&lt;br /&gt;
*AED, DZD, EGP, IQD, ILS, JOD, KWD, LGP, LYD, MRO, MYR, NGN, OMR, PKR, QAR, SAR, TRL, TZS, TND, YER ([[CashU]] card)&lt;br /&gt;
*MXN, EYU, BOB, BRL, COP, SYP, MAD, GHC, ZAR, CNY, CAD, and more ([[UKash]] voucher)&lt;br /&gt;
| For UKash, redeemed through CashU account.&lt;br /&gt;
|-&lt;br /&gt;
| [[Omnicoins]] || Fixed Rate || AUD (Cash deposit) || Deposit cash at any Commonwealth, NAB, or Westpac branch.&lt;br /&gt;
|-&lt;br /&gt;
| [[Spend Bitcoins]] || Fixed Rate || AUD (Cash deposit) || AUD cash deposit at NAB, Commonwealth Bank, Westpac and ANZ.&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcoinmylife.com/jml/buy-bitcoins BitcoinMyLife] &amp;lt;br /&amp;gt; ([[BitcoinMyLife|info]]) || Fixed Rate || EUR (SEPA bank transfer) || Simple and Safe.&amp;lt;br /&amp;gt;Pay first transaction fee with Twitter or Facebook post.&lt;br /&gt;
|-&lt;br /&gt;
| [[bitcoin.de]] || Market || EUR (bank wire)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;EUR (Liberty Reserve)&amp;lt;br /&amp;gt;EUR ([[Skrill]]/Moneybookers) || Varies (person to person)&amp;lt;br /&amp;gt;0.01 free Bitcoins for every new user&amp;lt;br /&amp;gt;eWallet&amp;lt;br /&amp;gt;Affiliate program&amp;lt;br /&amp;gt;Language: German, Englisch&amp;lt;br/&amp;gt; News&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoiny.cz]] || Market || CZK || Varies (person to person)&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCX.se]] || Fixed Rate || SEK || Transfer to and banks in Sweden.&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC China]] || Fixed Rate || USD (Liberty Reserve) || Converted to CNY for trading. &lt;br /&gt;
|-&lt;br /&gt;
| [[BitMarket.co]] || Market || COP (Colombian Peso) || Varies (person to person)&lt;br /&gt;
|- &lt;br /&gt;
| [[bitcoin-otc|#bitcoin-otc]] || [http://bitcoin-otc.com/vieworderbook.php Order Book] || Varies (person to person) || IRC trading marketplace will usually have people willing to deal for small and larger amounts using various payment methods, including [[PayPal]], [[Dwolla]], [[Linden Dollars]], etc.&lt;br /&gt;
|-&lt;br /&gt;
| [[Canadian Bitcoins]] || Fixed Rate || CAD (Cash - XpressPost or Dropoff)&amp;lt;br /&amp;gt;USD (Cash - Courier: UPS, FedEx, etc.) || For dropoff, office in Ottawa.&lt;br /&gt;
|-&lt;br /&gt;
| [https://dgtmkt.com Dgtmkt] ([[Dgtmkt|info]]) || Fixed Rate || Malaysian Ringgit (MYR)&amp;lt;br /&amp;gt;Online bank transfers (Maybank2U, CIMB, MEPS, etc)&amp;lt;br /&amp;gt;E-vouchers (Web Cash, Mobile Money) || Bitcoin merchant for Malaysians,. dealing in Malaysian Ringgit. Fully automated immediate transfers. https://dgtmkt.com&lt;br /&gt;
|-&lt;br /&gt;
| [[Lilion Transfer]] || Fixed Rate || Bank Transfer: USD, AUD, CAD, JPY, EUR, CHF, GBP, PLN, CZK, RON, BGN, HRK, RUB, SEK, NOK, DKK, LTL, LVL&amp;lt;br /&amp;gt; Liberty Reserve&amp;lt;br /&amp;gt;Perfect Money&amp;lt;br /&amp;gt;Monetto&amp;lt;br /&amp;gt;OK Pay&amp;lt;br /&amp;gt;Cosmic Pay&amp;lt;br /&amp;gt;Pecunix&amp;lt;br /&amp;gt;C-Gold&amp;lt;br /&amp;gt;E-Pay Payments&amp;lt;br /&amp;gt;PayPal|| 122 accounts worldwide.&amp;lt;br /&amp;gt; Support in 30 languages&lt;br /&gt;
|-&lt;br /&gt;
| [[Nanaimo Gold]] || Fixed Rate || USD (Liberty Reserve)&amp;lt;br /&amp;gt;Western Union money transfer&amp;lt;br /&amp;gt;Moneygram money transfer&amp;lt;br /&amp;gt;Cash in the mail || LR &amp;lt;--&amp;gt; Bitcoin exchange is automated&amp;lt;br /&amp;gt;For cash in the mail send USD, EUR, CAD, or GBP.  Canada mailing address.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin Argentina]] || Fixed Rate || Cash: ARS, BRL, USD &amp;lt;br /&amp;gt; Bank transfer: ARS || No exchange fees!&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin.com.es]] || Fixed Rate || EUR (bank deposit) || Bank transfer or cash deposits at OpenBank in Spain.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bahtcoin]] || Fixed Rate || Cash, Webmoney&amp;lt;br /&amp;gt;Liberty Reserve USD || Will cash out to Thai mobile and gaming prepaid cards as well.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin Brasil]] || Fixed Rate || BRL (Brazilian Real)&amp;lt;br /&amp;gt;USD || Cash exchange&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPiggy]] || Fixed Rate || AUD (Australian Dollar)|| Payment via bank transfer.&lt;br /&gt;
|-&lt;br /&gt;
| [[bitcoin.local]] || Directory || Varies (person to person) ||&lt;br /&gt;
|-&lt;br /&gt;
| [[bcchanger.com]] || Directory || Enables person to person purchases and sales via PayPal, [[Skrill]]/Moneybookers and other e-currency platforms ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoil]] || Fixed Rate || ILS (bank transfer) ||&lt;br /&gt;
|- &lt;br /&gt;
|[[btcnow]] || Market || USD (OKPay, Dwolla) ||  bitcoins transferred instantly&lt;br /&gt;
|-&lt;br /&gt;
| [http://localbitcoins.com LocalBitcoins.com] || Directory || Varies (person to person)&amp;lt;br/&amp;gt;Physical cash locally || Find your local bitcoin dealer! With dynamic pricing with equations.&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.happycoins.nl HappyCoins] || Fixed Rate || EUR (iDEAL and SEPA bank transfer) || Buy and sell Bitcoins. Dutch bank account holders receive Bitcoins within minutes and bank payments same day. Other European IBAN bank account transactions take one or two working days. Prices based on near real-time MtGox exchange price.&lt;br /&gt;
|-&lt;br /&gt;
| [[WM-Center]] || Fixed rate || BTC&amp;lt;br/&amp;gt;USD (International bank wire, Western Unon, Moneygram, Xoom etc, cash)&amp;lt;br /&amp;gt;EUR (IBAN bank wire)&amp;lt;br /&amp;gt;RUB (bank wire, WU, Anelik and etc, cash)&amp;lt;br /&amp;gt;AUD (Bank wire)&amp;lt;br /&amp;gt;Liberty Reserve USD/EUR, Perfect Money USD/EUR, Pecunix, Paxum, c-gold, Hoopay, GDP || 24/7/365 support in English, Spanish and Russian.&lt;br /&gt;
|-&lt;br /&gt;
| [[ECurrencyZone]] || Fixed Rate || BTC&amp;lt;br/&amp;gt;INR (Cash deposit of Indian rupee)&amp;lt;br /&amp;gt;BDT (Cash deposit of Bangladeshi taka)&amp;lt;br /&amp;gt;NPR (Cash deposit of Nepalese rupee)&amp;lt;br /&amp;gt;MYR (Cash deposit of Malaysian ringitt)&amp;lt;br /&amp;gt;SGD (Cash deposit of Singaporean dollar)&amp;lt;br /&amp;gt;SGD (Net/Bank transfer)&amp;lt;br /&amp;gt;USD (Western Union, Moneygram, Citibank global funds transfer, OKPay)&amp;lt;br /&amp;gt;USD (Liberty Reserve, Mt. Gox redeemable code) || Bank transfer considered at all locations with prior approval.&lt;br /&gt;
|-&lt;br /&gt;
| [[BitCoinVend]] || Market || BTC&amp;lt;br/&amp;gt;USD (PayPal) || bitcoinvend@gmail.com, market variable with commission, quote based, verified paypal account with anti scammer verification&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoins In Berlin]] || Fixed Rate || EUR (Cash in-the mail)&amp;lt;br /&amp;gt;EUR (Cash in-person trade)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;EUR (Mt. Gox [[redeemable code]])&amp;lt;br /&amp;gt;EUR (Western Union) || Cash in-the-mail is to a Berlin P.O. box. In-person trade is in Berlin.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.lojabitcoin.pt Loja Bitcoin] || Fixed Rate|| EUR (ATM/Multibanco, bank transfer, money order, cash) || Several payment methods like the Portuguese &amp;quot;Multibanco&amp;quot; (ATM), &amp;quot;Vale postal CTT&amp;quot; (money order by mail), bank transfer and cash (in some locations) - Portugal only at the moment&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [[Mang Sweeney]] || Fixed Rate || PHP (Cash)&amp;lt;br /&amp;gt;PHP (Cash deposit at bank) || Languages: English, Pinoy.&amp;lt;br /&amp;gt;PHP [https://localbitcoins.com/accounts/profile/mangsweeney cash trade method] in metro Manilla, Philappines.&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcoinvender.yolasite.com/ Bitcoin Vender] || Fixed Rate|| USD (Credit Card)&amp;lt;br/&amp;gt;USD (Debit Card)&amp;lt;BR /&amp;gt;|| Buy bitcoins with your credit or debit card&lt;br /&gt;
|-&lt;br /&gt;
| [[mercaBit.eu]] || Fixed Rate|| EUR (Ukash)&amp;lt;br/&amp;gt;EUR (Hal-Cash)&amp;lt;br/&amp;gt;EUR (Neteller)&amp;lt;br/&amp;gt;|| Buy bitcoins with ukash and more&lt;br /&gt;
|-&lt;br /&gt;
| [http://buyBTC.cz buyBTC.cz] ([[buyBTC.cz|info]]) || Fixed Rate|| CZK (Domestic bank transfer)&amp;lt;br /&amp;gt;EUR (Bank transfer) || Buy bitcoins from the Czech Republic.&lt;br /&gt;
|-&lt;br /&gt;
| [http://InstaWire.com InstaWire.com] ([[InstaWire|info]]) || Fixed Rate|| EUR (SEPA bank transfer) || No sign-up, just enter the amount and a Bitcoin address.&lt;br /&gt;
|-&lt;br /&gt;
| [http://ZIGGAP.com ZIGGAP] ([[ZIGGAP|info]]) || Fixed Rate|| USD (Cash deposit at Chase, PNC bank)&amp;lt;br /&amp;gt;AUD (Cash deposit at National Australia Bank/NAB&amp;lt;br /&amp;gt;AUD (Online bill payment/POLI payments)&amp;lt;br /&amp;gt;USD (Moneygram, Western Union) || Buy from any Moneygram and Western Union location worldwide.&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitonic.nl Bitonic.nl] || Fixed Rate|| EUR (iDeal) || Buy bitcoins instantly from the Netherlands.&lt;br /&gt;
|-&lt;br /&gt;
| [http://swissbitcoins.ch swissbitcoins.ch] ([[Swissbitcoins|info]]) || Fixed Rate|| CHF (Swiss Bank Transfer) || Buy Bitcoins in Switzerland. No registration required. Enter Bitcoin address, wire money and get your bitcoins within 24 hours. &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dragons.tl Dragon&#039;s Tale] ([[Dragon&#039;s Tale|info]]) || Other || Credit card (except in the U.S.)  || Purchase bitcoins through this MMO casino with credit card, withdraw bitcoins (though a fee applies if withdrawn and no casino play.)&lt;br /&gt;
|-&lt;br /&gt;
| [https://buybitcoinbycreditcard.com buybitcoinbycreditcard.com] || Fixed Rate || JPY (Credit Card) || Buy bitcoins instantly with your credit card. No registration required. This site accept from the world.&lt;br /&gt;
|-&lt;br /&gt;
| [[OKPAY]] || Fixed Rate || BTC&amp;lt;br/&amp;gt;USD, EUR, GBP, RUB, CHF etc (Bank Wire Transfer)&amp;lt;br/&amp;gt;EUR (SofortBanking)&amp;lt;br/&amp;gt;USD, EUR (Liqpay)&amp;lt;br/&amp;gt;USD (CashU)&amp;lt;br/&amp;gt;USD, EUR, GBP, RUB, CHF etc (UWCFS)&amp;lt;br/&amp;gt;USD, RUB, UAH (Wallet1)&amp;lt;br/&amp;gt;RUB (Yandex Money)&amp;lt;br/&amp;gt;RUB (EasyPay)&amp;lt;br/&amp;gt;USD, EUR (CONTACT)&amp;lt;br/&amp;gt;USD, EUR (Migom)&amp;lt;br/&amp;gt;USD, EUR, CZK (Money Polo)&amp;lt;br/&amp;gt;USD, EUR (Intel Express)&amp;lt;br/&amp;gt;USD, EUR (Western Union via Exchange Partners)&amp;lt;br/&amp;gt;USD, EUR (Moneygram via Exchange Partners)&amp;lt;br/&amp;gt;USD, EUR, (Liberty Reserve via Exchange Partners) || Support of 19 world currencies, 15 languages.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Direct / Bulk Buying==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Service || Type || Payment Method || Notes&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcointalk.org/index.php?topic=87094.0 Bitcoins Direct] || Direct purchases, $1,000 and higher. || USD (Cash deposit at B of A, Wells Fargo or PNC Bank, max $3,000)&amp;lt;br /&amp;gt;USD (Bank wire, domestic or international), max $6,000 unless prior authorization&amp;lt;br /&amp;gt;USD (Liberty Reserve) || BTC || Inventory varies based on market conditions.&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcointalk.org/index.php?topic=89757.msg996082#msg996082 BitPay] ([[BitPay|info]]) || Direct purchases, $10,000 USD and higher || USD (Bank wire, domestic or international) || BTC || Contact for other payment methods. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Financial Services==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Service || Type || Payment || Settled || Notes&lt;br /&gt;
|-&lt;br /&gt;
| [[MPEx]] || Buy / Sell / Exercise CALLs / PUTs, American style.&amp;lt;br /&amp;gt;52 strikes offered (by .5), current month + 2.&amp;lt;br /&amp;gt; No shorting available yet.|| BTC || BTC || Transactions encoded via amt.&amp;lt;br /&amp;gt; Must use non-rounding client&amp;lt;br /&amp;gt;(0.3.24 or later)&lt;br /&gt;
|-&lt;br /&gt;
| [https://vircurex.com Vircurex] || Buy / Sell Options&amp;lt;br/&amp;gt;Loan / Borrow || BTC, NMC, LTC, DVC, GG, I0C, IXC, SC || BTC, NMC, LTC, DVC, GG, I0C, IXC, SC ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Physical Bitcoins==&lt;br /&gt;
&lt;br /&gt;
Physical Bitcoins are bearer tokens that have an embedded redeemable digital bitcoin value if torn open.  While they are somewhat expensive if bought purely for the digital bitcoins, they are relatively easy to get, because they can be purchased with PayPal or credit card - payment methods not typically not accepted for pure digital bitcoin purchases.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Service || Type || Payment || Notes&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.memorydealers.com Memory Dealers] || Casascius Physical Bitcoins || USD (PayPal/Credit Card) || &lt;br /&gt;
|-&lt;br /&gt;
| [https://www.casascius.com Casascius.com] || Casascius Physical Bitcoins || BTC || &lt;br /&gt;
|-&lt;br /&gt;
| [https://www.giftcoin.net/card Bitcoin Gift Card] || Bitcioin Gift Card Physical Bitcoin Issued By GiftCoin || BTC || &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.bitbills.com Bitbills] || Bitbills cards || BTC || Not taking orders as of Nov 2011.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exchange Directories==&lt;br /&gt;
[http://howtobuybitcoins.com/ HowToBuyBitcoins.com] &lt;br /&gt;
[http://howtobuybitcoins.info/ HowToBuyBitcoins.info] &lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Digital_currencies|Digital Currencies]]&lt;br /&gt;
* [[Selling bitcoins]]&lt;br /&gt;
* [[Secure Trading]]&lt;br /&gt;
* [[Bitcoin Ladder]]&lt;br /&gt;
* [[:Category:Local|Local]] exchanges&lt;br /&gt;
&lt;br /&gt;
[[Category:Exchanges]]&lt;br /&gt;
[[Category:Introduction]]&lt;br /&gt;
[[zh-cn:购买bitcoins]]&lt;br /&gt;
[[ru:Приобретение биткойнов]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34735</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34735"/>
		<updated>2013-01-06T13:30:02Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
&lt;br /&gt;
[http://weusecoins.jp/remote/en.bitcoin.it/promotional_graphics SVG and higher resolutions]&lt;br /&gt;
&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
* [https://bitcointalk.org/?topic=1756.0 Bitcoin Graphics in Vector Format (Illustrator)]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Wiki:Tokyo_meetup&amp;diff=34467</id>
		<title>Bitcoin Wiki:Tokyo meetup</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Wiki:Tokyo_meetup&amp;diff=34467"/>
		<updated>2013-01-03T14:30:38Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meetup held in Shibuya, Tokyo (usually on the first monday of each month)&lt;br /&gt;
&lt;br /&gt;
* http://www.meetup.com/Tokyo-Bitcoin-Meetup-Group/&lt;br /&gt;
* https://www.facebook.com/groups/331016600320849/&lt;br /&gt;
&lt;br /&gt;
== Regulars ==&lt;br /&gt;
&lt;br /&gt;
* Roger Ver&lt;br /&gt;
* Jonathan Waller&lt;br /&gt;
&lt;br /&gt;
== Visitors ==&lt;br /&gt;
&lt;br /&gt;
* In March 2011: Sirius&lt;br /&gt;
&lt;br /&gt;
[[Category:Meetups]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Wiki:Tokyo_meetup&amp;diff=34466</id>
		<title>Bitcoin Wiki:Tokyo meetup</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Wiki:Tokyo_meetup&amp;diff=34466"/>
		<updated>2013-01-03T14:29:35Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meetup to be held in Tokyo (probably around Shibuya)&lt;br /&gt;
&lt;br /&gt;
* http://www.meetup.com/Tokyo-Bitcoin-Meetup-Group/&lt;br /&gt;
* https://www.facebook.com/groups/331016600320849/&lt;br /&gt;
&lt;br /&gt;
== Regulars ==&lt;br /&gt;
&lt;br /&gt;
* Roger Ver&lt;br /&gt;
* Jonathan Waller&lt;br /&gt;
&lt;br /&gt;
== Visitors ==&lt;br /&gt;
&lt;br /&gt;
* In March 2011: Sirius&lt;br /&gt;
&lt;br /&gt;
[[Category:Meetups]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Wiki:Tokyo_meetup&amp;diff=34465</id>
		<title>Bitcoin Wiki:Tokyo meetup</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Wiki:Tokyo_meetup&amp;diff=34465"/>
		<updated>2013-01-03T14:28:43Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Regulars */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meetup to be held in Tokyo (probably around Shibuya)&lt;br /&gt;
&lt;br /&gt;
Next meetup: TBD ([http://doodle.com/bg8zngecdaewdg4m Doodle])&lt;br /&gt;
&lt;br /&gt;
== Regulars ==&lt;br /&gt;
&lt;br /&gt;
Roger Ver&lt;br /&gt;
Jonathan Waller&lt;br /&gt;
&lt;br /&gt;
== Visitors ==&lt;br /&gt;
&lt;br /&gt;
* In March 2011: Sirius&lt;br /&gt;
&lt;br /&gt;
[[Category:Meetups]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Meetups&amp;diff=34464</id>
		<title>Meetups</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Meetups&amp;diff=34464"/>
		<updated>2013-01-03T14:26:56Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: &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;
| Bi-weekly on Saturday or Sunday ([http://www.facebook.com/groups/175596065827848/ See Facebook page])&lt;br /&gt;
| Starbucks, Harvard Square&lt;br /&gt;
| Anyone who wants to come!&lt;br /&gt;
| So far our meetings have been pretty sporadic, but we hope to gain some regularity soon...&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://www.meetup.com/Las-Vegas-Bitcoin-Users Las Vegas Bitcoin Users]&lt;br /&gt;
| Monthly, check calendar ([http://www.meetup.com/Las-Vegas-Bitcoin-Users/#upcomming meetings])&lt;br /&gt;
| Putters, 6945 South Rainbow Boulevard, Las Vegas, NV&lt;br /&gt;
| Mark Russell, Julian Tosh&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=42262.0 Munich Germany]&lt;br /&gt;
| Semi-regular, about once a month&lt;br /&gt;
| Optimolwerke&lt;br /&gt;
|&lt;br /&gt;
|&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;
|}&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;
&lt;br /&gt;
[[Category:Local]]&lt;br /&gt;
&lt;br /&gt;
[[de:Treffen]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34270</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34270"/>
		<updated>2012-12-31T18:03:09Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Logo alone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
&lt;br /&gt;
[http://weusecoins.jp/remote/en.bitcoin.it/promotional_graphics SVG and higher resolutions]&lt;br /&gt;
&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34269</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34269"/>
		<updated>2012-12-31T17:38:11Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Logo alone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
[[{{ns:file}}:BC Logo Huge-.png|400px‎]]&lt;br /&gt;
[[{{ns:file}}:BC Logo.svg‎]]&lt;br /&gt;
&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34268</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34268"/>
		<updated>2012-12-31T17:37:44Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Logo alone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
[[{{ns:file}}:BC Logo Huge.png|400px‎]]&lt;br /&gt;
[[{{ns:file}}:BC Logo.svg‎]]&lt;br /&gt;
&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34267</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34267"/>
		<updated>2012-12-31T17:34:55Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Logo alone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
[[{{ns:file}}:BC Logo Huge.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC Logo.svg‎]]&lt;br /&gt;
&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34266</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34266"/>
		<updated>2012-12-31T17:33:06Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Euro style (Click for large size) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34265</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34265"/>
		<updated>2012-12-31T17:32:48Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Gold style (Click for large size) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style (Click for large size)==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold style==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34264</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34264"/>
		<updated>2012-12-31T17:32:25Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Euro style (Click for large size) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style (Click for large size)==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold style (Click for large size)==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png|400px]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34263</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34263"/>
		<updated>2012-12-31T17:31:59Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: /* Logo with text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style (Click for large size)==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png|400px]]&lt;br /&gt;
==Gold style (Click for large size)==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png|400px]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34262</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34262"/>
		<updated>2012-12-31T17:31:25Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
==Orange style==&lt;br /&gt;
===Logo alone===&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
===Logo with text===&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
===&amp;quot;We love Bitcoin&amp;quot; Graphics===&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
===Bitcoin Accepted Here Buttons===&lt;br /&gt;
====Normal size====&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
====High resolution====&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
==Euro style (Click for large size)==&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png|400px]]&lt;br /&gt;
==Gold style (Click for large size)==&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png|400px]]&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34261</id>
		<title>Promotional graphics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Promotional_graphics&amp;diff=34261"/>
		<updated>2012-12-31T17:29:14Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin-related graphics used for promoting bitcoin either for online use, retail display or other promotional purpose.&lt;br /&gt;
&lt;br /&gt;
=Orange style=&lt;br /&gt;
==Logo alone==&lt;br /&gt;
[[{{ns:file}}:BC Logo .png‎]]&lt;br /&gt;
==Logo with text==&lt;br /&gt;
[[{{ns:file}}:BC Logotype.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC Logotype Reverse.png]]&lt;br /&gt;
==&amp;quot;We love Bitcoin&amp;quot; Graphics==&lt;br /&gt;
[[{{ns:file}}:Lv BCorg 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 48px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC 128px.png]]&lt;br /&gt;
[[{{ns:file}}:WeLv BC Badge 128px.png]]&lt;br /&gt;
==Bitcoin Accepted Here Buttons==&lt;br /&gt;
===Normal size===&lt;br /&gt;
[[{{ns:file}}:BC_Rnd_64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC nBG 64px.png‎]]&lt;br /&gt;
[[{{ns:file}}:BC RnBG 64px.png‎]]&lt;br /&gt;
===High resolution===&lt;br /&gt;
[[{{ns:file}}:bitcoin_accepted_here_printable.png|x200px‎]]&lt;br /&gt;
&lt;br /&gt;
=Euro style (Click for large size)=&lt;br /&gt;
[[{{ns:file}}:Bitcoin euro.png|400px]]&lt;br /&gt;
=Gold style (Click for large size)=&lt;br /&gt;
[[{{ns:file}}:Bitcoin.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ƀ: Another Bitcoin Identity==&lt;br /&gt;
* [[{{ns:file}}:CircleBitcoin.png]] &lt;br /&gt;
* [[{{ns:file}}:Pennant.png]]&lt;br /&gt;
* [[{{ns:file}}:RibbonDonateBitcoin.png]]&lt;br /&gt;
* [[{{ns:file}}:GoldenAcceptedHereBitcoin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;Ƀ graphic elements are available in SVG format on the dedicated [http://www.ecogex.com/bitcoin/ project page].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=64.msg7415#msg7415 New icon/logo] (SVG of the gold bitcoin / logo)&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=4331.0 Bigger &amp;quot;B&amp;quot; versions of Bitcoin logotypes]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=9562.20 Ƀ Another Bitcoin identity]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1631.0 More Bitcoin logos, buttons, and also some other graphics]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=45.msg479#msg479 Make your &amp;quot;we accept Bitcoin&amp;quot; logo]&lt;br /&gt;
* [http://img340.imageshack.us/img340/7210/onwhitem.jpg Bitcoin Decentralized P2P Currency logo]&lt;br /&gt;
* [http://agora.io/wp-content/uploads/2011/03/BitcoinFreeMoney250x100.png Liberty starts with free money logo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6412.0 Made a Bitcoin icon, PDF included]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=6455.0 In cryptography we trust (yet another Bitcoin icon)]&lt;br /&gt;
* [http://bitbash.blogspot.com/2011/04/bitcoin-icons.html Bitcoin icons] from Bitbash&lt;br /&gt;
* [http://lts.cr/d8d Bitcoin Graphics] zip&lt;br /&gt;
* [http://www.promotionalcodes.org.uk/26970/what-is-bitcoin/ What is Bitcoin? (Infographic)] &lt;br /&gt;
* [http://carbonism.deviantart.com/gallery carbonism&#039;s deviantART gallery]&lt;br /&gt;
* [http://handsomecode.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=32273.0 Public Domain Bitcoin Icons/Graphics for you!]&lt;br /&gt;
* [http://imgur.com/o5hHQ Stack of bitcoins]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin symbol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Marketing]]&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=File:BC_Logo_Huge.png&amp;diff=34260</id>
		<title>File:BC Logo Huge.png</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=File:BC_Logo_Huge.png&amp;diff=34260"/>
		<updated>2012-12-31T17:14:58Z</updated>

		<summary type="html">&lt;p&gt;Jonwaller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jonwaller</name></author>
	</entry>
</feed>