<?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=Mattedwards</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=Mattedwards"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Mattedwards"/>
	<updated>2026-04-26T10:10:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Using_Bitcoin&amp;diff=37574</id>
		<title>Using Bitcoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Using_Bitcoin&amp;diff=37574"/>
		<updated>2013-05-05T18:12:35Z</updated>

		<summary type="html">&lt;p&gt;Mattedwards: /* Generating bitcoins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background:#dddddd;border:solid gray 1px;width:70%;margin:auto;&amp;quot;&amp;gt;&lt;br /&gt;
Current releases of the bitcoin client have a different user interface than the versions used in this article.&lt;br /&gt;
&lt;br /&gt;
This article could use an update.  See the discussion for this article for more.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is a detailed tutorial to help new users understand and using bitcoin. After you read this page, you&#039;ll know the basics of what bitcoin is and how it is structured, how to get and install the bitcoin client, where to get coins, and how to use the client to send and receive transactions.&lt;br /&gt;
&lt;br /&gt;
If you want to ignore all the details of how the system works, and just want to start using it, see the [[Getting started]] page instead.&lt;br /&gt;
&lt;br /&gt;
=What is Bitcoin=&lt;br /&gt;
&lt;br /&gt;
Bitcoin is a distributed [[digital currency]] based on strong cryptographic principles. Each coin is assigned to the owner&#039;s public key, and is transferrable via cryptographically signed messages.&lt;br /&gt;
&lt;br /&gt;
=Getting started=&lt;br /&gt;
&lt;br /&gt;
In this section, you&#039;ll learn where to get the client, how to install it on different operating systems, and download the [[block chain]]. &lt;br /&gt;
&lt;br /&gt;
==Download and install the client==&lt;br /&gt;
&lt;br /&gt;
First, download the bitcoin client from http://bitcoin.org/. Choose the appropriate link depending on your operating system, and install in the usual manner. For Windows, easiest is probably the executable installer. For Linux, note that the tar.gz contains the binary build, in addition to the source, so if you run a recent distribution, you should be able to just run the binary without compiling yourself.&lt;br /&gt;
&lt;br /&gt;
==Starting the client and connecting to the network==&lt;br /&gt;
&lt;br /&gt;
[[File:First time run fin.png|400px|thumb|right|Bitcoin is initializing by establishing a connection to other clients and downloading the blocks.]]&lt;br /&gt;
Bitcoin comes with a GUI client called &amp;quot;bitcoin&amp;quot;, and a CLI (text-mode) client called &amp;quot;bitcoind&amp;quot;. It is probably more user-friendly to start with the GUI, so launch the bitcoin client. &lt;br /&gt;
&lt;br /&gt;
When you start for the first time, your bitcoin wallet will be created automatically, and the client will attempt to establish connections to other nodes on the network and start downloading the bitcoin [[block chain]]. You must get all of the blocks in the chain before sending/receiving transactions. [http://blockexplorer.com/q/getblockcount Click here] to see the current number of blocks in the chain. This download may take as long as several hours.&lt;br /&gt;
&lt;br /&gt;
==Client features==&lt;br /&gt;
&lt;br /&gt;
Your starting bitcoin address (you can have as many as you want - we&#039;ll talk about [[#Bitcoin addresses|addresses]] later) shows in a text box at the top. Right below it is your total bitcoin balance, which, of course, to start with will be zero. There is a list box below it showing all your transactions, which can be variously filtered with tabs, which again will be empty to start with.&lt;br /&gt;
&lt;br /&gt;
The status bar at the bottom will display some important information. If you have [[#Generating bitcoins|bitcoin generation (block hashing)]] turned on, on the left the client will display your hash rate. To the right of that, you will see the number of bitcoin nodes your client is connected to, then, the number of blocks your client has in its chain, and finally, the number of transactions you have in your wallet.&lt;br /&gt;
&lt;br /&gt;
=Using bitcoin=&lt;br /&gt;
&lt;br /&gt;
In this section you will learn about bitcoin addresses, sending and receiving transactions, the block chain and transaction confirmations, where to get your first bitcoins (faucet), generation. Tips on keeping wallet safe.&lt;br /&gt;
&lt;br /&gt;
==Getting your first bitcoins==&lt;br /&gt;
&lt;br /&gt;
There are few things more exciting than getting your first bitcoins! So once you have all the blocks downloaded, head on over to the [https://freebitcoins.appspot.com/ bitcoin faucet], fill out the form and put in your bitcoin address, and receive some free bitcoin! (You can do this before finishing the block chain download, but you won&#039;t see the coins in your wallet until you finish downloading the blocks... which would put a damper on the whole excitement bit.) &lt;br /&gt;
&lt;br /&gt;
See [http://en.bitcoin.it/wiki/Trade#Samples_and_Marketing_Offers Samples and Marketing Offers] for other free bitcoins and marketing offers.&lt;br /&gt;
&lt;br /&gt;
Once you submit the form successfully, you should see a new transaction in your client within seconds. But it will be grayed out, and have 0/unconfirmed status:&lt;br /&gt;
[[File:First btc recv.png|frame|none]]&lt;br /&gt;
&lt;br /&gt;
Once your transaction makes it into the block chain, the confirmation count will grow in step with the number of blocks in the chain. By default, the client stops showing &amp;quot;unconfirmed&amp;quot; after the transaction is 6 blocks deep in the chain:&lt;br /&gt;
[[File:Six confirms bitcoin client.png|frame|none]]&lt;br /&gt;
&lt;br /&gt;
==Transaction confirmations==&lt;br /&gt;
&lt;br /&gt;
write about [[Blocks|blocks]] and [[Confirmation|confirmations]] here.&lt;br /&gt;
&lt;br /&gt;
thanks to the [[Block chain|block chain]], you don&#039;t need to be online for receiving BTC...&lt;br /&gt;
&lt;br /&gt;
==Bitcoin addresses==&lt;br /&gt;
&lt;br /&gt;
You can create as many new addresses as you like. Using a different address each time helps to preserve your [[anonymity]].&lt;br /&gt;
&lt;br /&gt;
You cannot send BTC to an invalid address. Client will refuse to send payment to a misspecified address. (Though with care you can craft a valid but nonexistent address.)&lt;br /&gt;
&lt;br /&gt;
talk more about addresses here&lt;br /&gt;
&lt;br /&gt;
==Generating bitcoins==&lt;br /&gt;
&lt;br /&gt;
In order to generate bitcoins, you will need to perform bitcoin [[mining]]. As of 2013, the competition for bitcoin mining has become intense, so you are unlikely to achieve much without specialized hardware.&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
&lt;br /&gt;
* [[Getting started]] A brief tutorial for the impatient&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Mattedwards</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=A2A_Transfer_Methods&amp;diff=37573</id>
		<title>A2A Transfer Methods</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=A2A_Transfer_Methods&amp;diff=37573"/>
		<updated>2013-05-05T18:09:02Z</updated>

		<summary type="html">&lt;p&gt;Mattedwards: Added mailacoin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a directory of sites and services where account-to-account (A2A) transfers are possible.&lt;br /&gt;
&lt;br /&gt;
==Bitcoin Accounts==&lt;br /&gt;
&lt;br /&gt;
The following are sites and services where bitcoins may be transferred from one user account to another, internally, without there being an external transaction (e.g., blockchain, bank network, etc.).  [[Redeemable code|Redeemable codes]] are bearer codes which can be passed (securely) from one account holder to another.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Service || Website || Method || Exchanges || Notes / Alternate&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin-Central]] || [http://www.Bitcoin-Central.net Bitcoin-Central.net] || Transfer (Withdraw) || n/a || Transfer BTC or [[Liberty Reserve]] (LRUSD and LREUR)&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitstamp]] || [http://www.Bitstamp.net Bitstamp.net] || Redeemable code || [[BitInstant]] || Denominated in BTC, USD, or a combination of BTCs and USDs.&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC-E]] || [http://www.BTC-e.com BTC-e] || Redeemable code || [[BitInstant]] (destination) || Denominated in BTC, USD, and RUR RUB.&lt;br /&gt;
|-&lt;br /&gt;
| [[Camp BX]] || [http://www.CampBX.com CampBX.com] || Transfer || || BTC transfers only. Transfer to recipient&#039;s CBX Instant Transfer Code (shown in User Profile).&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinapult]] || [http://www.Coinapult.com Coinapult.com] || Send || || BTC transfers only. Send to an e-mail address or mobile number.&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinbase]] || [http://www.Coinbase.com Coinbase.com] || Send Money || || BTC transfers only. Send to an e-mail address.&lt;br /&gt;
|-&lt;br /&gt;
| MailACoin || [http://www.mailacoin.com/ MailaCoin.com] || Send Money || || BTC transfers only. Send to an e-mail address.&lt;br /&gt;
|-&lt;br /&gt;
| Seals With Clubs poker || [http://sealswithclubs.eu SealsWithClubs.eu] || Transfer || || Send &amp;quot;Seals Chips&amp;quot; to any username.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
Financial services which allow transfer of funds from one account to another.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Service || Website || Method || Exchanges || Notes / Alternate&lt;br /&gt;
|-&lt;br /&gt;
| [[Dwolla]] || [http://www.Dwolla.com Dwolla.com] || Send || [[MtGox|Mt. Gox]]&amp;lt;br /&amp;gt;[[Camp BX]]&amp;lt;br /&amp;gt;[[BitInstant]] || Send to an e-mail address, mobile number or Dwolla account number.  USD denomination.&lt;br /&gt;
|-&lt;br /&gt;
| Square || [http://vimeo.com/53634501 Square Gift Cards] || Gift || Send a gift card to anyone. || Send to an e-mail address.  USD denomination.  U.S. merchants only.&lt;br /&gt;
|-&lt;br /&gt;
| Intrade || [http://www.Intrade.com Intrade.com] || Transfer  || [http://bb.intrade.com/intradeForum/posts/list/493825.page Bitcoin TX] || Customer-to-customer transfer, requested made by phone or via e-mail.&lt;br /&gt;
|-&lt;br /&gt;
| [[Liberty Reserve]] || [http://www.LibertyReserve.com LibertyReserve.com] || Transfer || [[BitInstant]]&amp;lt;br /&amp;gt;[[AurumXChange Company|AurumXChange]]&amp;lt;br /&amp;gt;[[BTC-E]]&amp;lt;br /&amp;gt;[[BTC China]] and more || Send money to another Liberty Reserve account number.  Denominations LR USD, LR EUR, LR Gold Grams.&lt;br /&gt;
|-&lt;br /&gt;
| [[OKPay]] || [http://www.OKPay.com OKPay.com] || Send Money || n/a || Send money to any e-mail address or OKPay Wallet ID.  USD denominations.&lt;br /&gt;
|-&lt;br /&gt;
| [[PayPal]] || [http://www.PayPal.com PayPal.com] || Send Money  || n/a || Send money to any e-mail address or mobile number.  Denominations selected automatically.&lt;br /&gt;
|-&lt;br /&gt;
| [[Payza]] || [http://www.Payza.com Payza.com] || Send || n/a || Send money to any e-mail address.  USD, EUR, GBP or CAD  denominations.&lt;br /&gt;
|-&lt;br /&gt;
| [[Pingit]] || [http://www.barclays.co.uk/Mobile/BarclaysPingit/P1242603570446 Barclays Pingit] || Send || [[BlockChain.info]] || Send money to any Mobile number or e-mail address.  GBP denomination only.&lt;br /&gt;
|-&lt;br /&gt;
| [[VirWoX]] || [http://www.VirWoX.com VirWoX.com] || Send || n/a || Transfers of SLL (Second Life Lindens) only. Send to another VirWoX account id.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Payment methods]]&lt;br /&gt;
* [[Redeemable code]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Financial]]&lt;/div&gt;</summary>
		<author><name>Mattedwards</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=37572</id>
		<title>Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=37572"/>
		<updated>2013-05-05T18:05:19Z</updated>

		<summary type="html">&lt;p&gt;Mattedwards: Pragmatic argument&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Let&#039;s clear up some common Bitcoin misconceptions.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is just like all other digital currencies; nothing new ==&lt;br /&gt;
&lt;br /&gt;
Nearly all other digital currencies are centrally controlled. This means that:&lt;br /&gt;
* They can be printed at the subjective whims of the controllers&lt;br /&gt;
* They can be destroyed by attacking the central point of control&lt;br /&gt;
* Arbitrary rules can be imposed upon their users by the controllers&lt;br /&gt;
&lt;br /&gt;
Being decentralized, Bitcoin solves all of these problems.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins don&#039;t solve any problems that fiat currency and/or gold doesn&#039;t solve ==&lt;br /&gt;
&lt;br /&gt;
Unlike gold, bitcoins are:&lt;br /&gt;
* Easy to transfer&lt;br /&gt;
* Easy to secure&lt;br /&gt;
* Easy to verify&lt;br /&gt;
* Easy to granulate&lt;br /&gt;
&lt;br /&gt;
Unlike fiat currencies, bitcoins are:&lt;br /&gt;
* Predictable and limited in [[Controlled_Currency_Supply|supply]]&lt;br /&gt;
* Not controlled by a central authority (such as [http://en.wikipedia.org/wiki/Federal_Reserve The United States Federal Reserve])&lt;br /&gt;
* Not debt-based&lt;br /&gt;
&lt;br /&gt;
Unlike electronic fiat currency systems, bitcoins are:&lt;br /&gt;
* Potentially anonymous&lt;br /&gt;
* Freeze-proof&lt;br /&gt;
* Faster to transfer&lt;br /&gt;
* Cheaper to transfer&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is backed by processing power ==&lt;br /&gt;
&lt;br /&gt;
It is not correct to say that Bitcoin is &amp;quot;backed by&amp;quot; processing power. A currency being &amp;quot;backed&amp;quot; means that it is pegged to something else via a central party at a certain exchange rate yet you cannot exchange bitcoins for the computing power that was used to create them. Bitcoin is in this sense not backed by anything. It is a currency in its own right. Just as gold is not backed by anything, the same applies to Bitcoin. &lt;br /&gt;
&lt;br /&gt;
The Bitcoin currency is &#039;&#039;created&#039;&#039; via processing power, and the integrity of the block chain is &#039;&#039;protected&#039;&#039; by the existence of a network of powerful computing nodes from certain [[Weaknesses#Attacker_has_a_lot_of_computing_power|attacks]].&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are worthless because they aren&#039;t backed by anything ==&lt;br /&gt;
&lt;br /&gt;
One could argue that gold isn&#039;t backed by anything either. Bitcoins have properties resulting from the system&#039;s design that allows them to be subjectively valued by individuals.  This valuation is demonstrated when individuals freely exchange for or with bitcoins.  Please refer to the [http://en.wikipedia.org/wiki/Subjective_theory_of_value Subjective Theory of Value].&lt;br /&gt;
&lt;br /&gt;
See also: the &amp;quot;[[#Bitcoin_is_backed_by_processing_power|Bitcoin is backed by processing power]]&amp;quot; myth.&lt;br /&gt;
&lt;br /&gt;
== The value of bitcoins are based on how much electricity and computing power it takes to mine them ==&lt;br /&gt;
&lt;br /&gt;
This statement is an attempt to apply to Bitcoin the [http://en.wikipedia.org/wiki/Labor_theory_of_value labor theory of value], which is generally accepted as false. Just because something takes X resources to create does not mean that the resulting product will be worth X. It can be worth more, or less, depending on the utility thereof to its users.&lt;br /&gt;
&lt;br /&gt;
In fact the causality is the reverse of that (this applies to the labor theory of value in general). The cost to mine bitcoins is based on how much they are worth. If bitcoins go up in value, more people will mine (because [[Mining|mining]] is profitable), thus [[difficulty]] will go up, thus the cost of mining will go up. The inverse happens if bitcoins go down in value. These effects balance out to cause mining to always cost an amount proportional to the value of bitcoins it produces.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins have no intrinsic value (unlike some other things) ==&lt;br /&gt;
&lt;br /&gt;
It is true that bitcoins have no intrinsic value, in the [http://en.wikipedia.org/wiki/Intrinsic_value_%28numismatics%29 numismatic sense], in other words, value in any realm outside of being used as a medium of exchange.&lt;br /&gt;
&lt;br /&gt;
However, while some tangible commodities do have intrinsic value, that value is generally much less than its trading price. Consider for example that gold, if it were not used as an inflation-proof store of value, but rather only for its industrial uses, would certainly not be worth what it is today, since the industrial requirements for gold are far smaller than the available supply thereof.&lt;br /&gt;
&lt;br /&gt;
While historically intrinsic value, as well as other attributes like divisibility, fungibility, scarcity, durability, helped establish certain commodities as mediums of exchange, it is certainly not a prerequisite. While bitcoins lack &#039;intrinsic value&#039; in this sense, they make up for it in spades by possessing the other qualities necessary to make it a good medium of exchange, equal to or better than [http://en.wikipedia.org/wiki/Commodity_money commodity money].&lt;br /&gt;
&lt;br /&gt;
Another way to think about this is to consider the value of bitcoin the global network, rather than each bitcoin in isolation. The value of an individual telephone is derived from the network it is connected to. If there was no phone network, a telephone would be useless. Similarly the value of an individual bitcoin derives from the global network of bitcoin-enabled merchants, exchanges, wallets, etc... Just like a phone is necessary to transmit vocal information through the network, a bitcoin is necessary to transmit economic information through the network.&lt;br /&gt;
&lt;br /&gt;
Value is ultimately determined by what people are willing to trade for - by supply and demand.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are illegal because they&#039;re not legal tender ==&lt;br /&gt;
In March 2013, the U.S. [http://en.wikipedia.org/wiki/Financial_Crimes_Enforcement_Network Financial Crimes Enforcement Network] issues a new set of guidelines on &amp;quot;de-centralized virtual currency&amp;quot;, clearly targeting Bitcoin. Under the new guidelines, &amp;quot;a user of virtual currency is not a Money Services Businesses (MSB) under FinCEN&#039;s regulations and therefore is not subject to MSB registration, reporting, and record keeping regulations.&amp;quot; [[Mining|Miners]] on the other hand, might need to register, if they sell bitcoins for &amp;quot;real currency or its equivalent&amp;quot;.&amp;lt;ref&amp;gt;[http://arstechnica.com/tech-policy/2013/03/us-regulator-bitcoin-exchanges-must-comply-with-money-laundering-laws/ US regulator: Bitcoin exchanges must comply with money-laundering laws | Ars Technica]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In general, there are a [http://en.wikipedia.org/wiki/Local_currency number of currencies] in existence that are not official government-backed currencies. A currency is, after all, nothing more than a convenient unit of account. While national laws may vary from country to country, and you should certainly check the laws of your jurisdiction, in general trading in any commodity, including digital currency like Bitcoin, [http://en.wikipedia.org/wiki/BerkShares BerkShares], game currencies like WoW gold, or Linden dollars, is not illegal.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is a form of domestic terrorism because it only harms the economic stability of the USA and its currency ==&lt;br /&gt;
&lt;br /&gt;
According to [http://en.wikipedia.org/wiki/Definitions_of_terrorism#United_States the definition of terrorism in the United States], you need to do violent activities to be considered a terrorist for legal purposes.  Recent off-the-cuff remarks by politicians have no basis in law or fact.&lt;br /&gt;
&lt;br /&gt;
Also, Bitcoin isn&#039;t domestic to the US or any other country. It&#039;s a worldwide community, as can be seen in this [https://bitcointalk.org/?topic=2346.0 map of Bitcoin nodes].&lt;br /&gt;
&lt;br /&gt;
== Bitcoin will only enable tax evaders which will lead to the eventual downfall of civilization ==&lt;br /&gt;
&lt;br /&gt;
Cash transactions hold the same level of anonymity but are still taxed successfully. It is up to you to follow the applicable state laws in your home country, or face the consequences.&lt;br /&gt;
&lt;br /&gt;
While it may be easy to transfer bitcoins anonymously, &#039;&#039;spending&#039;&#039; them anonymously on tangibles is just as hard as spending any other kind of money anonymously.  Tax evaders are often caught because their lifestyle and assets are inconsistent with their reported income, and not necessarily because government is able to follow their money.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins can be printed/minted by anyone and are therefore worthless ==&lt;br /&gt;
&lt;br /&gt;
Bitcoins are not printed/minted. Instead, [[Blocks]] are computed by miners and for their efforts they are awarded a specific amount of bitcoins and transaction fees paid by others. See [[Mining]] for more information on how this process works.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are worthless because they&#039;re based on unproven cryptography ==&lt;br /&gt;
&lt;br /&gt;
SHA256 and ECDSA which are used in Bitcoin are well-known industry standard algorithms. SHA256 is endorsed and used by the US Government and is standardized (FIPS180-3 Secure Hash Standard). If you believe that these algorithms are untrustworthy then you should not trust Bitcoin, credit card transactions or any type of electronic bank transfer. Bitcoin has a sound basis in well understood cryptography.&lt;br /&gt;
&lt;br /&gt;
== Early adopters are unfairly rewarded ==&lt;br /&gt;
&lt;br /&gt;
Early adopters are rewarded for taking the higher risk with their time and money. The capital invested in bitcoin at each stage of its life invigorated the community and helped the currency to reach subsequent milestones. Arguing that early adopters do not deserve to profit from this is akin to saying that early investors in a company, or people who buy stock at a company IPO (Initial Public Offering), are unfairly rewarded.&lt;br /&gt;
&lt;br /&gt;
This argument also depends on bitcoin early adopters using bitcoins to store rather than transfer value. The daily trade on the exchanges (as of Jan 2012) indicates that smaller transactions are becoming the norm, indicating trade rather than investment. In more pragmatic terms, &amp;quot;fairness&amp;quot; is an arbitrary concept that is improbable to be agreed upon by a large population. Establishing &amp;quot;fairness&amp;quot; is no goal of Bitcoin, as this would be impossible.&lt;br /&gt;
&lt;br /&gt;
Looking forwards, considering the amount of publicity bitcoin received as of April 2013, there can be no reasonable grounds for complaint for people who did not invest at that time, and then see the value (possibly) rising drastically higher.&lt;br /&gt;
&lt;br /&gt;
By starting to mine or acquire bitcoins today, you too can become an early adopter.&lt;br /&gt;
&lt;br /&gt;
== 21 million coins isn&#039;t enough; doesn&#039;t scale ==&lt;br /&gt;
&lt;br /&gt;
One Bitcoin is divisible down to eight decimal places. There are really 2,099,999,997,690,000 (just over 2 quadrillion) maximum possible atomic units in the bitcoin design.&lt;br /&gt;
&lt;br /&gt;
The value of &amp;quot;1 BTC&amp;quot; represents 100,000,000 of these. In other words, each is divisible by up to 10^8. &lt;br /&gt;
&lt;br /&gt;
As the value of the unit of 1 BTC grows too large to be useful for day to day transactions, people can start dealing in smaller [[Units|units]], such as milli-bitcoins (mBTC) or micro-bitcoins (μBTC).&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are stored in wallet files, just copy the wallet file to get more coins! ==&lt;br /&gt;
&lt;br /&gt;
No, your wallet contains your secret keys, giving you the rights to spend your bitcoins. Think of it like having bank details stored in a file. If you give your bank details (or bitcoin wallet) to someone else, that doesn&#039;t double the amount of money in your account. You can spend your money or they can spend your money, but not both.&lt;br /&gt;
&lt;br /&gt;
== Lost coins can&#039;t be replaced and this is bad ==&lt;br /&gt;
&lt;br /&gt;
Bitcoins are divisible to 0.00000001, so there being fewer bitcoins remaining is not a problem for the currency itself. If you lose your coins, all other coins will go up in value a little. Consider it a donation to all other bitcoin users.&lt;br /&gt;
&lt;br /&gt;
A related question is: Why don&#039;t we have a mechanism to replace lost coins? The answer is that it is impossible to distinguish between a &#039;lost&#039; coin and one that is simply sitting unused in someone&#039;s wallet.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s a giant ponzi scheme ==&lt;br /&gt;
In a Ponzi Scheme, the founders persuade investors that they’ll profit. Bitcoin does not make such a guarantee. There is no central entity, just individuals building an economy.&lt;br /&gt;
&lt;br /&gt;
A ponzi scheme is a zero sum game. In a ponzi scheme, early adopters can only profit at the expense of late adopters, and the late adopters always lose. Bitcoin has an expected win-win outcome.  Early and present adopters profit from the rise in value as Bitcoins become better understood and in turn demanded by the public at large.  All adopters benefit from the usefulness of a reliable and widely-accepted decentralized peer-to-peer currency.&lt;br /&gt;
&lt;br /&gt;
== Finite coins plus lost coins means deflationary spiral ==&lt;br /&gt;
As deflationary forces may apply, economic factors such as hoarding are offset by human factors that may lessen the chances that a [[Deflationary spiral]] will occur.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin can&#039;t work because there is no way to control inflation ==&lt;br /&gt;
&lt;br /&gt;
Inflation is simply a rise of prices over time, which is generally the result of the devaluing of a currency. This is a function of supply and demand. Given the fact that the supply of bitcoins is fixed at a certain amount, unlike fiat money, the only way for inflation to get out of control is for demand to disappear. Temporary inflation is possible with a rapid adoption of Fractional Reserve Banking but will stabilize once a substantial number of the 21 million &amp;quot;hard&amp;quot; bitcoins are stored as reserves by banks.&lt;br /&gt;
&lt;br /&gt;
Given the fact that Bitcoin is a distributed system of currency, if demand were to decrease to almost nothing, the currency would be doomed anyway.&lt;br /&gt;
&lt;br /&gt;
The key point here is that Bitcoin as a currency can&#039;t be inflated by any single person or entity, like a government, as there&#039;s no way to increase supply past a certain amount.&lt;br /&gt;
&lt;br /&gt;
Indeed, the most likely scenario, as Bitcoin becomes more popular and demand increases, is for the currency to increase in value, or deflate, until demand stabilizes.&lt;br /&gt;
&lt;br /&gt;
== The Bitcoin community consists of anarchist/conspiracy theorist/gold standard &#039;weenies&#039; ==&lt;br /&gt;
&lt;br /&gt;
The members of the community vary in their ideological stances. While it may have been started by ideological enthusiasts, Bitcoin now speaks to a large number of regular pragmatic folk, who simply see its potential for reducing the costs and friction of global e-commerce.&lt;br /&gt;
&lt;br /&gt;
== Anyone with enough computing power can take over the network ==&lt;br /&gt;
&lt;br /&gt;
CONFIRMED, see [[Weaknesses]].&lt;br /&gt;
&lt;br /&gt;
That said, as the network grows, it becomes harder and harder for a single entity to do so. Already the Bitcoin network&#039;s computing power is quite ahead of the world&#039;s fastest supercomputers, together.&lt;br /&gt;
&lt;br /&gt;
What an attacker can do once the network is taken over is quite limited.  Under no circumstances could an attacker create counterfeit coins, fake transactions, or take anybody else&#039;s money.  An attacker&#039;s capabilities are limited to taking back their own money that they very recently spent, and preventing other people&#039;s transactions from receiving confirmations.  Such an attack would be very costly in resources, and for such meager benefits there is little rational economic incentive to do such a thing.&lt;br /&gt;
&lt;br /&gt;
Furthermore, this attack scenario would only be feasible for as long as it was actively underway.  As soon as the attack stopped, the network would resume normal operation.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin violates governmental regulations ==&lt;br /&gt;
&lt;br /&gt;
There is no known governmental regulation which disallows the use of Bitcoin.&lt;br /&gt;
&lt;br /&gt;
See also: the &amp;quot;[[#Bitcoins_are_illegal_because_they.27re_not_legal_tender|Bitcoins are illegal because they&#039;re not legal tender]]&amp;quot; myth.&lt;br /&gt;
&lt;br /&gt;
== Fractional reserve banking is not possible ==&lt;br /&gt;
&lt;br /&gt;
It is possible. See the main article, [[Fractional Reserve Banking and Bitcoin]]&lt;br /&gt;
&lt;br /&gt;
== Point of sale with bitcoins isn&#039;t possible because of the 10 minute wait for confirmation ==&lt;br /&gt;
&lt;br /&gt;
It is true that transactions [[FAQ#Why_do_I_have_to_wait_10_minutes_before_I_can_spend_money_I_received.3F|can]] sometimes take tens of minutes to become &#039;&#039;confirmed&#039;&#039;. Despite this, retailers can accept unconfirmed transactions with very little risk by simply &#039;listening&#039; on the network for a double-spend transaction, or partnering with a company that provides this service. After a head start of merely several seconds, the original transaction would reach so much of the Bitcoin network that a fraudulent double-spend transaction would almost certainly be fruitless. An attacker would have to commit easily-detectable fraud, in person, several hundred or several thousand times, before one of these low-value double-spend attempts would likely succeed.&lt;br /&gt;
&lt;br /&gt;
An attacker could work around the necessity of sending out a second fraudulent transaction to the Bitcoin network by attempting to [[Mining|solo-mine]] an attack block containing the attack transaction himself - temporarily withholding the block with the rest of the network - and then execute the fraudulent purchase within seconds, or minutes at most, of mining the attack block, before broadcasting the attack block.  However, the cost of such an activity would dramatically outweigh the value of anything typically offered without a confirmation wait for several reasons.&lt;br /&gt;
&lt;br /&gt;
First, mining a block (attack or otherwise) entitles the miner to a valuable block reward, and because the attack involves temporarily withholding the block from the network, the attacker would put himself in the likely position of his block becoming [[Stale block|stale]], which would result in forfeiture of the entire reward.  Most solo miners solve less than one block per month, so this would represent the loss of proceeds of potentially several weeks of mining.&lt;br /&gt;
&lt;br /&gt;
Second, it is not possible for a solo miner to know exactly when his mining activity will yield a block, and because the attack must be carried out within seconds or minutes of successfully mining a block, the attacker will not be able to know or plan in advance the brief window when the attack would be likely to succeed.  While it may be easy for a determined attacker to get low-value items that are sold and delivered online instantly without waiting for confirmations (such as downloads), this unpredictability and the briefness of the opportunity would make it extremely difficult to commit any kind of fraud where real-life interaction is required, such as visiting a merchant or taking possession of goods.   Petty shoplifting would be far simpler.  Even if an attacker went forward with this attack, the retailer would be notified of the fraud the moment the attack block is released seconds later.&lt;br /&gt;
&lt;br /&gt;
In short, the 10-minute wait for confirmation is only practically necessary when delivering goods of value that significantly exceed the block reward an attacker would have to risk to perform an attack and where recourse after delivery is practically nonexistent, such as money transfers.&lt;br /&gt;
&lt;br /&gt;
== After 21 million coins are mined, no one will generate new blocks ==&lt;br /&gt;
&lt;br /&gt;
When operating costs can&#039;t be covered by the block creation bounty, which will happen some time before the total amount of BTC is reached, miners will earn some profit from [[transaction fees]].  However unlike the block reward, there is [http://bitcoin.stackexchange.com/questions/876/how-much-will-transaction-fees-eventually-be/895#895 no coupling between transaction fees and the need for security], so there is less of a guarantee that the amount of [[Mining|mining]] being performed will be sufficient to maintain the network&#039;s security.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin has no built-in chargeback mechanism, and this isn&#039;t good ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why some people think this is bad&#039;&#039;&#039;: Chargebacks are useful for limiting fraud. The person handling your money has a responsibility to prevent fraud. If you buy something on eBay and the seller never ships it, PayPal takes funds from the seller&#039;s account and gives you back the money. This strengthens the eBay economy, because people recognize that their risk is limited and are more willing to purchase items from risky sellers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why it&#039;s actually a good thing&#039;&#039;&#039;: Bitcoin is designed such that your money is yours and yours alone. Allowing chargebacks implies that it is possible for another entity to take your money from you. You can have either total ownership rights of your money, or fraud protection, but not both.  That said, nothing inherent in the dollar or euro or any other currency is necessary for chargebacks to be possible, and likewise, nothing prevents the creation of PayPal-like services denominated in Bitcoin that provide chargebacks or fraud protection.&lt;br /&gt;
&lt;br /&gt;
The statement &amp;quot;The person handling your money has a responsibility to prevent fraud&amp;quot; is still true; the power has been shifted into your own hands. Fraud will always exist. It&#039;s up to you to only send bitcoins to trusted entities. It is possible to trust an online identity without ever knowing their physical identity; see the [http://wiki.bitcoin-otc.com/wiki/OTC_Rating_System OTC Web of Trust].&lt;br /&gt;
&lt;br /&gt;
== Quantum computers would break Bitcoin&#039;s security ==&lt;br /&gt;
&lt;br /&gt;
While ECDSA is indeed not secure under quantum computing, quantum computers don&#039;t yet exist and probably won&#039;t for a while.&lt;br /&gt;
The DWAVE system often written about in the press is, even if all their claims are true, not a quantum computer of a kind that could be used for cryptography.&lt;br /&gt;
Bitcoin&#039;s security, when used properly with a new address on each transaction, depends on more than just ECDSA: Cryptographic hashes are much stronger than ECDSA under QC.&lt;br /&gt;
Bitcoin&#039;s security was designed to be upgraded in a forward compatible way and could be [http://en.wikipedia.org/wiki/Post-quantum_cryptography upgraded] if this were considered an imminent threat.&lt;br /&gt;
&lt;br /&gt;
See the implications of quantum computers on public key cryptography here http://en.wikipedia.org/wiki/Quantum_computer#Potential&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;risk&#039;&#039; of quantum computers is also there for financial institutions, like banks, because they heavily rely on cryptography when doing transactions.&lt;br /&gt;
&lt;br /&gt;
== [[Mining|Bitcoin mining]] is a waste of energy and harmful for ecology ==&lt;br /&gt;
No more so than the wastefulness of mining gold out of the ground, melting it down and shaping it into bars, and then putting it back underground again. Not to mention the building of big fancy buildings, the waste of energy printing and minting all the various fiat currencies, the transportation thereof in armored cars by no less than two security guards for each who could probably be doing something more productive, etc. &lt;br /&gt;
&lt;br /&gt;
As far as mediums of exchange go, Bitcoin is actually quite economical of resources, compared to others.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Economic Argument 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Mining|Bitcoin mining]] is a highly competitive, dynamic, almost [http://en.wikipedia.org/wiki/Perfect_market perfect], market.   Mining rigs can be set up and dismantled almost anywhere in the world with relative ease.   Thus, market forces are constantly pushing mining activity to &#039;&#039;places&#039;&#039; and &#039;&#039;times&#039;&#039; where the marginal price of electricity is low or zero.    These electricity products are cheap for a reason.   Often it’s because the electricity is difficult (and wasteful) to transport, difficult to store, or because there is low demand and high supply.  Using electricity in this way is a lot less wasteful than simply plugging a mining rig into the mains indiscriminately. &lt;br /&gt;
&lt;br /&gt;
For example, Iceland produces an excess of cheap electricity from renewable sources, but it has no way of exporting electricity because of its remote location. It is conceivable that at some point in future Bitcoin mining will only be profitable in places like Iceland, and unprofitable in places like central Europe, where electricity comes mostly from nuclear and fossil sources.   &lt;br /&gt;
&lt;br /&gt;
Market forces could even push mining into innovative solutions that have an effective electricity consumption of &#039;&#039;zero&#039;&#039;.   Mining always produces heat equivalent to the energy consumed - for example, 1000 watts of mining equipment produces the same amount of heat as a 1000 watt heating element used in an electric space heater, hot tub, water heater, or similar appliance.  Someone already in a willing position to incur the cost of electricity for its heat value alone could run mining equipment specially designed to mine bitcoins while capturing and utilizing the heat produced, without incurring any energy costs beyond what they already intended to spend on heating.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Economic Argument 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When the environmental costs of mining are considered, they need to be weighed up against the benefits.   If you question Bitcoin on the grounds that it consumes electricity, then you should also ask questions like this: Will Bitcoin promote economic growth by freeing up trade?  Will this speed up the rate of technological innovation? Will this lead to faster development of green technologies? Will Bitcoin enable new, border crossing [http://en.wikipedia.org/wiki/Smart_grid smart grid] technologies?  …&lt;br /&gt;
&lt;br /&gt;
Dismissal of Bitcoin because of its costs, while ignoring its benefits, is a dishonest argument. In fact, any environmental argument of this type is dishonest, not just pertaining to Bitcoin.  Along similar lines, it could be argued that wind turbines are bad for the environment because making the steel structure consumes energy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ratio of Capital Costs versus Electrical Costs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The BFL Jalapeno hashes at 5.5 Gh/s using 30W.  That device consumes about $40 per year in electricity (using U.S. residential average of about $0.15 per kWh.)   But the device costs over $300 including shipping.  Thus just about a quarter of all costs over a two-year useful life goes to electricity.  This compares to GPUs where more than 90% of costs over a two-year life went to electricity.  Even more efficient designs can be expected in the future.&lt;br /&gt;
&lt;br /&gt;
== Shopkeepers can&#039;t seriously set prices in bitcoins because of the volatile exchange rate ==&lt;br /&gt;
&lt;br /&gt;
Your assumption is that bitcoins must be sold immediately to cover operating expenses. If the shopkeeper&#039;s back-end expenses were transacted in bitcoins as well, then the exchange rate would be irrelevant. Larger adoption of Bitcoin would make prices [http://en.wikipedia.org/wiki/Sticky_%28economics%29 sticky]. Future volatility is expected to decrease, as the size and depth of the market grows. &lt;br /&gt;
&lt;br /&gt;
In the meantime, many merchants simply regularly pull the latest market rates from the exchanges and automatically update the prices on their websites. Also you might be able to buy a put option in order to sell at a fixed rate for a given amount of time. This would protect you from drops in price and simplify your operations for that time period.&lt;br /&gt;
&lt;br /&gt;
== Like Flooz and e-gold, bitcoins serve as opportunities for criminals and will be shut down ==&lt;br /&gt;
&lt;br /&gt;
* Visa, MasterCard, PayPal, and cash all serve as opportunities for criminals as well, but society keeps them around due to their recognized net benefit.&lt;br /&gt;
* Hopefully Bitcoin will grow to the point where no single organization can disrupt the network, or would be better served by helping it.&lt;br /&gt;
* Terrorists fly aircraft into buildings, but the governments have not yet abolished consumer air travel. Obviously the public good outweighs the possible bad in their opinion.&lt;br /&gt;
* Criminal law differs between jurisdictions.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins will be shut down by the government just like Liberty Dollars were ==&lt;br /&gt;
&lt;br /&gt;
Liberty Dollars started as a commercial venture to establish an alternative US currency, including physical banknotes and coins, backed by precious metals. This, in and of itself, is not illegal. They were prosecuted under counterfeiting laws because the silver coins allegedly resembled US currency.&lt;br /&gt;
&lt;br /&gt;
Bitcoins do not resemble the currency of the US or of any other nation in any way, shape, or form. The word &amp;quot;dollar&amp;quot; is not attached to them in any way.  The &amp;quot;$&amp;quot; symbol is not used in any way.&lt;br /&gt;
&lt;br /&gt;
Bitcoins have no representational similarity whatsoever to US dollars. &lt;br /&gt;
&lt;br /&gt;
Of course, actually &#039;shutting down&#039; Liberty Dollars was as easy as arresting the head of the company and seizing the offices and the precious metals used as backing. The decentralized Bitcoin, with no leader, no servers, no office, and no tangible asset backing, does not have the same vulnerability.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is not decentralized because the developers can dictate the software&#039;s behavior ==&lt;br /&gt;
&lt;br /&gt;
The Bitcoin protocol was originally defined by Bitcoin&#039;s inventor, [[Satoshi Nakamoto]], and this protocol has now been widely accepted as the standard by the community of miners and users. &lt;br /&gt;
&lt;br /&gt;
Though the developers of the original Bitcoin client still exert influence over the Bitcoin community, their power to arbitrarily modify the protocol is very limited.  Since the release of Bitcoin v0.3, changes to the protocol have been minor and always in agreement with community consensus.&lt;br /&gt;
&lt;br /&gt;
Protocol modifications, such as increasing the block award from 25 to 50 BTC, are not compatible with clients already running in the network.  If the developers were to release a new client that the majority of miners perceives as corrupt, or in violation of the project’s aims, that client would simply not catch on, and the few users who do try to use it would find that their transactions get rejected by the network.&lt;br /&gt;
&lt;br /&gt;
There are also other [[:Category:Clients|Bitcoin clients made by other developers]] that adhere to the Bitcoin protocol. As more developers create alternative clients, less power will lie with the developers of the original Bitcoin client. &lt;br /&gt;
&lt;br /&gt;
== Bitcoin is a pyramid scheme ==&lt;br /&gt;
&lt;br /&gt;
Bitcoin is nearly opposite of a pyramid scheme in a mathematical sense. Because Bitcoins are algorithmically made scarce, no exponential benefit is derived from introducing new users to use of it. There is a quantitative benefit in having additional interest or demand, but this is in no way exponential.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin was hacked ==&lt;br /&gt;
&lt;br /&gt;
In the history of Bitcoin, there has never been an attack on the [[block chain]]  that resulted in stolen money from a confirmed output.  Neither has there ever been a reported theft resulting directly from  a vulnerability in the [[Original Bitcoin client|original Bitcoin client]], or a vulnerability in the protocol.  Bitcoin is secured by standard cryptographic functions. These functions have been peer reviewed by cryptography experts and are considered unlikely to be breakable in the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
It is safe to say that the currency itself has never been &#039;hacked&#039;.   However, several major &#039;&#039;websites&#039;&#039; using the currency have been hacked, often resulting in high profile Bitcoin heists.  These heists are misreported in some media as hacks on Bitcoin itself.   An analogy:  Just because someone stole US dollars from a supermarket till, doesn’t mean that the US dollar as a currency has been &#039;hacked&#039;.&lt;br /&gt;
&lt;br /&gt;
Most bitcoin thefts are the result of inadequate [[Securing your wallet|wallet security]].  In response to the wave of thefts in 2011 and 2012, the community has developed risk-mitigating measures such as [[Wallet_encryption|wallet encryption]], support for [[BIP_0011|multiple signatures]], [[How_to_set_up_a_secure_offline_savings_wallet|offline wallets]], [[Paper_wallet|paper wallets]], and [[Hardware_wallet|hardware wallets]].  As these measures gain adoption by merchants and users, it is expected that the number of thefts will drop.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[de:Mythen]]&lt;/div&gt;</summary>
		<author><name>Mattedwards</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=37571</id>
		<title>Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=37571"/>
		<updated>2013-05-05T18:03:23Z</updated>

		<summary type="html">&lt;p&gt;Mattedwards: Fleshed out this argument a little&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Let&#039;s clear up some common Bitcoin misconceptions.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is just like all other digital currencies; nothing new ==&lt;br /&gt;
&lt;br /&gt;
Nearly all other digital currencies are centrally controlled. This means that:&lt;br /&gt;
* They can be printed at the subjective whims of the controllers&lt;br /&gt;
* They can be destroyed by attacking the central point of control&lt;br /&gt;
* Arbitrary rules can be imposed upon their users by the controllers&lt;br /&gt;
&lt;br /&gt;
Being decentralized, Bitcoin solves all of these problems.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins don&#039;t solve any problems that fiat currency and/or gold doesn&#039;t solve ==&lt;br /&gt;
&lt;br /&gt;
Unlike gold, bitcoins are:&lt;br /&gt;
* Easy to transfer&lt;br /&gt;
* Easy to secure&lt;br /&gt;
* Easy to verify&lt;br /&gt;
* Easy to granulate&lt;br /&gt;
&lt;br /&gt;
Unlike fiat currencies, bitcoins are:&lt;br /&gt;
* Predictable and limited in [[Controlled_Currency_Supply|supply]]&lt;br /&gt;
* Not controlled by a central authority (such as [http://en.wikipedia.org/wiki/Federal_Reserve The United States Federal Reserve])&lt;br /&gt;
* Not debt-based&lt;br /&gt;
&lt;br /&gt;
Unlike electronic fiat currency systems, bitcoins are:&lt;br /&gt;
* Potentially anonymous&lt;br /&gt;
* Freeze-proof&lt;br /&gt;
* Faster to transfer&lt;br /&gt;
* Cheaper to transfer&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is backed by processing power ==&lt;br /&gt;
&lt;br /&gt;
It is not correct to say that Bitcoin is &amp;quot;backed by&amp;quot; processing power. A currency being &amp;quot;backed&amp;quot; means that it is pegged to something else via a central party at a certain exchange rate yet you cannot exchange bitcoins for the computing power that was used to create them. Bitcoin is in this sense not backed by anything. It is a currency in its own right. Just as gold is not backed by anything, the same applies to Bitcoin. &lt;br /&gt;
&lt;br /&gt;
The Bitcoin currency is &#039;&#039;created&#039;&#039; via processing power, and the integrity of the block chain is &#039;&#039;protected&#039;&#039; by the existence of a network of powerful computing nodes from certain [[Weaknesses#Attacker_has_a_lot_of_computing_power|attacks]].&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are worthless because they aren&#039;t backed by anything ==&lt;br /&gt;
&lt;br /&gt;
One could argue that gold isn&#039;t backed by anything either. Bitcoins have properties resulting from the system&#039;s design that allows them to be subjectively valued by individuals.  This valuation is demonstrated when individuals freely exchange for or with bitcoins.  Please refer to the [http://en.wikipedia.org/wiki/Subjective_theory_of_value Subjective Theory of Value].&lt;br /&gt;
&lt;br /&gt;
See also: the &amp;quot;[[#Bitcoin_is_backed_by_processing_power|Bitcoin is backed by processing power]]&amp;quot; myth.&lt;br /&gt;
&lt;br /&gt;
== The value of bitcoins are based on how much electricity and computing power it takes to mine them ==&lt;br /&gt;
&lt;br /&gt;
This statement is an attempt to apply to Bitcoin the [http://en.wikipedia.org/wiki/Labor_theory_of_value labor theory of value], which is generally accepted as false. Just because something takes X resources to create does not mean that the resulting product will be worth X. It can be worth more, or less, depending on the utility thereof to its users.&lt;br /&gt;
&lt;br /&gt;
In fact the causality is the reverse of that (this applies to the labor theory of value in general). The cost to mine bitcoins is based on how much they are worth. If bitcoins go up in value, more people will mine (because [[Mining|mining]] is profitable), thus [[difficulty]] will go up, thus the cost of mining will go up. The inverse happens if bitcoins go down in value. These effects balance out to cause mining to always cost an amount proportional to the value of bitcoins it produces.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins have no intrinsic value (unlike some other things) ==&lt;br /&gt;
&lt;br /&gt;
It is true that bitcoins have no intrinsic value, in the [http://en.wikipedia.org/wiki/Intrinsic_value_%28numismatics%29 numismatic sense], in other words, value in any realm outside of being used as a medium of exchange.&lt;br /&gt;
&lt;br /&gt;
However, while some tangible commodities do have intrinsic value, that value is generally much less than its trading price. Consider for example that gold, if it were not used as an inflation-proof store of value, but rather only for its industrial uses, would certainly not be worth what it is today, since the industrial requirements for gold are far smaller than the available supply thereof.&lt;br /&gt;
&lt;br /&gt;
While historically intrinsic value, as well as other attributes like divisibility, fungibility, scarcity, durability, helped establish certain commodities as mediums of exchange, it is certainly not a prerequisite. While bitcoins lack &#039;intrinsic value&#039; in this sense, they make up for it in spades by possessing the other qualities necessary to make it a good medium of exchange, equal to or better than [http://en.wikipedia.org/wiki/Commodity_money commodity money].&lt;br /&gt;
&lt;br /&gt;
Another way to think about this is to consider the value of bitcoin the global network, rather than each bitcoin in isolation. The value of an individual telephone is derived from the network it is connected to. If there was no phone network, a telephone would be useless. Similarly the value of an individual bitcoin derives from the global network of bitcoin-enabled merchants, exchanges, wallets, etc... Just like a phone is necessary to transmit vocal information through the network, a bitcoin is necessary to transmit economic information through the network.&lt;br /&gt;
&lt;br /&gt;
Value is ultimately determined by what people are willing to trade for - by supply and demand.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are illegal because they&#039;re not legal tender ==&lt;br /&gt;
In March 2013, the U.S. [http://en.wikipedia.org/wiki/Financial_Crimes_Enforcement_Network Financial Crimes Enforcement Network] issues a new set of guidelines on &amp;quot;de-centralized virtual currency&amp;quot;, clearly targeting Bitcoin. Under the new guidelines, &amp;quot;a user of virtual currency is not a Money Services Businesses (MSB) under FinCEN&#039;s regulations and therefore is not subject to MSB registration, reporting, and record keeping regulations.&amp;quot; [[Mining|Miners]] on the other hand, might need to register, if they sell bitcoins for &amp;quot;real currency or its equivalent&amp;quot;.&amp;lt;ref&amp;gt;[http://arstechnica.com/tech-policy/2013/03/us-regulator-bitcoin-exchanges-must-comply-with-money-laundering-laws/ US regulator: Bitcoin exchanges must comply with money-laundering laws | Ars Technica]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In general, there are a [http://en.wikipedia.org/wiki/Local_currency number of currencies] in existence that are not official government-backed currencies. A currency is, after all, nothing more than a convenient unit of account. While national laws may vary from country to country, and you should certainly check the laws of your jurisdiction, in general trading in any commodity, including digital currency like Bitcoin, [http://en.wikipedia.org/wiki/BerkShares BerkShares], game currencies like WoW gold, or Linden dollars, is not illegal.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is a form of domestic terrorism because it only harms the economic stability of the USA and its currency ==&lt;br /&gt;
&lt;br /&gt;
According to [http://en.wikipedia.org/wiki/Definitions_of_terrorism#United_States the definition of terrorism in the United States], you need to do violent activities to be considered a terrorist for legal purposes.  Recent off-the-cuff remarks by politicians have no basis in law or fact.&lt;br /&gt;
&lt;br /&gt;
Also, Bitcoin isn&#039;t domestic to the US or any other country. It&#039;s a worldwide community, as can be seen in this [https://bitcointalk.org/?topic=2346.0 map of Bitcoin nodes].&lt;br /&gt;
&lt;br /&gt;
== Bitcoin will only enable tax evaders which will lead to the eventual downfall of civilization ==&lt;br /&gt;
&lt;br /&gt;
Cash transactions hold the same level of anonymity but are still taxed successfully. It is up to you to follow the applicable state laws in your home country, or face the consequences.&lt;br /&gt;
&lt;br /&gt;
While it may be easy to transfer bitcoins anonymously, &#039;&#039;spending&#039;&#039; them anonymously on tangibles is just as hard as spending any other kind of money anonymously.  Tax evaders are often caught because their lifestyle and assets are inconsistent with their reported income, and not necessarily because government is able to follow their money.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins can be printed/minted by anyone and are therefore worthless ==&lt;br /&gt;
&lt;br /&gt;
Bitcoins are not printed/minted. Instead, [[Blocks]] are computed by miners and for their efforts they are awarded a specific amount of bitcoins and transaction fees paid by others. See [[Mining]] for more information on how this process works.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are worthless because they&#039;re based on unproven cryptography ==&lt;br /&gt;
&lt;br /&gt;
SHA256 and ECDSA which are used in Bitcoin are well-known industry standard algorithms. SHA256 is endorsed and used by the US Government and is standardized (FIPS180-3 Secure Hash Standard). If you believe that these algorithms are untrustworthy then you should not trust Bitcoin, credit card transactions or any type of electronic bank transfer. Bitcoin has a sound basis in well understood cryptography.&lt;br /&gt;
&lt;br /&gt;
== Early adopters are unfairly rewarded ==&lt;br /&gt;
&lt;br /&gt;
Early adopters are rewarded for taking the higher risk with their time and money. The capital invested in bitcoin at each stage of its life invigorated the community and helped the currency to reach subsequent milestones. Arguing that early adopters do not deserve to profit from this is akin to saying that early investors in a company, or people who buy stock at a company IPO (Initial Public Offering), are unfairly rewarded.&lt;br /&gt;
&lt;br /&gt;
This argument also depends on bitcoin early adopters using bitcoins to store rather than transfer value. The daily trade on the exchanges (as of Jan 2012) indicates that smaller transactions are becoming the norm, indicating trade rather than investment. In more pragmatic terms, &amp;quot;fairness&amp;quot; is an arbitrary concept that is improbable to be agreed upon by a large population. Establishing &amp;quot;fairness&amp;quot; is no goal of Bitcoin, as this would be impossible.&lt;br /&gt;
&lt;br /&gt;
Looking forwards, considering the amount of publicity bitcoin received as of April 2013, there can be no reasonable grounds for complaint for people who did not invest at that time, and then see the value (possibly) rising drastically higher.&lt;br /&gt;
&lt;br /&gt;
By starting to mine or acquire bitcoins today, you too can become an early adopter.&lt;br /&gt;
&lt;br /&gt;
== 21 million coins isn&#039;t enough; doesn&#039;t scale ==&lt;br /&gt;
&lt;br /&gt;
One Bitcoin is divisible down to eight decimal places. There are really 2,099,999,997,690,000 (just over 2 quadrillion) maximum possible atomic units in the bitcoin design.&lt;br /&gt;
&lt;br /&gt;
The value of &amp;quot;1 BTC&amp;quot; represents 100,000,000 of these. In other words, each is divisible by up to 10^8. &lt;br /&gt;
&lt;br /&gt;
As the value of the unit of 1 BTC grows too large to be useful for day to day transactions, people can start dealing in smaller [[Units|units]], such as milli-bitcoins (mBTC) or micro-bitcoins (μBTC).&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are stored in wallet files, just copy the wallet file to get more coins! ==&lt;br /&gt;
&lt;br /&gt;
No, your wallet contains your secret keys, giving you the rights to spend your bitcoins. Think of it like having bank details stored in a file. If you give your bank details (or bitcoin wallet) to someone else, that doesn&#039;t double the amount of money in your account. You can spend your money or they can spend your money, but not both.&lt;br /&gt;
&lt;br /&gt;
== Lost coins can&#039;t be replaced and this is bad ==&lt;br /&gt;
&lt;br /&gt;
Bitcoins are divisible to 0.00000001, so there being fewer bitcoins remaining is not a problem for the currency itself. If you lose your coins, all other coins will go up in value a little. Consider it a donation to all other bitcoin users.&lt;br /&gt;
&lt;br /&gt;
A related question is: Why don&#039;t we have a mechanism to replace lost coins? The answer is that it is impossible to distinguish between a &#039;lost&#039; coin and one that is simply sitting unused in someone&#039;s wallet.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s a giant ponzi scheme ==&lt;br /&gt;
In a Ponzi Scheme, the founders persuade investors that they’ll profit. Bitcoin does not make such a guarantee. There is no central entity, just individuals building an economy.&lt;br /&gt;
&lt;br /&gt;
A ponzi scheme is a zero sum game. In a ponzi scheme, early adopters can only profit at the expense of late adopters, and the late adopters always lose. Bitcoin has an expected win-win outcome.  Early and present adopters profit from the rise in value as Bitcoins become better understood and in turn demanded by the public at large.  All adopters benefit from the usefulness of a reliable and widely-accepted decentralized peer-to-peer currency.&lt;br /&gt;
&lt;br /&gt;
== Finite coins plus lost coins means deflationary spiral ==&lt;br /&gt;
As deflationary forces may apply, economic factors such as hoarding are offset by human factors that may lessen the chances that a [[Deflationary spiral]] will occur.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin can&#039;t work because there is no way to control inflation ==&lt;br /&gt;
&lt;br /&gt;
Inflation is simply a rise of prices over time, which is generally the result of the devaluing of a currency. This is a function of supply and demand. Given the fact that the supply of bitcoins is fixed at a certain amount, unlike fiat money, the only way for inflation to get out of control is for demand to disappear. Temporary inflation is possible with a rapid adoption of Fractional Reserve Banking but will stabilize once a substantial number of the 21 million &amp;quot;hard&amp;quot; bitcoins are stored as reserves by banks.&lt;br /&gt;
&lt;br /&gt;
Given the fact that Bitcoin is a distributed system of currency, if demand were to decrease to almost nothing, the currency would be doomed anyway.&lt;br /&gt;
&lt;br /&gt;
The key point here is that Bitcoin as a currency can&#039;t be inflated by any single person or entity, like a government, as there&#039;s no way to increase supply past a certain amount.&lt;br /&gt;
&lt;br /&gt;
Indeed, the most likely scenario, as Bitcoin becomes more popular and demand increases, is for the currency to increase in value, or deflate, until demand stabilizes.&lt;br /&gt;
&lt;br /&gt;
== The Bitcoin community consists of anarchist/conspiracy theorist/gold standard &#039;weenies&#039; ==&lt;br /&gt;
&lt;br /&gt;
The members of the community vary in their ideological stances.&lt;br /&gt;
&lt;br /&gt;
== Anyone with enough computing power can take over the network ==&lt;br /&gt;
&lt;br /&gt;
CONFIRMED, see [[Weaknesses]].&lt;br /&gt;
&lt;br /&gt;
That said, as the network grows, it becomes harder and harder for a single entity to do so. Already the Bitcoin network&#039;s computing power is quite ahead of the world&#039;s fastest supercomputers, together.&lt;br /&gt;
&lt;br /&gt;
What an attacker can do once the network is taken over is quite limited.  Under no circumstances could an attacker create counterfeit coins, fake transactions, or take anybody else&#039;s money.  An attacker&#039;s capabilities are limited to taking back their own money that they very recently spent, and preventing other people&#039;s transactions from receiving confirmations.  Such an attack would be very costly in resources, and for such meager benefits there is little rational economic incentive to do such a thing.&lt;br /&gt;
&lt;br /&gt;
Furthermore, this attack scenario would only be feasible for as long as it was actively underway.  As soon as the attack stopped, the network would resume normal operation.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin violates governmental regulations ==&lt;br /&gt;
&lt;br /&gt;
There is no known governmental regulation which disallows the use of Bitcoin.&lt;br /&gt;
&lt;br /&gt;
See also: the &amp;quot;[[#Bitcoins_are_illegal_because_they.27re_not_legal_tender|Bitcoins are illegal because they&#039;re not legal tender]]&amp;quot; myth.&lt;br /&gt;
&lt;br /&gt;
== Fractional reserve banking is not possible ==&lt;br /&gt;
&lt;br /&gt;
It is possible. See the main article, [[Fractional Reserve Banking and Bitcoin]]&lt;br /&gt;
&lt;br /&gt;
== Point of sale with bitcoins isn&#039;t possible because of the 10 minute wait for confirmation ==&lt;br /&gt;
&lt;br /&gt;
It is true that transactions [[FAQ#Why_do_I_have_to_wait_10_minutes_before_I_can_spend_money_I_received.3F|can]] sometimes take tens of minutes to become &#039;&#039;confirmed&#039;&#039;. Despite this, retailers can accept unconfirmed transactions with very little risk by simply &#039;listening&#039; on the network for a double-spend transaction, or partnering with a company that provides this service. After a head start of merely several seconds, the original transaction would reach so much of the Bitcoin network that a fraudulent double-spend transaction would almost certainly be fruitless. An attacker would have to commit easily-detectable fraud, in person, several hundred or several thousand times, before one of these low-value double-spend attempts would likely succeed.&lt;br /&gt;
&lt;br /&gt;
An attacker could work around the necessity of sending out a second fraudulent transaction to the Bitcoin network by attempting to [[Mining|solo-mine]] an attack block containing the attack transaction himself - temporarily withholding the block with the rest of the network - and then execute the fraudulent purchase within seconds, or minutes at most, of mining the attack block, before broadcasting the attack block.  However, the cost of such an activity would dramatically outweigh the value of anything typically offered without a confirmation wait for several reasons.&lt;br /&gt;
&lt;br /&gt;
First, mining a block (attack or otherwise) entitles the miner to a valuable block reward, and because the attack involves temporarily withholding the block from the network, the attacker would put himself in the likely position of his block becoming [[Stale block|stale]], which would result in forfeiture of the entire reward.  Most solo miners solve less than one block per month, so this would represent the loss of proceeds of potentially several weeks of mining.&lt;br /&gt;
&lt;br /&gt;
Second, it is not possible for a solo miner to know exactly when his mining activity will yield a block, and because the attack must be carried out within seconds or minutes of successfully mining a block, the attacker will not be able to know or plan in advance the brief window when the attack would be likely to succeed.  While it may be easy for a determined attacker to get low-value items that are sold and delivered online instantly without waiting for confirmations (such as downloads), this unpredictability and the briefness of the opportunity would make it extremely difficult to commit any kind of fraud where real-life interaction is required, such as visiting a merchant or taking possession of goods.   Petty shoplifting would be far simpler.  Even if an attacker went forward with this attack, the retailer would be notified of the fraud the moment the attack block is released seconds later.&lt;br /&gt;
&lt;br /&gt;
In short, the 10-minute wait for confirmation is only practically necessary when delivering goods of value that significantly exceed the block reward an attacker would have to risk to perform an attack and where recourse after delivery is practically nonexistent, such as money transfers.&lt;br /&gt;
&lt;br /&gt;
== After 21 million coins are mined, no one will generate new blocks ==&lt;br /&gt;
&lt;br /&gt;
When operating costs can&#039;t be covered by the block creation bounty, which will happen some time before the total amount of BTC is reached, miners will earn some profit from [[transaction fees]].  However unlike the block reward, there is [http://bitcoin.stackexchange.com/questions/876/how-much-will-transaction-fees-eventually-be/895#895 no coupling between transaction fees and the need for security], so there is less of a guarantee that the amount of [[Mining|mining]] being performed will be sufficient to maintain the network&#039;s security.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin has no built-in chargeback mechanism, and this isn&#039;t good ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why some people think this is bad&#039;&#039;&#039;: Chargebacks are useful for limiting fraud. The person handling your money has a responsibility to prevent fraud. If you buy something on eBay and the seller never ships it, PayPal takes funds from the seller&#039;s account and gives you back the money. This strengthens the eBay economy, because people recognize that their risk is limited and are more willing to purchase items from risky sellers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why it&#039;s actually a good thing&#039;&#039;&#039;: Bitcoin is designed such that your money is yours and yours alone. Allowing chargebacks implies that it is possible for another entity to take your money from you. You can have either total ownership rights of your money, or fraud protection, but not both.  That said, nothing inherent in the dollar or euro or any other currency is necessary for chargebacks to be possible, and likewise, nothing prevents the creation of PayPal-like services denominated in Bitcoin that provide chargebacks or fraud protection.&lt;br /&gt;
&lt;br /&gt;
The statement &amp;quot;The person handling your money has a responsibility to prevent fraud&amp;quot; is still true; the power has been shifted into your own hands. Fraud will always exist. It&#039;s up to you to only send bitcoins to trusted entities. It is possible to trust an online identity without ever knowing their physical identity; see the [http://wiki.bitcoin-otc.com/wiki/OTC_Rating_System OTC Web of Trust].&lt;br /&gt;
&lt;br /&gt;
== Quantum computers would break Bitcoin&#039;s security ==&lt;br /&gt;
&lt;br /&gt;
While ECDSA is indeed not secure under quantum computing, quantum computers don&#039;t yet exist and probably won&#039;t for a while.&lt;br /&gt;
The DWAVE system often written about in the press is, even if all their claims are true, not a quantum computer of a kind that could be used for cryptography.&lt;br /&gt;
Bitcoin&#039;s security, when used properly with a new address on each transaction, depends on more than just ECDSA: Cryptographic hashes are much stronger than ECDSA under QC.&lt;br /&gt;
Bitcoin&#039;s security was designed to be upgraded in a forward compatible way and could be [http://en.wikipedia.org/wiki/Post-quantum_cryptography upgraded] if this were considered an imminent threat.&lt;br /&gt;
&lt;br /&gt;
See the implications of quantum computers on public key cryptography here http://en.wikipedia.org/wiki/Quantum_computer#Potential&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;risk&#039;&#039; of quantum computers is also there for financial institutions, like banks, because they heavily rely on cryptography when doing transactions.&lt;br /&gt;
&lt;br /&gt;
== [[Mining|Bitcoin mining]] is a waste of energy and harmful for ecology ==&lt;br /&gt;
No more so than the wastefulness of mining gold out of the ground, melting it down and shaping it into bars, and then putting it back underground again. Not to mention the building of big fancy buildings, the waste of energy printing and minting all the various fiat currencies, the transportation thereof in armored cars by no less than two security guards for each who could probably be doing something more productive, etc. &lt;br /&gt;
&lt;br /&gt;
As far as mediums of exchange go, Bitcoin is actually quite economical of resources, compared to others.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Economic Argument 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Mining|Bitcoin mining]] is a highly competitive, dynamic, almost [http://en.wikipedia.org/wiki/Perfect_market perfect], market.   Mining rigs can be set up and dismantled almost anywhere in the world with relative ease.   Thus, market forces are constantly pushing mining activity to &#039;&#039;places&#039;&#039; and &#039;&#039;times&#039;&#039; where the marginal price of electricity is low or zero.    These electricity products are cheap for a reason.   Often it’s because the electricity is difficult (and wasteful) to transport, difficult to store, or because there is low demand and high supply.  Using electricity in this way is a lot less wasteful than simply plugging a mining rig into the mains indiscriminately. &lt;br /&gt;
&lt;br /&gt;
For example, Iceland produces an excess of cheap electricity from renewable sources, but it has no way of exporting electricity because of its remote location. It is conceivable that at some point in future Bitcoin mining will only be profitable in places like Iceland, and unprofitable in places like central Europe, where electricity comes mostly from nuclear and fossil sources.   &lt;br /&gt;
&lt;br /&gt;
Market forces could even push mining into innovative solutions that have an effective electricity consumption of &#039;&#039;zero&#039;&#039;.   Mining always produces heat equivalent to the energy consumed - for example, 1000 watts of mining equipment produces the same amount of heat as a 1000 watt heating element used in an electric space heater, hot tub, water heater, or similar appliance.  Someone already in a willing position to incur the cost of electricity for its heat value alone could run mining equipment specially designed to mine bitcoins while capturing and utilizing the heat produced, without incurring any energy costs beyond what they already intended to spend on heating.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Economic Argument 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When the environmental costs of mining are considered, they need to be weighed up against the benefits.   If you question Bitcoin on the grounds that it consumes electricity, then you should also ask questions like this: Will Bitcoin promote economic growth by freeing up trade?  Will this speed up the rate of technological innovation? Will this lead to faster development of green technologies? Will Bitcoin enable new, border crossing [http://en.wikipedia.org/wiki/Smart_grid smart grid] technologies?  …&lt;br /&gt;
&lt;br /&gt;
Dismissal of Bitcoin because of its costs, while ignoring its benefits, is a dishonest argument. In fact, any environmental argument of this type is dishonest, not just pertaining to Bitcoin.  Along similar lines, it could be argued that wind turbines are bad for the environment because making the steel structure consumes energy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ratio of Capital Costs versus Electrical Costs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The BFL Jalapeno hashes at 5.5 Gh/s using 30W.  That device consumes about $40 per year in electricity (using U.S. residential average of about $0.15 per kWh.)   But the device costs over $300 including shipping.  Thus just about a quarter of all costs over a two-year useful life goes to electricity.  This compares to GPUs where more than 90% of costs over a two-year life went to electricity.  Even more efficient designs can be expected in the future.&lt;br /&gt;
&lt;br /&gt;
== Shopkeepers can&#039;t seriously set prices in bitcoins because of the volatile exchange rate ==&lt;br /&gt;
&lt;br /&gt;
Your assumption is that bitcoins must be sold immediately to cover operating expenses. If the shopkeeper&#039;s back-end expenses were transacted in bitcoins as well, then the exchange rate would be irrelevant. Larger adoption of Bitcoin would make prices [http://en.wikipedia.org/wiki/Sticky_%28economics%29 sticky]. Future volatility is expected to decrease, as the size and depth of the market grows. &lt;br /&gt;
&lt;br /&gt;
In the meantime, many merchants simply regularly pull the latest market rates from the exchanges and automatically update the prices on their websites. Also you might be able to buy a put option in order to sell at a fixed rate for a given amount of time. This would protect you from drops in price and simplify your operations for that time period.&lt;br /&gt;
&lt;br /&gt;
== Like Flooz and e-gold, bitcoins serve as opportunities for criminals and will be shut down ==&lt;br /&gt;
&lt;br /&gt;
* Visa, MasterCard, PayPal, and cash all serve as opportunities for criminals as well, but society keeps them around due to their recognized net benefit.&lt;br /&gt;
* Hopefully Bitcoin will grow to the point where no single organization can disrupt the network, or would be better served by helping it.&lt;br /&gt;
* Terrorists fly aircraft into buildings, but the governments have not yet abolished consumer air travel. Obviously the public good outweighs the possible bad in their opinion.&lt;br /&gt;
* Criminal law differs between jurisdictions.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins will be shut down by the government just like Liberty Dollars were ==&lt;br /&gt;
&lt;br /&gt;
Liberty Dollars started as a commercial venture to establish an alternative US currency, including physical banknotes and coins, backed by precious metals. This, in and of itself, is not illegal. They were prosecuted under counterfeiting laws because the silver coins allegedly resembled US currency.&lt;br /&gt;
&lt;br /&gt;
Bitcoins do not resemble the currency of the US or of any other nation in any way, shape, or form. The word &amp;quot;dollar&amp;quot; is not attached to them in any way.  The &amp;quot;$&amp;quot; symbol is not used in any way.&lt;br /&gt;
&lt;br /&gt;
Bitcoins have no representational similarity whatsoever to US dollars. &lt;br /&gt;
&lt;br /&gt;
Of course, actually &#039;shutting down&#039; Liberty Dollars was as easy as arresting the head of the company and seizing the offices and the precious metals used as backing. The decentralized Bitcoin, with no leader, no servers, no office, and no tangible asset backing, does not have the same vulnerability.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is not decentralized because the developers can dictate the software&#039;s behavior ==&lt;br /&gt;
&lt;br /&gt;
The Bitcoin protocol was originally defined by Bitcoin&#039;s inventor, [[Satoshi Nakamoto]], and this protocol has now been widely accepted as the standard by the community of miners and users. &lt;br /&gt;
&lt;br /&gt;
Though the developers of the original Bitcoin client still exert influence over the Bitcoin community, their power to arbitrarily modify the protocol is very limited.  Since the release of Bitcoin v0.3, changes to the protocol have been minor and always in agreement with community consensus.&lt;br /&gt;
&lt;br /&gt;
Protocol modifications, such as increasing the block award from 25 to 50 BTC, are not compatible with clients already running in the network.  If the developers were to release a new client that the majority of miners perceives as corrupt, or in violation of the project’s aims, that client would simply not catch on, and the few users who do try to use it would find that their transactions get rejected by the network.&lt;br /&gt;
&lt;br /&gt;
There are also other [[:Category:Clients|Bitcoin clients made by other developers]] that adhere to the Bitcoin protocol. As more developers create alternative clients, less power will lie with the developers of the original Bitcoin client. &lt;br /&gt;
&lt;br /&gt;
== Bitcoin is a pyramid scheme ==&lt;br /&gt;
&lt;br /&gt;
Bitcoin is nearly opposite of a pyramid scheme in a mathematical sense. Because Bitcoins are algorithmically made scarce, no exponential benefit is derived from introducing new users to use of it. There is a quantitative benefit in having additional interest or demand, but this is in no way exponential.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin was hacked ==&lt;br /&gt;
&lt;br /&gt;
In the history of Bitcoin, there has never been an attack on the [[block chain]]  that resulted in stolen money from a confirmed output.  Neither has there ever been a reported theft resulting directly from  a vulnerability in the [[Original Bitcoin client|original Bitcoin client]], or a vulnerability in the protocol.  Bitcoin is secured by standard cryptographic functions. These functions have been peer reviewed by cryptography experts and are considered unlikely to be breakable in the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
It is safe to say that the currency itself has never been &#039;hacked&#039;.   However, several major &#039;&#039;websites&#039;&#039; using the currency have been hacked, often resulting in high profile Bitcoin heists.  These heists are misreported in some media as hacks on Bitcoin itself.   An analogy:  Just because someone stole US dollars from a supermarket till, doesn’t mean that the US dollar as a currency has been &#039;hacked&#039;.&lt;br /&gt;
&lt;br /&gt;
Most bitcoin thefts are the result of inadequate [[Securing your wallet|wallet security]].  In response to the wave of thefts in 2011 and 2012, the community has developed risk-mitigating measures such as [[Wallet_encryption|wallet encryption]], support for [[BIP_0011|multiple signatures]], [[How_to_set_up_a_secure_offline_savings_wallet|offline wallets]], [[Paper_wallet|paper wallets]], and [[Hardware_wallet|hardware wallets]].  As these measures gain adoption by merchants and users, it is expected that the number of thefts will drop.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[de:Mythen]]&lt;/div&gt;</summary>
		<author><name>Mattedwards</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=37570</id>
		<title>Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=37570"/>
		<updated>2013-05-05T17:58:41Z</updated>

		<summary type="html">&lt;p&gt;Mattedwards: Another way of looking at intrinsic value&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Let&#039;s clear up some common Bitcoin misconceptions.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is just like all other digital currencies; nothing new ==&lt;br /&gt;
&lt;br /&gt;
Nearly all other digital currencies are centrally controlled. This means that:&lt;br /&gt;
* They can be printed at the subjective whims of the controllers&lt;br /&gt;
* They can be destroyed by attacking the central point of control&lt;br /&gt;
* Arbitrary rules can be imposed upon their users by the controllers&lt;br /&gt;
&lt;br /&gt;
Being decentralized, Bitcoin solves all of these problems.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins don&#039;t solve any problems that fiat currency and/or gold doesn&#039;t solve ==&lt;br /&gt;
&lt;br /&gt;
Unlike gold, bitcoins are:&lt;br /&gt;
* Easy to transfer&lt;br /&gt;
* Easy to secure&lt;br /&gt;
* Easy to verify&lt;br /&gt;
* Easy to granulate&lt;br /&gt;
&lt;br /&gt;
Unlike fiat currencies, bitcoins are:&lt;br /&gt;
* Predictable and limited in [[Controlled_Currency_Supply|supply]]&lt;br /&gt;
* Not controlled by a central authority (such as [http://en.wikipedia.org/wiki/Federal_Reserve The United States Federal Reserve])&lt;br /&gt;
* Not debt-based&lt;br /&gt;
&lt;br /&gt;
Unlike electronic fiat currency systems, bitcoins are:&lt;br /&gt;
* Potentially anonymous&lt;br /&gt;
* Freeze-proof&lt;br /&gt;
* Faster to transfer&lt;br /&gt;
* Cheaper to transfer&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is backed by processing power ==&lt;br /&gt;
&lt;br /&gt;
It is not correct to say that Bitcoin is &amp;quot;backed by&amp;quot; processing power. A currency being &amp;quot;backed&amp;quot; means that it is pegged to something else via a central party at a certain exchange rate yet you cannot exchange bitcoins for the computing power that was used to create them. Bitcoin is in this sense not backed by anything. It is a currency in its own right. Just as gold is not backed by anything, the same applies to Bitcoin. &lt;br /&gt;
&lt;br /&gt;
The Bitcoin currency is &#039;&#039;created&#039;&#039; via processing power, and the integrity of the block chain is &#039;&#039;protected&#039;&#039; by the existence of a network of powerful computing nodes from certain [[Weaknesses#Attacker_has_a_lot_of_computing_power|attacks]].&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are worthless because they aren&#039;t backed by anything ==&lt;br /&gt;
&lt;br /&gt;
One could argue that gold isn&#039;t backed by anything either. Bitcoins have properties resulting from the system&#039;s design that allows them to be subjectively valued by individuals.  This valuation is demonstrated when individuals freely exchange for or with bitcoins.  Please refer to the [http://en.wikipedia.org/wiki/Subjective_theory_of_value Subjective Theory of Value].&lt;br /&gt;
&lt;br /&gt;
See also: the &amp;quot;[[#Bitcoin_is_backed_by_processing_power|Bitcoin is backed by processing power]]&amp;quot; myth.&lt;br /&gt;
&lt;br /&gt;
== The value of bitcoins are based on how much electricity and computing power it takes to mine them ==&lt;br /&gt;
&lt;br /&gt;
This statement is an attempt to apply to Bitcoin the [http://en.wikipedia.org/wiki/Labor_theory_of_value labor theory of value], which is generally accepted as false. Just because something takes X resources to create does not mean that the resulting product will be worth X. It can be worth more, or less, depending on the utility thereof to its users.&lt;br /&gt;
&lt;br /&gt;
In fact the causality is the reverse of that (this applies to the labor theory of value in general). The cost to mine bitcoins is based on how much they are worth. If bitcoins go up in value, more people will mine (because [[Mining|mining]] is profitable), thus [[difficulty]] will go up, thus the cost of mining will go up. The inverse happens if bitcoins go down in value. These effects balance out to cause mining to always cost an amount proportional to the value of bitcoins it produces.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins have no intrinsic value (unlike some other things) ==&lt;br /&gt;
&lt;br /&gt;
It is true that bitcoins have no intrinsic value, in the [http://en.wikipedia.org/wiki/Intrinsic_value_%28numismatics%29 numismatic sense], in other words, value in any realm outside of being used as a medium of exchange.&lt;br /&gt;
&lt;br /&gt;
However, while some tangible commodities do have intrinsic value, that value is generally much less than its trading price. Consider for example that gold, if it were not used as an inflation-proof store of value, but rather only for its industrial uses, would certainly not be worth what it is today, since the industrial requirements for gold are far smaller than the available supply thereof.&lt;br /&gt;
&lt;br /&gt;
While historically intrinsic value, as well as other attributes like divisibility, fungibility, scarcity, durability, helped establish certain commodities as mediums of exchange, it is certainly not a prerequisite. While bitcoins lack &#039;intrinsic value&#039; in this sense, they make up for it in spades by possessing the other qualities necessary to make it a good medium of exchange, equal to or better than [http://en.wikipedia.org/wiki/Commodity_money commodity money].&lt;br /&gt;
&lt;br /&gt;
Another way to think about this is to consider the value of bitcoin the global network, rather than each bitcoin in isolation. The value of an individual telephone is derived from the network it is connected to. If there was no phone network, a telephone would be useless. Similarly the value of an individual bitcoin derives from the global network of bitcoin-enabled merchants, exchanges, wallets, etc... Just like a phone is necessary to transmit vocal information through the network, a bitcoin is necessary to transmit economic information through the network.&lt;br /&gt;
&lt;br /&gt;
Value is ultimately determined by what people are willing to trade for - by supply and demand.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are illegal because they&#039;re not legal tender ==&lt;br /&gt;
In March 2013, the U.S. [http://en.wikipedia.org/wiki/Financial_Crimes_Enforcement_Network Financial Crimes Enforcement Network] issues a new set of guidelines on &amp;quot;de-centralized virtual currency&amp;quot;, clearly targeting Bitcoin. Under the new guidelines, &amp;quot;a user of virtual currency is not a Money Services Businesses (MSB) under FinCEN&#039;s regulations and therefore is not subject to MSB registration, reporting, and record keeping regulations.&amp;quot; [[Mining|Miners]] on the other hand, might need to register, if they sell bitcoins for &amp;quot;real currency or its equivalent&amp;quot;.&amp;lt;ref&amp;gt;[http://arstechnica.com/tech-policy/2013/03/us-regulator-bitcoin-exchanges-must-comply-with-money-laundering-laws/ US regulator: Bitcoin exchanges must comply with money-laundering laws | Ars Technica]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In general, there are a [http://en.wikipedia.org/wiki/Local_currency number of currencies] in existence that are not official government-backed currencies. A currency is, after all, nothing more than a convenient unit of account. While national laws may vary from country to country, and you should certainly check the laws of your jurisdiction, in general trading in any commodity, including digital currency like Bitcoin, [http://en.wikipedia.org/wiki/BerkShares BerkShares], game currencies like WoW gold, or Linden dollars, is not illegal.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is a form of domestic terrorism because it only harms the economic stability of the USA and its currency ==&lt;br /&gt;
&lt;br /&gt;
According to [http://en.wikipedia.org/wiki/Definitions_of_terrorism#United_States the definition of terrorism in the United States], you need to do violent activities to be considered a terrorist for legal purposes.  Recent off-the-cuff remarks by politicians have no basis in law or fact.&lt;br /&gt;
&lt;br /&gt;
Also, Bitcoin isn&#039;t domestic to the US or any other country. It&#039;s a worldwide community, as can be seen in this [https://bitcointalk.org/?topic=2346.0 map of Bitcoin nodes].&lt;br /&gt;
&lt;br /&gt;
== Bitcoin will only enable tax evaders which will lead to the eventual downfall of civilization ==&lt;br /&gt;
&lt;br /&gt;
Cash transactions hold the same level of anonymity but are still taxed successfully. It is up to you to follow the applicable state laws in your home country, or face the consequences.&lt;br /&gt;
&lt;br /&gt;
While it may be easy to transfer bitcoins anonymously, &#039;&#039;spending&#039;&#039; them anonymously on tangibles is just as hard as spending any other kind of money anonymously.  Tax evaders are often caught because their lifestyle and assets are inconsistent with their reported income, and not necessarily because government is able to follow their money.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins can be printed/minted by anyone and are therefore worthless ==&lt;br /&gt;
&lt;br /&gt;
Bitcoins are not printed/minted. Instead, [[Blocks]] are computed by miners and for their efforts they are awarded a specific amount of bitcoins and transaction fees paid by others. See [[Mining]] for more information on how this process works.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are worthless because they&#039;re based on unproven cryptography ==&lt;br /&gt;
&lt;br /&gt;
SHA256 and ECDSA which are used in Bitcoin are well-known industry standard algorithms. SHA256 is endorsed and used by the US Government and is standardized (FIPS180-3 Secure Hash Standard). If you believe that these algorithms are untrustworthy then you should not trust Bitcoin, credit card transactions or any type of electronic bank transfer. Bitcoin has a sound basis in well understood cryptography.&lt;br /&gt;
&lt;br /&gt;
== Early adopters are unfairly rewarded ==&lt;br /&gt;
&lt;br /&gt;
Early adopters are rewarded for taking the higher risk with their time and money. This argument is akin to saying that people who buy stock at a company IPO (Initial Public Offering) are unfairly rewarded. This argument also depends on bitcoin early adopters using bitcoins to store rather than transfer value. The daily trade on the exchanges (as of Jan 2012) indicates that smaller transactions are becoming the norm, indicating trade rather than investment. &lt;br /&gt;
&lt;br /&gt;
In more pragmatic terms, &amp;quot;fairness&amp;quot; is an arbitrary concept that is improbable to be agreed upon by a large population. Establishing &amp;quot;fairness&amp;quot; is no goal of Bitcoin, as this would be impossible.&lt;br /&gt;
&lt;br /&gt;
By starting to mine or acquire bitcoins today, you too can become an early adopter.&lt;br /&gt;
&lt;br /&gt;
== 21 million coins isn&#039;t enough; doesn&#039;t scale ==&lt;br /&gt;
&lt;br /&gt;
One Bitcoin is divisible down to eight decimal places. There are really 2,099,999,997,690,000 (just over 2 quadrillion) maximum possible atomic units in the bitcoin design.&lt;br /&gt;
&lt;br /&gt;
The value of &amp;quot;1 BTC&amp;quot; represents 100,000,000 of these. In other words, each is divisible by up to 10^8. &lt;br /&gt;
&lt;br /&gt;
As the value of the unit of 1 BTC grows too large to be useful for day to day transactions, people can start dealing in smaller [[Units|units]], such as milli-bitcoins (mBTC) or micro-bitcoins (μBTC).&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are stored in wallet files, just copy the wallet file to get more coins! ==&lt;br /&gt;
&lt;br /&gt;
No, your wallet contains your secret keys, giving you the rights to spend your bitcoins. Think of it like having bank details stored in a file. If you give your bank details (or bitcoin wallet) to someone else, that doesn&#039;t double the amount of money in your account. You can spend your money or they can spend your money, but not both.&lt;br /&gt;
&lt;br /&gt;
== Lost coins can&#039;t be replaced and this is bad ==&lt;br /&gt;
&lt;br /&gt;
Bitcoins are divisible to 0.00000001, so there being fewer bitcoins remaining is not a problem for the currency itself. If you lose your coins, all other coins will go up in value a little. Consider it a donation to all other bitcoin users.&lt;br /&gt;
&lt;br /&gt;
A related question is: Why don&#039;t we have a mechanism to replace lost coins? The answer is that it is impossible to distinguish between a &#039;lost&#039; coin and one that is simply sitting unused in someone&#039;s wallet.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s a giant ponzi scheme ==&lt;br /&gt;
In a Ponzi Scheme, the founders persuade investors that they’ll profit. Bitcoin does not make such a guarantee. There is no central entity, just individuals building an economy.&lt;br /&gt;
&lt;br /&gt;
A ponzi scheme is a zero sum game. In a ponzi scheme, early adopters can only profit at the expense of late adopters, and the late adopters always lose. Bitcoin has an expected win-win outcome.  Early and present adopters profit from the rise in value as Bitcoins become better understood and in turn demanded by the public at large.  All adopters benefit from the usefulness of a reliable and widely-accepted decentralized peer-to-peer currency.&lt;br /&gt;
&lt;br /&gt;
== Finite coins plus lost coins means deflationary spiral ==&lt;br /&gt;
As deflationary forces may apply, economic factors such as hoarding are offset by human factors that may lessen the chances that a [[Deflationary spiral]] will occur.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin can&#039;t work because there is no way to control inflation ==&lt;br /&gt;
&lt;br /&gt;
Inflation is simply a rise of prices over time, which is generally the result of the devaluing of a currency. This is a function of supply and demand. Given the fact that the supply of bitcoins is fixed at a certain amount, unlike fiat money, the only way for inflation to get out of control is for demand to disappear. Temporary inflation is possible with a rapid adoption of Fractional Reserve Banking but will stabilize once a substantial number of the 21 million &amp;quot;hard&amp;quot; bitcoins are stored as reserves by banks.&lt;br /&gt;
&lt;br /&gt;
Given the fact that Bitcoin is a distributed system of currency, if demand were to decrease to almost nothing, the currency would be doomed anyway.&lt;br /&gt;
&lt;br /&gt;
The key point here is that Bitcoin as a currency can&#039;t be inflated by any single person or entity, like a government, as there&#039;s no way to increase supply past a certain amount.&lt;br /&gt;
&lt;br /&gt;
Indeed, the most likely scenario, as Bitcoin becomes more popular and demand increases, is for the currency to increase in value, or deflate, until demand stabilizes.&lt;br /&gt;
&lt;br /&gt;
== The Bitcoin community consists of anarchist/conspiracy theorist/gold standard &#039;weenies&#039; ==&lt;br /&gt;
&lt;br /&gt;
The members of the community vary in their ideological stances.&lt;br /&gt;
&lt;br /&gt;
== Anyone with enough computing power can take over the network ==&lt;br /&gt;
&lt;br /&gt;
CONFIRMED, see [[Weaknesses]].&lt;br /&gt;
&lt;br /&gt;
That said, as the network grows, it becomes harder and harder for a single entity to do so. Already the Bitcoin network&#039;s computing power is quite ahead of the world&#039;s fastest supercomputers, together.&lt;br /&gt;
&lt;br /&gt;
What an attacker can do once the network is taken over is quite limited.  Under no circumstances could an attacker create counterfeit coins, fake transactions, or take anybody else&#039;s money.  An attacker&#039;s capabilities are limited to taking back their own money that they very recently spent, and preventing other people&#039;s transactions from receiving confirmations.  Such an attack would be very costly in resources, and for such meager benefits there is little rational economic incentive to do such a thing.&lt;br /&gt;
&lt;br /&gt;
Furthermore, this attack scenario would only be feasible for as long as it was actively underway.  As soon as the attack stopped, the network would resume normal operation.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin violates governmental regulations ==&lt;br /&gt;
&lt;br /&gt;
There is no known governmental regulation which disallows the use of Bitcoin.&lt;br /&gt;
&lt;br /&gt;
See also: the &amp;quot;[[#Bitcoins_are_illegal_because_they.27re_not_legal_tender|Bitcoins are illegal because they&#039;re not legal tender]]&amp;quot; myth.&lt;br /&gt;
&lt;br /&gt;
== Fractional reserve banking is not possible ==&lt;br /&gt;
&lt;br /&gt;
It is possible. See the main article, [[Fractional Reserve Banking and Bitcoin]]&lt;br /&gt;
&lt;br /&gt;
== Point of sale with bitcoins isn&#039;t possible because of the 10 minute wait for confirmation ==&lt;br /&gt;
&lt;br /&gt;
It is true that transactions [[FAQ#Why_do_I_have_to_wait_10_minutes_before_I_can_spend_money_I_received.3F|can]] sometimes take tens of minutes to become &#039;&#039;confirmed&#039;&#039;. Despite this, retailers can accept unconfirmed transactions with very little risk by simply &#039;listening&#039; on the network for a double-spend transaction, or partnering with a company that provides this service. After a head start of merely several seconds, the original transaction would reach so much of the Bitcoin network that a fraudulent double-spend transaction would almost certainly be fruitless. An attacker would have to commit easily-detectable fraud, in person, several hundred or several thousand times, before one of these low-value double-spend attempts would likely succeed.&lt;br /&gt;
&lt;br /&gt;
An attacker could work around the necessity of sending out a second fraudulent transaction to the Bitcoin network by attempting to [[Mining|solo-mine]] an attack block containing the attack transaction himself - temporarily withholding the block with the rest of the network - and then execute the fraudulent purchase within seconds, or minutes at most, of mining the attack block, before broadcasting the attack block.  However, the cost of such an activity would dramatically outweigh the value of anything typically offered without a confirmation wait for several reasons.&lt;br /&gt;
&lt;br /&gt;
First, mining a block (attack or otherwise) entitles the miner to a valuable block reward, and because the attack involves temporarily withholding the block from the network, the attacker would put himself in the likely position of his block becoming [[Stale block|stale]], which would result in forfeiture of the entire reward.  Most solo miners solve less than one block per month, so this would represent the loss of proceeds of potentially several weeks of mining.&lt;br /&gt;
&lt;br /&gt;
Second, it is not possible for a solo miner to know exactly when his mining activity will yield a block, and because the attack must be carried out within seconds or minutes of successfully mining a block, the attacker will not be able to know or plan in advance the brief window when the attack would be likely to succeed.  While it may be easy for a determined attacker to get low-value items that are sold and delivered online instantly without waiting for confirmations (such as downloads), this unpredictability and the briefness of the opportunity would make it extremely difficult to commit any kind of fraud where real-life interaction is required, such as visiting a merchant or taking possession of goods.   Petty shoplifting would be far simpler.  Even if an attacker went forward with this attack, the retailer would be notified of the fraud the moment the attack block is released seconds later.&lt;br /&gt;
&lt;br /&gt;
In short, the 10-minute wait for confirmation is only practically necessary when delivering goods of value that significantly exceed the block reward an attacker would have to risk to perform an attack and where recourse after delivery is practically nonexistent, such as money transfers.&lt;br /&gt;
&lt;br /&gt;
== After 21 million coins are mined, no one will generate new blocks ==&lt;br /&gt;
&lt;br /&gt;
When operating costs can&#039;t be covered by the block creation bounty, which will happen some time before the total amount of BTC is reached, miners will earn some profit from [[transaction fees]].  However unlike the block reward, there is [http://bitcoin.stackexchange.com/questions/876/how-much-will-transaction-fees-eventually-be/895#895 no coupling between transaction fees and the need for security], so there is less of a guarantee that the amount of [[Mining|mining]] being performed will be sufficient to maintain the network&#039;s security.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin has no built-in chargeback mechanism, and this isn&#039;t good ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why some people think this is bad&#039;&#039;&#039;: Chargebacks are useful for limiting fraud. The person handling your money has a responsibility to prevent fraud. If you buy something on eBay and the seller never ships it, PayPal takes funds from the seller&#039;s account and gives you back the money. This strengthens the eBay economy, because people recognize that their risk is limited and are more willing to purchase items from risky sellers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why it&#039;s actually a good thing&#039;&#039;&#039;: Bitcoin is designed such that your money is yours and yours alone. Allowing chargebacks implies that it is possible for another entity to take your money from you. You can have either total ownership rights of your money, or fraud protection, but not both.  That said, nothing inherent in the dollar or euro or any other currency is necessary for chargebacks to be possible, and likewise, nothing prevents the creation of PayPal-like services denominated in Bitcoin that provide chargebacks or fraud protection.&lt;br /&gt;
&lt;br /&gt;
The statement &amp;quot;The person handling your money has a responsibility to prevent fraud&amp;quot; is still true; the power has been shifted into your own hands. Fraud will always exist. It&#039;s up to you to only send bitcoins to trusted entities. It is possible to trust an online identity without ever knowing their physical identity; see the [http://wiki.bitcoin-otc.com/wiki/OTC_Rating_System OTC Web of Trust].&lt;br /&gt;
&lt;br /&gt;
== Quantum computers would break Bitcoin&#039;s security ==&lt;br /&gt;
&lt;br /&gt;
While ECDSA is indeed not secure under quantum computing, quantum computers don&#039;t yet exist and probably won&#039;t for a while.&lt;br /&gt;
The DWAVE system often written about in the press is, even if all their claims are true, not a quantum computer of a kind that could be used for cryptography.&lt;br /&gt;
Bitcoin&#039;s security, when used properly with a new address on each transaction, depends on more than just ECDSA: Cryptographic hashes are much stronger than ECDSA under QC.&lt;br /&gt;
Bitcoin&#039;s security was designed to be upgraded in a forward compatible way and could be [http://en.wikipedia.org/wiki/Post-quantum_cryptography upgraded] if this were considered an imminent threat.&lt;br /&gt;
&lt;br /&gt;
See the implications of quantum computers on public key cryptography here http://en.wikipedia.org/wiki/Quantum_computer#Potential&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;risk&#039;&#039; of quantum computers is also there for financial institutions, like banks, because they heavily rely on cryptography when doing transactions.&lt;br /&gt;
&lt;br /&gt;
== [[Mining|Bitcoin mining]] is a waste of energy and harmful for ecology ==&lt;br /&gt;
No more so than the wastefulness of mining gold out of the ground, melting it down and shaping it into bars, and then putting it back underground again. Not to mention the building of big fancy buildings, the waste of energy printing and minting all the various fiat currencies, the transportation thereof in armored cars by no less than two security guards for each who could probably be doing something more productive, etc. &lt;br /&gt;
&lt;br /&gt;
As far as mediums of exchange go, Bitcoin is actually quite economical of resources, compared to others.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Economic Argument 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Mining|Bitcoin mining]] is a highly competitive, dynamic, almost [http://en.wikipedia.org/wiki/Perfect_market perfect], market.   Mining rigs can be set up and dismantled almost anywhere in the world with relative ease.   Thus, market forces are constantly pushing mining activity to &#039;&#039;places&#039;&#039; and &#039;&#039;times&#039;&#039; where the marginal price of electricity is low or zero.    These electricity products are cheap for a reason.   Often it’s because the electricity is difficult (and wasteful) to transport, difficult to store, or because there is low demand and high supply.  Using electricity in this way is a lot less wasteful than simply plugging a mining rig into the mains indiscriminately. &lt;br /&gt;
&lt;br /&gt;
For example, Iceland produces an excess of cheap electricity from renewable sources, but it has no way of exporting electricity because of its remote location. It is conceivable that at some point in future Bitcoin mining will only be profitable in places like Iceland, and unprofitable in places like central Europe, where electricity comes mostly from nuclear and fossil sources.   &lt;br /&gt;
&lt;br /&gt;
Market forces could even push mining into innovative solutions that have an effective electricity consumption of &#039;&#039;zero&#039;&#039;.   Mining always produces heat equivalent to the energy consumed - for example, 1000 watts of mining equipment produces the same amount of heat as a 1000 watt heating element used in an electric space heater, hot tub, water heater, or similar appliance.  Someone already in a willing position to incur the cost of electricity for its heat value alone could run mining equipment specially designed to mine bitcoins while capturing and utilizing the heat produced, without incurring any energy costs beyond what they already intended to spend on heating.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Economic Argument 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When the environmental costs of mining are considered, they need to be weighed up against the benefits.   If you question Bitcoin on the grounds that it consumes electricity, then you should also ask questions like this: Will Bitcoin promote economic growth by freeing up trade?  Will this speed up the rate of technological innovation? Will this lead to faster development of green technologies? Will Bitcoin enable new, border crossing [http://en.wikipedia.org/wiki/Smart_grid smart grid] technologies?  …&lt;br /&gt;
&lt;br /&gt;
Dismissal of Bitcoin because of its costs, while ignoring its benefits, is a dishonest argument. In fact, any environmental argument of this type is dishonest, not just pertaining to Bitcoin.  Along similar lines, it could be argued that wind turbines are bad for the environment because making the steel structure consumes energy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ratio of Capital Costs versus Electrical Costs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The BFL Jalapeno hashes at 5.5 Gh/s using 30W.  That device consumes about $40 per year in electricity (using U.S. residential average of about $0.15 per kWh.)   But the device costs over $300 including shipping.  Thus just about a quarter of all costs over a two-year useful life goes to electricity.  This compares to GPUs where more than 90% of costs over a two-year life went to electricity.  Even more efficient designs can be expected in the future.&lt;br /&gt;
&lt;br /&gt;
== Shopkeepers can&#039;t seriously set prices in bitcoins because of the volatile exchange rate ==&lt;br /&gt;
&lt;br /&gt;
Your assumption is that bitcoins must be sold immediately to cover operating expenses. If the shopkeeper&#039;s back-end expenses were transacted in bitcoins as well, then the exchange rate would be irrelevant. Larger adoption of Bitcoin would make prices [http://en.wikipedia.org/wiki/Sticky_%28economics%29 sticky]. Future volatility is expected to decrease, as the size and depth of the market grows. &lt;br /&gt;
&lt;br /&gt;
In the meantime, many merchants simply regularly pull the latest market rates from the exchanges and automatically update the prices on their websites. Also you might be able to buy a put option in order to sell at a fixed rate for a given amount of time. This would protect you from drops in price and simplify your operations for that time period.&lt;br /&gt;
&lt;br /&gt;
== Like Flooz and e-gold, bitcoins serve as opportunities for criminals and will be shut down ==&lt;br /&gt;
&lt;br /&gt;
* Visa, MasterCard, PayPal, and cash all serve as opportunities for criminals as well, but society keeps them around due to their recognized net benefit.&lt;br /&gt;
* Hopefully Bitcoin will grow to the point where no single organization can disrupt the network, or would be better served by helping it.&lt;br /&gt;
* Terrorists fly aircraft into buildings, but the governments have not yet abolished consumer air travel. Obviously the public good outweighs the possible bad in their opinion.&lt;br /&gt;
* Criminal law differs between jurisdictions.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins will be shut down by the government just like Liberty Dollars were ==&lt;br /&gt;
&lt;br /&gt;
Liberty Dollars started as a commercial venture to establish an alternative US currency, including physical banknotes and coins, backed by precious metals. This, in and of itself, is not illegal. They were prosecuted under counterfeiting laws because the silver coins allegedly resembled US currency.&lt;br /&gt;
&lt;br /&gt;
Bitcoins do not resemble the currency of the US or of any other nation in any way, shape, or form. The word &amp;quot;dollar&amp;quot; is not attached to them in any way.  The &amp;quot;$&amp;quot; symbol is not used in any way.&lt;br /&gt;
&lt;br /&gt;
Bitcoins have no representational similarity whatsoever to US dollars. &lt;br /&gt;
&lt;br /&gt;
Of course, actually &#039;shutting down&#039; Liberty Dollars was as easy as arresting the head of the company and seizing the offices and the precious metals used as backing. The decentralized Bitcoin, with no leader, no servers, no office, and no tangible asset backing, does not have the same vulnerability.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is not decentralized because the developers can dictate the software&#039;s behavior ==&lt;br /&gt;
&lt;br /&gt;
The Bitcoin protocol was originally defined by Bitcoin&#039;s inventor, [[Satoshi Nakamoto]], and this protocol has now been widely accepted as the standard by the community of miners and users. &lt;br /&gt;
&lt;br /&gt;
Though the developers of the original Bitcoin client still exert influence over the Bitcoin community, their power to arbitrarily modify the protocol is very limited.  Since the release of Bitcoin v0.3, changes to the protocol have been minor and always in agreement with community consensus.&lt;br /&gt;
&lt;br /&gt;
Protocol modifications, such as increasing the block award from 25 to 50 BTC, are not compatible with clients already running in the network.  If the developers were to release a new client that the majority of miners perceives as corrupt, or in violation of the project’s aims, that client would simply not catch on, and the few users who do try to use it would find that their transactions get rejected by the network.&lt;br /&gt;
&lt;br /&gt;
There are also other [[:Category:Clients|Bitcoin clients made by other developers]] that adhere to the Bitcoin protocol. As more developers create alternative clients, less power will lie with the developers of the original Bitcoin client. &lt;br /&gt;
&lt;br /&gt;
== Bitcoin is a pyramid scheme ==&lt;br /&gt;
&lt;br /&gt;
Bitcoin is nearly opposite of a pyramid scheme in a mathematical sense. Because Bitcoins are algorithmically made scarce, no exponential benefit is derived from introducing new users to use of it. There is a quantitative benefit in having additional interest or demand, but this is in no way exponential.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin was hacked ==&lt;br /&gt;
&lt;br /&gt;
In the history of Bitcoin, there has never been an attack on the [[block chain]]  that resulted in stolen money from a confirmed output.  Neither has there ever been a reported theft resulting directly from  a vulnerability in the [[Original Bitcoin client|original Bitcoin client]], or a vulnerability in the protocol.  Bitcoin is secured by standard cryptographic functions. These functions have been peer reviewed by cryptography experts and are considered unlikely to be breakable in the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
It is safe to say that the currency itself has never been &#039;hacked&#039;.   However, several major &#039;&#039;websites&#039;&#039; using the currency have been hacked, often resulting in high profile Bitcoin heists.  These heists are misreported in some media as hacks on Bitcoin itself.   An analogy:  Just because someone stole US dollars from a supermarket till, doesn’t mean that the US dollar as a currency has been &#039;hacked&#039;.&lt;br /&gt;
&lt;br /&gt;
Most bitcoin thefts are the result of inadequate [[Securing your wallet|wallet security]].  In response to the wave of thefts in 2011 and 2012, the community has developed risk-mitigating measures such as [[Wallet_encryption|wallet encryption]], support for [[BIP_0011|multiple signatures]], [[How_to_set_up_a_secure_offline_savings_wallet|offline wallets]], [[Paper_wallet|paper wallets]], and [[Hardware_wallet|hardware wallets]].  As these measures gain adoption by merchants and users, it is expected that the number of thefts will drop.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[de:Mythen]]&lt;/div&gt;</summary>
		<author><name>Mattedwards</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Electrum&amp;diff=37569</id>
		<title>Electrum</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Electrum&amp;diff=37569"/>
		<updated>2013-05-05T17:52:27Z</updated>

		<summary type="html">&lt;p&gt;Mattedwards: Added additional key feature of Electrum&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Electrum_logo.png|400px]][[Image:Capture-Electrum.png|right|600px|screenshot of Electrum with its Qt gui]]&lt;br /&gt;
&lt;br /&gt;
[http://electrum.org Electrum] is a lightweight Bitcoin client, based on a client-server protocol. &lt;br /&gt;
It was released on november 5, 2011.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main features:&#039;&#039;&#039;&lt;br /&gt;
* Encrypted wallet: the file that contains your bitcoins is protected with a password. You are protected from thieves.&lt;br /&gt;
* Deterministic key generation: If you lose your wallet, you can recover it from its seed. You are protected from your own mistakes.&lt;br /&gt;
* Instant on: the client does not download the blockchain, it requests that information from a server. No delays, always up-to-date.&lt;br /&gt;
* Transactions are signed locally: Your private keys are not shared with the server. You do not have to trust the server with your money.&lt;br /&gt;
* Freedom and Privacy: The server does not store user accounts. You are not tied to a particular server, and the server does not need to know you. You can export your private keys.&lt;br /&gt;
* No scripts: Electrum does not download any script. A compromised server cannot send you arbitrary code and steal your bitcoins.&lt;br /&gt;
* No single point of failure: The server code is open source, anyone can run a server.&lt;br /&gt;
* Firewall friendly: The client does not need to open a port, it simply polls the server for updates.&lt;br /&gt;
* Free software: Gnu GPL v3. Anyone can audit the code.&lt;br /&gt;
* Written in Python. The code is short, and easy to review.&lt;br /&gt;
* Support for Bitcoin URIs, signed URIs and Bitcoin aliases&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
===Updates===&lt;br /&gt;
&#039;&#039;&#039;Some contents can be outdated or deprecated. To see up to date documentation visit the repository [https://github.com/spesmilo/electrum/blob/master/docs Electrum Docs]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Graphical User Interfaces===&lt;br /&gt;
Electrum has two GUIs: one that is based on Gtk, and a newer one based on Qt. The Qt GUI is enabled by default. To use the gtk interface, type:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum -g gtk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In addition, Electrum has a rich set of commands for the command line interface.&lt;br /&gt;
&lt;br /&gt;
===Brain Wallet===&lt;br /&gt;
&lt;br /&gt;
Electrum uses a type 2 deterministic key generation algorithm.&lt;br /&gt;
This means that all the keys are derived from a seed.&lt;br /&gt;
&lt;br /&gt;
Typical seeds have 128 bits of entropy. Electrum provides mnemonic code in order to represent the seed.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
*hexadecimal: 431a62f1c86555d3c45e5c4d9e10c8c7 &lt;br /&gt;
*mnemonic: &amp;quot;constant forest adore false green weave stop guy fur freeze giggle clock&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You can display the seed with the command line interface. Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum getseed&lt;br /&gt;
Password:&lt;br /&gt;
431a62f1c86555d3c45e5c4d9e10c8c7 &amp;quot;constant forest adore false green weave stop guy fur freeze giggle clock&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Wallet File===&lt;br /&gt;
Electrum uses an electrum.dat file as your wallet which is created when you first run the application.&lt;br /&gt;
&lt;br /&gt;
Your wallet file is located in:&lt;br /&gt;
&lt;br /&gt;
On Windows&lt;br /&gt;
&lt;br /&gt;
*Show hidden files&lt;br /&gt;
*Go to \Users\YourUserName\AppData\Local\Electrum&lt;br /&gt;
&lt;br /&gt;
On Mac&lt;br /&gt;
*Open Finder&lt;br /&gt;
*Go &amp;gt; Go to folder (shift+cmd+G) and type ~/.electrum&lt;br /&gt;
&lt;br /&gt;
On Linux&lt;br /&gt;
*Home Folder&lt;br /&gt;
*Go &amp;gt; Location and type ~/.electrum&lt;br /&gt;
&lt;br /&gt;
===Multiple wallets===&lt;br /&gt;
Electrum uses one single file per wallet. Your default wallet is located in your user account as listed above.&lt;br /&gt;
If you want to use another wallet, use the -w option followed by the wallet path and name:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum -w /path/to/my/wallet/wallet_name&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Export and import addresses===&lt;br /&gt;
&lt;br /&gt;
You can export your private keys using the &#039;dumpprivkeys&#039; command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum dumpprivkeys&lt;br /&gt;
Password:&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;1LGoehbyeX4QBEPK1a6dhyaoMQZfqg5LKX&amp;quot;: &amp;quot;5JBSttEGhjEcPidSovW66Rin2EZ6LEHZ2qx8Pu2RqqNaDTBVWaF&amp;quot;   &lt;br /&gt;
&amp;quot;1KcsBJa2cCxVkGJfSsg5bUeXN7Y5uLa8mP&amp;quot;: &amp;quot;5KiP4uiNT6KG8jnXbainCM8rDWRrgxt3PAyut4FFpDoCo1Rh6VM&amp;quot;   &lt;br /&gt;
&amp;quot;1PXsn7LVXTccGhJPTUL8r2EGB4fF9kvex3&amp;quot;: &amp;quot;5Kj8mvBJReyk8xEBMx5cTnciQCxto5JmudiTPkqwMcd61Kf1Jqc&amp;quot;   &lt;br /&gt;
&amp;quot;1KteSFTAphyByLTtUfFiVQ9s7fMVmx7c2h&amp;quot;: &amp;quot;5JeZ3FTbWcksLt3PKydd5U9p952UQRHwv3LoxzCA9LZ7V2bku5p&amp;quot;   &lt;br /&gt;
&amp;quot;1GE5ZChAobeTEPLHDCDDKTSg3XvLkcQFjS&amp;quot;: &amp;quot;5JwtGEygTwF2nouhRVzW3w5DWZd1sCgxLtnd1v51wjkbUrp5sqH&amp;quot;   &lt;br /&gt;
&amp;quot;12YNehfAoYTiwjTXULwaZqTCauu2D61fq6&amp;quot;: &amp;quot;5Jvcq19ePCXKcVun4n7US99CsrEByUK2kgxXBA3rBVBqYZjhfwD&amp;quot;  [change] &lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also import addresses into an electrum wallet, with the &#039;importprivkey&#039; command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./electrum importprivkey 5JBSttEGhjEcPidSovW66Rin2EZ6LEHZ2qx8Pu2RqqNaDTBVWaF&lt;br /&gt;
Keypair imported:  1LGoehbyeX4QBEPK1a6dhyaoMQZfqg5LKX&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note that imported keys do not belong to the deterministic sequence of your wallet; if you import keys in a wallet, you must back it up!&lt;br /&gt;
&lt;br /&gt;
===Offline wallet===&lt;br /&gt;
&lt;br /&gt;
It is possible to create a transaction on an offline computer,&lt;br /&gt;
and to broadcast them from another computer, with a wallet that does not have the seed or private keys.&lt;br /&gt;
&lt;br /&gt;
see http://electrum.org/offline_wallets.html&lt;br /&gt;
&lt;br /&gt;
=== List of commands ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! command !! description !! syntax !! requires password !! needs to be online&lt;br /&gt;
|-&lt;br /&gt;
| balance || shows the balance of your wallet or of an address || balance [address] || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| contacts || print your list of contacts || contacts || no || no&lt;br /&gt;
|-&lt;br /&gt;
| create || create a new wallet || create || no || no&lt;br /&gt;
|-&lt;br /&gt;
| createmultisig || ?? || createmultisig || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| createrawtransaction|| ?? || createrawtransaction || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| decoderawtransaction || ?? || decoderawtransaction || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| deseed || Create a seedless version of a wallet with the suffix .seedless  || deseed || no || no&lt;br /&gt;
|-&lt;br /&gt;
| dumpprivkey || ?? || dumpprivkey || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| dumpprivkeys || ?? || dumpprivkeys || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| eval || call python eval || eval &amp;lt;expression&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| freeze || ?? || freeze || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| getaddresshistory || ?? || getaddresshistory || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| getbalance || ?? || getbalance || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| getconfig || ?? || getconfig || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| getseed || write the seed and its mnemonic to stdout || seed || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| help || display the help for a command || help [command] || no || no&lt;br /&gt;
|-&lt;br /&gt;
| history || print the transaction history || history || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| import || import a keypair || import &amp;lt;address:private_key&amp;gt; || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| importprivkey || ?? || importprivkey || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| label || change the label of a transaction or address || label &amp;lt;label&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| listaddresses || ?? || listaddresses || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| listunspent || ?? || listunspent || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| mktx || create a transaction and dump it || mktx [-s sourceaddr] [-c changeaddr] [-f fee] &amp;lt;address&amp;gt; &amp;lt;amount&amp;gt;  || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| password || update your password || password || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| payto || create and broadcast a transaction || payto [-s sourceaddr] [-c changeaddr] [-f fee] &amp;lt;address&amp;gt; &amp;lt;amount&amp;gt;  || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
| prioritize || ?? || prioritize || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| restore || restore a wallet from seed || restore || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| sendrawtransaction || broadcast a transaction || sendrawtransaction &amp;lt;tx&amp;gt; || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| setconfig || ?? || setconfig || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| setlabel || ?? || setlabel || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| signmessage || sign a message (as in bitcoind) || signmessage &amp;lt;address&amp;gt; &amp;lt;message&amp;gt; || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| signrawtransaction || ?? || signrawtransaction || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| unfreeze || ?? || unfreeze || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| unprioritize || ?? || unprioritize || ?? || ??&lt;br /&gt;
|-&lt;br /&gt;
| validateaddress || check is the argument is a valid bitcoin address || validateaddress &amp;lt;address&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| verifymessage || verify a message (as in bitcoind) || verifymessage &amp;lt;address&amp;gt; &amp;lt;signature&amp;gt; &amp;lt;message&amp;gt; || no || no&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Electrum was announced November 5, 2011&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=50936.0 Electrum - a new thin client]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Electrum/Documentation]] : General documentation of the Electrum client&lt;br /&gt;
* [[Electrum/Translation]]&lt;br /&gt;
* [[Electrum/TODO]]&lt;br /&gt;
* [[Thin Client Security]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://electrum.org/ Electrum] project website&lt;br /&gt;
* [https://github.com/spesmilo/electrum/ Electrum] project source&lt;br /&gt;
* [https://github.com/spesmilo/electrum/blob/master/docs Electrum Docs] updated documentation&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Open Source]]&lt;/div&gt;</summary>
		<author><name>Mattedwards</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Software&amp;diff=37568</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Software&amp;diff=37568"/>
		<updated>2013-05-05T17:50:01Z</updated>

		<summary type="html">&lt;p&gt;Mattedwards: Clarified that Electrum is a thin client&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;
::&#039;&#039;Main article and feature comparison: [[Clients]]&#039;&#039;&lt;br /&gt;
*[[Bitcoin-Qt]] - C++/Qt based tabbed UI. Linux/MacOSX/Windows. Full-featured [[Thin Client Security|thick client]] that downloads the entire [[block chain]], using code from the original Bitcoin client.&lt;br /&gt;
*[[bitcoind]] - GUI-less version of the original Bitcoin client, providing a [[API reference (JSON-RPC)|JSON-RPC]] interface&lt;br /&gt;
*[[MultiBit]] - lightweight [[Thin Client Security|thin client]] for Windows, MacOS and Linux with support for opening multiple wallets simultaneously&lt;br /&gt;
*[[Electrum]] - a &amp;quot;blazing fast, open-source, multi-OS Bitcoin client/wallet with a very active community&amp;quot; - also a [[Thin Client Security|thin client]].&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;
*[[Bitcoiner]] - Java RPC client (Android)&lt;br /&gt;
*[[Armory]] - Python-based client currently an alpha-level release, the beta version is being crowdfunded&lt;br /&gt;
*[[Spesmilo]] - Python/PySide RPC client (abandoned)&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;
*[[Skami]] - Bitcoin Market Exchange comparison charts.&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;
=== Enterprise server ===&lt;br /&gt;
*[http://bitsofproof.com bits of proof] - a modular Java implementation of the Bitcoin protocol server with a message bus and API for custom extensions.&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]] - 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;
*[[MinePeon]] - Bitcoin mining on the Raspberry PI&lt;br /&gt;
*[[BAMT]] (not maintained)&lt;br /&gt;
*[[LinuxCoin]] - a lightweight Debian-based OS, with the Bitcoin client and GPU mining software (not maintained)&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 ASIC/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 (not maintained)&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>Mattedwards</name></author>
	</entry>
</feed>