<?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=Forever</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=Forever"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Forever"/>
	<updated>2026-05-17T01:27:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59282</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59282"/>
		<updated>2015-11-04T00:40:46Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why Set up an Offline Savings Wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your [[wallet]]s will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
The bitcoin ecosystem is still very young and unfortunately not many user friendly and highly secure wallets have been developed yet. &lt;br /&gt;
Today these two ways are best to secure your bitcoins against theft:&lt;br /&gt;
&lt;br /&gt;
1. using a [[hardware wallet]] such as [[TREZOR]] that has basically two functions - it keeps your bitcoins in an offline storage and when connected to a computer, it enables a highly secure way of spending as well (immune to viruses, hackers and keyloggers). &lt;br /&gt;
&lt;br /&gt;
2. creating an offline [[cold storage]] which is useful for storing bitcoins, but has its limitations and security risks when you decide to spend the coins &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form. This security measure is also referred to as being an air gap.  For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. &lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them.&lt;br /&gt;
&lt;br /&gt;
== How to Deposit Funds ==&lt;br /&gt;
&lt;br /&gt;
#	Sign up for a few different cloud drive accounts such as Dropbox or Google drive.&lt;br /&gt;
#	Create a strong and unique passphrase offline (manually).  This passphrase should be TRUELY random. [http://world.std.com/~reinhold/diceware.html Diceware] is a good way of generating the passphrase.  It should be at least 12 words long. &lt;br /&gt;
#       Never use this passphrase elsewhere, especially not on the web.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this passphrase&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a passphrase several months in the future. To be on the safe side, write it down and store the piece of paper in a safe deposit box.&lt;br /&gt;
#	Download [https://bitcoin.org/en/download Bitcoin-Core Linux binary] and save it on a USB drive.&lt;br /&gt;
#       &#039;&#039;&#039;Verify&#039;&#039;&#039; the software&#039;s release signatures from an alternative device and internet connection (eg. your smartphone). This makes sure you are not using a malicious program that poses as the bona fide bitcoin-core client.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#       Encrypt your wallet using the strong and unique password from step 2 above. (Bitcoin Client &amp;gt; Settings &amp;gt; Encrypt wallet)&lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup encrypted wallet.dat file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your cloud drive accounts created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent or you can add Watch Bitcoin Address in [https://blockchain.info/wallet/ BlockChain Wallet].&lt;br /&gt;
&lt;br /&gt;
==How to Retrieve Funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 5 above. &lt;br /&gt;
#Insert USB drive.&lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from USB drive.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download (optional).&lt;br /&gt;
#Send bitcoins.&lt;br /&gt;
&lt;br /&gt;
==How to Setup Watch Bitcoin Address==&lt;br /&gt;
&lt;br /&gt;
Watch Bitcoin address is a way for you to check your cold storage balance online without exposing your private key.&lt;br /&gt;
#Create an wallet account at https://blockchain.info/wallet/&lt;br /&gt;
#Go to import/export.&lt;br /&gt;
#At &amp;quot;Add Watch Only Bitcoin Address&amp;quot;, add your bitcoin address.&lt;br /&gt;
#Wait for the balance to synch.&lt;br /&gt;
#You can also download the mobile version at [https://play.google.com/store/apps/details?id=piuk.blockchain.android Google Play], [https://itunes.apple.com/us/app/blockchain-bitcoin-wallet/id493253309?mt=8 Apple Store]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-15 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*If you&#039;re a non-technical user that can&#039;t perform the steps above, use an [[Paper wallet|in-browser paper wallet generator]] to create paper wallets (read below for more caveats and info).&lt;br /&gt;
&lt;br /&gt;
*Perform one or two trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Pay attention to updates in the Bitcoin world and update to fresh savings wallets every couple of years, or as needed.&lt;br /&gt;
&lt;br /&gt;
* See [[How to import private keys]] for an alternative way of retrieve your coins.&lt;br /&gt;
&lt;br /&gt;
==Alternatives ==&lt;br /&gt;
&lt;br /&gt;
[[Paper wallet|&#039;&#039;&#039;Paper wallets&#039;&#039;&#039;]] can also be used to create offline bitcoin savings accounts. While paper wallets are much easier to generate, they are not generally encrypted which means you cannot guard against accidental loss by distributing copies to online services and friends. Instead, paper wallets must be kept safe like jewels or cash. Looking forward, support for [[BIP 0038|BIP-38]] encryption is growing fast and it is expected that paper wallet generators will soon include options for generating &#039;&#039;encrypted paper wallets&#039;&#039; that can be duplicated and widely distributed for safekeeping. &lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Cold storage]]&lt;br /&gt;
* [http://codinginmysleep.com/bitcoin-cold-storage-in-plain-english Bitcoin Cold Storage In Plain English] by David Perry&lt;br /&gt;
* [https://www.youtube.com/watch?v=DQumISxkJsQ Electrum offline transactions tutorial]&lt;br /&gt;
&lt;br /&gt;
[[Category:Instructional]]&lt;br /&gt;
[[Category:Security]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59281</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59281"/>
		<updated>2015-11-04T00:39:24Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* How to Deposit Funds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why Set up an Offline Savings Wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your [[wallet]]s will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
The bitcoin ecosystem is still very young and unfortunately not many user friendly and highly secure wallets have been developed yet. &lt;br /&gt;
Today these two ways are best to secure your bitcoins against theft:&lt;br /&gt;
&lt;br /&gt;
1. using a [[hardware wallet]] such as [[TREZOR]] that has basically two functions - it keeps your bitcoins in an offline storage and when connected to a computer, it enables a highly secure way of spending as well (immune to viruses, hackers and keyloggers). &lt;br /&gt;
&lt;br /&gt;
2. creating an offline [[cold storage]] which is useful for storing bitcoins, but has its limitations and security risks when you decide to spend the coins &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form. This security measure is also referred to as being an air gap.  For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. &lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them.&lt;br /&gt;
&lt;br /&gt;
== How to Deposit Funds ==&lt;br /&gt;
&lt;br /&gt;
#	Sign up for a few different cloud drive accounts such as Dropbox or Google drive.&lt;br /&gt;
#	Create a strong and unique passphrase offline (manually).  This passphrase should be TRUELY random. [http://world.std.com/~reinhold/diceware.html Diceware] is a good way of generating the passphrase.  It should be at least 12 words long. &lt;br /&gt;
#       Never use this passphrase elsewhere, especially not on the web.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this passphrase&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a passphrase several months in the future. To be on the safe side, write it down and store the piece of paper in a safe deposit box.&lt;br /&gt;
#	Download [https://bitcoin.org/en/download Bitcoin-Core Linux binary] and save it on a USB drive.&lt;br /&gt;
#       &#039;&#039;&#039;Verify&#039;&#039;&#039; the software&#039;s release signatures from an alternative device and internet connection (eg. your smartphone). This makes sure you are not using a malicious program that poses as the bona fide bitcoin-core client.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#       Encrypt your wallet using the strong and unique password from step 2 above. (Bitcoin Client &amp;gt; Settings &amp;gt; Encrypt wallet)&lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup encrypted wallet.dat file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your cloud drive accounts created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent or you can add Watch Bitcoin Address in [https://blockchain.info/wallet/ BlockChain Wallet].&lt;br /&gt;
&lt;br /&gt;
==How to Retrieve Funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 5 above. &lt;br /&gt;
#Insert USB drive.&lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from USB drive.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download (optional).&lt;br /&gt;
#Send bitcoins.&lt;br /&gt;
&lt;br /&gt;
==How to Setup Watch Bitcoin Address==&lt;br /&gt;
&lt;br /&gt;
Watch Bitcoin address is a way for you to check your cold storage balance online without exposing your private key.&lt;br /&gt;
#Create an wallet account at https://blockchain.info/wallet/&lt;br /&gt;
#Go to import/export.&lt;br /&gt;
#At &amp;quot;Add Watch Only Bitcoin Address&amp;quot;, add your bitcoin address.&lt;br /&gt;
#Wait for the balance to synch.&lt;br /&gt;
#You can also download the mobile version at [https://play.google.com/store/apps/details?id=piuk.blockchain.android Google Play], [https://itunes.apple.com/us/app/blockchain-bitcoin-wallet/id493253309?mt=8 Apple Store]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-13 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*If you&#039;re a non-technical user that can&#039;t perform the steps above, use an [[Paper wallet|in-browser paper wallet generator]] to create paper wallets (read below for more caveats and info).&lt;br /&gt;
&lt;br /&gt;
*Perform one or two trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Pay attention to updates in the Bitcoin world and update to fresh savings wallets every couple of years, or as needed.&lt;br /&gt;
&lt;br /&gt;
* See [[How to import private keys]] for an alternative way of retrieve your coins.&lt;br /&gt;
&lt;br /&gt;
==Alternatives ==&lt;br /&gt;
&lt;br /&gt;
[[Paper wallet|&#039;&#039;&#039;Paper wallets&#039;&#039;&#039;]] can also be used to create offline bitcoin savings accounts. While paper wallets are much easier to generate, they are not generally encrypted which means you cannot guard against accidental loss by distributing copies to online services and friends. Instead, paper wallets must be kept safe like jewels or cash. Looking forward, support for [[BIP 0038|BIP-38]] encryption is growing fast and it is expected that paper wallet generators will soon include options for generating &#039;&#039;encrypted paper wallets&#039;&#039; that can be duplicated and widely distributed for safekeeping. &lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Cold storage]]&lt;br /&gt;
* [http://codinginmysleep.com/bitcoin-cold-storage-in-plain-english Bitcoin Cold Storage In Plain English] by David Perry&lt;br /&gt;
* [https://www.youtube.com/watch?v=DQumISxkJsQ Electrum offline transactions tutorial]&lt;br /&gt;
&lt;br /&gt;
[[Category:Instructional]]&lt;br /&gt;
[[Category:Security]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59280</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59280"/>
		<updated>2015-11-04T00:38:35Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* How to Deposit Funds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why Set up an Offline Savings Wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your [[wallet]]s will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
The bitcoin ecosystem is still very young and unfortunately not many user friendly and highly secure wallets have been developed yet. &lt;br /&gt;
Today these two ways are best to secure your bitcoins against theft:&lt;br /&gt;
&lt;br /&gt;
1. using a [[hardware wallet]] such as [[TREZOR]] that has basically two functions - it keeps your bitcoins in an offline storage and when connected to a computer, it enables a highly secure way of spending as well (immune to viruses, hackers and keyloggers). &lt;br /&gt;
&lt;br /&gt;
2. creating an offline [[cold storage]] which is useful for storing bitcoins, but has its limitations and security risks when you decide to spend the coins &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form. This security measure is also referred to as being an air gap.  For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. &lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them.&lt;br /&gt;
&lt;br /&gt;
== How to Deposit Funds ==&lt;br /&gt;
&lt;br /&gt;
#	Sign up for a few different cloud drive accounts such as Dropbox or Google drive.&lt;br /&gt;
#	Create a strong and unique passphrase offline (manually).  This passphrase should be TRUELY random. [http://world.std.com/~reinhold/diceware.html Diceware] is a good way of generating the passphrase.  It should be at least 12 words long. &lt;br /&gt;
#       Never use this passphrase elsewhere, especially not on the web.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this passphrase&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safe deposit box.&lt;br /&gt;
#	Download [https://bitcoin.org/en/download Bitcoin-Core Linux binary] and save it on a USB drive.&lt;br /&gt;
#       &#039;&#039;&#039;Verify&#039;&#039;&#039; the software&#039;s release signatures from an alternative device and internet connection (eg. your smartphone). This makes sure you are not using a malicious program that poses as the bona fide bitcoin-core client.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#       Encrypt your wallet using the strong and unique password from step 2 above. (Bitcoin Client &amp;gt; Settings &amp;gt; Encrypt wallet)&lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup encrypted wallet.dat file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your cloud drive accounts created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent or you can add Watch Bitcoin Address in [https://blockchain.info/wallet/ BlockChain Wallet].&lt;br /&gt;
&lt;br /&gt;
==How to Retrieve Funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 5 above. &lt;br /&gt;
#Insert USB drive.&lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from USB drive.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download (optional).&lt;br /&gt;
#Send bitcoins.&lt;br /&gt;
&lt;br /&gt;
==How to Setup Watch Bitcoin Address==&lt;br /&gt;
&lt;br /&gt;
Watch Bitcoin address is a way for you to check your cold storage balance online without exposing your private key.&lt;br /&gt;
#Create an wallet account at https://blockchain.info/wallet/&lt;br /&gt;
#Go to import/export.&lt;br /&gt;
#At &amp;quot;Add Watch Only Bitcoin Address&amp;quot;, add your bitcoin address.&lt;br /&gt;
#Wait for the balance to synch.&lt;br /&gt;
#You can also download the mobile version at [https://play.google.com/store/apps/details?id=piuk.blockchain.android Google Play], [https://itunes.apple.com/us/app/blockchain-bitcoin-wallet/id493253309?mt=8 Apple Store]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-13 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*If you&#039;re a non-technical user that can&#039;t perform the steps above, use an [[Paper wallet|in-browser paper wallet generator]] to create paper wallets (read below for more caveats and info).&lt;br /&gt;
&lt;br /&gt;
*Perform one or two trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Pay attention to updates in the Bitcoin world and update to fresh savings wallets every couple of years, or as needed.&lt;br /&gt;
&lt;br /&gt;
* See [[How to import private keys]] for an alternative way of retrieve your coins.&lt;br /&gt;
&lt;br /&gt;
==Alternatives ==&lt;br /&gt;
&lt;br /&gt;
[[Paper wallet|&#039;&#039;&#039;Paper wallets&#039;&#039;&#039;]] can also be used to create offline bitcoin savings accounts. While paper wallets are much easier to generate, they are not generally encrypted which means you cannot guard against accidental loss by distributing copies to online services and friends. Instead, paper wallets must be kept safe like jewels or cash. Looking forward, support for [[BIP 0038|BIP-38]] encryption is growing fast and it is expected that paper wallet generators will soon include options for generating &#039;&#039;encrypted paper wallets&#039;&#039; that can be duplicated and widely distributed for safekeeping. &lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Cold storage]]&lt;br /&gt;
* [http://codinginmysleep.com/bitcoin-cold-storage-in-plain-english Bitcoin Cold Storage In Plain English] by David Perry&lt;br /&gt;
* [https://www.youtube.com/watch?v=DQumISxkJsQ Electrum offline transactions tutorial]&lt;br /&gt;
&lt;br /&gt;
[[Category:Instructional]]&lt;br /&gt;
[[Category:Security]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59279</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59279"/>
		<updated>2015-11-04T00:37:53Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* How to Deposit Funds */ added release signature info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why Set up an Offline Savings Wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your [[wallet]]s will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
The bitcoin ecosystem is still very young and unfortunately not many user friendly and highly secure wallets have been developed yet. &lt;br /&gt;
Today these two ways are best to secure your bitcoins against theft:&lt;br /&gt;
&lt;br /&gt;
1. using a [[hardware wallet]] such as [[TREZOR]] that has basically two functions - it keeps your bitcoins in an offline storage and when connected to a computer, it enables a highly secure way of spending as well (immune to viruses, hackers and keyloggers). &lt;br /&gt;
&lt;br /&gt;
2. creating an offline [[cold storage]] which is useful for storing bitcoins, but has its limitations and security risks when you decide to spend the coins &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form. This security measure is also referred to as being an air gap.  For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. &lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them.&lt;br /&gt;
&lt;br /&gt;
== How to Deposit Funds ==&lt;br /&gt;
&lt;br /&gt;
#	Sign up for a few different cloud drive accounts such as Dropbox or Google drive.&lt;br /&gt;
#	Create a strong and unique passphrase offline (manually).  This passphrase should be TRUELY random. [http://world.std.com/~reinhold/diceware.html Diceware] is a good way of generating the passphrase.  It should be at least 12 words long. &lt;br /&gt;
#       Never use this passphrase elsewhere, especially not on the web.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this passphrase&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safe deposit box.&lt;br /&gt;
#	Download [http://www.bitcoin.org/ Bitcoin-Core Linux binary] and save it on a USB drive.&lt;br /&gt;
#       &#039;&#039;&#039;Verify&#039;&#039;&#039; the software&#039;s release signatures from an alternative device and internet connection (eg. your smartphone). This makes sure you are not using a malicious program that poses as the bona fide bitcoin-core client.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#       Encrypt your wallet using the strong and unique password from step 2 above. (Bitcoin Client &amp;gt; Settings &amp;gt; Encrypt wallet)&lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup encrypted wallet.dat file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your cloud drive accounts created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent or you can add Watch Bitcoin Address in [https://blockchain.info/wallet/ BlockChain Wallet].&lt;br /&gt;
&lt;br /&gt;
==How to Retrieve Funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 5 above. &lt;br /&gt;
#Insert USB drive.&lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from USB drive.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download (optional).&lt;br /&gt;
#Send bitcoins.&lt;br /&gt;
&lt;br /&gt;
==How to Setup Watch Bitcoin Address==&lt;br /&gt;
&lt;br /&gt;
Watch Bitcoin address is a way for you to check your cold storage balance online without exposing your private key.&lt;br /&gt;
#Create an wallet account at https://blockchain.info/wallet/&lt;br /&gt;
#Go to import/export.&lt;br /&gt;
#At &amp;quot;Add Watch Only Bitcoin Address&amp;quot;, add your bitcoin address.&lt;br /&gt;
#Wait for the balance to synch.&lt;br /&gt;
#You can also download the mobile version at [https://play.google.com/store/apps/details?id=piuk.blockchain.android Google Play], [https://itunes.apple.com/us/app/blockchain-bitcoin-wallet/id493253309?mt=8 Apple Store]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-13 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*If you&#039;re a non-technical user that can&#039;t perform the steps above, use an [[Paper wallet|in-browser paper wallet generator]] to create paper wallets (read below for more caveats and info).&lt;br /&gt;
&lt;br /&gt;
*Perform one or two trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Pay attention to updates in the Bitcoin world and update to fresh savings wallets every couple of years, or as needed.&lt;br /&gt;
&lt;br /&gt;
* See [[How to import private keys]] for an alternative way of retrieve your coins.&lt;br /&gt;
&lt;br /&gt;
==Alternatives ==&lt;br /&gt;
&lt;br /&gt;
[[Paper wallet|&#039;&#039;&#039;Paper wallets&#039;&#039;&#039;]] can also be used to create offline bitcoin savings accounts. While paper wallets are much easier to generate, they are not generally encrypted which means you cannot guard against accidental loss by distributing copies to online services and friends. Instead, paper wallets must be kept safe like jewels or cash. Looking forward, support for [[BIP 0038|BIP-38]] encryption is growing fast and it is expected that paper wallet generators will soon include options for generating &#039;&#039;encrypted paper wallets&#039;&#039; that can be duplicated and widely distributed for safekeeping. &lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Cold storage]]&lt;br /&gt;
* [http://codinginmysleep.com/bitcoin-cold-storage-in-plain-english Bitcoin Cold Storage In Plain English] by David Perry&lt;br /&gt;
* [https://www.youtube.com/watch?v=DQumISxkJsQ Electrum offline transactions tutorial]&lt;br /&gt;
&lt;br /&gt;
[[Category:Instructional]]&lt;br /&gt;
[[Category:Security]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59278</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59278"/>
		<updated>2015-11-04T00:31:02Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* How to Deposit Funds */ Better passphrase method&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why Set up an Offline Savings Wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your [[wallet]]s will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
The bitcoin ecosystem is still very young and unfortunately not many user friendly and highly secure wallets have been developed yet. &lt;br /&gt;
Today these two ways are best to secure your bitcoins against theft:&lt;br /&gt;
&lt;br /&gt;
1. using a [[hardware wallet]] such as [[TREZOR]] that has basically two functions - it keeps your bitcoins in an offline storage and when connected to a computer, it enables a highly secure way of spending as well (immune to viruses, hackers and keyloggers). &lt;br /&gt;
&lt;br /&gt;
2. creating an offline [[cold storage]] which is useful for storing bitcoins, but has its limitations and security risks when you decide to spend the coins &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form. This security measure is also referred to as being an air gap.  For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. &lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them.&lt;br /&gt;
&lt;br /&gt;
== How to Deposit Funds ==&lt;br /&gt;
&lt;br /&gt;
#	Sign up for a few different cloud drive accounts such as Dropbox or Google drive.&lt;br /&gt;
#	Create a strong and unique passphrase offline (manually).  This passphrase should be TRUELY random. [http://world.std.com/~reinhold/diceware.html Diceware] is a good way of generating the passphrase.  It should be at least 12 words long. &lt;br /&gt;
#       Never use this passphrase elsewhere, especially not on the web.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this passphrase&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safe deposit box.&lt;br /&gt;
#	Download [http://www.bitcoin.org/ Bitcoin-Core Linux binary] and save it on a USB drive.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#       Encrypt your wallet using the strong and unique password from step 2 above. (Bitcoin Client &amp;gt; Settings &amp;gt; Encrypt wallet)&lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup encrypted wallet.dat file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your cloud drive accounts created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent or you can add Watch Bitcoin Address in [https://blockchain.info/wallet/ BlockChain Wallet].&lt;br /&gt;
&lt;br /&gt;
==How to Retrieve Funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 5 above. &lt;br /&gt;
#Insert USB drive.&lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from USB drive.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download (optional).&lt;br /&gt;
#Send bitcoins.&lt;br /&gt;
&lt;br /&gt;
==How to Setup Watch Bitcoin Address==&lt;br /&gt;
&lt;br /&gt;
Watch Bitcoin address is a way for you to check your cold storage balance online without exposing your private key.&lt;br /&gt;
#Create an wallet account at https://blockchain.info/wallet/&lt;br /&gt;
#Go to import/export.&lt;br /&gt;
#At &amp;quot;Add Watch Only Bitcoin Address&amp;quot;, add your bitcoin address.&lt;br /&gt;
#Wait for the balance to synch.&lt;br /&gt;
#You can also download the mobile version at [https://play.google.com/store/apps/details?id=piuk.blockchain.android Google Play], [https://itunes.apple.com/us/app/blockchain-bitcoin-wallet/id493253309?mt=8 Apple Store]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-13 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*If you&#039;re a non-technical user that can&#039;t perform the steps above, use an [[Paper wallet|in-browser paper wallet generator]] to create paper wallets (read below for more caveats and info).&lt;br /&gt;
&lt;br /&gt;
*Perform one or two trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Pay attention to updates in the Bitcoin world and update to fresh savings wallets every couple of years, or as needed.&lt;br /&gt;
&lt;br /&gt;
* See [[How to import private keys]] for an alternative way of retrieve your coins.&lt;br /&gt;
&lt;br /&gt;
==Alternatives ==&lt;br /&gt;
&lt;br /&gt;
[[Paper wallet|&#039;&#039;&#039;Paper wallets&#039;&#039;&#039;]] can also be used to create offline bitcoin savings accounts. While paper wallets are much easier to generate, they are not generally encrypted which means you cannot guard against accidental loss by distributing copies to online services and friends. Instead, paper wallets must be kept safe like jewels or cash. Looking forward, support for [[BIP 0038|BIP-38]] encryption is growing fast and it is expected that paper wallet generators will soon include options for generating &#039;&#039;encrypted paper wallets&#039;&#039; that can be duplicated and widely distributed for safekeeping. &lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Cold storage]]&lt;br /&gt;
* [http://codinginmysleep.com/bitcoin-cold-storage-in-plain-english Bitcoin Cold Storage In Plain English] by David Perry&lt;br /&gt;
* [https://www.youtube.com/watch?v=DQumISxkJsQ Electrum offline transactions tutorial]&lt;br /&gt;
&lt;br /&gt;
[[Category:Instructional]]&lt;br /&gt;
[[Category:Security]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59277</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=59277"/>
		<updated>2015-11-04T00:14:09Z</updated>

		<summary type="html">&lt;p&gt;Forever: Updated obsolete info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why Set up an Offline Savings Wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your [[wallet]]s will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
The bitcoin ecosystem is still very young and unfortunately not many user friendly and highly secure wallets have been developed yet. &lt;br /&gt;
Today these two ways are best to secure your bitcoins against theft:&lt;br /&gt;
&lt;br /&gt;
1. using a [[hardware wallet]] such as [[TREZOR]] that has basically two functions - it keeps your bitcoins in an offline storage and when connected to a computer, it enables a highly secure way of spending as well (immune to viruses, hackers and keyloggers). &lt;br /&gt;
&lt;br /&gt;
2. creating an offline [[cold storage]] which is useful for storing bitcoins, but has its limitations and security risks when you decide to spend the coins &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form. This security measure is also referred to as being an air gap.  For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. &lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them.&lt;br /&gt;
&lt;br /&gt;
== How to Deposit Funds ==&lt;br /&gt;
&lt;br /&gt;
#	Sign up for a few different cloud drive accounts such as Dropbox or Google drive.&lt;br /&gt;
#	Create a strong and unique password offline (manually).  This password should be at least 20 characters long; it should contain numbers, upper and lower case letters, and symbols. It should be as random as possible, ie it should look something like this: Zr%8qL03&amp;amp;cvwS9@05AatdP71. Never use this password elsewhere.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this password&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safe deposit box.&lt;br /&gt;
#	Download [http://www.bitcoin.org/ Bitcoin-Core Linux binary] and save it on a USB drive.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#       Encrypt your wallet using the strong and unique password from step 2 above. (Bitcoin Client &amp;gt; Settings &amp;gt; Encrypt wallet)&lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup encrypted wallet.dat file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your cloud drive accounts created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent or you can add Watch Bitcoin Address in [https://blockchain.info/wallet/ BlockChain Wallet].&lt;br /&gt;
&lt;br /&gt;
==How to Retrieve Funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 5 above. &lt;br /&gt;
#Insert USB drive.&lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from USB drive.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download (optional).&lt;br /&gt;
#Send bitcoins.&lt;br /&gt;
&lt;br /&gt;
==How to Setup Watch Bitcoin Address==&lt;br /&gt;
&lt;br /&gt;
Watch Bitcoin address is a way for you to check your cold storage balance online without exposing your private key.&lt;br /&gt;
#Create an wallet account at https://blockchain.info/wallet/&lt;br /&gt;
#Go to import/export.&lt;br /&gt;
#At &amp;quot;Add Watch Only Bitcoin Address&amp;quot;, add your bitcoin address.&lt;br /&gt;
#Wait for the balance to synch.&lt;br /&gt;
#You can also download the mobile version at [https://play.google.com/store/apps/details?id=piuk.blockchain.android Google Play], [https://itunes.apple.com/us/app/blockchain-bitcoin-wallet/id493253309?mt=8 Apple Store]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-13 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*If you&#039;re a non-technical user that can&#039;t perform the steps above, use an [[Paper wallet|in-browser paper wallet generator]] to create paper wallets (read below for more caveats and info).&lt;br /&gt;
&lt;br /&gt;
*Perform one or two trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Pay attention to updates in the Bitcoin world and update to fresh savings wallets every couple of years, or as needed.&lt;br /&gt;
&lt;br /&gt;
* See [[How to import private keys]] for an alternative way of retrieve your coins.&lt;br /&gt;
&lt;br /&gt;
==Alternatives ==&lt;br /&gt;
&lt;br /&gt;
[[Paper wallet|&#039;&#039;&#039;Paper wallets&#039;&#039;&#039;]] can also be used to create offline bitcoin savings accounts. While paper wallets are much easier to generate, they are not generally encrypted which means you cannot guard against accidental loss by distributing copies to online services and friends. Instead, paper wallets must be kept safe like jewels or cash. Looking forward, support for [[BIP 0038|BIP-38]] encryption is growing fast and it is expected that paper wallet generators will soon include options for generating &#039;&#039;encrypted paper wallets&#039;&#039; that can be duplicated and widely distributed for safekeeping. &lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Cold storage]]&lt;br /&gt;
* [http://codinginmysleep.com/bitcoin-cold-storage-in-plain-english Bitcoin Cold Storage In Plain English] by David Perry&lt;br /&gt;
* [https://www.youtube.com/watch?v=DQumISxkJsQ Electrum offline transactions tutorial]&lt;br /&gt;
&lt;br /&gt;
[[Category:Instructional]]&lt;br /&gt;
[[Category:Security]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:History&amp;diff=36562</id>
		<title>Category:History</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:History&amp;diff=36562"/>
		<updated>2013-04-01T15:52:35Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* 2013 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Important milestones of the Bitcoin project ==&lt;br /&gt;
=== 2008 ===&lt;br /&gt;
{| style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;8em&amp;quot; | August 18&lt;br /&gt;
|| Domain name &amp;quot;bitcoin.org&amp;quot; registered&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=103369.msg1135218#msg1135218 According to theymos], Satoshi registered bitcoin.org via https://www.anonymousspeech.com/ which allows to anonymously register domains.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
! October 31&lt;br /&gt;
|| [http://article.gmane.org/gmane.comp.encryption.general/12588/ Bitcoin design paper] published&lt;br /&gt;
|-&lt;br /&gt;
! November 09&lt;br /&gt;
|| Bitcoin project registered at SourceForge.net&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 2009 ===&lt;br /&gt;
{| style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;8em&amp;quot; | January 3&lt;br /&gt;
|| [http://www.BlockExplorer.com/b/0 Genesis block] established at 18:15:05 GMT&lt;br /&gt;
|-&lt;br /&gt;
! January 11&lt;br /&gt;
|| Bitcoin v0.1 released and announced on the [http://www.mail-archive.com/cryptography@metzdowd.com/msg10152.html cryptography mailing list]&lt;br /&gt;
|-&lt;br /&gt;
! January 12&lt;br /&gt;
|| First Bitcoin transaction, [http://www.BlockExplorer.com/b/170 in block 170] - from [[Satoshi]] to Hal Finney&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=91806.msg1012234#msg1012234 Earliest Block With A Spend]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
! October 5&lt;br /&gt;
|| Exchange rates [http://newlibertystandard.wetpaint.com/page/2009+Exchange+Rate published] by New Liberty Standard.  $1 = 1,309.03 BTC (and [[User:theymos|theymos]] thought NLS was overcharging&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=104287.msg1143955#msg1143955 Historical Price Data for 2009]&amp;lt;/ref&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
! October 9&lt;br /&gt;
|| #bitcoin-dev channel registered on freenode IRC.&lt;br /&gt;
|-&lt;br /&gt;
! December 16&lt;br /&gt;
|| Bitcoin v0.2 released&lt;br /&gt;
|-&lt;br /&gt;
! December 30&lt;br /&gt;
|| First difficulty increase at 06:11:04 GMT&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 2010 ===&lt;br /&gt;
{| style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;8em&amp;quot; | February 6&lt;br /&gt;
|| [[Bitcoin Market]] established&lt;br /&gt;
|-&lt;br /&gt;
! May 21&lt;br /&gt;
|| laszlo first to buy pizza with Bitcoins agreeing upon paying 10,000 BTC for ~$25 worth of pizza courtesy of jercos&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=137.msg1195#msg1195 bitcointalk post] where laszlo confirmed having bought pizza&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! July 7&lt;br /&gt;
|| Bitcoin v0.3 released&lt;br /&gt;
|-&lt;br /&gt;
! July 11&lt;br /&gt;
|| Bitcoin v0.3 release mentioned on slashdot&amp;lt;ref&amp;gt;[http://news.slashdot.org/story/10/07/11/1747245/Bitcoin-Releases-Version-03 slashdot] metiones Bitcoin&amp;lt;/ref&amp;gt;, bringing a large influx of new bitcoin users.&lt;br /&gt;
|-&lt;br /&gt;
! July 12&lt;br /&gt;
|| Beginning of a 10x increase in exchange value over a 5 day period, from about $0.008/BTC to $0.08/BTC&lt;br /&gt;
|-&lt;br /&gt;
! July 17&lt;br /&gt;
|| [[MtGox]] established&lt;br /&gt;
|-&lt;br /&gt;
! July 18&lt;br /&gt;
|| ArtForz generated his first block after establishing his personal OpenCL GPU hash farm&lt;br /&gt;
|-&lt;br /&gt;
! August 15&lt;br /&gt;
|| Bug in the bitcoin code allows a bad transaction into block 74638.  Users quickly adopt fixed code and the &amp;quot;good&amp;quot; block chain overtook the bad one at a block height of 74691, 53 blocks later ([[Incidents#Value_overflow]]).&lt;br /&gt;
|-&lt;br /&gt;
! September 14&lt;br /&gt;
|| jgarzik [https://bitcointalk.org/index.php?topic=133.msg12921#msg12921 offered] 10,000 BTC (valued at ~$600-650) to puddinpop to open source their windows-based CUDA client&lt;br /&gt;
|-&lt;br /&gt;
! September 14&lt;br /&gt;
|| Block [http://blockexplorer.com/b/79764 79,764] is first to be mined using split allocation of the generation reward.&lt;br /&gt;
|-&lt;br /&gt;
! September 18&lt;br /&gt;
|| puddinpop [https://bitcointalk.org/index.php?topic=133.msg13135#msg13135 released] source to their windows-based CUDA client under MIT license&lt;br /&gt;
|-&lt;br /&gt;
! September 29&lt;br /&gt;
|| kermit [https://bitcointalk.org/index.php?topic=1306.0 discovered] a microtransactions exploit which precipitated the Bitcoin v0.3.13 release&lt;br /&gt;
|-&lt;br /&gt;
! October 01&lt;br /&gt;
|| First public OpenCL miner released&lt;br /&gt;
|-&lt;br /&gt;
! October 04&lt;br /&gt;
|| Original Bitcoin History wiki page (this page) established (ooh so meta) on Bitcoin.org&#039;s wiki.&lt;br /&gt;
|-&lt;br /&gt;
! October 07&lt;br /&gt;
|| Exchange rate started climbing up from $0.06/BTC after several flat months.&lt;br /&gt;
|-&lt;br /&gt;
! October 16&lt;br /&gt;
|| First recorded escrowed bitcoin trade conducted, between nanotube and Diablo-D3, escrowed by theymos.&lt;br /&gt;
|-&lt;br /&gt;
! October 17&lt;br /&gt;
|| [[Bitcoin_OTC|#bitcoin-otc]] trading channel established on freenode IRC.&lt;br /&gt;
|-&lt;br /&gt;
! October 28&lt;br /&gt;
|| First bitcoin short sale transaction initiated, with a loan of 100 BTC by nanotube to [[User:Kiba|kiba]], facilitated by the [[Bitcoin-otc|#bitcoin-otc]] market.&lt;br /&gt;
|-&lt;br /&gt;
! November 6&lt;br /&gt;
|| The [https://bitcointalk.org/index.php?topic=1672 Bitcoin economy passed US $1 million]. The MtGox price touched USD $0.50/BTC.&lt;br /&gt;
|-&lt;br /&gt;
! December 7&lt;br /&gt;
|| Bitcoind was compiled for the Nokia N900 mobile computer by doublec. The following day, ribuck sent him 0.42 BTC in the first portable-to-portable Bitcoin transaction.&lt;br /&gt;
|-&lt;br /&gt;
! December 9&lt;br /&gt;
|| The generation difficulty passed 10,000.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|| First bitcoin call option contract sold, from nanotube to [[User:Sgornick|sgornick]], via the [[Bitcoin-otc|#bitcoin-otc]] market.&lt;br /&gt;
|-&lt;br /&gt;
! December 16&lt;br /&gt;
|| [http://mining.bitcoin.cz/ Bitcoin Pooled Mining], operated by slush, found its first block&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 2011 ===&lt;br /&gt;
{| style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;8em&amp;quot; | January 2&lt;br /&gt;
|| [[Tonal Bitcoin]] units standardized.&lt;br /&gt;
|-&lt;br /&gt;
! January 8&lt;br /&gt;
|| [[History of Bitcoin]] page (this page) created after replicating from original Bitcoin History page on Bitcoin.org.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|| Bitcoin Pooled Mining reached a total of 10,000 Mhash/s&lt;br /&gt;
|-&lt;br /&gt;
! January 27&lt;br /&gt;
|| Largest numeric value ever traded for bitcoins thus far occurred on this date. Three currency bills from Zimbabwe, known as Zimdollars, were traded on [[Bitcoin-otc|#bitcoin-otc]] at the rate of 4 BTC for each of the one-hundred trillion dollar ($100,000,000,000,000) Zimbabwe notes&amp;lt;ref&amp;gt;Serial numbers for Zimdollars sold: AA1669317, AA1669318 and AA1669319&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! January 28&lt;br /&gt;
|| Block 105000 was generated. This means that 5.25 million bitcoins have been generated, which is just over one-quarter of the eventual total of nearly 21 million.&lt;br /&gt;
|-&lt;br /&gt;
! February 9&lt;br /&gt;
|| Bitcoin reached parity with the US dollar, touching $1 per BTC at [[MtGox]].&lt;br /&gt;
|-&lt;br /&gt;
! February 10&lt;br /&gt;
|| Bitcoin.org website struggles to handle [https://bitcointalk.org/index.php?topic=3444.0 traffic] resulting from mentions on Slashdot&amp;lt;ref&amp;gt;[http://news.slashdot.org/story/11/02/10/189246/Online-Only-Currency-BitCoin-Reaches-Dollar-Parity Online-Only Currency BitCoin Reaches Dollar Parity]&amp;lt;/ref&amp;gt;, Hacker News and Twitter following the news that parity had been reached.&lt;br /&gt;
|-&lt;br /&gt;
! February 14&lt;br /&gt;
|| A vehicle was, for the first time, offered in exchange for a certain number of bitcoins&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=3485.0 Car for Sale - Australia]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
! March 6&lt;br /&gt;
|| Total Bitcoin network computation speed for a short time reached a new high of almost 900Ghash/sec, dropping to 500Ghash/sec soon after. Some speculate that this was due to some supercomputer or bot-net that joined the network ([http://bitcoin.atspace.com/mysteryminer.html mystery miner]).&lt;br /&gt;
|-&lt;br /&gt;
! March 18&lt;br /&gt;
|| BTC/USD exchange rate reaches a 6-week low point at almost $0.70/BTC, after what appeared to be a short burst of, possibly automated, BTC sales at progressively lower prices. BTC price had been declining since the February 9 high.&lt;br /&gt;
|-&lt;br /&gt;
! March 25&lt;br /&gt;
|| Difficulty decreased nearly 10%.  A decrease has only occurred once before, and this decrease of nearly 10% was the largest.&lt;br /&gt;
|-&lt;br /&gt;
! March 27&lt;br /&gt;
|| The first market for exchanging bitcoins to and from the British Pound Sterling BTC/GBP, [[Britcoin]], opens.&lt;br /&gt;
|-&lt;br /&gt;
! March 31&lt;br /&gt;
|| The first market for exchanging bitcoins to and from Brazilian Reals, [[Bitcoin Brazil]], opens.&lt;br /&gt;
|-&lt;br /&gt;
! April 5&lt;br /&gt;
|| The first market for exchanging bitcoins to and from the Polish złoty, [[BitMarket.eu]], opens.&lt;br /&gt;
|-&lt;br /&gt;
! April 12&lt;br /&gt;
|| First bitcoin put option contract sold via the [[Bitcoin-otc|#bitcoin-otc]] market.&lt;br /&gt;
|-&lt;br /&gt;
! April 16&lt;br /&gt;
|| TIME does [http://techland.time.com/2011/04/16/online-cash-bitcoin-could-challenge-governments/ an article on Bitcoin].&lt;br /&gt;
|-&lt;br /&gt;
! April 23&lt;br /&gt;
|| BTC/USD exchange rate reaches and passes parity with the Euro (EUR) on [[MtGox]] exchange.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|| BTC/USD exchange rate reaches and passes parity with the British Sterling Pound (GBP) on [[MtGox]] exchange.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|| Value of the Bitcoin money stock at current exchange rate passes $10 million USD threshold.&lt;br /&gt;
|-&lt;br /&gt;
! April 27&lt;br /&gt;
|| [[VirWoX]] opens first market to trade bitcoins against a virtual currency on BTC/SL (Second Life Lindens) exchange.&lt;br /&gt;
|-&lt;br /&gt;
! April 30&lt;br /&gt;
|| The generation difficulty passed 100,000.&lt;br /&gt;
|-&lt;br /&gt;
! June 2&lt;br /&gt;
|| The exchange rate at [[MtGox]] touched 10 USD per BTC.&lt;br /&gt;
|-&lt;br /&gt;
! June 3&lt;br /&gt;
|| [[Tonal Bitcoin]] reached parity with the US cent, touching 1¢ per TBC at [[Bitcoin Market]].&lt;br /&gt;
|-&lt;br /&gt;
! June 8&lt;br /&gt;
|| The [[MtGox]] exchange rate peaked at 31.91 USD, at a &amp;quot;market capitalization&amp;quot; of about $206 M [http://bitcoin.stackexchange.com/questions/2047/market-capitalization-over-time].&lt;br /&gt;
|-&lt;br /&gt;
! June 12&lt;br /&gt;
|| The [[MtGox]] exchange rate briefly dropped to near 10 USD four days after the peak, in its largest percentage price retreat to date.&lt;br /&gt;
|-&lt;br /&gt;
! June 13&lt;br /&gt;
|| Forum user allinvain claimed to have had [http://forum.bitcoin.org/index.php?topic=16457.0 25,000 BTC stolen] from his Bitcoin wallet (approx. USD equivalent $375,000).&lt;br /&gt;
|-&lt;br /&gt;
! June 19&lt;br /&gt;
|| The MtGox database was compromised and the user table was leaked, containing details of 60,000 usernames, email addresses and password hashes, some of which were based on a highly vulnerable hashing algorithm.&lt;br /&gt;
|-&lt;br /&gt;
! June 19&lt;br /&gt;
|| Someone was able to access an admin account at MtGox and issue sell orders for hundreds of thousands of fake bitcoins, forcing the MtGox price down from $17.51 per bitcoin to $0.01. MtGox announced that these trades would be reversed. Trading was halted at MtGox for 7 days (and also briefly at TradeHill and Britcoin while their security was reviewed).&lt;br /&gt;
|-&lt;br /&gt;
! June 19&lt;br /&gt;
|| Some of the users on the leaked MtGox database had used the same username at MyBitcoin and had their passwords hacked. About 600 of them had their balance [http://forum.bitcoin.org/index.php?topic=22221.msg279396#msg279396 stolen from their MyBitcoin accounts]. One user lost over 2000 BTC.&lt;br /&gt;
|-&lt;br /&gt;
! June 20&lt;br /&gt;
|| The EFF announced that it was no longer accepting Bitcoin donations due to legal uncertainties.&lt;br /&gt;
|-&lt;br /&gt;
! June 24&lt;br /&gt;
|| The generation difficulty passed 1,000,000 with Block [http://blockexplorer.com/b/133056 133056].&lt;br /&gt;
|-&lt;br /&gt;
! July 19&lt;br /&gt;
|| &amp;quot;Let it go on record that at 4:05pm CET [19 July 2011], my manager Tadek was the first person in the world to receive [testnet] Bitcoins via NFC ;)&amp;quot; - Mike Hearn&lt;br /&gt;
|-&lt;br /&gt;
! July 22&lt;br /&gt;
|| [[BitCoins Mobile]], the first Bitcoin application for iPad was released by [http://www.intervex.net Intervex Digital].&lt;br /&gt;
|-&lt;br /&gt;
! July 30&lt;br /&gt;
|| [http://pastebin.com/raw.php?i=BUB3dygQ Tribute to Len Sassaman] included in the blockchain&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=33618.msg420597#msg420597 A Tribute to Len &amp;quot;rabbi&amp;quot; Sassama]&amp;lt;/ref&amp;gt;.  &lt;br /&gt;
|-&lt;br /&gt;
! August 20&lt;br /&gt;
|| First Bitcoin Conference and World Expo held, in NYC.&amp;lt;ref&amp;gt;[http://bitcoinme.com/index.php/conference/ New York Conference 2011]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! August 23&lt;br /&gt;
|| [[P2Pool]], the first P2P decentralized pool, mines its first Bitcoin mainnet block (Block [http://blockexplorer.com/b/142312 142,312]).&lt;br /&gt;
|-&lt;br /&gt;
! August 30&lt;br /&gt;
|| Difficulty adjustment at block [http://blockexplorer.com/b/143136 143,136] marks the first back-to-back drop.&lt;br /&gt;
|-&lt;br /&gt;
! November 15&lt;br /&gt;
|| First CVE (CVE-2011-4447) assigned to a Bitcoin client exploit.&lt;br /&gt;
|-&lt;br /&gt;
! November 25&lt;br /&gt;
|| First European Bitcoin Conference in Prague, Czech Rep.&amp;lt;ref&amp;gt;[http://bitgroups.org/ Prague Conference 2011]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! December 12&lt;br /&gt;
|| Largest amount of fees, to-date, in a single transaction, and most fees in a single block. A [http://blockexplorer.com/tx/1d7749c65c90c32f5e2c036217a2574f3f4403da39174626b246eefa620b58d9 transaction] paid 171 BTC in fees in [http://blockexplorer.com/b/157235 block 157235]&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=88423.msg973509#msg973509 Largest fee ever?]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 2012 ===&lt;br /&gt;
{| style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;8em&amp;quot; | March 1&lt;br /&gt;
|| Largest theft of bitcoins to-date occurred (near 50K BTC) after security breach at web host Linode.&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;8em&amp;quot; | April 1&lt;br /&gt;
|| Pay-to-script-hash ([[P2SH]]) as defined through [[BIP 0016]] goes live.&lt;br /&gt;
|-&lt;br /&gt;
! May 08&lt;br /&gt;
|| A single service, [[SatoshiDICE]] becomes responsible for over half the transaction volume on the Bitcoin blockchain.&lt;br /&gt;
|-&lt;br /&gt;
! June 3&lt;br /&gt;
|| Largest block (most transactions), to-date (June 3), is [http://BlockExplorer.com/b/181919 block 181919] with 1322 transactions&amp;lt;ref&amp;gt;[http://bitcointalk.org/index.php?topic=85353.msg939859#msg939859 Largest block to date]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
! July 22&lt;br /&gt;
|| One millionth topic reply was posted on the unofficial [[Bitcoin Forum]] &amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=94608.0 Topic about one millionth forum post]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
! September 15-16&lt;br /&gt;
|| Bitcoin Conference in London &amp;lt;ref&amp;gt;[http://bitcoin2012.com/ London Conference 2012]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
! September 27&lt;br /&gt;
|| Formation of the [[Bitcoin Foundation]].&lt;br /&gt;
|-&lt;br /&gt;
! November 28&lt;br /&gt;
|| Halving day.  [http://blockexplorer.com/b/210000 Block 210,000] is the first with a block reward subsidy of only 25 BTC.&lt;br /&gt;
|-&lt;br /&gt;
! December 6&lt;br /&gt;
|| First Bitcoin exchange [https://bitcointalk.org/index.php?topic=129461.0 licensed &amp;quot;as a bank&amp;quot; in europe] (actually a PSP which is like a bank, without debt-money issuing).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 2013 ===&lt;br /&gt;
{| style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;8em&amp;quot; | February 19&lt;br /&gt;
|| Bitcoin Client v0.8 released featuring improved download speed and [https://en.wikipedia.org/wiki/Bloom_filter Bloom Filtering]&lt;br /&gt;
|-&lt;br /&gt;
! February 28&lt;br /&gt;
|| The [[MtGox]] exchange rate broke the June 8 2011 peak of 31.91 USD. The first all time high since 601 days&lt;br /&gt;
|-&lt;br /&gt;
! March 12&lt;br /&gt;
|| A previously undiscovered protocol rule results in a [http://bitcoin.org/chainfork.html hard fork of the 0.8.0 reference client].&lt;br /&gt;
|-&lt;br /&gt;
! April 1&lt;br /&gt;
|| Bitcoin price breaks 100 USD on [[MtGox]] and other major exchanges.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin Firsts]]&lt;br /&gt;
* [[Press]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=36403</id>
		<title>Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=36403"/>
		<updated>2013-03-26T16:13:58Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* Bitcoin was hacked */&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;
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;
&lt;br /&gt;
Chickens aren&#039;t legal tender either, but bartering with chickens is not illegal.&lt;br /&gt;
&lt;br /&gt;
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;
http://en.wikipedia.org/wiki/Definitions_of_terrorism#United_States according to this, 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. See this map of Bitcoin nodes &lt;br /&gt;
https://bitcointalk.org/?topic=2346.0&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;
&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;
== 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;
&lt;br /&gt;
[[de:Mythen]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=36398</id>
		<title>Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=36398"/>
		<updated>2013-03-26T08:28:11Z</updated>

		<summary type="html">&lt;p&gt;Forever: this myth keeps coming up in reader comments, so I&amp;#039;m going to add it here&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;
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;
&lt;br /&gt;
Chickens aren&#039;t legal tender either, but bartering with chickens is not illegal.&lt;br /&gt;
&lt;br /&gt;
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;
http://en.wikipedia.org/wiki/Definitions_of_terrorism#United_States according to this, 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. See this map of Bitcoin nodes &lt;br /&gt;
https://bitcointalk.org/?topic=2346.0&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;
&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;
== 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]], and [[How_to_set_up_a_secure_offline_savings_wallet|offline 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;
&lt;br /&gt;
[[de:Mythen]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=36397</id>
		<title>Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=36397"/>
		<updated>2013-03-26T08:14:53Z</updated>

		<summary type="html">&lt;p&gt;Forever: &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;
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;
&lt;br /&gt;
Chickens aren&#039;t legal tender either, but bartering with chickens is not illegal.&lt;br /&gt;
&lt;br /&gt;
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;
http://en.wikipedia.org/wiki/Definitions_of_terrorism#United_States according to this, 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. See this map of Bitcoin nodes &lt;br /&gt;
https://bitcointalk.org/?topic=2346.0&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;
&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;
== 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;
[[de:Mythen]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=19884</id>
		<title>Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=19884"/>
		<updated>2011-11-24T11:39:04Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* Bitcoin will only enable tax evaders which will lead to the eventual downfall of civilization */&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(Ex. Fed)&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 backed by processing power. A currency being &amp;quot;backed&amp;quot; by something means that it is pegged to something else via a central party at a certain exchange rate. 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. Similar to gold - is gold backed by anything? No! It&#039;s just gold. The same applies with 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 large network of computing nodes from certain possible [[Weaknesses#Attacker_has_a_lot_of_computing_power|attacks]]. And that is all.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are worthless because they aren&#039;t backed by anything ==&lt;br /&gt;
&lt;br /&gt;
Gold isn&#039;t backed by anything either. Bitcoins have properties inherent to its design that are 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]. See also myth [[#Bitcoin_is_backed_by_processing_power|Bitcoin is backed by processing power]].&lt;br /&gt;
&lt;br /&gt;
== Bitcoins value is 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 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 the amount 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;
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;
&lt;br /&gt;
Short answer: chickens aren&#039;t legal tender either, but bartering with chickens is not illegal.&lt;br /&gt;
&lt;br /&gt;
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, 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;
http://en.wikipedia.org/wiki/Definitions_of_terrorism#United_States according to this, you need to do violent activities to be considered a terrorist for legal purposes. This has no bearing on politicians and idiotic US attorney&#039;s public remarks.&lt;br /&gt;
&lt;br /&gt;
Also, Bitcoin isn&#039;t domestic. It&#039;s a worldwide community. See this map of Bitcoin nodes &lt;br /&gt;
http://forum.bitcoin.org/?topic=2346.0&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 of suspicious purchases, or undeclared assets, not 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 + transaction fees. See [[Blocks]] 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. If you believe that these algorithms are untrustworthy then you should not trust Bitcoin, credit card transactions or any type of electronic bank transfer.&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. &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;
The vast majority of the 21 million Bitcoins still have not been distributed. 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 this is not a problem. 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 safe.&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. Early adopters can only profit at the expense of late adopters. Bitcoin has possible win-win outcomes. Early adopters profit from the rise in value. Late adopters profit from the usefulness of a stable and widely accepted p2p currency.  &lt;br /&gt;
&lt;br /&gt;
Not to be confused with the [[Bitcoin randomizer|Bitcoin Randomizer]] which is a game that really is self-described as a Ponzi scheme.&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 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;
Name them if you can.&lt;br /&gt;
&lt;br /&gt;
See also the [[Myths#Bitcoins_are_illegal_because_it_s_not_legal_tender|legal tender]] question.&lt;br /&gt;
&lt;br /&gt;
== Fractional reserve banking is not possible ==&lt;br /&gt;
&lt;br /&gt;
Please 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;
Transactions [[FAQ#Why_do_I_have_to_wait_10_minutes_before_I_can_spend_money_I_received.3F|can]] take tens of minutes to become &#039;&#039;confirmed&#039;&#039;, and this won&#039;t change for the foreseeable future. Even after the computing power of the network is orders of magnitude larger than today, the difficulty of generating a block will self-adjust to maintain a target of 6 blocks per hour. Three potential solutions to allow POS transactions are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; For small transactions, simply assume the customer isn&#039;t ripping you off. Give the customer his latte immediately after the transaction posts to the network. The transaction should propagate through the network almost instantly, allowing the seller to see the transaction within seconds (albeit with zero confirmations.) The cost of a double-spend attack should make small-scale fraud not worthwhile.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Utilize a [https://bitcointalk.org/index.php?topic=423.msg3819#msg3819 &#039;listening&#039; period] prior to rendering the service or good.  This has yet to be formally implemented in the standard Bitcoin client, but would allow a vendor to receive the transaction and then monitor the Bitcoin network for a certain period of time (maybe 10 seconds) for possible double spends.  Vendors might utilize specialized payment processors with multiple well-connected nodes for this purpose.  As explained by Satoshi, the network nodes only accept the first version of a transaction they receive to incorporate into the block they&#039;re trying to generate.  When you broadcast a transaction, if someone else broadcasts a double-spend at the same time, it is a race to propagate them to the most nodes first.  If one has a slight head start, it will geometrically spread through the network and get many times more nodes.  Additionally, a payment &amp;quot;processing&amp;quot; company could blast out the transaction to thousands of nodes instantly and listen for double spend attempts. The probability of the attacker thwarting such a system would be so low that a payment processor could &#039;&#039;guarantee&#039;&#039; payments and eat the cost if a double-spend attempt actually succeeds. If a double-spend attempt is detected, the vendor is notified: no latte, and a call to the police should be put in immediately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Create a network of transaction hubs. These entities would communicate using a common API. They would float short-term loans between each other to facilitate instant transactions. &lt;br /&gt;
&lt;br /&gt;
Imagine that Alice uses Carol&#039;s Clearinghouse as her hub, and Bob uses Dave&#039;s Anonymous Exchange. Both Alice and Bob have accounts with their respective hubs, and have already deposited some bitcoins in their accounts. When Alice wants to buy a latte from Bob at a point of sale, Alice tells Carol &amp;quot;I want to send Bob &#039;&#039;x&#039;&#039; bitcoins. He uses Dave&#039;s Anonymous Exchange.&amp;quot; After checking that Alice&#039;s account does contain at least &#039;&#039;x&#039;&#039; bitcoins, Carol sends a message to Dave, saying &amp;quot;Credit Bob&#039;s account with &#039;&#039;x&#039;&#039; bitcoins immediately; I&#039;ll send you the real bitcoins in the next block.&amp;quot; Bob instantly sees his balance increase, and gives Alice her latte.&lt;br /&gt;
&lt;br /&gt;
Optionally, option 3 allows all parties to circumvent use of the block-chain and its associated fees altogether. If Alice and Bob have accounts with Carol and Dave, then Carol and Dave are effectively functioning as banks. Carol and Dave can credit and debit millions of accounts millions of times daily and only &amp;quot;re-balance&amp;quot; money owed at the end of each business day through a single transaction in the Bitcoin block-chain.&lt;br /&gt;
&lt;br /&gt;
Option 3 requires trust. Alice has to trust Carol&#039;s Clearinghouse, and the hubs have to trust each other. Due to competition, various hubs could develop with vastly different fee structures, membership requirements, trustability, etc. The advantage of option 3 is that it is instant. The disadvantage of option 3 is that trust is required. If trust is not established, option 2 can be used.&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 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 prevents the creation of services overlayed on top of Bitcoin that provide fraud protection services.&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;
Yes, but quantum computers don&#039;t yet exist and probably won&#039;t for a while.  Bitcoin&#039;s security can 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;
== Bitcoin mining is a waste of energy and harmful for ecology ==&lt;br /&gt;
&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;
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 a &#039;&#039;net&#039;&#039; electricity consumption of &#039;&#039;zero&#039;&#039;.   For example, electric heaters could come equipped with a cheap CPU instead of a resistance coil.  &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 is 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;
== 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 bitcoins 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;
* 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 alternative US currency, including physical banknotes and coins, backed by precious metals. This, in and of itself, is not illegal. They were later shut down for counterfeiting and intent to fraud after the coins, which contained less than $1 worth of silver, were put into circulation with the general money supply, supposedly having a value of 1 USD. These actions were encouraged by the makers of Liberty Dollars. &lt;br /&gt;
&lt;br /&gt;
Bitcoins are not necessarily equal in value to dollars or any other currency and no one is saying they are. No member of the public will be tricked into accepting a bitcoin instead of a dollar.&lt;br /&gt;
&lt;br /&gt;
Of course, actually &#039;shutting down&#039; the decentralized Bitcoin network is rife with its own set of difficult considerations.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is not decentralized because the developers can dictate the software&#039;s behaviour ==&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 50 to 100 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 Bitcoin clients made by other groups of 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;
[[de:Mythen]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=19883</id>
		<title>Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=19883"/>
		<updated>2011-11-24T11:17:06Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* Bitcoin mining is a waste of energy and harmful for ecology */&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(Ex. Fed)&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 backed by processing power. A currency being &amp;quot;backed&amp;quot; by something means that it is pegged to something else via a central party at a certain exchange rate. 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. Similar to gold - is gold backed by anything? No! It&#039;s just gold. The same applies with 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 large network of computing nodes from certain possible [[Weaknesses#Attacker_has_a_lot_of_computing_power|attacks]]. And that is all.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are worthless because they aren&#039;t backed by anything ==&lt;br /&gt;
&lt;br /&gt;
Gold isn&#039;t backed by anything either. Bitcoins have properties inherent to its design that are 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]. See also myth [[#Bitcoin_is_backed_by_processing_power|Bitcoin is backed by processing power]].&lt;br /&gt;
&lt;br /&gt;
== Bitcoins value is 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 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 the amount 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;
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;
&lt;br /&gt;
Short answer: chickens aren&#039;t legal tender either, but bartering with chickens is not illegal.&lt;br /&gt;
&lt;br /&gt;
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, 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;
http://en.wikipedia.org/wiki/Definitions_of_terrorism#United_States according to this, you need to do violent activities to be considered a terrorist for legal purposes. This has no bearing on politicians and idiotic US attorney&#039;s public remarks.&lt;br /&gt;
&lt;br /&gt;
Also, Bitcoin isn&#039;t domestic. It&#039;s a worldwide community. See this map of Bitcoin nodes &lt;br /&gt;
http://forum.bitcoin.org/?topic=2346.0&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;
== 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 + transaction fees. See [[Blocks]] 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. If you believe that these algorithms are untrustworthy then you should not trust Bitcoin, credit card transactions or any type of electronic bank transfer.&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. &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;
The vast majority of the 21 million Bitcoins still have not been distributed. 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 this is not a problem. 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 safe.&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. Early adopters can only profit at the expense of late adopters. Bitcoin has possible win-win outcomes. Early adopters profit from the rise in value. Late adopters profit from the usefulness of a stable and widely accepted p2p currency.  &lt;br /&gt;
&lt;br /&gt;
Not to be confused with the [[Bitcoin randomizer|Bitcoin Randomizer]] which is a game that really is self-described as a Ponzi scheme.&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 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;
Name them if you can.&lt;br /&gt;
&lt;br /&gt;
See also the [[Myths#Bitcoins_are_illegal_because_it_s_not_legal_tender|legal tender]] question.&lt;br /&gt;
&lt;br /&gt;
== Fractional reserve banking is not possible ==&lt;br /&gt;
&lt;br /&gt;
Please 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;
Transactions [[FAQ#Why_do_I_have_to_wait_10_minutes_before_I_can_spend_money_I_received.3F|can]] take tens of minutes to become &#039;&#039;confirmed&#039;&#039;, and this won&#039;t change for the foreseeable future. Even after the computing power of the network is orders of magnitude larger than today, the difficulty of generating a block will self-adjust to maintain a target of 6 blocks per hour. Three potential solutions to allow POS transactions are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; For small transactions, simply assume the customer isn&#039;t ripping you off. Give the customer his latte immediately after the transaction posts to the network. The transaction should propagate through the network almost instantly, allowing the seller to see the transaction within seconds (albeit with zero confirmations.) The cost of a double-spend attack should make small-scale fraud not worthwhile.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Utilize a [https://bitcointalk.org/index.php?topic=423.msg3819#msg3819 &#039;listening&#039; period] prior to rendering the service or good.  This has yet to be formally implemented in the standard Bitcoin client, but would allow a vendor to receive the transaction and then monitor the Bitcoin network for a certain period of time (maybe 10 seconds) for possible double spends.  Vendors might utilize specialized payment processors with multiple well-connected nodes for this purpose.  As explained by Satoshi, the network nodes only accept the first version of a transaction they receive to incorporate into the block they&#039;re trying to generate.  When you broadcast a transaction, if someone else broadcasts a double-spend at the same time, it is a race to propagate them to the most nodes first.  If one has a slight head start, it will geometrically spread through the network and get many times more nodes.  Additionally, a payment &amp;quot;processing&amp;quot; company could blast out the transaction to thousands of nodes instantly and listen for double spend attempts. The probability of the attacker thwarting such a system would be so low that a payment processor could &#039;&#039;guarantee&#039;&#039; payments and eat the cost if a double-spend attempt actually succeeds. If a double-spend attempt is detected, the vendor is notified: no latte, and a call to the police should be put in immediately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Create a network of transaction hubs. These entities would communicate using a common API. They would float short-term loans between each other to facilitate instant transactions. &lt;br /&gt;
&lt;br /&gt;
Imagine that Alice uses Carol&#039;s Clearinghouse as her hub, and Bob uses Dave&#039;s Anonymous Exchange. Both Alice and Bob have accounts with their respective hubs, and have already deposited some bitcoins in their accounts. When Alice wants to buy a latte from Bob at a point of sale, Alice tells Carol &amp;quot;I want to send Bob &#039;&#039;x&#039;&#039; bitcoins. He uses Dave&#039;s Anonymous Exchange.&amp;quot; After checking that Alice&#039;s account does contain at least &#039;&#039;x&#039;&#039; bitcoins, Carol sends a message to Dave, saying &amp;quot;Credit Bob&#039;s account with &#039;&#039;x&#039;&#039; bitcoins immediately; I&#039;ll send you the real bitcoins in the next block.&amp;quot; Bob instantly sees his balance increase, and gives Alice her latte.&lt;br /&gt;
&lt;br /&gt;
Optionally, option 3 allows all parties to circumvent use of the block-chain and its associated fees altogether. If Alice and Bob have accounts with Carol and Dave, then Carol and Dave are effectively functioning as banks. Carol and Dave can credit and debit millions of accounts millions of times daily and only &amp;quot;re-balance&amp;quot; money owed at the end of each business day through a single transaction in the Bitcoin block-chain.&lt;br /&gt;
&lt;br /&gt;
Option 3 requires trust. Alice has to trust Carol&#039;s Clearinghouse, and the hubs have to trust each other. Due to competition, various hubs could develop with vastly different fee structures, membership requirements, trustability, etc. The advantage of option 3 is that it is instant. The disadvantage of option 3 is that trust is required. If trust is not established, option 2 can be used.&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 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 prevents the creation of services overlayed on top of Bitcoin that provide fraud protection services.&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;
Yes, but quantum computers don&#039;t yet exist and probably won&#039;t for a while.  Bitcoin&#039;s security can 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;
== Bitcoin mining is a waste of energy and harmful for ecology ==&lt;br /&gt;
&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;
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 a &#039;&#039;net&#039;&#039; electricity consumption of &#039;&#039;zero&#039;&#039;.   For example, electric heaters could come equipped with a cheap CPU instead of a resistance coil.  &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 is 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;
== 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 bitcoins 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;
* 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 alternative US currency, including physical banknotes and coins, backed by precious metals. This, in and of itself, is not illegal. They were later shut down for counterfeiting and intent to fraud after the coins, which contained less than $1 worth of silver, were put into circulation with the general money supply, supposedly having a value of 1 USD. These actions were encouraged by the makers of Liberty Dollars. &lt;br /&gt;
&lt;br /&gt;
Bitcoins are not necessarily equal in value to dollars or any other currency and no one is saying they are. No member of the public will be tricked into accepting a bitcoin instead of a dollar.&lt;br /&gt;
&lt;br /&gt;
Of course, actually &#039;shutting down&#039; the decentralized Bitcoin network is rife with its own set of difficult considerations.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is not decentralized because the developers can dictate the software&#039;s behaviour ==&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 50 to 100 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 Bitcoin clients made by other groups of 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;
[[de:Mythen]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=19881</id>
		<title>Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Myths&amp;diff=19881"/>
		<updated>2011-11-24T10:53:44Z</updated>

		<summary type="html">&lt;p&gt;Forever: Some more environmental-economic arguments that were discussed in the forums&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(Ex. Fed)&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 backed by processing power. A currency being &amp;quot;backed&amp;quot; by something means that it is pegged to something else via a central party at a certain exchange rate. 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. Similar to gold - is gold backed by anything? No! It&#039;s just gold. The same applies with 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 large network of computing nodes from certain possible [[Weaknesses#Attacker_has_a_lot_of_computing_power|attacks]]. And that is all.&lt;br /&gt;
&lt;br /&gt;
== Bitcoins are worthless because they aren&#039;t backed by anything ==&lt;br /&gt;
&lt;br /&gt;
Gold isn&#039;t backed by anything either. Bitcoins have properties inherent to its design that are 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]. See also myth [[#Bitcoin_is_backed_by_processing_power|Bitcoin is backed by processing power]].&lt;br /&gt;
&lt;br /&gt;
== Bitcoins value is 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 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 the amount 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;
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;
&lt;br /&gt;
Short answer: chickens aren&#039;t legal tender either, but bartering with chickens is not illegal.&lt;br /&gt;
&lt;br /&gt;
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, 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;
http://en.wikipedia.org/wiki/Definitions_of_terrorism#United_States according to this, you need to do violent activities to be considered a terrorist for legal purposes. This has no bearing on politicians and idiotic US attorney&#039;s public remarks.&lt;br /&gt;
&lt;br /&gt;
Also, Bitcoin isn&#039;t domestic. It&#039;s a worldwide community. See this map of Bitcoin nodes &lt;br /&gt;
http://forum.bitcoin.org/?topic=2346.0&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;
== 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 + transaction fees. See [[Blocks]] 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. If you believe that these algorithms are untrustworthy then you should not trust Bitcoin, credit card transactions or any type of electronic bank transfer.&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. &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;
The vast majority of the 21 million Bitcoins still have not been distributed. 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 this is not a problem. 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 safe.&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. Early adopters can only profit at the expense of late adopters. Bitcoin has possible win-win outcomes. Early adopters profit from the rise in value. Late adopters profit from the usefulness of a stable and widely accepted p2p currency.  &lt;br /&gt;
&lt;br /&gt;
Not to be confused with the [[Bitcoin randomizer|Bitcoin Randomizer]] which is a game that really is self-described as a Ponzi scheme.&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 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;
Name them if you can.&lt;br /&gt;
&lt;br /&gt;
See also the [[Myths#Bitcoins_are_illegal_because_it_s_not_legal_tender|legal tender]] question.&lt;br /&gt;
&lt;br /&gt;
== Fractional reserve banking is not possible ==&lt;br /&gt;
&lt;br /&gt;
Please 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;
Transactions [[FAQ#Why_do_I_have_to_wait_10_minutes_before_I_can_spend_money_I_received.3F|can]] take tens of minutes to become &#039;&#039;confirmed&#039;&#039;, and this won&#039;t change for the foreseeable future. Even after the computing power of the network is orders of magnitude larger than today, the difficulty of generating a block will self-adjust to maintain a target of 6 blocks per hour. Three potential solutions to allow POS transactions are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; For small transactions, simply assume the customer isn&#039;t ripping you off. Give the customer his latte immediately after the transaction posts to the network. The transaction should propagate through the network almost instantly, allowing the seller to see the transaction within seconds (albeit with zero confirmations.) The cost of a double-spend attack should make small-scale fraud not worthwhile.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Utilize a [https://bitcointalk.org/index.php?topic=423.msg3819#msg3819 &#039;listening&#039; period] prior to rendering the service or good.  This has yet to be formally implemented in the standard Bitcoin client, but would allow a vendor to receive the transaction and then monitor the Bitcoin network for a certain period of time (maybe 10 seconds) for possible double spends.  Vendors might utilize specialized payment processors with multiple well-connected nodes for this purpose.  As explained by Satoshi, the network nodes only accept the first version of a transaction they receive to incorporate into the block they&#039;re trying to generate.  When you broadcast a transaction, if someone else broadcasts a double-spend at the same time, it is a race to propagate them to the most nodes first.  If one has a slight head start, it will geometrically spread through the network and get many times more nodes.  Additionally, a payment &amp;quot;processing&amp;quot; company could blast out the transaction to thousands of nodes instantly and listen for double spend attempts. The probability of the attacker thwarting such a system would be so low that a payment processor could &#039;&#039;guarantee&#039;&#039; payments and eat the cost if a double-spend attempt actually succeeds. If a double-spend attempt is detected, the vendor is notified: no latte, and a call to the police should be put in immediately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Create a network of transaction hubs. These entities would communicate using a common API. They would float short-term loans between each other to facilitate instant transactions. &lt;br /&gt;
&lt;br /&gt;
Imagine that Alice uses Carol&#039;s Clearinghouse as her hub, and Bob uses Dave&#039;s Anonymous Exchange. Both Alice and Bob have accounts with their respective hubs, and have already deposited some bitcoins in their accounts. When Alice wants to buy a latte from Bob at a point of sale, Alice tells Carol &amp;quot;I want to send Bob &#039;&#039;x&#039;&#039; bitcoins. He uses Dave&#039;s Anonymous Exchange.&amp;quot; After checking that Alice&#039;s account does contain at least &#039;&#039;x&#039;&#039; bitcoins, Carol sends a message to Dave, saying &amp;quot;Credit Bob&#039;s account with &#039;&#039;x&#039;&#039; bitcoins immediately; I&#039;ll send you the real bitcoins in the next block.&amp;quot; Bob instantly sees his balance increase, and gives Alice her latte.&lt;br /&gt;
&lt;br /&gt;
Optionally, option 3 allows all parties to circumvent use of the block-chain and its associated fees altogether. If Alice and Bob have accounts with Carol and Dave, then Carol and Dave are effectively functioning as banks. Carol and Dave can credit and debit millions of accounts millions of times daily and only &amp;quot;re-balance&amp;quot; money owed at the end of each business day through a single transaction in the Bitcoin block-chain.&lt;br /&gt;
&lt;br /&gt;
Option 3 requires trust. Alice has to trust Carol&#039;s Clearinghouse, and the hubs have to trust each other. Due to competition, various hubs could develop with vastly different fee structures, membership requirements, trustability, etc. The advantage of option 3 is that it is instant. The disadvantage of option 3 is that trust is required. If trust is not established, option 2 can be used.&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 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 prevents the creation of services overlayed on top of Bitcoin that provide fraud protection services.&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;
Yes, but quantum computers don&#039;t yet exist and probably won&#039;t for a while.  Bitcoin&#039;s security can 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;
== Bitcoin mining is a waste of energy and harmful for ecology ==&lt;br /&gt;
&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;
&#039;&#039;&#039;Economic Argument 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
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 a &#039;&#039;net&#039;&#039; electricity consumption of &#039;&#039;zero&#039;&#039;.   For example, electric heaters could come equipped with a cheap CPU instead of a resistance coil.  &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 is 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;
&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;
== 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 bitcoins 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;
* 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 alternative US currency, including physical banknotes and coins, backed by precious metals. This, in and of itself, is not illegal. They were later shut down for counterfeiting and intent to fraud after the coins, which contained less than $1 worth of silver, were put into circulation with the general money supply, supposedly having a value of 1 USD. These actions were encouraged by the makers of Liberty Dollars. &lt;br /&gt;
&lt;br /&gt;
Bitcoins are not necessarily equal in value to dollars or any other currency and no one is saying they are. No member of the public will be tricked into accepting a bitcoin instead of a dollar.&lt;br /&gt;
&lt;br /&gt;
Of course, actually &#039;shutting down&#039; the decentralized Bitcoin network is rife with its own set of difficult considerations.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin is not decentralized because the developers can dictate the software&#039;s behaviour ==&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 50 to 100 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 Bitcoin clients made by other groups of 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;
[[de:Mythen]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=19871</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=19871"/>
		<updated>2011-11-24T09:35:28Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* How to retrieve funds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why set up an offline savings wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your wallets will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
  &lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form.  This security measure is also referred to as being an air gap.  For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. A best practice is to keep the majority of your bitcoins in the offline wallet and only to use the online wallet for everyday expenses/earnings.&lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them. The bitcoin ecosystem is still very young and unfortunately no user friendly tools for creating  highly secure wallets have been developed yet (though some members of the Bitcoin community are [http://forum.bitcoin.org/?topic=7357.0 working hard at this]).&lt;br /&gt;
&lt;br /&gt;
== How to deposit funds ==&lt;br /&gt;
&lt;br /&gt;
#	Set up a [http://www.wuala.com/en/bitcoin Wuala] account, or other cloud backup service of your choice.&lt;br /&gt;
#	Create a strong and unique password offline (manually).  This password should be at least 20 characters long; it should contain numbers, upper and lower case letters, and symbols. It should be as random as possible, ie it should look something like this: Zr%8qL03&amp;amp;cvwS9@05AatdP71. Never use this password elsewhere.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this password&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safety deposit box.&lt;br /&gt;
#	Download [http://www.bitcoin.org/ Bitcoin Linux binary] and save it on a USB drive.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#       Encrypt your wallet using the strong and unique password from step 2 above. (Bitcoin Client &amp;gt; Settings &amp;gt; Encrypt wallet)&lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup encrypted wallet.dat file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your Wuala account created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent.&lt;br /&gt;
&lt;br /&gt;
==How to retrieve funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 5 above. &lt;br /&gt;
#Insert USB drive.&lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from USB drive.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download (optional).&lt;br /&gt;
#Send bitcoins.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-13 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*Perform one or two trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Update to fresh savings wallets every couple of years, or as needed.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=19869</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=19869"/>
		<updated>2011-11-24T09:28:03Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* How to deposit funds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why set up an offline savings wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your wallets will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
  &lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form.  This security measure is also referred to as being an air gap.  For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. A best practice is to keep the majority of your bitcoins in the offline wallet and only to use the online wallet for everyday expenses/earnings.&lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them. The bitcoin ecosystem is still very young and unfortunately no user friendly tools for creating  highly secure wallets have been developed yet (though some members of the Bitcoin community are [http://forum.bitcoin.org/?topic=7357.0 working hard at this]).&lt;br /&gt;
&lt;br /&gt;
== How to deposit funds ==&lt;br /&gt;
&lt;br /&gt;
#	Set up a [http://www.wuala.com/en/bitcoin Wuala] account, or other cloud backup service of your choice.&lt;br /&gt;
#	Create a strong and unique password offline (manually).  This password should be at least 20 characters long; it should contain numbers, upper and lower case letters, and symbols. It should be as random as possible, ie it should look something like this: Zr%8qL03&amp;amp;cvwS9@05AatdP71. Never use this password elsewhere.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this password&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safety deposit box.&lt;br /&gt;
#	Download [http://www.bitcoin.org/ Bitcoin Linux binary] and save it on a USB drive.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#       Encrypt your wallet using the strong and unique password from step 2 above. (Bitcoin Client &amp;gt; Settings &amp;gt; Encrypt wallet)&lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup encrypted wallet.dat file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your Wuala account created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent.&lt;br /&gt;
&lt;br /&gt;
==How to retrieve funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 6 above. &lt;br /&gt;
#Insert USB drive.&lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from USB drive.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download (optional).&lt;br /&gt;
#Send bitcoins.  &lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-13 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*Perform one or two trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Update to fresh savings wallets every couple of years, or as needed.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=19868</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=19868"/>
		<updated>2011-11-24T09:27:29Z</updated>

		<summary type="html">&lt;p&gt;Forever: Simplified procedure now that the client has built-in wallet encryption.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why set up an offline savings wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your wallets will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
  &lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form.  This security measure is also referred to as being an air gap.  For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. A best practice is to keep the majority of your bitcoins in the offline wallet and only to use the online wallet for everyday expenses/earnings.&lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them. The bitcoin ecosystem is still very young and unfortunately no user friendly tools for creating  highly secure wallets have been developed yet (though some members of the Bitcoin community are [http://forum.bitcoin.org/?topic=7357.0 working hard at this]).&lt;br /&gt;
&lt;br /&gt;
== How to deposit funds ==&lt;br /&gt;
&lt;br /&gt;
#	Set up a [http://www.wuala.com/en/bitcoin Wuala] account (or other cloud backup service of your choice).&lt;br /&gt;
#	Create a strong and unique password offline (manually).  This password should be at least 20 characters long; it should contain numbers, upper and lower case letters, and symbols. It should be as random as possible, ie it should look something like this: Zr%8qL03&amp;amp;cvwS9@05AatdP71. Never use this password elsewhere.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this password&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safety deposit box.&lt;br /&gt;
#	Download [http://www.bitcoin.org/ Bitcoin Linux binary] and save it on a USB drive.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#       Encrypt your wallet using the strong and unique password from step 2 above. (Bitcoin Client &amp;gt; Settings &amp;gt; Encrypt wallet)&lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup encrypted wallet.dat file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your Wuala account created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent.&lt;br /&gt;
&lt;br /&gt;
==How to retrieve funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 6 above. &lt;br /&gt;
#Insert USB drive.&lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from USB drive.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download (optional).&lt;br /&gt;
#Send bitcoins.  &lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-13 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*Perform one or two trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Update to fresh savings wallets every couple of years, or as needed.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Talk:Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=18917</id>
		<title>Talk:Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Talk:Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=18917"/>
		<updated>2011-11-05T21:13:50Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Don&#039;t keep your computer switched on overnight.  ==&lt;br /&gt;
&lt;br /&gt;
Could you please elaborate on &amp;quot;Don&#039;t keep your computer switched on overnight.&amp;quot;. Mining is a common case for bitcoiners to leave on their pc over night.&lt;br /&gt;
Was the idea to not leave on the work pc where the &amp;quot;cleaning lady&amp;quot; might gain access?&lt;br /&gt;
-- [[User:Giszmo|Giszmo]] 14:42, 28 June 2011 (GMT)&lt;br /&gt;
: Yes, also you are giving targeted attackers a lot of time to try out different ways to get into your system. --[[User:Forever|Forever]] 07:43, 29 June 2011 (GMT)&lt;br /&gt;
:: Huh?? So your worry is that the PC is online +30% increasing the risk by 30%? Sorry but I would remove that point or change it to &amp;quot;Don&#039;t allow physical access to strangers.&amp;quot; and &amp;quot;Don&#039;t plug in any devices of doubtful origin.&amp;quot;. If your system is well protected, time should not be an issue. (Maybe an inspiration: I know a guy who had a trigger at his server room door so whenever the door opened you had 60s to unlock the screen and stop the fully encrypted pc from shutting down. A camera was taping who entered the room to the pc&#039;s disc so he could check if it was the cleaning lady or strangers.)  --[[User:Giszmo|Giszmo]] 10:55, 29 June 2011 (GMT)&lt;br /&gt;
::: Isn&#039;t the amount of uninterrupted time your computer is online also security issue? As for devices, that&#039;s another good Don&#039;t. I&#039;m going to add it. --[[User:Forever|Forever]] 06:36, 1 July 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Seems like the moral police is hard at work==&lt;br /&gt;
&lt;br /&gt;
This guide was actually advising people NOT to install pirated software.  I don&#039;t see how this &amp;quot;condones&amp;quot; it in any way.  The debate about the morality of software piracy should be irrelevant here.  This is supposed to be a practical guide, and it is an unfortunate/fortunate (delete as appropriate to your ideological camp) fact of life that a significant proportion of computer users install &#039;&#039;some&#039;&#039; pirated software at &#039;&#039;some&#039;&#039; stage in their lives.  It is also a fact of life that pirated software is a popular vector for viruses.  Acknowledging this fact is no more an endorsement of piracy than it&#039;s an endorsement of illegal drugs when a hospital questions a patient about their illegal drug habits prior to performing an operation. --[[User:Forever|Forever]] 21:13, 5 November 2011 (GMT)&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:Forever&amp;diff=14147</id>
		<title>User:Forever</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:Forever&amp;diff=14147"/>
		<updated>2011-08-04T07:53:38Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Contributors Award participant: 122fmmdxJPLymYMwbtaSomj5wuNpMQfZBr&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:Forever&amp;diff=14146</id>
		<title>User:Forever</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:Forever&amp;diff=14146"/>
		<updated>2011-08-04T07:53:26Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors Award participant: 122fmmdxJPLymYMwbtaSomj5wuNpMQfZBr&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=12403</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=12403"/>
		<updated>2011-07-03T11:26:01Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why set up an offline savings wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your wallets will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
  &lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form.   For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. A best practice is to keep the majority of your bitcoins in the offline wallet and only to use the online wallet for everyday expenses/earnings.&lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them. The bitcoin ecosystem is still very young and unfortunately no user friendly tools for creating  highly secure wallets have been developed yet (though some members of the Bitcoin community are [http://forum.bitcoin.org/?topic=7357.0 working hard at this]).&lt;br /&gt;
&lt;br /&gt;
== How to deposit funds ==&lt;br /&gt;
&lt;br /&gt;
#	Set up a [http://www.wuala.com/en/bitcoin Wuala] account (or other cloud backup service of your choice).&lt;br /&gt;
#	Create a strong and unique password offline (manually).  This password should be at least 20 characters long; it should contain numbers, upper and lower case letters, and symbols. It should be as random as possible, ie it should look something like this: Zr%8qL03&amp;amp;cvwS9@05AatdP71. Never use this password elsewhere.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this password&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safety deposit box.&lt;br /&gt;
#	Download [http://www.bitcoin.org/ Bitcoin Linux binary] and save it on a USB drive.&lt;br /&gt;
#	Download [http://www.truecrypt.org/downloads Truecrypt for Linux] and save it on a USB drive.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Insert USB drive. Install and run truecrypt. Create an encrypted file container, using the strong and unique password from step 2. Mount truecrypt container.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to mounted truecrypt volume. Dismount volume and and copy truecrypt container file to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup truecrypt container file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your Wuala account created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent.&lt;br /&gt;
&lt;br /&gt;
==How to retrieve funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 6 above. &lt;br /&gt;
#Insert USB drive, install and run truecrypt. Mount truecrypt volume using password from step 2 above. &lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from truecrypt volume.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download&lt;br /&gt;
#Send bitcoins.  &lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-14 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*Perform one or two trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Update to fresh savings wallets every couple of years, or as needed.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12402</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12402"/>
		<updated>2011-07-03T11:19:25Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send [[Securing_your_wallet#General_Solutions|unencrypted]] copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use weak passwords. If a password is easy to remember without rehearsal, it is probably weak.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a device that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; insert any devices of doubtful origin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; develop a carefree attitude towards wallet security. Handle bitcoins with the same amount of diligence as you handle physical cash. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one [[How to set up a secure offline savings wallet|offline savings wallet]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of each backed up wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; [[Securing_your_wallet#General_Solutions|encrypt]] all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date (but understand their limitations). &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Talk:Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12191</id>
		<title>Talk:Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Talk:Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12191"/>
		<updated>2011-07-01T06:41:08Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* Don&amp;#039;t keep your computer switched on overnight. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Don&#039;t keep your computer switched on overnight.  ==&lt;br /&gt;
&lt;br /&gt;
Could you please elaborate on &amp;quot;Don&#039;t keep your computer switched on overnight.&amp;quot;. Mining is a common case for bitcoiners to leave on their pc over night.&lt;br /&gt;
Was the idea to not leave on the work pc where the &amp;quot;cleaning lady&amp;quot; might gain access?&lt;br /&gt;
-- [[User:Giszmo|Giszmo]] 14:42, 28 June 2011 (GMT)&lt;br /&gt;
: Yes, also you are giving targeted attackers a lot of time to try out different ways to get into your system. --[[User:Forever|Forever]] 07:43, 29 June 2011 (GMT)&lt;br /&gt;
:: Huh?? So your worry is that the PC is online +30% increasing the risk by 30%? Sorry but I would remove that point or change it to &amp;quot;Don&#039;t allow physical access to strangers.&amp;quot; and &amp;quot;Don&#039;t plug in any devices of doubtful origin.&amp;quot;. If your system is well protected, time should not be an issue. (Maybe an inspiration: I know a guy who had a trigger at his server room door so whenever the door opened you had 60s to unlock the screen and stop the fully encrypted pc from shutting down. A camera was taping who entered the room to the pc&#039;s disc so he could check if it was the cleaning lady or strangers.)  --[[User:Giszmo|Giszmo]] 10:55, 29 June 2011 (GMT)&lt;br /&gt;
::: Isn&#039;t the amount of uninterrupted time your computer is online also security issue? As for devices, that&#039;s another good Don&#039;t. I&#039;m going to add it. --[[User:Forever|Forever]] 06:36, 1 July 2011 (GMT)&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12189</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12189"/>
		<updated>2011-07-01T06:38:09Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send [[Securing_your_wallet#General_Solutions|unencrypted]] copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use weak passwords. If a password is easy to remember without rehearsal, it is probably weak.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a drive stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; insert any devices of doubtful origin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; develop a carefree attitude towards wallet security. Handle bitcoins with the same amount of diligence as you handle physical cash. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one [[How to set up a secure offline savings wallet|offline savings wallet]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of each backed up wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; [[Securing_your_wallet#General_Solutions|encrypt]] all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date (but understand their limitations). &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Talk:Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12188</id>
		<title>Talk:Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Talk:Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12188"/>
		<updated>2011-07-01T06:36:37Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Don&#039;t keep your computer switched on overnight.  ==&lt;br /&gt;
&lt;br /&gt;
Could you please elaborate on &amp;quot;Don&#039;t keep your computer switched on overnight.&amp;quot;. Mining is a common case for bitcoiners to leave on their pc over night.&lt;br /&gt;
Was the idea to not leave on the work pc where the &amp;quot;cleaning lady&amp;quot; might gain access?&lt;br /&gt;
-- [[User:Giszmo|Giszmo]] 14:42, 28 June 2011 (GMT)&lt;br /&gt;
: Yes, also you are giving targeted attackers a lot of time to try out different ways to get into your system. --[[User:Forever|Forever]] 07:43, 29 June 2011 (GMT)&lt;br /&gt;
:: Huh?? So your worry is that the PC is online +30% increasing the risk by 30%? Sorry but I would remove that point or change it to &amp;quot;Don&#039;t allow physical access to strangers.&amp;quot; and &amp;quot;Don&#039;t plug in any devices of doubtful origin.&amp;quot;. If your system is well protected, time should not be an issue. (Maybe an inspiration: I know a guy who had a trigger at his server room door so whenever the door opened you had 60s to unlock the screen and stop the fully encrypted pc from shutting down. A camera was taping who entered the room to the pc&#039;s disc so he could check if it was the cleaning lady or strangers.)  --[[User:Giszmo|Giszmo]] 10:55, 29 June 2011 (GMT)&lt;br /&gt;
::: Isn&#039;t the amount of uniterrupted time your computer is online also security issue? As for devices, that&#039;s another good Don&#039;t. I&#039;m going to add it. --[[User:Forever|Forever]] 06:36, 1 July 2011 (GMT)&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=12134</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=12134"/>
		<updated>2011-06-30T10:37:29Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* Why set up an offline savings wallet? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why set up an offline savings wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your wallets will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
  &lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  &lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form.   For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder. A best practice is to keep the majority of your bitcoins in the offline wallet and only to use the online wallet for everyday expenses/earnings.&lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them. The bitcoin ecosystem is still very young and unfortunately no user friendly tools for creating  highly secure wallets have been developed yet (though some members of the Bitcoin community are [http://forum.bitcoin.org/?topic=7357.0 working hard at this]).&lt;br /&gt;
&lt;br /&gt;
== How to deposit funds ==&lt;br /&gt;
&lt;br /&gt;
#	Set up a [http://www.wuala.com/en/bitcoin Wuala] account (or other cloud backup service of your choice).&lt;br /&gt;
#	Create a strong and unique password offline (manually).  This password should be at least 20 characters long; it should contain numbers, upper and lower case letters, and symbols. It should be as random as possible, ie it should look something like this: Zr%8qL03&amp;amp;cvwS9@05AatdP71. Never use this password elsewhere.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this password&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safety deposit box.&lt;br /&gt;
#	Download [http://www.bitcoin.org/ Bitcoin Linux binary] and save it on a USB drive.&lt;br /&gt;
#	Download [http://www.truecrypt.org/downloads Truecrypt for Linux] and save it on a USB drive.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Insert USB drive. Install and run truecrypt. Create an encrypted file container, using the strong and unique password from step 2. Mount truecrypt container.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to mounted truecrypt volume. Dismount volume and and copy truecrypt container file to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup truecrypt container file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your Wuala account created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent.&lt;br /&gt;
&lt;br /&gt;
==How to retrieve funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 6 above. &lt;br /&gt;
#Insert USB drive, install and run truecrypt. Mount truecrypt volume using password from step 2 above. &lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from truecrypt volume.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download&lt;br /&gt;
#Send bitcoins.  &lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-14 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*Perform several trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Update to fresh savings wallets every couple of years, or as needed.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=12133</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=12133"/>
		<updated>2011-06-30T10:33:21Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why set up an offline savings wallet? ==&lt;br /&gt;
&lt;br /&gt;
Modern operating systems are getting more and more complex. The flip side of all this complexity is that they generally have a large [http://en.wikipedia.org/wiki/Attack_surface attack surface] and constantly leak information without the user’s knowledge or consent.  No matter how many precautions you take, your wallets will never be 100% safe on a computer that is connected to the internet.&lt;br /&gt;
  &lt;br /&gt;
Because bitcoins are stored directly on your computer and because they are real money, the motivation for sophisticated and targeted attacks against your system is higher than in the pre-bitcoin era, when only large organizations normally had to worry about such attacks.  A best practice is to keep the majority of your bitcoins in the offline wallet and only to use the online wallet for everyday expenses/earnings.&lt;br /&gt;
&lt;br /&gt;
This guide will instruct you on how to create an offline wallet, a wallet that never even touches the internet in its plaintext form.   For all practical purposes, this wallet is safe from all online threats, such as viruses and hackers. It is however still exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder.&lt;br /&gt;
&lt;br /&gt;
The below procedure may seem tedious, but remember that security almost always comes at the cost of convenience.  When you deposit money at a bank, you let them worry about security.  Bitcoins, however, are stored on &#039;&#039;&#039;your&#039;&#039;&#039; computer and that means &#039;&#039;&#039;you&#039;&#039;&#039; are fully responsible for securing them. The bitcoin ecosystem is still very young and unfortunately no user friendly tools for creating  highly secure wallets have been developed yet (though some members of the Bitcoin community are [http://forum.bitcoin.org/?topic=7357.0 working hard at this]). &lt;br /&gt;
&lt;br /&gt;
== How to deposit funds ==&lt;br /&gt;
&lt;br /&gt;
#	Set up a [http://www.wuala.com/en/bitcoin Wuala] account (or other cloud backup service of your choice).&lt;br /&gt;
#	Create a strong and unique password offline (manually).  This password should be at least 20 characters long; it should contain numbers, upper and lower case letters, and symbols. It should be as random as possible, ie it should look something like this: Zr%8qL03&amp;amp;cvwS9@05AatdP71. Never use this password elsewhere.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this password&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safety deposit box.&lt;br /&gt;
#	Download [http://www.bitcoin.org/ Bitcoin Linux binary] and save it on a USB drive.&lt;br /&gt;
#	Download [http://www.truecrypt.org/downloads Truecrypt for Linux] and save it on a USB drive.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Insert USB drive. Install and run truecrypt. Create an encrypted file container, using the strong and unique password from step 2. Mount truecrypt container.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to mounted truecrypt volume. Dismount volume and and copy truecrypt container file to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup truecrypt container file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your Wuala account created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent.&lt;br /&gt;
&lt;br /&gt;
==How to retrieve funds ==&lt;br /&gt;
&lt;br /&gt;
#Boot from Ubuntu liveCD, as in step 6 above. &lt;br /&gt;
#Insert USB drive, install and run truecrypt. Mount truecrypt volume using password from step 2 above. &lt;br /&gt;
#Run bitcoin client and close it again.&lt;br /&gt;
#Replace wallet.dat in ~/.bitcoin directory with wallet.dat from truecrypt volume.&lt;br /&gt;
#Connect to the internet.&lt;br /&gt;
#Restart bitcoin client.&lt;br /&gt;
#Wait for blocks to download&lt;br /&gt;
#Send bitcoins.  &lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-14 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*Perform several trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Update to fresh savings wallets every couple of years, or as needed.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Securing_your_wallet&amp;diff=12042</id>
		<title>Securing your wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Securing_your_wallet&amp;diff=12042"/>
		<updated>2011-06-29T13:41:38Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
Wallet security can be broken down into two independent goals:&lt;br /&gt;
# Protecting your wallet against loss.&lt;br /&gt;
# Protecting your wallet against theft.&lt;br /&gt;
&lt;br /&gt;
In the case that your current wallet hasn&#039;t been protected adequately (e.g. put online with a weaker password):&lt;br /&gt;
# Making a new secure wallet, using appropriate long-term protection.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;For a brief overview see also: [[Wallet Security Dos and Don&#039;ts (Windows)|Wallet Security Dos and Don&#039;ts]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Technical Background==&lt;br /&gt;
&lt;br /&gt;
Bitcoin transactions send Bitcoins to a specific public key. A Bitcoin address is an encoded hash of a public key. In order to use received Bitcoins, you need to have the private key matching the public key you received with. This is sort of like a super long password associated with an account (public key). Your Bitcoin wallet contains all of the private keys necessary for spending your received transactions. If you delete your wallet without a backup, then you no longer have the authorization information necessary to claim your coins, and the coins associated with those keys are lost forever.&lt;br /&gt;
&lt;br /&gt;
The wallet contains a pool of queued keys. By default there are 100 keys in the [[key pool]].  The size of the pool is configurable using the &amp;quot;-keypool&amp;quot; command line argument.  When you need an address for whatever reason (send, “new address”, generation, etc.), the key is not actually generated freshly, but taken from this pool. A brand new address is generated to fill the pool back to 100. So when a backup is first created, it has all of your old keys plus 100 unused keys. After sending a transaction, it has 99 unused keys. After a total of 100 new-key actions, you will start using keys that are not in your backup. Since the backup does not have the private keys necessary for authorizing spends of these coins, restoring from the old backup will cause you to lose Bitcoins.&lt;br /&gt;
&lt;br /&gt;
Creating a new address generates a new pair of public and private keys, which are added to your wallet. Each keypair is mostly random numbers, so they cannot be known prior to generation. If you backup your wallet and then create more than 100 new addresses, the keypair associated with the newest addresses will not be in the old wallet because the new keypairs are only known after creating them. Any coins received at these addresses will be lost if you restore from the backup.&lt;br /&gt;
&lt;br /&gt;
The situation is made somewhat more confusing because the receiving addresses shown in the UI are not the only keys in your wallet. Each Bitcoin generation is given a new public key, and, more importantly, each sent transaction also sends some number of Bitcoins back to yourself at a new key. When sending Bitcoins to anyone, you generate a new keypair for yourself and simultaneously send Bitcoins to your new public key and the actual recipient&#039;s public key. This is an anonymity feature – it makes tracking Bitcoin transactions much more difficult.&lt;br /&gt;
&lt;br /&gt;
So if you create a backup, do more than 100 things that cause a new key to be used, and then restore from the backup, some Bitcoins will be lost. Bitcoin has not deleted any keys (keys are never deleted) – it has created a new key that is not in your old backup and then sent Bitcoins to it.&lt;br /&gt;
&lt;br /&gt;
== Making a new wallet ==&lt;br /&gt;
&lt;br /&gt;
In the case that a wallet has been distributed, or stored, in a (real or potential) compromised state, it is wise to create a new wallet and transfer the full balance of Bitcoins to an address contained only in the newly created wallet.&lt;br /&gt;
&lt;br /&gt;
For example, this will be necessary if one created a wallet with a password of 12 characters, as suggested. However a few years have passed and the wallet is now more easily compromised.  Just re-encrypting isn&#039;t secure.  One needs to make a new wallet and make the old wallet worthless (spending the funds to the new wallet).&lt;br /&gt;
&lt;br /&gt;
==Making a secure workspace==&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
&lt;br /&gt;
The first step is to make a [http://www.howtogeek.com/howto/ubuntu/add-a-user-on-ubuntu-server/ new user,] so run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;adduser new_user_name&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
as root. When you get to the prompt &#039;Enter the new value, or press ENTER for the default&#039;, just keep hitting ENTER.&lt;br /&gt;
&lt;br /&gt;
Then switch user to the new user.  To get to the new user you can use the switch user icon for your system, which on Ubuntu is in the &#039;System/Quit&#039; screen, or if there is no switch icon on your system you can log out and log back in as the new user.  Then click on a folder in the new user to display the file browser, then keep going up folders until you see the new user home directory, then right click to bring up the Properties dialog, then click on the Permissions tab, then in the Others section, set the folder access to None.&lt;br /&gt;
&lt;br /&gt;
For secure browsing, open Firefox, and then go into the Edit menu and click Preferences.  Starting from the left, click on the General tab, and in the &#039;Startup/When Firefox starts&#039; pop up menu, choose &#039;Show a Blank Page&#039;.  Then click on the Content tab, and deselect &#039;Load images automatically&#039; and deselect &#039;Enable Javascript&#039;.  Then click on the Privacy tab, and in the &#039;History/Firefox will&#039; pop up menu, choose &#039;Never remember history&#039;.  Then click on the Security tab, and in the Passwords section, deselect &#039;Remember passwords for sites&#039; and deselect &#039;Use a master password&#039;.  Then click on the Advanced tab, then click on the Update tab, and then in the &#039;Automatically check for updates to&#039; section, deselect &#039;Add-ons&#039; and &#039;Search Engines&#039;.&lt;br /&gt;
&lt;br /&gt;
When javascript is disabled, the [http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.23/bitcoin-0.3.23-linux.tar.gz/download linux download page] will not download automatically, so you&#039;ll have to click on the &#039;direct link&#039; part of the &amp;quot;Problems with the download? Please use this &#039;direct link&#039; or try another mirror.&amp;quot; line.&lt;br /&gt;
&lt;br /&gt;
After you&#039;ve made your secure new user, to maintain security you should use it only for bitcoin.&lt;br /&gt;
&lt;br /&gt;
It&#039;s also a good idea to encrypt the Home directory of whatever user you run Bitcoin under using ecryptfs-utils. To do this:&lt;br /&gt;
# If the Home directory is not empty you should back it up first, by just copying the data to an external drive or something.&lt;br /&gt;
# install ecryptfs-utils (on Ubuntu: sudo apt-get install ecryptfs-utils)&lt;br /&gt;
# log out of X (graphical system) and press Ctrl+Alt+F1 to login to the command shell (you must be logged out or some files will be open and the tool won&#039;t be able to encrypt your data)&lt;br /&gt;
# change directory to something that&#039;s not in your home folder (ex: cd / )&lt;br /&gt;
# run the migration tool (on Ubuntu: sudo ecryptfs-migrate-home -u username)&lt;br /&gt;
# if it&#039;s successful, you can now press ALT+F8 to go back to the GUI and login&lt;br /&gt;
# run &#039;ecryptfs-unwrap-passphrase&#039; and &#039;&#039;&#039;WRITE DOWN OR SAVE THE CODE IT RETURNS&#039;&#039;&#039; because you will need it if you ever have to pull your data off while the OS is not working. (You can run it again later if you need to, but run it now so that you can get your data if your Linux install gets botched.)&lt;br /&gt;
# run &#039;ecryptfs-setup-swap&#039; to encrypt your swap partition (the encrypted folder data is not encrypted while it&#039;s in memory, and so if it&#039;s ever sent to the swap partition it can be stolen from there unless that too is encrypted - be aware that this will mean you cannot use Hibernate anymore, as the bootloader won&#039;t be able to restore the hibernation data)&lt;br /&gt;
(instructions from [http://bodhizazen.net/Tutorials/Ecryptfs/#Migrate])&lt;br /&gt;
&lt;br /&gt;
===Mac===&lt;br /&gt;
&lt;br /&gt;
=====Backup all data (500MB)=====&lt;br /&gt;
Follow these instructions to backup all the bitcoin data (wallet and block chains) to an encrypted disk image.&lt;br /&gt;
# Open Disk Utility&lt;br /&gt;
# Click New Image and choose 500MB, 128-bit or 256-bit (faster or more secure) encryption and single partition.&lt;br /&gt;
# Save it somewhere you won&#039;t lose it (like your Wuala, Dropbox, Strongspace or whatever)&lt;br /&gt;
# Choose a safe and strong password&lt;br /&gt;
# Move everything from ~/Library/Application Support/Bitcoin/ to the image&lt;br /&gt;
# Symlink it back so the app would be able to use it&lt;br /&gt;
:::ln -s /Volumes/Bitcoin ~/Library/Application Support/Bitcoin&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget to mount your image before using Bitcoin and unmount after quitting it.&lt;br /&gt;
&lt;br /&gt;
=====Backup just wallet.dat (40MB)=====&lt;br /&gt;
Follow these instructions to backup just the wallet.dat file. This results in a smaller disk image, but it&#039;s more complicated to do.&lt;br /&gt;
# Open Disk Utility&lt;br /&gt;
# Click New Image and choose 40MB, 128-bit or 256-bit (faster or more secure) encryption and single partition.&lt;br /&gt;
# Save it somewhere you won&#039;t lose it (like your Wuala, Dropbox, Strongspace or whatever)&lt;br /&gt;
# Choose a safe and strong password&lt;br /&gt;
# Move your wallet.dat file to the image&lt;br /&gt;
# Symlink it back so the app would be able to use it&lt;br /&gt;
:::ln -s /Volumes/Bitcoin/wallet.dat ~/Library/Application Support/Bitcoin/wallet.dat&lt;br /&gt;
&lt;br /&gt;
[[File:MountWalletAndLauchnBitcoin_OSX_Automator.png|thumbnail|150px|Mount Wallet and launch Bitcoin]]&lt;br /&gt;
Don&#039;t forget to mount your image before using Bitcoin and unmount after quitting it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: If you start the Bitcoin application without having the image mounted, the application will overwrite your symlink with a new wallet. If that happens, don&#039;t panic. Just delete the new wallet.dat, mount the image, and recreate the symlink like above.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Automation&#039;&#039;&#039;: You can create a small application using [http://en.wikipedia.org/wiki/Automator_%28software%29 Automator] (included in OS X) to automatically mount the wallet and then launch Bitcoin App. See the Screenshot on how to do this.&lt;br /&gt;
&lt;br /&gt;
If one &#039;&#039;doesn&#039;t&#039;&#039; want to use encrypted Disk images, then a &#039;&#039;&#039;small shell script&#039;&#039;&#039; can be used instead that takes care of decrypting the wallet, launching bitcoin client, and encrypting it after the client exits. This script works on both OSX and Linux: [http://lorelei.kaverit.org/bitcoin.sh bitcoin-launch-script]&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP or Windows 7, you can keep your wallet on an encrypted disk image created by third-party software, such as [http://www.truecrypt.org/ TrueCrypt] (open source) or [http://www.jetico.com/encryption-bestcrypt/ Jetico BestCrypt] (commercial).  You can probably do the same with Windows Vista (but why would you use that?) or Windows 2000.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; You should configure BitCoin in this manner only on computers where you use BitCoin, but do not use that computer to mine.  For example, this is a good configuration for a notebook or tablet computer.&lt;br /&gt;
&lt;br /&gt;
Assuming that you have installed the Windows BitCoin client and run it at least once, the process is described below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;To mount the BitCoin data directory on an encrypted drive&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ol start=1 type=1&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the third-party disk image encryption program of your choice to create and mount an encrypted disk image of at least 100 MB in size.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Locate the BitCoin data directory, and copy the directory with all contents to the encrypted drive.&lt;br /&gt;
&amp;lt;p&amp;gt;For help finding this directory, see &amp;lt;b&amp;gt;[[Securing_your_wallet#Locating_BitCoin_s_data_directory|Locating BitCoin&#039;s Data Directory]]&amp;lt;/b&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Create a Windows shortcut that starts BitCoin with the &amp;lt;code&amp;gt;-datadir&amp;lt;/code&amp;gt; parameter and specifies the encrypted drive and directory.&lt;br /&gt;
&amp;lt;p&amp;gt;For example, if you installed Bitcoin in the default directory, mounted your BitCoin encrypted drive as &amp;lt;code&amp;gt;E:\&amp;lt;/code&amp;gt;, and stored your BitCoin data directory on it as &amp;lt;code&amp;gt;Bitcoin&amp;lt;/code&amp;gt;, you would type the following command as the shortcut Target:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;code&amp;gt;C:\Program Files\Bitcoin\bitcoin.exe -datadir=E:\Bitcoin&amp;lt;/code&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open BitCoin&#039;s settings and configure it &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; to start automatically when you start Windows.&lt;br /&gt;
&amp;lt;p&amp;gt;This is to allow you to mount the BitCoin encrypted disk image before starting BitCoin.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Shut down BitCoin, and then restart it from the new shortcut.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After doing this, any time you want to use BitCoin, you must first mount the BitCoin encrypted disk image using the same drive designation, and then run BitCoin from the shortcut that you created, so that it can find its data and your wallet. :-)&lt;br /&gt;
&lt;br /&gt;
== Locating BitCoin&#039;s data directory ==&lt;br /&gt;
&lt;br /&gt;
The [[data directory]] is the location where Bitcoin&#039;s data files are stored, including the wallet data file.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
Go to Start -&amp;gt; Run (or press WinKey+R) and run this:&lt;br /&gt;
&lt;br /&gt;
 explorer %APPDATA%\BitCoin&lt;br /&gt;
&lt;br /&gt;
BitCoin&#039;s data folder will open. For most users, this is the following locations:&lt;br /&gt;
&lt;br /&gt;
 C:\Documents and Settings\YourUserName\Application data\BitCoin (XP)&lt;br /&gt;
 &lt;br /&gt;
 C:\Users\YourUserName\Appdata\Roaming\BitCoin (Vista and 7)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;AppData&amp;quot; and &amp;quot;Application data&amp;quot; are hidden by default.&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
By default BitCoin will put its data here:&lt;br /&gt;
&lt;br /&gt;
 ~/.bitcoin/&lt;br /&gt;
&lt;br /&gt;
You need to do a &amp;quot;ls -a&amp;quot; to see directories that start with a dot.&lt;br /&gt;
&lt;br /&gt;
If that&#039;s not it, you can do a search like this:&lt;br /&gt;
&lt;br /&gt;
 find / -name wallet.dat -print 2&amp;gt;/dev/null&lt;br /&gt;
&lt;br /&gt;
=== Mac ===&lt;br /&gt;
&lt;br /&gt;
By default BitCoin will put its data here:&lt;br /&gt;
&lt;br /&gt;
 ~/Library/Application Support/Bitcoin/&lt;br /&gt;
&lt;br /&gt;
==Backup==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: I would strongly recommend against using Dropbox to back up your Bitcoin data due to [http://en.wikipedia.org/wiki/Dropbox_(service)#Criticism security concerns] such as:&lt;br /&gt;
# the fact that they store your encryption key (meaning that a disgruntled Dropbox employee or an attacker who gained access to the system could decrypt your Dropbox data and steal your Bitcoins)&lt;br /&gt;
# the fact that the Dropbox client only needs a password for the first login. After it authenticates once, the server assigns it a token which it uses to show that, at one time, its user knew the password rather than sending the actual password (meaning that if you ever use the Dropbox client on another PC, that PC&#039;s users can access your Dropbox - even if you change your password - and can steal your Bitcoins or get a virus that will steal your Bitcoins).&lt;br /&gt;
&lt;br /&gt;
For these reasons, I personally prefer to use Wuala, which does not store your encryption key and requires a password each time (the client can be set to remember your password, but the server will check each time to make sure that the client is sending the correct password). Like Dropbox, the basic, lowest-storage-space account with Wuala is free of charge, and coincidentally, Wuala [http://www.wuala.com/en/bitcoin is experimenting with allowing users to pay for &amp;quot;upgraded&amp;quot; plans using Bitcoin.]&lt;br /&gt;
&lt;br /&gt;
In fact, whether you use Dropbox as your backup or not, use what Steve Gibson calls &amp;quot;pre-Internet encryption&amp;quot; (which he actually [http://itknowledgeexchange.techtarget.com/security-corner/cloud-security-and-privacy-do-they-exist/ discussed in the context of Dropbox&#039;s security concerns]) and use some form of encryption on the files before you back them up, just in case someone other than yourself ever gains access to that backup. Make sure to pick a password that&#039;s memorable but secure.&lt;br /&gt;
&lt;br /&gt;
The only file you need to back up is &amp;quot;wallet.dat&amp;quot;. Ensure that BitCoin is closed, copy this file somewhere else, encrypt it, and put it somewhere safe. Ideally, you would put this file in two places: one nearby, and one 100+ miles away.&lt;br /&gt;
&lt;br /&gt;
You can use the [[api|backupwallet]] JSON-RPC command to back up without shutting down Bitcoin.&lt;br /&gt;
&lt;br /&gt;
=== General Solutions ===&lt;br /&gt;
&lt;br /&gt;
Your wallet.dat file is not encrypted by BitCoin. Anyone who can access it can easily steal all of your coins. Use one of these encryption programs if there is any chance someone might stumble upon your wallet.&lt;br /&gt;
* [http://www.7-zip.org/ 7-zip] - Supports strongly-encrypted archives.&lt;br /&gt;
* [http://www.axantum.com/axcrypt/ AxCrypt]&lt;br /&gt;
* [http://lrzip.kolivas.org lrzip] - Compression software for Linux and OSX that supports very high grade password protected encryption&lt;br /&gt;
* [http://www.truecrypt.org/ TrueCrypt] - Volume-based on-the-fly encryption (for advanced users)&lt;br /&gt;
* [http://www.rarlab.com/ WinRar] - Commonly used archive software that supports verification records and encryption.&lt;br /&gt;
&lt;br /&gt;
There is also a list of [[OpenSourceEncryptionSoftware|open source encryption software.]]&lt;br /&gt;
&lt;br /&gt;
Decrypting and encrypting the wallet.dat every time you start or quit the Bitcoin client can be &#039;&#039;tedious&#039;&#039; (and outright error-prone). If you want to keep your wallet encrypted (except while you&#039;re actually running the Bitcoin client), it&#039;s better to relegate the automation to a [http://lorelei.kaverit.org/bitcoin.sh small shell script] that handles the en/decryption and starting up Bitcoin client for you (Linux and OSX). &lt;br /&gt;
&lt;br /&gt;
There is also a method to Print out and encrypt your Wallet.dat as a special barcode. See details here: [[WalletPaperbackup]]&lt;br /&gt;
&lt;br /&gt;
==== Password Strength ====&lt;br /&gt;
Brute-force password cracking has come a long distance, a previously thought secure password of random [a-Z] [0-9] [!-~] of 8 characters long can be trivially solved now (using appropriate hardware)... The recommended length is &#039;&#039;&#039;at least&#039;&#039;&#039; 12 characters long.  You can also use a multi-word password. [http://www.baekdal.com/tips/password-security-usability The Usability of Passwords] &lt;br /&gt;
&lt;br /&gt;
However, simply using dictionary words is also insecure as it opens you up to a dictionary attack. If you use dictionary words, be sure to throw random symbols and numbers in the mix as well.&lt;br /&gt;
&lt;br /&gt;
A good way to create secure but easy-to-remember passwords is to pick a password (ex: d0g) and pad it with a good number of repeated characters afterward (such as 10 $ signs - so d0g becomes d0g$$$$$$$$$$) - this is just as cryptographically secure as a random password of equal length so long as the attacker does not know which symbol you are following your &amp;quot;word&amp;quot; with and how many times it is repeated. ([https://www.grc.com/haystack.htm source])&lt;br /&gt;
&lt;br /&gt;
If you use keyfiles in addition to a password, it is unlikely that your encrypted file can ever be cracked using brute force methods, even 10 years from now when even a 12 character password might be too short.&lt;br /&gt;
&lt;br /&gt;
Assume that any encrypted files you store online (eg. gmail, Dropbox) will be stored somewhere forever and can never be erased.&lt;br /&gt;
&lt;br /&gt;
===== Chooseing Your Password =====&lt;br /&gt;
Make sure you pick at least one character in each group:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  Lowercase: abcdefghijklmnopqrstuvwxyz&lt;br /&gt;
  Uppercase: ABCDEFGHIJKLMNOPQRSTUVWXYZ&lt;br /&gt;
  Number: 1234567890&lt;br /&gt;
  Symbol: `~!@#$%^&amp;amp;*()-_=+\|[{]};:&#039;&amp;quot;,&amp;lt;.&amp;gt;/? (space)&lt;br /&gt;
  &lt;br /&gt;
  09 char = insecure&lt;br /&gt;
  10 char = low security&lt;br /&gt;
  11 char = medium security&lt;br /&gt;
  12 char = good security (good enough for your wallet)&lt;br /&gt;
  13 char = v.good enough for anything.&lt;br /&gt;
&lt;br /&gt;
==== Storage of Archive ====&lt;br /&gt;
One of the most simple methods for storing a appropriately &#039;&#039;&#039;encrypted&#039;&#039;&#039; archive of your wallet.dat file is to send the archive as an email attachment to your own e-mail address.  Services like gmail.com use very comprehensive distributed networks that make the loss of data very unlikely.  One can even obfuscate the name of the files within the archive, and name the archive something less inviting, such as: &#039;personal notes&#039; or &#039;car insurance&#039;.&lt;br /&gt;
&lt;br /&gt;
Another solution is to use a file storage service like [http://www.wuala.com/bitcoin Wuala] ( encrypted, [http://www.bitcoin.org/smf/index.php?topic=5817.0 instructions]), [http://www.dropbox.com Dropbox] and [http://en.wikipedia.org/wiki/Comparison_of_online_backup_services others], including the more secure [http://www.spideroak.com SpiderOak].&lt;br /&gt;
&lt;br /&gt;
=== Linux solution ===&lt;br /&gt;
&lt;br /&gt;
Linux users can setup cron by running &#039;crontab -e&#039; and adding this line:&lt;br /&gt;
&lt;br /&gt;
  01 */1 * * * /usr/local/bin/backupwallet.sh&lt;br /&gt;
&lt;br /&gt;
This cron line runs backupwallet.sh at the 01 minute of every hour. Remember to add a newline after the last line of the crontab file, or else the last line won&#039;t run.&lt;br /&gt;
&lt;br /&gt;
backupwallet.sh:&lt;br /&gt;
&lt;br /&gt;
  #!/bin/bash&lt;br /&gt;
  &lt;br /&gt;
  TS=$(date &amp;quot;+%Y%m%d-%H-%M&amp;quot;)&lt;br /&gt;
  WALLET=/tmp/wallet${TS}&lt;br /&gt;
  WALLET_E=/tmp/wallet${TS}.crypt&lt;br /&gt;
  &lt;br /&gt;
  if&lt;br /&gt;
    echo -n making backup...&lt;br /&gt;
    bitcoind backupwallet $WALLET &lt;br /&gt;
    &amp;lt;nowiki&amp;gt;[[ ! -s &amp;quot;$WALLET&amp;quot; ]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
  then echo failed&lt;br /&gt;
  elif&lt;br /&gt;
    echo done&lt;br /&gt;
    echo -n encrypting....&lt;br /&gt;
    ! gpg -r myusername --output $WALLET_E --encrypt $WALLET&lt;br /&gt;
  then echo failed&lt;br /&gt;
  elif&lt;br /&gt;
    echo done&lt;br /&gt;
    echo -n copying to distant server...&lt;br /&gt;
    ! scp $WALLET_E user@myserver.org:~/wallets/&lt;br /&gt;
  then echo failed&lt;br /&gt;
  else echo done&lt;br /&gt;
  fi&lt;br /&gt;
  &lt;br /&gt;
  rm -f $WALLET $WALLET_E&lt;br /&gt;
&lt;br /&gt;
The shell script:&lt;br /&gt;
&lt;br /&gt;
* Calls bitcoind backupwallet to create a time/date-stamped wallet.&lt;br /&gt;
* GPG encrypts the wallet with your public key.&lt;br /&gt;
* Copies the result to a backup location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
&lt;br /&gt;
==Restore==&lt;br /&gt;
&lt;br /&gt;
Assuming your backup is recent enough that you haven&#039;t used up all of your key pool... restoring a wallet to a new (or old) location and rescanning the block chain should leave you with all your coins. Just follow these steps:&lt;br /&gt;
* Quit bitcoin(d).&lt;br /&gt;
* Copy your backed up wallet.dat into your bitcoin profile directory.&lt;br /&gt;
* If copying into existing profile, delete file &#039;&#039;blkindex.dat&#039;&#039; and &#039;&#039;blk0001.dat&#039;&#039; to make the client re-scan the block chain.&lt;br /&gt;
And you&#039;ll be good as new.&lt;br /&gt;
&lt;br /&gt;
==Erasing Plain Text Wallets==&lt;br /&gt;
&lt;br /&gt;
A good practice is to keep at least two wallets, one as a &amp;quot;current account&amp;quot; for everyday transactions and one as a &amp;quot;savings account&amp;quot; where you store the majority of your Bitcoins.  &lt;br /&gt;
&lt;br /&gt;
The &amp;quot;savings account&amp;quot; wallet should be backed up in encrypted form only and all plaintext copies of this wallet should be erased. In case someone gains unauthorised access to your computer (either by physically stealing it or by exploiting a system vulnerability via the internet), they will only be able to spend the coins in your &amp;quot;current account&amp;quot; wallet.&lt;br /&gt;
&lt;br /&gt;
In most operating systems, including Windows, Linux, and Mac OS X, simply deleting a wallet.dat file will &#039;&#039;not&#039;&#039; generally destroy it. It is likely that advanced tools can still be used to recover the wallet.dat file, even after it has been deleted.&lt;br /&gt;
&lt;br /&gt;
The Linux &#039;&#039;&#039;shred&#039;&#039;&#039; command can be used to overwrite the wallet file with random data prior to deleting; this particular copy of the file will then be practically impossible to recover.  Using shred (and similar tools on Windows) however does not guarantee that still other copies don&#039;t exist somewhere hidden on your HD. That will depend on your system configuration and what packages you have installed. Some system restore and backup tools, for instance, create periodic snapshots of your  filesystem, duplicating your wallet.dat.&lt;br /&gt;
&lt;br /&gt;
In Mac OS, the equivalent of &#039;&#039;&#039;shred&#039;&#039;&#039; is &#039;&#039;&#039;srm&#039;&#039;&#039; (introduced in Leopard). Using the Finder to remove files, clicking &amp;quot;Secure Empty Trash&amp;quot; in the Finder menu will shred the contents of the trash can. As with any OS this doesn&#039;t guarantee that there are not other copies elsewhere on your system.&lt;br /&gt;
&lt;br /&gt;
For Windows, the built-in command &#039;&#039;cipher /W&#039;&#039; will shred all previously-deleted files. [http://www.cylog.org/utilities/cybershredder.jsp CyberShredder] can securely deleted individual files.&lt;br /&gt;
&lt;br /&gt;
==eWallet==&lt;br /&gt;
&lt;br /&gt;
Storing bitcoins with an [[eWallet]] provider incurs risks as well. Basically you grant the third party, in this case eWallet, full access to your wallet.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Data directory]]&lt;br /&gt;
* [http://startbitcoin.com/how-to-create-a-secure-bitcoin-wallet/ Secure Bitcoin Wallet Tutorial]&lt;br /&gt;
* [[How to set up a secure offline savings wallet]]&lt;br /&gt;
&lt;br /&gt;
[[de:Sichere deine Geldbörse]]&lt;br /&gt;
[[zh-cn:保护你的钱包]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12040</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12040"/>
		<updated>2011-06-29T13:24:50Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send [[Securing_your_wallet#General_Solutions|unencrypted]] copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight unless necessary. If you are a miner, empty your mining wallet regularly. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use weak passwords. If a password is easy to remember without rehearsal, it is probably weak.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; develop a carefree attitude towards wallet security. Handle bitcoins with the same amount of diligence as you handle physical cash. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one [[How to set up a secure offline savings wallet|offline savings wallet]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of each backed up wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; [[Securing_your_wallet#General_Solutions|encrypt]] all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date (but understand their limitations). &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=12039</id>
		<title>How to set up a secure offline savings wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=How_to_set_up_a_secure_offline_savings_wallet&amp;diff=12039"/>
		<updated>2011-06-29T13:18:02Z</updated>

		<summary type="html">&lt;p&gt;Forever: Created page with &amp;quot;#	Set up a [http://www.wuala.com/en/bitcoin Wuala] account (or other cloud backup service of your choice). #	Create a strong and unique password offline (manually).  This passwor...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#	Set up a [http://www.wuala.com/en/bitcoin Wuala] account (or other cloud backup service of your choice).&lt;br /&gt;
#	Create a strong and unique password offline (manually).  This password should be at least 20 characters long; it should contain numbers, upper and lower case letters, and symbols. It should be as random as possible, ie it should look something like this: Zr%8qL03&amp;amp;cvwS9@05AatdP71. Never use this password elsewhere.  &lt;br /&gt;
#	&#039;&#039;&#039;Do not forget this password&#039;&#039;&#039;. Recite it several times a day.  It is easy to overestimate your ability to remember a password several months in the future. To be on the safe side, write it down and store the piece of paper in a safety deposit box.&lt;br /&gt;
#	Download [http://www.bitcoin.org/ Bitcoin Linux binary] and save it on a USB drive.&lt;br /&gt;
#	Download [http://www.truecrypt.org/downloads Truecrypt for Linux] and save it on a USB drive.&lt;br /&gt;
#	Shut down your computer, and boot [http://www.ubuntu.com/ Ubuntu] (or Linux distribution of you choice) from a [http://www.ubuntu.com/download/ubuntu/download liveCD]. This will not affect your current operating system. &lt;br /&gt;
#	&#039;&#039;&#039;Disconnect machine from the internet&#039;&#039;&#039;. Unplug any network cables and disable wireless. Verify that wireless is disabled in the icon on the upper right corner (Ubuntu).  Double check that machine is disconnected by opening the web browser.&lt;br /&gt;
#	Insert USB drive. Install and run truecrypt. Create an encrypted file container, using the strong and unique password from step 2. Mount truecrypt container.&lt;br /&gt;
#	Run bitcoin while disconnected to the internet. The client will show 0 connections and 0 blocks, but it will still generate a wallet.dat file and a bitcoin address. &lt;br /&gt;
#	Copy wallet.dat (found in hidden folder .bitcoin in your home directory) to mounted truecrypt volume. Dismount volume and and copy truecrypt container file to USB drive.&lt;br /&gt;
#	Save bitcoin address to a text file and copy it to USB drive.&lt;br /&gt;
#	Shut down system and turn off computer.  Before switching your computer on again, remove all power sources for about 1 minute. Physically remove battery from laptop.&lt;br /&gt;
#	Backup truecrypt container file in several places: &lt;br /&gt;
#*Send it to your 5 best friends by email attachment and ask them to save it for you.&lt;br /&gt;
#*Save it on your Wuala account created in step 1.&lt;br /&gt;
#*Save it on several USB drives and CDs and store them in different geographic locations.&lt;br /&gt;
#Send bitcoins to the address saved on the USB drive.  Double check in the [[Bitcoin Block Explorer|block explorer]] that they have been sent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
*This procedure is only secure if you perform steps 1-14 in this &#039;&#039;&#039;exact order&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*Perform several trial runs of the above procedure with a few bitcents, and make sure that you know how to successfully retrieve them, before making a bulk transfer.&lt;br /&gt;
&lt;br /&gt;
*Every time you retrieve bitcoins from your savings wallet, create a fresh savings wallet by repeating the above procedure, and send all your remaining savings balance there.&lt;br /&gt;
&lt;br /&gt;
*There is more than one way to do it. Similar procedures have been suggested on the forums [http://forum.bitcoin.org/index.php?topic=17240.0 here] and [http://forum.bitcoin.org/?topic=5194.0 here].&lt;br /&gt;
&lt;br /&gt;
*Beware that even savings wallets have limited lifetimes. New, backwards incompatible versions of bitcoin might come out in future, [http://en.wikipedia.org/wiki/Advanced_Encryption_Standard AES] might be broken, [http://en.wikipedia.org/wiki/Bit_rot bit rot] might destroy your wallets, etc. Update to fresh savings wallets every couple of years, or as needed. &lt;br /&gt;
&lt;br /&gt;
*This procedure will create a wallet that, for all practical purposes, is safe against online threats, such as viruses and hackers.  It is still however exposed to offline threats, such as [http://en.wikipedia.org/wiki/Hardware_keylogger hardware keyloggers], extortion, or people looking over your shoulder.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12027</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12027"/>
		<updated>2011-06-29T10:58:06Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send [[Securing_your_wallet#General_Solutions|unencrypted]] copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight unless necessary. If you are a miner, empty your mining wallet regularly. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use weak passwords. If a password is easy to remember without rehearsal, it is probably weak.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; develop a carefree attitude towards wallet security. Handle bitcoins with the same amount of diligence as you handle physical cash. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of each backed up wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; [[Securing_your_wallet#General_Solutions|encrypt]] all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date (but understand their limitations). &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12024</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12024"/>
		<updated>2011-06-29T10:50:29Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send [[Securing_your_wallet#General_Solutions|unencrypted]] copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight unless necessary. If you are a miner, empty your mining wallet regularly. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use weak passwords. If a password is easy to remember without rehearsal, it is probably weak.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of each backed up wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; [[Securing_your_wallet#General_Solutions|encrypt]] all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date (but understand their limitations). &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12023</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12023"/>
		<updated>2011-06-29T10:47:49Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send [[Securing_your_wallet#General_Solutions|unencrypted]] copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight unless necessary. If you are a miner, empty your mining wallet regularly. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use weak passwords. If you can easily remember a password, it is probably weak.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of each backed up wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; [[Securing_your_wallet#General_Solutions|encrypt]] all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date (but understand their limitations). &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12022</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12022"/>
		<updated>2011-06-29T10:45:08Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send [[Securing_your_wallet#General_Solutions|unencrypted]] copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight unless necessary. If you are a miner, empty your mining wallet regularly. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of each backed up wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; [[Securing_your_wallet#General_Solutions|encrypt]] all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date (but understand their limitations). &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12020</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12020"/>
		<updated>2011-06-29T10:27:01Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight unless necessary. If you are a miner, empty your mining wallet regularly. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of each backed up wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date (but understand their limitations). &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12016</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12016"/>
		<updated>2011-06-29T08:27:25Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of each backed up wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date (but understand their limitations). &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; regularly empty your mining wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12015</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12015"/>
		<updated>2011-06-29T08:23:07Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of each backed up wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; regularly empty your mining wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12014</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12014"/>
		<updated>2011-06-29T08:22:23Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep dated versions of your backed up wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; regularly empty your mining wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12013</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12013"/>
		<updated>2011-06-29T08:20:41Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use elsewhere on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; regularly empty your mining wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12012</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12012"/>
		<updated>2011-06-29T08:18:47Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use anywhere else on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your spending wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; regularly empty your mining wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12011</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12011"/>
		<updated>2011-06-29T08:17:44Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use anywhere else on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your active wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; regularly empty your mining wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always connect the bitcoin client and IRC via [[Tor]]. &lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Securing_your_wallet&amp;diff=12010</id>
		<title>Securing your wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Securing_your_wallet&amp;diff=12010"/>
		<updated>2011-06-29T08:15:43Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
Wallet security can be broken down into two independent goals:&lt;br /&gt;
# Protecting your wallet against loss.&lt;br /&gt;
# Protecting your wallet against theft.&lt;br /&gt;
&lt;br /&gt;
In the case that your current wallet hasn&#039;t been protected adequately (e.g. put online with a weaker password):&lt;br /&gt;
# Making a new secure wallet, using appropriate long-term protection.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;For a brief overview see also: [[Wallet Security Dos and Don&#039;ts (Windows)|Wallet Security Dos and Don&#039;ts]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Technical Background==&lt;br /&gt;
&lt;br /&gt;
Bitcoin transactions send Bitcoins to a specific public key. A Bitcoin address is an encoded hash of a public key. In order to use received Bitcoins, you need to have the private key matching the public key you received with. This is sort of like a super long password associated with an account (public key). Your Bitcoin wallet contains all of the private keys necessary for spending your received transactions. If you delete your wallet without a backup, then you no longer have the authorization information necessary to claim your coins, and the coins associated with those keys are lost forever.&lt;br /&gt;
&lt;br /&gt;
The wallet contains a pool of queued keys. By default there are 100 keys in the [[key pool]].  The size of the pool is configurable using the &amp;quot;-keypool&amp;quot; command line argument.  When you need an address for whatever reason (send, “new address”, generation, etc.), the key is not actually generated freshly, but taken from this pool. A brand new address is generated to fill the pool back to 100. So when a backup is first created, it has all of your old keys plus 100 unused keys. After sending a transaction, it has 99 unused keys. After a total of 100 new-key actions, you will start using keys that are not in your backup. Since the backup does not have the private keys necessary for authorizing spends of these coins, restoring from the old backup will cause you to lose Bitcoins.&lt;br /&gt;
&lt;br /&gt;
Creating a new address generates a new pair of public and private keys, which are added to your wallet. Each keypair is mostly random numbers, so they cannot be known prior to generation. If you backup your wallet and then create more than 100 new addresses, the keypair associated with the newest addresses will not be in the old wallet because the new keypairs are only known after creating them. Any coins received at these addresses will be lost if you restore from the backup.&lt;br /&gt;
&lt;br /&gt;
The situation is made somewhat more confusing because the receiving addresses shown in the UI are not the only keys in your wallet. Each Bitcoin generation is given a new public key, and, more importantly, each sent transaction also sends some number of Bitcoins back to yourself at a new key. When sending Bitcoins to anyone, you generate a new keypair for yourself and simultaneously send Bitcoins to your new public key and the actual recipient&#039;s public key. This is an anonymity feature – it makes tracking Bitcoin transactions much more difficult.&lt;br /&gt;
&lt;br /&gt;
So if you create a backup, do more than 100 things that cause a new key to be used, and then restore from the backup, some Bitcoins will be lost. Bitcoin has not deleted any keys (keys are never deleted) – it has created a new key that is not in your old backup and then sent Bitcoins to it.&lt;br /&gt;
&lt;br /&gt;
== Making a new wallet ==&lt;br /&gt;
&lt;br /&gt;
In the case that a wallet has been distributed, or stored, in a (real or potential) compromised state, it is wise to create a new wallet and transfer the full balance of Bitcoins to an address contained only in the newly created wallet.&lt;br /&gt;
&lt;br /&gt;
For example, this will be necessary if one created a wallet with a password of 12 characters, as suggested. However a few years have passed and the wallet is now more easily compromised.  Just re-encrypting isn&#039;t secure.  One needs to make a new wallet and make the old wallet worthless (spending the funds to the new wallet).&lt;br /&gt;
&lt;br /&gt;
==Making a secure workspace==&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
&lt;br /&gt;
The first step is to make a [http://www.howtogeek.com/howto/ubuntu/add-a-user-on-ubuntu-server/ new user,] so run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;adduser new_user_name&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
as root. When you get to the prompt &#039;Enter the new value, or press ENTER for the default&#039;, just keep hitting ENTER.&lt;br /&gt;
&lt;br /&gt;
Then switch user to the new user.  To get to the new user you can use the switch user icon for your system, which on Ubuntu is in the &#039;System/Quit&#039; screen, or if there is no switch icon on your system you can log out and log back in as the new user.  Then click on a folder in the new user to display the file browser, then keep going up folders until you see the new user home directory, then right click to bring up the Properties dialog, then click on the Permissions tab, then in the Others section, set the folder access to None.&lt;br /&gt;
&lt;br /&gt;
For secure browsing, open Firefox, and then go into the Edit menu and click Preferences.  Starting from the left, click on the General tab, and in the &#039;Startup/When Firefox starts&#039; pop up menu, choose &#039;Show a Blank Page&#039;.  Then click on the Content tab, and deselect &#039;Load images automatically&#039; and deselect &#039;Enable Javascript&#039;.  Then click on the Privacy tab, and in the &#039;History/Firefox will&#039; pop up menu, choose &#039;Never remember history&#039;.  Then click on the Security tab, and in the Passwords section, deselect &#039;Remember passwords for sites&#039; and deselect &#039;Use a master password&#039;.  Then click on the Advanced tab, then click on the Update tab, and then in the &#039;Automatically check for updates to&#039; section, deselect &#039;Add-ons&#039; and &#039;Search Engines&#039;.&lt;br /&gt;
&lt;br /&gt;
When javascript is disabled, the [http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.23/bitcoin-0.3.23-linux.tar.gz/download linux download page] will not download automatically, so you&#039;ll have to click on the &#039;direct link&#039; part of the &amp;quot;Problems with the download? Please use this &#039;direct link&#039; or try another mirror.&amp;quot; line.&lt;br /&gt;
&lt;br /&gt;
After you&#039;ve made your secure new user, to maintain security you should use it only for bitcoin.&lt;br /&gt;
&lt;br /&gt;
It&#039;s also a good idea to encrypt the Home directory of whatever user you run Bitcoin under using ecryptfs-utils. To do this:&lt;br /&gt;
# If the Home directory is not empty you should back it up first, by just copying the data to an external drive or something.&lt;br /&gt;
# install ecryptfs-utils (on Ubuntu: sudo apt-get install ecryptfs-utils)&lt;br /&gt;
# log out of X (graphical system) and press Ctrl+Alt+F1 to login to the command shell (you must be logged out or some files will be open and the tool won&#039;t be able to encrypt your data)&lt;br /&gt;
# change directory to something that&#039;s not in your home folder (ex: cd / )&lt;br /&gt;
# run the migration tool (on Ubuntu: sudo ecryptfs-migrate-home -u username)&lt;br /&gt;
# if it&#039;s successful, you can now press ALT+F8 to go back to the GUI and login&lt;br /&gt;
# run &#039;ecryptfs-unwrap-passphrase&#039; and &#039;&#039;&#039;WRITE DOWN OR SAVE THE CODE IT RETURNS&#039;&#039;&#039; because you will need it if you ever have to pull your data off while the OS is not working. (You can run it again later if you need to, but run it now so that you can get your data if your Linux install gets botched.)&lt;br /&gt;
# run &#039;ecryptfs-setup-swap&#039; to encrypt your swap partition (the encrypted folder data is not encrypted while it&#039;s in memory, and so if it&#039;s ever sent to the swap partition it can be stolen from there unless that too is encrypted - be aware that this will mean you cannot use Hibernate anymore, as the bootloader won&#039;t be able to restore the hibernation data)&lt;br /&gt;
(instructions from [http://bodhizazen.net/Tutorials/Ecryptfs/#Migrate])&lt;br /&gt;
&lt;br /&gt;
===Mac===&lt;br /&gt;
&lt;br /&gt;
=====Backup all data (500MB)=====&lt;br /&gt;
Follow these instructions to backup all the bitcoin data (wallet and block chains) to an encrypted disk image.&lt;br /&gt;
# Open Disk Utility&lt;br /&gt;
# Click New Image and choose 500MB, 128-bit or 256-bit (faster or more secure) encryption and single partition.&lt;br /&gt;
# Save it somewhere you won&#039;t lose it (like your Wuala, Dropbox, Strongspace or whatever)&lt;br /&gt;
# Choose a safe and strong password&lt;br /&gt;
# Move everything from ~/Library/Application Support/Bitcoin/ to the image&lt;br /&gt;
# Symlink it back so the app would be able to use it&lt;br /&gt;
:::ln -s /Volumes/Bitcoin ~/Library/Application Support/Bitcoin&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget to mount your image before using Bitcoin and unmount after quitting it.&lt;br /&gt;
&lt;br /&gt;
=====Backup just wallet.dat (40MB)=====&lt;br /&gt;
Follow these instructions to backup just the wallet.dat file. This results in a smaller disk image, but it&#039;s more complicated to do.&lt;br /&gt;
# Open Disk Utility&lt;br /&gt;
# Click New Image and choose 40MB, 128-bit or 256-bit (faster or more secure) encryption and single partition.&lt;br /&gt;
# Save it somewhere you won&#039;t lose it (like your Wuala, Dropbox, Strongspace or whatever)&lt;br /&gt;
# Choose a safe and strong password&lt;br /&gt;
# Move your wallet.dat file to the image&lt;br /&gt;
# Symlink it back so the app would be able to use it&lt;br /&gt;
:::ln -s /Volumes/Bitcoin/wallet.dat ~/Library/Application Support/Bitcoin/wallet.dat&lt;br /&gt;
&lt;br /&gt;
[[File:MountWalletAndLauchnBitcoin_OSX_Automator.png|thumbnail|150px|Mount Wallet and launch Bitcoin]]&lt;br /&gt;
Don&#039;t forget to mount your image before using Bitcoin and unmount after quitting it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: If you start the Bitcoin application without having the image mounted, the application will overwrite your symlink with a new wallet. If that happens, don&#039;t panic. Just delete the new wallet.dat, mount the image, and recreate the symlink like above.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Automation&#039;&#039;&#039;: You can create a small application using [http://en.wikipedia.org/wiki/Automator_%28software%29 Automator] (included in OS X) to automatically mount the wallet and then launch Bitcoin App. See the Screenshot on how to do this.&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP or Windows 7, you can keep your wallet on an encrypted disk image created by third-party software, such as [http://www.truecrypt.org/ TrueCrypt] (open source) or [http://www.jetico.com/encryption-bestcrypt/ Jetico BestCrypt] (commercial).  You can probably do the same with Windows Vista (but why would you use that?) or Windows 2000.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; You should configure BitCoin in this manner only on computers where you use BitCoin, but do not use that computer to mine.  For example, this is a good configuration for a notebook or tablet computer.&lt;br /&gt;
&lt;br /&gt;
Assuming that you have installed the Windows BitCoin client and run it at least once, the process is described below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;To mount the BitCoin data directory on an encrypted drive&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ol start=1 type=1&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the third-party disk image encryption program of your choice to create and mount an encrypted disk image of at least 100 MB in size.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Locate the BitCoin data directory, and copy the directory with all contents to the encrypted drive.&lt;br /&gt;
&amp;lt;p&amp;gt;For help finding this directory, see &amp;lt;b&amp;gt;[[Securing_your_wallet#Locating_BitCoin_s_data_directory|Locating BitCoin&#039;s Data Directory]]&amp;lt;/b&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Create a Windows shortcut that starts BitCoin with the &amp;lt;code&amp;gt;-datadir&amp;lt;/code&amp;gt; parameter and specifies the encrypted drive and directory.&lt;br /&gt;
&amp;lt;p&amp;gt;For example, if you installed Bitcoin in the default directory, mounted your BitCoin encrypted drive as &amp;lt;code&amp;gt;E:\&amp;lt;/code&amp;gt;, and stored your BitCoin data directory on it as &amp;lt;code&amp;gt;Bitcoin&amp;lt;/code&amp;gt;, you would type the following command as the shortcut Target:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;code&amp;gt;C:\Program Files\Bitcoin\bitcoin.exe -datadir=E:\Bitcoin&amp;lt;/code&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open BitCoin&#039;s settings and configure it &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; to start automatically when you start Windows.&lt;br /&gt;
&amp;lt;p&amp;gt;This is to allow you to mount the BitCoin encrypted disk image before starting BitCoin.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Shut down BitCoin, and then restart it from the new shortcut.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After doing this, any time you want to use BitCoin, you must first mount the BitCoin encrypted disk image using the same drive designation, and then run BitCoin from the shortcut that you created, so that it can find its data and your wallet. :-)&lt;br /&gt;
&lt;br /&gt;
== Locating BitCoin&#039;s data directory ==&lt;br /&gt;
&lt;br /&gt;
The [[data directory]] is the location where Bitcoin&#039;s data files are stored, including the wallet data file.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
Go to Start -&amp;gt; Run (or press WinKey+R) and run this:&lt;br /&gt;
&lt;br /&gt;
 explorer %APPDATA%\BitCoin&lt;br /&gt;
&lt;br /&gt;
BitCoin&#039;s data folder will open. For most users, this is the following locations:&lt;br /&gt;
&lt;br /&gt;
 C:\Documents and Settings\YourUserName\Application data\BitCoin (XP)&lt;br /&gt;
 &lt;br /&gt;
 C:\Users\YourUserName\Appdata\Roaming\BitCoin (Vista and 7)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;AppData&amp;quot; and &amp;quot;Application data&amp;quot; are hidden by default.&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
By default BitCoin will put its data here:&lt;br /&gt;
&lt;br /&gt;
 ~/.bitcoin/&lt;br /&gt;
&lt;br /&gt;
You need to do a &amp;quot;ls -a&amp;quot; to see directories that start with a dot.&lt;br /&gt;
&lt;br /&gt;
If that&#039;s not it, you can do a search like this:&lt;br /&gt;
&lt;br /&gt;
 find / -name wallet.dat -print 2&amp;gt;/dev/null&lt;br /&gt;
&lt;br /&gt;
=== Mac ===&lt;br /&gt;
&lt;br /&gt;
By default BitCoin will put its data here:&lt;br /&gt;
&lt;br /&gt;
 ~/Library/Application Support/Bitcoin/&lt;br /&gt;
&lt;br /&gt;
==Backup==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: I would strongly recommend against using Dropbox to back up your Bitcoin data due to [http://en.wikipedia.org/wiki/Dropbox_(service)#Criticism security concerns] such as:&lt;br /&gt;
# the fact that they store your encryption key (meaning that a disgruntled Dropbox employee or an attacker who gained access to the system could decrypt your Dropbox data and steal your Bitcoins)&lt;br /&gt;
# the fact that the Dropbox client only needs a password for the first login. After it authenticates once, the server assigns it a token which it uses to show that, at one time, its user knew the password rather than sending the actual password (meaning that if you ever use the Dropbox client on another PC, that PC&#039;s users can access your Dropbox - even if you change your password - and can steal your Bitcoins or get a virus that will steal your Bitcoins).&lt;br /&gt;
&lt;br /&gt;
For these reasons, I personally prefer to use Wuala, which does not store your encryption key and requires a password each time (the client can be set to remember your password, but the server will check each time to make sure that the client is sending the correct password). Like Dropbox, the basic, lowest-storage-space account with Wuala is free of charge, and coincidentally, Wuala [http://www.wuala.com/en/bitcoin is experimenting with allowing users to pay for &amp;quot;upgraded&amp;quot; plans using Bitcoin.]&lt;br /&gt;
&lt;br /&gt;
In fact, whether you use Dropbox as your backup or not, use what Steve Gibson calls &amp;quot;pre-Internet encryption&amp;quot; (which he actually [http://itknowledgeexchange.techtarget.com/security-corner/cloud-security-and-privacy-do-they-exist/ discussed in the context of Dropbox&#039;s security concerns]) and use some form of encryption on the files before you back them up, just in case someone other than yourself ever gains access to that backup. Make sure to pick a password that&#039;s memorable but secure.&lt;br /&gt;
&lt;br /&gt;
The only file you need to back up is &amp;quot;wallet.dat&amp;quot;. Ensure that BitCoin is closed, copy this file somewhere else, encrypt it, and put it somewhere safe. Ideally, you would put this file in two places: one nearby, and one 100+ miles away.&lt;br /&gt;
&lt;br /&gt;
You can use the [[api|backupwallet]] JSON-RPC command to back up without shutting down Bitcoin.&lt;br /&gt;
&lt;br /&gt;
=== General Solutions ===&lt;br /&gt;
&lt;br /&gt;
Your wallet.dat file is not encrypted by BitCoin. Anyone who can access it can easily steal all of your coins. Use one of these encryption programs if there is any chance someone might stumble upon your wallet.&lt;br /&gt;
* [http://www.7-zip.org/ 7-zip] - Supports strongly-encrypted archives.&lt;br /&gt;
* [http://www.axantum.com/axcrypt/ AxCrypt]&lt;br /&gt;
* [http://lrzip.kolivas.org lrzip] - Compression software for Linux and OSX that supports very high grade password protected encryption&lt;br /&gt;
* [http://www.truecrypt.org/ TrueCrypt] - Volume-based on-the-fly encryption (for advanced users)&lt;br /&gt;
* [http://www.rarlab.com/ WinRar] - Commonly used archive software that supports verification records and encryption.&lt;br /&gt;
&lt;br /&gt;
There is also a list of [[OpenSourceEncryptionSoftware|open source encryption software.]]&lt;br /&gt;
&lt;br /&gt;
There is also a method to Print out and encrypt your Wallet.dat as a special barcode. See details here: [[WalletPaperbackup]]&lt;br /&gt;
&lt;br /&gt;
==== Password Strength ====&lt;br /&gt;
Brute-force password cracking has come a long distance, a previously thought secure password of random [a-Z] [0-9] [!-~] of 8 characters long can be trivially solved now (using appropriate hardware)... The recommended length is &#039;&#039;&#039;at least&#039;&#039;&#039; 12 characters long.  You can also use a multi-word password. [http://www.baekdal.com/tips/password-security-usability The Usability of Passwords] &lt;br /&gt;
&lt;br /&gt;
However, simply using dictionary words is also insecure as it opens you up to a dictionary attack. If you use dictionary words, be sure to throw random symbols and numbers in the mix as well.&lt;br /&gt;
&lt;br /&gt;
A good way to create secure but easy-to-remember passwords is to pick a password (ex: d0g) and pad it with a good number of repeated characters afterward (such as 10 $ signs - so d0g becomes d0g$$$$$$$$$$) - this is just as cryptographically secure as a random password of equal length so long as the attacker does not know which symbol you are following your &amp;quot;word&amp;quot; with and how many times it is repeated. ([https://www.grc.com/haystack.htm source])&lt;br /&gt;
&lt;br /&gt;
If you use keyfiles in addition to a password, it is unlikely that your encrypted file can ever be cracked using brute force methods, even 10 years from now when even a 12 character password might be too short.&lt;br /&gt;
&lt;br /&gt;
Assume that any encrypted files you store online (eg. gmail, Dropbox) will be stored somewhere forever and can never be erased.&lt;br /&gt;
&lt;br /&gt;
==== Storage of Archive ====&lt;br /&gt;
One of the most simple methods for storing a appropriately &#039;&#039;&#039;encrypted&#039;&#039;&#039; archive of your wallet.dat file is to send the archive as an email attachment to your own e-mail address.  Services like gmail.com use very comprehensive distributed networks that make the loss of data very unlikely.  One can even obfuscate the name of the files within the archive, and name the archive something less inviting, such as: &#039;personal notes&#039; or &#039;car insurance&#039;.&lt;br /&gt;
&lt;br /&gt;
Another solution is to use a file storage service like [http://www.wuala.com/bitcoin Wuala] ( encrypted, [http://www.bitcoin.org/smf/index.php?topic=5817.0 instructions]), [http://www.dropbox.com Dropbox] and [http://en.wikipedia.org/wiki/Comparison_of_online_backup_services others], including the more secure [http://www.spideroak.com SpiderOak].&lt;br /&gt;
&lt;br /&gt;
=== Linux solution ===&lt;br /&gt;
&lt;br /&gt;
Linux users can setup cron by running &#039;crontab -e&#039; and adding this line:&lt;br /&gt;
&lt;br /&gt;
  01 */1 * * * /usr/local/bin/backupwallet.sh&lt;br /&gt;
&lt;br /&gt;
This cron line runs backupwallet.sh at the 01 minute of every hour. Remember to add a newline after the last line of the crontab file, or else the last line won&#039;t run.&lt;br /&gt;
&lt;br /&gt;
backupwallet.sh:&lt;br /&gt;
&lt;br /&gt;
  #!/bin/bash&lt;br /&gt;
  &lt;br /&gt;
  TS=$(date &amp;quot;+%Y%m%d-%H-%M&amp;quot;)&lt;br /&gt;
  WALLET=/tmp/wallet${TS}&lt;br /&gt;
  WALLET_E=/tmp/wallet${TS}.crypt&lt;br /&gt;
  &lt;br /&gt;
  if&lt;br /&gt;
    echo -n making backup...&lt;br /&gt;
    bitcoind backupwallet $WALLET &lt;br /&gt;
    &amp;lt;nowiki&amp;gt;[[ ! -s &amp;quot;$WALLET&amp;quot; ]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
  then echo failed&lt;br /&gt;
  elif&lt;br /&gt;
    echo done&lt;br /&gt;
    echo -n encrypting....&lt;br /&gt;
    ! gpg -r myusername --output $WALLET_E --encrypt $WALLET&lt;br /&gt;
  then echo failed&lt;br /&gt;
  elif&lt;br /&gt;
    echo done&lt;br /&gt;
    echo -n copying to distant server...&lt;br /&gt;
    ! scp $WALLET_E user@myserver.org:~/wallets/&lt;br /&gt;
  then echo failed&lt;br /&gt;
  else echo done&lt;br /&gt;
  fi&lt;br /&gt;
  &lt;br /&gt;
  rm -f $WALLET $WALLET_E&lt;br /&gt;
&lt;br /&gt;
The shell script:&lt;br /&gt;
&lt;br /&gt;
* Calls bitcoind backupwallet to create a time/date-stamped wallet.&lt;br /&gt;
* GPG encrypts the wallet with your public key.&lt;br /&gt;
* Copies the result to a backup location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
&lt;br /&gt;
==Restore==&lt;br /&gt;
&lt;br /&gt;
Assuming your backup is recent enough that you haven&#039;t used up all of your key pool... restoring a wallet to a new (or old) location and rescanning the block chain should leave you with all your coins. Just follow these steps:&lt;br /&gt;
* Quit bitcoin(d).&lt;br /&gt;
* Copy your backed up wallet.dat into your bitcoin profile directory.&lt;br /&gt;
* If copying into existing profile, delete file &#039;&#039;blkindex.dat&#039;&#039; and &#039;&#039;blk0001.dat&#039;&#039; to make the client re-scan the block chain.&lt;br /&gt;
And you&#039;ll be good as new.&lt;br /&gt;
&lt;br /&gt;
==Erasing Plain Text Wallets==&lt;br /&gt;
&lt;br /&gt;
A good practice is to keep at least two wallets, one as a &amp;quot;current account&amp;quot; for everyday transactions and one as a &amp;quot;savings account&amp;quot; where you store the majority of your Bitcoins.  &lt;br /&gt;
&lt;br /&gt;
The &amp;quot;savings account&amp;quot; wallet should be backed up in encrypted form only and all plaintext copies of this wallet should be erased. In case someone gains unauthorised access to your computer (either by physically stealing it or by exploiting a system vulnerability via the internet), they will only be able to spend the coins in your &amp;quot;current account&amp;quot; wallet.&lt;br /&gt;
&lt;br /&gt;
In most operating systems, including Windows, Linux, and Mac OS X, simply deleting a wallet.dat file will &#039;&#039;not&#039;&#039; generally destroy it. It is likely that advanced tools can still be used to recover the wallet.dat file, even after it has been deleted.&lt;br /&gt;
&lt;br /&gt;
The Linux &#039;&#039;&#039;shred&#039;&#039;&#039; command can be used to overwrite the wallet file with random data prior to deleting; this particular copy of the file will then be practically impossible to recover.  Using shred (and similar tools on Windows) however does not guarantee that still other copies don&#039;t exist somewhere hidden on your HD. That will depend on your system configuration and what packages you have installed. Some system restore and backup tools, for instance, create periodic snapshots of your  filesystem, duplicating your wallet.dat.&lt;br /&gt;
&lt;br /&gt;
In Mac OS, clicking &amp;quot;Secure Empty Trash&amp;quot; in the Finder menu will shred the contents of the trash can. As with any OS this doesn&#039;t guarantee that there are not other copies elsewhere on your system.&lt;br /&gt;
&lt;br /&gt;
For Windows, the built-in command &#039;&#039;cipher /W&#039;&#039; will shred all previously-deleted files. [http://www.cylog.org/utilities/cybershredder.jsp CyberShredder] can securely deleted individual files.&lt;br /&gt;
&lt;br /&gt;
==eWallet==&lt;br /&gt;
&lt;br /&gt;
Storing bitcoins with an [[eWallet]] provider incurs risks as well. Basically you grant the third party, in this case eWallet, full access to your wallet.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Data directory]]&lt;br /&gt;
* [http://startbitcoin.com/how-to-create-a-secure-bitcoin-wallet/ Secure Bitcoin Wallet Tutorial]&lt;br /&gt;
&lt;br /&gt;
[[de:Sichere deine Geldbörse]]&lt;br /&gt;
[[zh-cn:保护你的钱包]]&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12007</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12007"/>
		<updated>2011-06-29T07:44:51Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use anywhere else on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your active wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; regularly empty your mining wallet.&lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Talk:Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12006</id>
		<title>Talk:Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Talk:Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12006"/>
		<updated>2011-06-29T07:43:34Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* Don&amp;#039;t keep your computer switched on overnight. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Don&#039;t keep your computer switched on overnight.  ==&lt;br /&gt;
&lt;br /&gt;
Could you please elaborate on &amp;quot;Don&#039;t keep your computer switched on overnight.&amp;quot;. Mining is a common case for bitcoiners to leave on their pc over night.&lt;br /&gt;
Was the idea to not leave on the work pc where the &amp;quot;cleaning lady&amp;quot; might gain access?&lt;br /&gt;
-- [[User:Giszmo|Giszmo]] 14:42, 28 June 2011 (GMT)&lt;br /&gt;
: Yes, also you are giving targeted attackers a lot of time to try out different ways to get into your system. --[[User:Forever|Forever]] 07:43, 29 June 2011 (GMT)&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Talk:Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12005</id>
		<title>Talk:Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Talk:Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=12005"/>
		<updated>2011-06-29T07:43:15Z</updated>

		<summary type="html">&lt;p&gt;Forever: /* Don&amp;#039;t keep your computer switched on overnight. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Don&#039;t keep your computer switched on overnight.  ==&lt;br /&gt;
&lt;br /&gt;
Could you please elaborate on &amp;quot;Don&#039;t keep your computer switched on overnight.&amp;quot;. Mining is a common case for bitcoiners to leave on their pc over night.&lt;br /&gt;
Was the idea to not leave on the work pc where the &amp;quot;cleaning lady&amp;quot; might gain access?&lt;br /&gt;
-- [[User:Giszmo|Giszmo]] 14:42, 28 June 2011 (GMT)&lt;br /&gt;
: Yes, also you a giving targeted attackers a lot of time to try out different ways to get into your system.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11966</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11966"/>
		<updated>2011-06-28T18:58:01Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use anywhere else on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your active wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine, such as [http://downloads.vmware.com/d/info/desktop_downloads/vmware_player/3_0 VMWare Player].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11965</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11965"/>
		<updated>2011-06-28T18:53:00Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use anywhere else on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your active wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use [http://www.truecrypt.org/docs/?s=keyfiles keyfiles] to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11961</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11961"/>
		<updated>2011-06-28T18:47:15Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use anywhere else on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your active wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; encrypt all wallets as soon as they leave your system.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use keyfiles to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11960</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11960"/>
		<updated>2011-06-28T18:46:14Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use anywhere else on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your active wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use keyfiles to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the [http://noscript.net/ NoScript] plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11856</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11856"/>
		<updated>2011-06-27T12:09:17Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallets over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use anywhere else on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your active wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use keyfiles to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the NoScript plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromised, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11855</id>
		<title>Wallet Security Dos and Don&#039;ts (Windows)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet_Security_Dos_and_Don%27ts_(Windows)&amp;diff=11855"/>
		<updated>2011-06-27T11:18:54Z</updated>

		<summary type="html">&lt;p&gt;Forever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep all your bitcoins in one wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send bitcoins to a wallet that hasn&#039;t been backed up &#039;&#039;beforehand&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; send unencrypted copies of your wallet over the Internet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on online backup/storage services.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run or install programs from questionable sources on the system where you are running bitcoin.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; click on questionable links in your browser. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; run bitcoin on an untrusted or badly maintained machine.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; keep your computer switched on overnight. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; install unnecessary browser plugins.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; use a password for wallet encryption that you use anywhere else on the web.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; forget your passwords. If you write them down on a piece of paper, keep that piece of paper in a safety deposit box.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Don&#039;t&#039;&#039;&#039; store unencrypted copies of your wallets on a USB stick that you insert into machines of friends, at work, or while traveling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep at least one offline savings wallet.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; backup your active wallet regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; keep encrypted backups of all your wallets in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use strong, unique passwords to encrypt your wallets.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use keyfiles to encrypt your wallets, and keep backups of your keyfiles in at least 3 physically separate locations.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use a good antivirus and firewall, and keep them up to date.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update all your installed programs to the latest version.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; update your operating system with the latest security patches.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all programs that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; uninstall all browser plugins/ add-ons that you don&#039;t use regularly.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; always browse in private mode.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; use the NoScript plugin (or similar) in your browser and whitelist only the sites you trust.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; run programs from questionable sources (eg. pirated software) inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Do&#039;&#039;&#039; browse questionable websites from inside a virtual machine.&lt;br /&gt;
&lt;br /&gt;
*If you own a large number of bitcoins, &#039;&#039;&#039;do&#039;&#039;&#039; invest time and money in order to secure them, just like you would with other valuables. If you lack the technical expertise, ask or pay somebody else to do it for you.&lt;br /&gt;
&lt;br /&gt;
*If you believe your computer has been compromized, &#039;&#039;&#039;do&#039;&#039;&#039; wipe your HD and perform a clean OS install.&lt;/div&gt;</summary>
		<author><name>Forever</name></author>
	</entry>
</feed>