<?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=Iwilcox</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=Iwilcox"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Iwilcox"/>
	<updated>2026-05-10T14:12:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Testnet&amp;diff=56004</id>
		<title>Testnet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Testnet&amp;diff=56004"/>
		<updated>2015-04-07T13:01:29Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: /* Genesis Block */ Link to testnet3 reset commit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;testnet&#039;&#039;&#039; is an alternative Bitcoin [[block chain]], to be used for testing. Testnet coins are separate and distinct from actual bitcoins, and are never supposed to have any value. This allows application developers or bitcoin testers to experiment, without having to use real bitcoins or worrying about breaking the main bitcoin chain.&lt;br /&gt;
&lt;br /&gt;
Run bitcoin or bitcoind with the -testnet flag to use the testnet (or put testnet=1 in the bitcoin.conf file).&lt;br /&gt;
&lt;br /&gt;
There have been three generations of testnet. Testnet2 was just the first testnet reset with a different genesis block, because people were starting to trade testnet coins for real money. &#039;&#039;&#039;Testnet3&#039;&#039;&#039; is the current test network. It was introduced with the 0.7 release, introduced a third genesis block, a new rule to avoid the &amp;quot;difficulty was too high, is now too low, and transactions take too long to verify&amp;quot; problem, and contains blocks with edge-case transactions designed to test implementation compatibility.&lt;br /&gt;
&lt;br /&gt;
==Differences==&lt;br /&gt;
* Default Bitcoin network protocol listen port is 18333 (instead of 8333)&lt;br /&gt;
* Default RPC connection port is 18332 (instead of 8332)&lt;br /&gt;
* Bootstrapping uses different DNS seeds.&lt;br /&gt;
* A different value of ADDRESSVERSION field ensures no testnet Bitcoin addresses will work on the production network. (0x6F rather than 0x00)&lt;br /&gt;
* The protocol message header bytes are 0x0B110907 (instead of 0xF9BEB4D9) &lt;br /&gt;
* Minimum [[difficulty]] of 1.0 on testnet is equal to difficulty of 0.5 on mainnet. This means that the mainnet-equivalent of any testnet difficulty is half the testnet difficulty. In addition, if no block has been found in 20 minutes, the difficulty automatically resets back to the minimum for a single block, after which it returns to its previous value.&lt;br /&gt;
* A new genesis block&lt;br /&gt;
* The IsStandard() check is disabled so that non-standard transactions can be experimented with.&lt;br /&gt;
&lt;br /&gt;
==Genesis Block==&lt;br /&gt;
&lt;br /&gt;
Testnet uses a different genesis block to the main network. You can find it [https://www.biteasy.com/testnet/blocks/000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943 here] or [http://blockexplorer.com/testnet/b/0 here].&lt;br /&gt;
The testnet was [https://github.com/gavinandresen/bitcoin-git/commit/feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c reset with a new genesis block] for the 0.7 bitcoin release.&lt;br /&gt;
&lt;br /&gt;
==Mining==&lt;br /&gt;
[[solo.ckpool]] has a testnet bitcoin solo mining implementation available, without the need to set up bicoind locally.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/?topic=4483.0 Testnet in a box forum topic]&lt;br /&gt;
* [https://sourceforge.net/projects/bitcoin/files/Bitcoin/testnet-in-a-box/ Testnet-In-A-Box self-contained testnet]&lt;br /&gt;
* [https://github.com/freewil/bitcoin-testnet-box Forked/Updated testnet-box]&lt;br /&gt;
&lt;br /&gt;
===Wallets===&lt;br /&gt;
&lt;br /&gt;
Online testnet wallets to help you test your application.&lt;br /&gt;
&lt;br /&gt;
* [http://testnetwallet.com/ TestnetWallet.com]&lt;br /&gt;
&lt;br /&gt;
===Faucets===&lt;br /&gt;
&lt;br /&gt;
Once you&#039;re done with your test coins, it is a nice gesture to send them back to the faucets, so they become available to other developers.&lt;br /&gt;
&lt;br /&gt;
* [http://bitcoinfaucet.uo1.net/ UO1 Testnet Faucet]&lt;br /&gt;
* [http://faucet.haskoin.com/ Haskoin Testnet3 Faucet]&lt;br /&gt;
* [http://tpfaucet.appspot.com/ TP&#039;s TestNet Faucet]&lt;br /&gt;
* [http://faucet.luis.im/ luis.im Mojocoin Testnet3 Faucet]&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=com.mycelium.testnetwallet Mycelium Testnet Wallet for Android with integrated Testnet &amp;quot;faucet&amp;quot; function (Local Trader)]&lt;br /&gt;
&lt;br /&gt;
===Block explorers===&lt;br /&gt;
* [http://testnet.btclook.com/ BTCLook Testnet Explorer]&lt;br /&gt;
* [https://www.biteasy.com/testnet/blocks Biteasy.com Testnet Blockexplorer]&lt;br /&gt;
* [http://pool.qdoop.net:18331/chain/Testnet3 Testnet3 ABE based Block Explorer]&lt;br /&gt;
* [http://blockexplorer.com/testnet Testnet Block Explorer]&lt;br /&gt;
* [http://tbtc.blockr.io/ Bitcoin Testnet on Blockr.io]&lt;br /&gt;
* [https://test-insight.bitpay.com/ Bitcoin Testnet on insight.bitpay.com]&lt;br /&gt;
* [https://www.blocktrail.com/tBTC BlockTrail Testnet Explorer, Testnet API and Testnet Faucet]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Purecoin&amp;diff=53918</id>
		<title>Purecoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Purecoin&amp;diff=53918"/>
		<updated>2015-01-25T18:20:01Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Make clearer that it&amp;#039;s for fun only.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
Purecoin is a Haskell full-node implementation, by [http://r6.ca/ Russell O&#039;Connor], available [https://github.com/laanwj/Purecoin on github] (mirrored from darcs).  On its completeness and motivations, Russell comments:&lt;br /&gt;
* [http://bitcoinstats.com/irc/bitcoin-dev/logs/2011/11/28#l1322491573 purecoin tries to be as simiple an implementation as I can get away with. The idea is more for documentation than for real use.]&lt;br /&gt;
* [http://bitcoinstats.com/irc/bitcoin-dev/logs/2011/11/28#l1322495797 it doesn&#039;t handle OP_IF, but I&#039;m pretty sure there are many more unknown incompatibilities.]&lt;br /&gt;
* [http://bitcoinstats.com/irc/bitcoin-dev/logs/2011/11/28#l1322495724 I guarentee that purecoin is not entirely compatible with bitcoin]&lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Haskell]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=BitcoinFS&amp;diff=53917</id>
		<title>BitcoinFS</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=BitcoinFS&amp;diff=53917"/>
		<updated>2015-01-25T18:04:52Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;{{stub}} Bitcoin F# is a full-node implementation in F# by [https://github.com/hhanh00/ hhanh00].  Commenting on motivations [https://bitcointalk.org/index.php?topic=923409.ms...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
Bitcoin F# is a full-node implementation in F# by [https://github.com/hhanh00/ hhanh00].  Commenting on motivations [https://bitcointalk.org/index.php?topic=923409.msg10146701#msg10146701 on Bitcointalk], he says:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I&#039;m implementing a full node for a couple of things. 1. to make sure i have a complete understanding of the implementation that goes beyond reviewing code. For me, it&#039;s like reading a book versus writing one. 2. all the implementations i have seen follow a similar logic specially wrt blockchain management and scripting. i wanted to do it my way to see if it&#039;s better or worse. 3. i&#039;m aiming for short. no wallet, no mining, no dos protection.&lt;br /&gt;
These goals in mind, it is clearly not fit for wide distribution. It&#039;s working fine though - being able to sync up from the beginning while validating, holding a mempool content identical to the core client and etc.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Its [https://github.com/bitcoinfs/bitcoinfs project page on GitHub] says:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* Bitcoin F# has fully validated the existing mainnet blockchain and passes all the integration tests including large reorg tests.&lt;br /&gt;
* It is also the only implementation in a functional language and comes under 2.5 kLOC, making it the smallest client too.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Commenting on its completeness [https://bitcointalk.org/index.php?topic=923409.msg10204174#msg10204174 on Bitcointalk], he says:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;it bootstraps, syncs and validates the blockchain. It passes the acceptance tests from Matt too. As a relay node, it keeps a tx pool, validates, relays new tx and you can trim old blocks just by deleting files. I&#039;ve been running for a while.&lt;br /&gt;
At about 2k lines of code, it fits my requirement of small code that I can fit in my brain but I understand it&#039;s not 100% compatible and will never be.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
There&#039;s a [https://bitcoinfs.github.io/bitcoinfs/index.html walkthrough of the (short!) code] available.&lt;br /&gt;
&lt;br /&gt;
[[Category:F Sharp]]&lt;br /&gt;
[[Category:Stubs]]&lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:F_Sharp&amp;diff=53916</id>
		<title>Category:F Sharp</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:F_Sharp&amp;diff=53916"/>
		<updated>2015-01-25T17:30:40Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;Category:Programming Languages&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Programming Languages]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Haskell&amp;diff=53915</id>
		<title>Category:Haskell</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Haskell&amp;diff=53915"/>
		<updated>2015-01-25T17:29:30Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to Category:Programming Languages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Programming Languages]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=From_address&amp;diff=49491</id>
		<title>From address</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=From_address&amp;diff=49491"/>
		<updated>2014-08-07T11:58:17Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: /* security implications of re-use */ Fix links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin addresses are used to receive payments, but not to send them:&lt;br /&gt;
there is no concept of a &amp;quot;from&amp;quot; address in Bitcoin.&lt;br /&gt;
&lt;br /&gt;
A common exchange on Bitcoin forums goes like this:&lt;br /&gt;
* X: How do I see the address that a transaction came from?&lt;br /&gt;
** or: Why does my wallet software not tell me where transactions came from?&lt;br /&gt;
* Y: (You can’t,) because there is no ‘from’ address.&lt;br /&gt;
* X: What the hell do you mean? My transaction came from somewhere!&lt;br /&gt;
This is an attempt to explain readably but fairly completely in one easily linkable place.&lt;br /&gt;
&lt;br /&gt;
== It depends what your definition of ‘from’ is ==&lt;br /&gt;
&lt;br /&gt;
OK, so before you had these coins, someone else had them&amp;lt;ref&amp;gt;Unless you were [[Coinbase|mining]].&amp;lt;/ref&amp;gt; — let’s say your friend Monica paid you back her share of your restaurant bill right there in the restaurant.&lt;br /&gt;
The reason for avoiding the word ‘from’ is that in common English usage it’s tempting to assume that if something came &#039;&#039;from somewhere&#039;&#039;, and you need to return it or correspond later about something else, that’s where you should &#039;&#039;return it to/reply to&#039;&#039;.&lt;br /&gt;
In the case of Bitcoin transactions (and actually often in the real world) this is an unreliable assumption;&lt;br /&gt;
it confuses the who with the where/how.&lt;br /&gt;
The distinction isn’t just [http://www.deadprogrammer.com/technically-correct pedantry];&lt;br /&gt;
people (especially SatoshiDICE customers) have made this mistake and have lost money, so it’s primarily an effort to minimise such losses in future&amp;lt;ref&amp;gt;Secondarily, understanding why it’s unreliable is useful both for sound understanding of Bitcoin and for writing robust financial code that doesn’t lose other people’s money or cause support headaches for you.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
I suspect the following factors have contributed to the popularity of the “from” misconception:&lt;br /&gt;
# We often learn by comparing new phenomena to those we’re already familiar with, and in most other payment systems and sender/recipient models the sender has a single permanent identifier.&lt;br /&gt;
# Most blockchain explorers&amp;lt;ref&amp;gt;At least [https://blockexplorer.com blockexplorer.com], [https://blockchain.info blockchain.info], [https://biteasy.com biteasy.com] and [https://blockr.io blockr.io] (at time of writing).&amp;lt;/ref&amp;gt; attempt to show all last-sent-to addresses for a transaction in an effort to be user-friendly, and either show a suggestive arrow or even (in the case of blockexplorer.com) actually label the last-sent-to as “From”. All those I checked represent addresses as having a “balance” which tempts people to think addresses operate like bank accounts.&lt;br /&gt;
# The depiction or use of addresses in some local wallets somewhat encourages it:&lt;br /&gt;
#* Multibit prefers simpler key management over privacy, [https://bitcointalk.org/index.php?topic=208808.msg2191181#msg2191181 sending change “back” to one of the last-sent-to addresses]&lt;br /&gt;
#* Electrum [https://iwilcox.me.uk/2014/no-from/electrum-screenshot represents addresses as having balances]&lt;br /&gt;
# Vanity address use can easily be interpreted as meaning there’s a one-to-one relationship between people and addresses.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why there’s no ‘from’ address ==&lt;br /&gt;
&lt;br /&gt;
=== By analogy ===&lt;br /&gt;
&lt;br /&gt;
Relying on things that &#039;&#039;seem&#039;&#039; like ‘from’ addresses would be like:&lt;br /&gt;
* getting on a train/bus that just arrived from where you want to go, in the hope that all trains/buses always turn around and head back the way they came&lt;br /&gt;
* trying to reply to mail you recieved in a re-used envelope — by peeling the sticker bearing your address off, and using the previous address you find underneath&lt;br /&gt;
&lt;br /&gt;
=== More technically ===&lt;br /&gt;
&lt;br /&gt;
At the protocol level, when looking at a transaction in isolation as it appears on the wire or in a block, no part of it directly encodes a “from”.&lt;br /&gt;
A transaction provides solutions for some challenges and poses some new challenges, both in the form of [[Script|scripts]]&amp;lt;ref&amp;gt;Although in practice the network currently limits solution scripts to providing solutions directly; solution scripts can’t compute anything.&amp;lt;/ref&amp;gt;&lt;br /&gt;
.&lt;br /&gt;
Here’s one way to depict that for a transaction like [https://blockexplorer.com/rawtx/e9e2c646890be8aa2f32b221e1ac771467839a660dab1e269d1b6d8c11b25063 e9e2....5063]:&lt;br /&gt;
&lt;br /&gt;
[[Image:4ce9ef5f165d910881386f1d65fe1bf93b66ada3.png]]&lt;br /&gt;
&lt;br /&gt;
None of the &amp;lt;code&amp;gt;prev_outs&amp;lt;/code&amp;gt; in the [https://blockexplorer.com/rawtx/e9e2c646890be8aa2f32b221e1ac771467839a660dab1e269d1b6d8c11b25063 decoded version] directly encode addresses in any form.&lt;br /&gt;
It does encode &#039;&#039;indirect references&#039;&#039; to unspent coins, and maybe for some unspent coins you can infer something about &#039;&#039;their&#039;&#039; previous destination, but conceptually those are at best references to previous “to” addresses.&lt;br /&gt;
Even that inference is not always sensible (advanced transactions will probably [https://blockexplorer.com/rawtx/e9e2c646890be8aa2f32b221e1ac771467839a660dab1e269d1b6d8c11b25063 defeat] [https://blockchain.info/tx/54fabd73f1d20c980a0686bf0035078e07f69c58437e4d586fb29aa0bee9814f?show_adv=true most] [https://www.biteasy.com/blockchain/transactions/54fabd73f1d20c980a0686bf0035078e07f69c58437e4d586fb29aa0bee9814f block] [http://blockr.io/tx/info/54fabd73f1d20c980a0686bf0035078e07f69c58437e4d586fb29aa0bee9814f explorers]) and is never necessary or appropriate in everyday use of Bitcoin. The rest of this post will use the term “&#039;&#039;last-sent-to&#039;&#039; address”&amp;lt;ref&amp;gt;Because transactions are multiple-input, multiple-output, it’s really “all last-sent-to addresses”, since without assumptions you’ve no information about whether any one is more valid than any other.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Unreliable assumptions ==&lt;br /&gt;
&lt;br /&gt;
So when and how does sending to the last-sent-to address fail?&lt;br /&gt;
Suppose you carefully reconcile your personal accounts at the end of each month and notice then that Monica overpaid.&lt;br /&gt;
Now you need to return some of the money.&lt;br /&gt;
If you send to the last-sent-to address, you’re relying on the assumptions that Monica:&lt;br /&gt;
* uses a local wallet rather than a shared/web wallet&lt;br /&gt;
* didn’t drop her phone in a puddle in the meantime&lt;br /&gt;
* didn’t have her phone stolen in the meantime&lt;br /&gt;
* used coins she received via a simple transaction to pay you&lt;br /&gt;
* knows (or can definitely work out) who is sending that money to her and why&lt;br /&gt;
* is comfortable with the security implications of address re-use&lt;br /&gt;
* is comfortable with the privacy implications of address re-use&lt;br /&gt;
&lt;br /&gt;
If any of these assumptions turn out to be untrue you’ll lose coins, inconvenience Monica, or both.&lt;br /&gt;
Since this is more than you’re likely to know with sufficient confidence about her without checking with her, it’s safer and easier simply to ask her for the correct address to send the overpayment to (hopefully a freshly generated, dedicated one) when you communicate.&lt;br /&gt;
&lt;br /&gt;
The following sections briefly look at why each listed assumption about the last-sent-to address is risky.&lt;br /&gt;
&lt;br /&gt;
* [[#Recipient created the private key|Recipient created the private key]]&lt;br /&gt;
* [[#Recipient still has a copy of the private key|Recipient still has a copy of the private key]]&lt;br /&gt;
* [[#Recipient has maintained exclusive control of the private key|Recipient has maintained exclusive control of the private key]]&lt;br /&gt;
* [[#Recipient used coins they recieved through pay-to-pubkey-hash transactions|Recipient used coins they recieved through pay-to-pubkey-hash transactions]]&lt;br /&gt;
* [[#Recipient can work out the origin reliably|Recipient can work out the origin reliably]]&lt;br /&gt;
* [[#Recipient is comfortable with the security implications of address re-use|Recipient is comfortable with the security implications of address re-use]]&lt;br /&gt;
* [[#Recipient is comfortable with the privacy implications of address re-use|Recipient is comfortable with the privacy implications of address re-use]]&lt;br /&gt;
&lt;br /&gt;
=== Recipient created the private key ===&lt;br /&gt;
&lt;br /&gt;
Many web wallets/exchanges&amp;lt;ref&amp;gt;Besides some sites that provide nothing but wallet services, this includes some centralised exchanges, peer-to-peer or escrow-based exchanges, betting sites, mining pools — any site that holds coins on your behalf and doesn’t give you exclusive access to your private key, or sufficient multisig control of your coins.&amp;lt;/ref&amp;gt; (shared wallets) manage addresses and private keys for you, and pool all deposited coins.&lt;br /&gt;
After you deposit coins to such a site they will almost always use coins you deposited to fulfill other customers’ withdrawals, maintaining your balance only as a centralised database entry.&lt;br /&gt;
Similarly, when you go to withdraw coins to an external address, your withdrawal will probably consist entirely of coins last-sent-to some other customer’s deposit address and/or addresses used purely internally by the site to receive [[Change|change]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;FIXME: diagram of typical shared wallet coin-pooling, picturing your freshly deposited coins being used satisfy another customer’s withdrawal, then someone else’s coins being used to satisfy yours.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In that case, the address Monica’s coins were last-sent-to might just be the deposit address of a completely unrelated user of the same shared wallet Monica uses, or at best, a change address used purely internally by the shared wallet, not associated with any particular user.&lt;br /&gt;
Either way, Monica would be unlikely ever to recover what you sent.&lt;br /&gt;
&lt;br /&gt;
This wouldn’t be a problem if the last-sent-to address&amp;lt;ref&amp;gt;Or, more correctly, if the private key from which that address was derived was created with a local wallet.&amp;lt;/ref&amp;gt; was created with a local wallet such as Bitcoin QT, Electrum or Multibit — but you can’t safely assume that, and even if you know Monica used a local wallet recently she may have changed her habits when creating that address, or switched wallets since.&lt;br /&gt;
&lt;br /&gt;
This doesn’t mean shared wallets are misbehaving by pooling deposits;&lt;br /&gt;
it’s necessary for keeping most coins in cold storage.&lt;br /&gt;
The model has other benefits too;&lt;br /&gt;
they can make more efficient use of block space (and reduce fees as a result) by grouping withdrawals &amp;lt;ref&amp;gt;Bitstamp does this.&amp;lt;/ref&amp;gt; and by handling transfers between customers internally, and provided they protect/expire their logs, they increase privacy.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Recipient still has a copy of the private key ===&lt;br /&gt;
&lt;br /&gt;
Monica may have lost all copies of the last-sent-to address’s private key since paying you, so you may be destroying coins by sending them there.&lt;br /&gt;
While this is unlikely if the interval is short, there are a multitude of ways to lose data:&lt;br /&gt;
* accidental/naïve deletion; especially:&lt;br /&gt;
** [http://www.reddit.com/r/Bitcoin/comments/26xw2s/lost_all_my_btc_depressed_pointless_rant/ switching devices without keeping old wallet data]&lt;br /&gt;
** switching wallet software without keeping old wallet data&lt;br /&gt;
** spending a paper wallet or “physical” bitcoin then discarding it&lt;br /&gt;
* physically losing the media&lt;br /&gt;
* data corruption&lt;br /&gt;
* device failure&lt;br /&gt;
* forgotten password or death of the owner&lt;br /&gt;
* bad app uninstall procedures&lt;br /&gt;
&lt;br /&gt;
and most people are pretty poor at keeping suitably regular/redundant backups.&lt;br /&gt;
Even if Monica is fantastic at keeping regular backups, perhaps the private key is physically distant or requires some tedious recovery procedure, so it might be very inconvenient.&lt;br /&gt;
&lt;br /&gt;
=== Recipient has maintained exclusive control of the private key ===&lt;br /&gt;
&lt;br /&gt;
Monica may have had her private keys extracted from her by an attacker:&lt;br /&gt;
* fallen prey to malware&lt;br /&gt;
* been socially engineered&lt;br /&gt;
* been physically robbed/mugged&lt;br /&gt;
* suffered from a bug in a common wallet&lt;br /&gt;
&lt;br /&gt;
or may have been negligent with it/underestimated attacks:&lt;br /&gt;
* used a weak password&lt;br /&gt;
* left her phone/laptop unattended and unlocked&lt;br /&gt;
* used her wallet from a USB stick in an Internet café&lt;br /&gt;
&lt;br /&gt;
and have taken measures to recover, generating fresh keys/addresses.&lt;br /&gt;
&lt;br /&gt;
Another way Monica might not have exclusive control of the key is if she received the coins by someone handing her a paper wallet, as a present or tip.&lt;br /&gt;
While a careful giver would be sure to wipe the private key from their wallet once they were sure it was spent, they may have forgotten, gone rogue or fallen victim to a wallet-stealing malware themselves.&lt;br /&gt;
&lt;br /&gt;
=== Recipient used coins they recieved through pay-to-pubkey-hash transactions ===&lt;br /&gt;
&lt;br /&gt;
If Monica received those coins she used to pay you at a multisignature address, she may now lack sufficient signing keys to release anything you send there, and it may be inconvenient or impossible for her to get signatures from the other keyholders.&lt;br /&gt;
For instance, maybe she used [https://www.bitrated.com/ Bitrated] and had a dispute resolved in her favour but the arbitrator she chose since discarded or lost their key, went rogue or died.&lt;br /&gt;
Multisignature addresses are just one use of pay-to-script-hash, so you can’t even infer that a pay-to-script-hash is a multisignature address;&lt;br /&gt;
she may have used a more exotic variety.&lt;br /&gt;
&lt;br /&gt;
Even if she received those coins with pay-to-pubkey-hash transactions&amp;lt;ref&amp;gt;Or, I guess, pay-to-pubkey.&amp;lt;/ref&amp;gt;, her transaction to you may have consumed multiple inputs.&lt;br /&gt;
How are you going to distribute your repayment between those?&lt;br /&gt;
Equally?&lt;br /&gt;
Pick one at random?&lt;br /&gt;
Existing use of [https://bitcointalk.org/index.php?topic=279249.0 CoinJoin] probably involves people participating in a join between external transactions, as a separate privacy enhancement step, but as more implementations appear perhaps clients will support direct payments via CoinJoins.&lt;br /&gt;
That would be a similar situation to the shared wallets point above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Recipient can work out the origin reliably ===&lt;br /&gt;
&lt;br /&gt;
This is more about respecting a payee’s preferred payment method and making life easy for them than about avoiding loss.&lt;br /&gt;
To ease accounting (and other reasons) Monica might always create a dedicated address for every receive, and label it with the name of the expected sender and purpose of the transaction.&lt;br /&gt;
If you send to an address Monica gave out to her employer, her accounts won’t balance.&lt;br /&gt;
Assuming her employer and you both follow best practices regarding privacy/address re-use, she can’t tell anything about the mystery incoming funds with any certainty.&lt;br /&gt;
&lt;br /&gt;
In some business (and perhaps tax return) situations having an inexplicable imbalance on an account can be a serious compliance problem;&lt;br /&gt;
while folks in that situation could delete all related keys to prevent that, you can’t be sure they have and even if they did, you’re destroying coins.&lt;br /&gt;
&lt;br /&gt;
=== Recipient is comfortable with the security implications of address re-use ===&lt;br /&gt;
&lt;br /&gt;
Established security best practices discourage address re-use because when Monica sends you the restaurant bill, she reveals the public key for the last-sent-to address;&lt;br /&gt;
before that, the world knew only the address (a hash of the public key) and would have had to perform a pre-image attack to find the public key.&lt;br /&gt;
While it’s pretty unlikely, ECDSA is relatively new and could be found to be weak;&lt;br /&gt;
private keys may somehow be found to be easily derived from public ones, exposing any unspent coins where the public key is known.&lt;br /&gt;
&lt;br /&gt;
Re-using addresses also probably increased the [http://tradeblock.com/research/security-vulnerability-in-all-android-bitcoin-wallets/ losses suffered via the Android SecureRandom bug], since [http://www.nilsschneider.net/2013/01/28/recovering-bitcoin-private-keys.html exploiting it] required seeing two transactions with the same last-sent-to and the same r values.&lt;br /&gt;
&lt;br /&gt;
The discoverers of the OpenSSL ECDSA [http://arstechnica.com/security/2014/03/scientist-devised-crypto-attack-could-one-day-steal-secret-bitcoin-keys/ “FLUSH+RELOAD” attack] estimated that under the right conditions they could recover a private key by observing as few as 200 signatures (in Bitcoin’s case, typical transactions) made with it.&lt;br /&gt;
&lt;br /&gt;
Hopefully those are the last bugs we’ll see related to re-use, but we can’t be sure.&lt;br /&gt;
&lt;br /&gt;
Since it’s Monica’s money at stake here, the decision on whether these threats are significant should be up to her.&lt;br /&gt;
&lt;br /&gt;
=== Recipient is comfortable with the privacy implications of address re-use ===&lt;br /&gt;
&lt;br /&gt;
[https://bitcoin.org/en/protect-your-privacy Established privacy best practices] discourage address re-use because it reduces privacy both for you and, [http://www.bitcoinnotbombs.com/innovations-that-enhance-bitcoin-anonymity/ infectiously], for all other users (most directly, people you transact with, but also to a lesser extent the people they transact with, and so on).&lt;br /&gt;
Even if you feel the simpler key management is worth the privacy cost to you and the rest of the network, it’s more polite to avoid inflicting that cost on Monica any more than you already are — again, you should let her make her own decision on this.&lt;br /&gt;
&lt;br /&gt;
== Solutions ==&lt;br /&gt;
&lt;br /&gt;
Perhaps we’re doomed, and Bitcoin will never see mass adoption because of traps like these that await the unwary.&lt;br /&gt;
On the other hand, things can be done.&lt;br /&gt;
&lt;br /&gt;
If you’re telling someone about Bitcoin you should avoid mentioning the concept, except to explain how, in this respect, Bitcoin doesn’t operate like other payment systems or sender/receiver systems they might know.&lt;br /&gt;
&lt;br /&gt;
Tools like block explorers and wallets should either refrain from showing inferences altogether, or should show them only in an advanced mode — with the right name and a prominent list of reasons why they’re of academic interest only.&lt;br /&gt;
Perhaps if folks make enough noise, they will.&lt;br /&gt;
&lt;br /&gt;
Uptake of the [https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki payment protocol] and other such measures that deliver refund addresses in the same communication as payment requests/payments should be encouraged.&lt;br /&gt;
These hide such dirty temptations from the user.&lt;br /&gt;
&lt;br /&gt;
Privacy-protecting wallets should be preferred, since those avoid address re-use anyway.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;2014-05-30: incorporate feedback from Andrew Poelstra and Burrito. 2014-05-31: incorporate feedback from Greg Maxwell, btiefert, dsnrk. 2014-06-01: incorporate feedback from Luke-Jr.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Original source: [https://iwilcox.me.uk/2014/no-from-address https://iwilcox.me.uk/2014/no-from-address]&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Private_key&amp;diff=48803</id>
		<title>Private key</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Private_key&amp;diff=48803"/>
		<updated>2014-07-15T06:31:18Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: /* Base 58 Wallet Import format */ Mention that the example key is mainnet-only, since a couple of people have lost hair trying to import it on testnet.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;private key&#039;&#039;&#039; in the context of Bitcoin is a secret number that allows bitcoins to be spent.  Every Bitcoin address has a matching private key, which is saved in the wallet file of the person who owns the balance.  The private key is mathematically related to the Bitcoin address, and is designed so that the Bitcoin address can be calculated from the private key, but importantly, the same cannot be done in reverse.&lt;br /&gt;
&lt;br /&gt;
Because the private key is the &amp;quot;ticket&amp;quot; that allows someone to spend bitcoins, it is important that these are kept secure.  Private keys can be kept on computer files, but they are also short enough that they can be printed on paper.  An example of a utility that allows extraction of private keys from your wallet file for printing purposes is [[pywallet]].&lt;br /&gt;
&lt;br /&gt;
In order to create a transaction with a private key, it must be available to a program or service that allows entry or importing of private keys. Some wallets allow the private key to be imported without generating any transactions while other wallets or services require that the private key be swept. When a private key is swept, a transaction is broadcast that sends the entire balance held by the private key to another address in the wallet or securely controlled by the service in question. &lt;br /&gt;
&lt;br /&gt;
An example of private key sweeping is the method used on [[MtGox]]&#039;s Add Funds screen and [[BIPS]] Import screen. Just as with any other deposit, there is risk of double-spending so funds are deposited to the MtGox account after a six-confirmation wait (typically one hour).  In contrast [[BlockChain.info]]&#039;s My Wallet service and Bitcoin-QT each provide a facility to import a private key without creating a sweep transaction.&lt;br /&gt;
&lt;br /&gt;
==An example private key==&lt;br /&gt;
In Bitcoin, a private key is a 256-bit number, which can be represented one of several ways.  Here is a private key in hexadecimal - 256 bits in hexadecimal is 32 bytes, or 64 characters in the range 0-9 or A-F.&lt;br /&gt;
&lt;br /&gt;
 E9 87 3D 79 C6 D8 7D C0 FB 6A 57 78 63 33 89 F4 45 32 13 30 3D A6 1F 20 BD 67 FC 23 3A A3 32 62&lt;br /&gt;
&lt;br /&gt;
==Range of valid private keys==&lt;br /&gt;
Nearly every 256-bit number is a valid private key.  Specifically, any 256-bit number between 0x1 and 0xFFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFE BAAE DCE6 AF48 A03B BFD2 5E8C D036 4141 is a valid private key.&lt;br /&gt;
&lt;br /&gt;
The range of valid private keys is governed by the [[secp256k1]] ECDSA standard used by Bitcoin.&lt;br /&gt;
&lt;br /&gt;
==Base 58 Wallet Import format==&lt;br /&gt;
When we represent private keys in Bitcoin, however, we use a shorter format known as [[wallet import format]], which offers a few advantages.  The wallet import format is shorter, and includes built-in error checking codes so that typos can be automatically detected and/or corrected (which is impossible in hex format) and type bits indicating the network it&#039;s valid on.  Wallet import format is the most common way to represent private keys in Bitcoin.  For private keys associated with uncompressed public keys, they are 51 characters and always start with the number 5 on mainnet (9 on testnet). Private keys associated with compressed public keys are 52 characters and start with a capital L or K on mainnet (c on testnet). This is the same private key in (mainnet) wallet import format:&lt;br /&gt;
&lt;br /&gt;
 5Kb8kLf9zgWQnogidDA76MzPL6TsZZY36hWXMssSzNydYXYB9KF&lt;br /&gt;
&lt;br /&gt;
When a private key is imported, it always corresponds to exactly one [[Address|Bitcoin address]].  Any utility which performs the conversion can display the matching Bitcoin address.  The mathematical conversion is somewhat complex and best left to a computer, but it&#039;s notable that each private key will always correspond to the same address no matter which program is used to convert it.&lt;br /&gt;
&lt;br /&gt;
The Bitcoin address corresponding to the sample above is: 1CC3X2gu58d6wXUWMffpuzN9JAfTUWu4Kj&lt;br /&gt;
&lt;br /&gt;
==Mini private key format==&lt;br /&gt;
Some applications use the [[mini private key format]].  Not every private key or Bitcoin address has a corresponding mini private key - they have to be generated a certain way in order to ensure a mini private key exists for an address.  The mini private key is used for applications where space is critical, such as in QR codes and in [[physical bitcoins]].  The above example has a mini key, which is:&lt;br /&gt;
&lt;br /&gt;
 SzavMBLoXU6kDrqtUVmffv&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
Any Bitcoins sent to the address 1CC3X2gu58d6wXUWMffpuzN9JAfTUWu4Kj can be spent by anybody who knows the private key in &#039;&#039;any&#039;&#039; of the three formats.  That includes bitcoins presently at the address, as well as any bitcoins that are ever sent to it in the future.  The private key is only needed to spend the balance, not necessarily to see it.  The Bitcoin balance of the address can be determined by anybody with the public [[Block Explorer]] at http://www.blockexplorer.com/address/1CC3X2gu58d6wXUWMffpuzN9JAfTUWu4Kj - even if they don&#039;t have the private key.&lt;br /&gt;
&lt;br /&gt;
If a private key with a Bitcoin balance is compromised or stolen, the bitcoin balance can only be protected if it is immediately spent to a different address whose private key is not compromised.  Because bitcoins can only be spent once, when they are spent away from a private key, the private key is worthless unless more coins are sent to the address.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Paper wallet]]&lt;br /&gt;
* [[How to import private keys]]&lt;br /&gt;
* [[How to import private keys v7+]]&lt;br /&gt;
&lt;br /&gt;
[[es:Clave privada]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Gocoin&amp;diff=47828</id>
		<title>Gocoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Gocoin&amp;diff=47828"/>
		<updated>2014-06-01T21:13:25Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: /* References */ Add to Google Go language category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An open-source Bitcoin solution written in Go language (golang).&lt;br /&gt;
It can be built for every platform that has a working Go compiler.&lt;br /&gt;
It uses a proprietary license, though is free to use for non-commercial purposes.&lt;br /&gt;
&lt;br /&gt;
==Architecture==&lt;br /&gt;
&lt;br /&gt;
Gocoin&#039;s architecture is quite different from the reference implementation (of the Satoshi client).&lt;br /&gt;
&lt;br /&gt;
===Libraries===&lt;br /&gt;
&lt;br /&gt;
====btc / chain / script ====&lt;br /&gt;
The core of the software is a library that essentially provides the blockchain protocol parser. That includes script parsing, ECDSA signature verification, but also things like address encoding, parsing of canonical signatures or extracting hashes that need to be signed for specific inputs of a given transaction.&lt;br /&gt;
&lt;br /&gt;
It is a relatively big library, that contains many useful bitcoin function.&lt;br /&gt;
&lt;br /&gt;
Inside the package, there is also a blocks persistent storage database (blockdb.go) - it is just a simple plain storage (that can only grow), with an index. It uses snappy compression, allowing to save about 30% of the disk space.&lt;br /&gt;
&lt;br /&gt;
====qdb====&lt;br /&gt;
The core library interfaces directly with a UTXO database backed.&lt;br /&gt;
For this purpose Gocoin uses its own database engine, that has been designed to deal with the specific characteristics of bitcoin&#039;s UTXO database. &lt;br /&gt;
&lt;br /&gt;
====secp256k1====&lt;br /&gt;
To speed up the Elliptic Curve operations [https://github.com/bitcoin/secp256k1 the secp256k1 library by sipa] has been ported to Go.&lt;br /&gt;
&lt;br /&gt;
===Online client===&lt;br /&gt;
The online client is a kind of a server software (or a peer-to-peer node) that is meant to be running all the time.&lt;br /&gt;
&lt;br /&gt;
It handles the network related communication, feeds the core lib with new incoming blockchain data, monitors balances on the wallets&#039; addresses,  manages transaction memory pool and the peers database. It also provides an interactive user interface.&lt;br /&gt;
&lt;br /&gt;
===Offline wallet===&lt;br /&gt;
The wallet application is responsible for creating private keys (from a seed password) and for signing transactions with them.&lt;br /&gt;
It can also sign text messages with private keys and decode raw transactions.&lt;br /&gt;
&lt;br /&gt;
Unlike the client, the wallet is not an app that is meant te be running continuously. &lt;br /&gt;
A user runs it with the requested task - the wallet does the job and exits (back to the command prompt).&lt;br /&gt;
&lt;br /&gt;
===Blockchain downloader===&lt;br /&gt;
For optimized initial blockchain download, Gocoin has a dedicated application called &#039;&#039;&#039;downloader&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Among other optimizations, the downloader allows a user to skip verification of all the blocks up to a certain one that he defines as trusted. This can speed up the bootstrap process significantly (e.g. from days to hours).&lt;br /&gt;
&lt;br /&gt;
After it finishes downloading of all the blocks, it will exit automatically. In that moment the client should be started and it will keep up with all the new blocks, that will  appear in the network.&lt;br /&gt;
&lt;br /&gt;
===Other tools===&lt;br /&gt;
There is also a set of more and less useful tools (&#039;&#039;github.com/piotrnar/gocoin/tools&#039;&#039;) that are an integral part of the Gocoin bitcoin software.&lt;br /&gt;
&lt;br /&gt;
For instance &#039;&#039;&#039;btcversig&#039;&#039;&#039; can verify a validity of a bitcoin signature - it is the substitute of the reference client&#039;s &#039;&#039;&#039;verifymessage&#039;&#039;&#039; RPC-API.&lt;br /&gt;
&lt;br /&gt;
The tool &#039;&#039;&#039;type2determ&#039;&#039;&#039; can, at the other hand, calculate Type-2 deterministic addresses, without a need to access the wallet (the private keys).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
Gocoin has a several unique features, that distinguish it from the original bitcoin client.&lt;br /&gt;
===Node / Client===&lt;br /&gt;
* All the unspent outputs are kept in memory, which makes switching between different wallets, as well as checking a balance of any address, relatively fast (few seconds max).&lt;br /&gt;
* Allows a user to limit the upload and download network bandwidth used by the client.&lt;br /&gt;
* Can be monitored and controlled through a web interface (from a web browser).&lt;br /&gt;
* Works with its own implementation of a cold storage wallet.&lt;br /&gt;
* Web interface allows a user to create raw transactions from specific inputs ([[Coin Control]]), as well as multisig transactions ([[P2SH]])&lt;br /&gt;
* The blocks are stored on the disk in a compressed form (using [https://code.google.com/p/snappy/ snappy] compression) which saves 20-30% of space.&lt;br /&gt;
* Supports monitoring and fetching balance of own stealth addresses (the ones implemented in Dark Wallet)&lt;br /&gt;
&lt;br /&gt;
===Wallet===&lt;br /&gt;
* For security reasons, it is supposed to be used with a PC that has never been (and will never be) connected to a network.&lt;br /&gt;
* The wallet is deterministic and a seed-password based. As long as you can remember the password, there is no need for any backups.&lt;br /&gt;
* Additionally it can import private keys from an existing bitcoin wallet (must be in [[Private key#Base 58 Wallet Import format | Base 58 Wallet Import format]] format).&lt;br /&gt;
* Has very low hardware requirements. Can be run on i.e. Raspberry Pi&lt;br /&gt;
* Can generate [https://bitcointalk.org/index.php?topic=19137.0 Type-2] deterministic keys/addresses&lt;br /&gt;
* Supports (partial) signing of [[P2SH]] multisig transactions (the ones that use [[Script#Crypto | OP_CHECKMULTISIG opcode]]).&lt;br /&gt;
* Supports spending to stealth addresses as implemented in Dark Wallet&lt;br /&gt;
* Supports Litecoin&lt;br /&gt;
&lt;br /&gt;
===Node-less mode===&lt;br /&gt;
It is possible to use Gocoin&#039;s wallet, without a need to have a running client node, which may come handy since the node requires quite a decent hardware and the block chain takes  a lot of time for the initial download.&lt;br /&gt;
&lt;br /&gt;
In such a case the required balance files are fetched with a tool called &#039;&#039;&#039;balio&#039;&#039;&#039;, from a popular block explorer &#039;&#039;&#039;blockr.io&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: using this tool you will not be able to monitor balance on your stealth addresses.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
===Client===&lt;br /&gt;
Requires 64-bit platform and at least 4GB of system memory.&lt;br /&gt;
&lt;br /&gt;
The file system that stores the blockchain data must be able to handle files larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
===Wallet===&lt;br /&gt;
The wallet app has very little hardware requirements. As long as you can build it for a specific architecture, it should work there.&lt;br /&gt;
&lt;br /&gt;
Gocoin wallet has been even used on Raspberry Pi model A.&lt;br /&gt;
&lt;br /&gt;
For security reasons it is strongly recommended to run the wallet on an encrypted file system, with an encrypted swap file.&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
* No GUI, though the online node has web interface&lt;br /&gt;
* No RPC API&lt;br /&gt;
* No IPv6&lt;br /&gt;
* No UPnP&lt;br /&gt;
* No support for non-confirmed transactions (they are invisible in the balance)&lt;br /&gt;
* No support for [[Protocol_specification#filterload, filteradd, filterclear, merkleblock | bloom filters]] protocol ([[BIP 0037]]) and the [[Protocol_specification#mempool | mempool]] command&lt;br /&gt;
* No routing of [[Protocol_specification#alert | alert]] messages&lt;br /&gt;
* No support for multisig stealth addresses (yet)&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Gocoin was written by a single person for a private purposes.&lt;br /&gt;
&lt;br /&gt;
The software&#039;s first public release was announced in May 2013 on Bitcointalk forum.&amp;lt;ref&amp;gt;https://bitcointalk.org/index.php?topic=199306.0&amp;lt;/ref&amp;gt;&lt;br /&gt;
Ever since then, the software has been actively maintained and further developed, being armed with new features, further optimized and cleaned up from issues.&lt;br /&gt;
&lt;br /&gt;
It happened twice that the client wasn&#039;t able to catch up with the blockchain, because of the implementation difference of the chain parsing protocol that was causing it to reject a block (transaction) that the reference implementation would accept. In both cases the issue was fixed within single days. The fist case happened in July 2013 and the fix was introduced in version 0.5.7. The second time was in March 2014 - the fix came with release 0.9.3.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://www.assets-otc.com/gocoin Homepage]&lt;br /&gt;
* [https://github.com/piotrnar/gocoin Github repo]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=199306.0 Bitcointalk forum topic]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Open Source]]&lt;br /&gt;
[[Category:Wallets]]&lt;br /&gt;
[[Category:Google Go]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Browser-based_wallet&amp;diff=47827</id>
		<title>Browser-based wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Browser-based_wallet&amp;diff=47827"/>
		<updated>2014-06-01T20:50:03Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Remove mentions of &amp;quot;&amp;#039;from&amp;#039; address&amp;quot; and link to &amp;quot;no from address&amp;quot; guide; balance Blockchain.info-like wallet description out with downsides&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;browser-based wallet&#039;&#039;&#039; or &#039;&#039;&#039;wallet service&#039;&#039;&#039; is an online account with an external provider where bitcoins can be stored.  Examples include accounts on currency exchange [[:Category:Markets|Markets]], online [[:Category:Services|Services]] and with ecommerce transaction processors.  This definition also includes [[Browser-based_wallet#Hybrid_e-wallets|Hybrid e-wallets]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: When storing your bitcoins with a browser-based wallet on a third-party website, you are trusting that the operator will not abscond with your bitcoins, and that operator maintains secure systems that protect against theft, internal or external.  It is recommended that you obtain the real-world identity of the website operator, ensure that sufficient recourse is available and avoid services that do not use an offline wallet ([[cold storage]]) for bitcoins that are not needed for daily transactions.  Storing significant quantities of bitcoins on third party websites is not recommended.&amp;lt;/span&amp;gt; (Note: some [[Browser-based_wallet#Hybrid_e-wallets|Hybrid e-wallets]] might be exempt from this warning, and adequately safe for storing large amount of Bitcoins. In any case, do your own homework and learn how each site operates).&lt;br /&gt;
&lt;br /&gt;
==Benefits==&lt;br /&gt;
* Use of a browser-based wallet provider may help improve [[anonymity]] against third-parties who watch your IP address use.&lt;br /&gt;
* An account with a wallet service can generally be established in just minutes.&lt;br /&gt;
* Some bitcoin users store some or all of their bitcoins in a browser-based wallet to avoid having to worry about keeping a local wallet [[Securing_your_wallet|secure]].&lt;br /&gt;
* Since withdrawals can be made to any Bitcoin address, simply using the withdrawal feature to withdraw to an address that is not yours is functionally equivalent to sending a Bitcoin payment when running the Bitcoin client locally.&lt;br /&gt;
* Some services offer instant, internal transfers. This allows transactions to complete without having to wait for block confirmations.&lt;br /&gt;
&lt;br /&gt;
==Things to be aware of==&lt;br /&gt;
&lt;br /&gt;
When bitcoins are stored online, the provider retains full control of those amounts.  You are trusting a third party to maintain your Bitcoin balance on your behalf.  In comparison, if you run the Bitcoin software yourself, you are in full control of your coins so long as the wallet file stored on your computer is kept secret and secure.&lt;br /&gt;
&lt;br /&gt;
Other relevant things:&lt;br /&gt;
&lt;br /&gt;
* You typically have less anonymity with respect to those who run the online wallet site.&lt;br /&gt;
* If a payment is made from an online wallet, the last-sent-to [[address]] (often [https://iwilcox.me.uk/2014/no-from-address incorrectly called a &#039;from&#039; address]) is an address for the wallet provider and not an address reserved specifically for the sender.  This is because the wallet service provider may service the payment from any coins in its possession - your balance is not associated with any particular coins, any more than your balance at your local bank is associated with any specific bills.  Thus if the recipient were to &amp;quot;return&amp;quot; any bitcoins to the last-sent-to address, the sender would not receive those bitcoins &amp;amp;mdash; but last-sent-to addresses are [https://iwilcox.me.uk/2014/no-from-address#assumptions completely unsuitable for that anyway].&lt;br /&gt;
&lt;br /&gt;
* Not all wallet providers reserve a bitcoin address for the account holder indefinitely.  Bitcoin addresses generally work best when one is assigned for each use.  There is the risk of showing an address from a wallet provider in a directory or on a web page (for donations, as an example) as there is the possibility that at the future date when those bitcoins are sent that the intended recipient still has the wallet account.  The same concern applies should the wallet provider cease operations.&lt;br /&gt;
&lt;br /&gt;
* While there are ways for the wallet provider to [https://iwilcox.me.uk/2014/proving-bitcoin-reserves demonstrate that they operate with full reserves], the practice is not widespread and doesn&#039;t protect against security breaches or the owner suddenly absconding with all funds.&lt;br /&gt;
&lt;br /&gt;
* Transactions to a Bitcoin address from the same wallet provider are usually completed internally and, if so, will not be processed on the Bitcoin P2P network.  Auditing tools such as the [[Block Explorer]] will not show any activity for this transaction.&lt;br /&gt;
** Some wallet providers allow amounts below 0.01 BTC to be sent if the transaction is to another account holder on the same service.  This allows an inexpensive and immediate method to detect if the recipient is using the same wallet provider. &lt;br /&gt;
&lt;br /&gt;
* The wallet service provider&#039;s wallet may be vulnerable to security breaches, loss, or theft.  Because Bitcoin transactions are irreversible, there may be limited or no recovery if a provider&#039;s master wallet is compromised.  Wallet providers who implement preventative controls - such as keeping their reserves in an [[offline wallet]] - are likely to be safer.&lt;br /&gt;
&lt;br /&gt;
==Hybrid e-wallets==&lt;br /&gt;
&lt;br /&gt;
After several online bitcoin wallets were hacked, a second wave of online Bitcoin wallets entered the market. Hybrid wallets generally use Javascript in the user&#039;s browser to manage private keys and create payments.&lt;br /&gt;
&lt;br /&gt;
These wallets differed from traditional online wallet services because the user actually owns the private keys inside their wallet. This approach has several advantages:&lt;br /&gt;
&lt;br /&gt;
* The user can look up their account balance in the blockchain and which guarantees their account balance is correct.&lt;br /&gt;
* Users can easily export their private keys out of a wallet to use with another bitcoin client or wallet provider; if they take backups of the code and wallet data, this may even be possible if the provider disappears.&lt;br /&gt;
* The users&#039; keys are stored encrypted on the server, offering some protection for security breaches if strongly encrypted.&lt;br /&gt;
* As each address has only one user, it&#039;s less likely that [https://iwilcox.me.uk/2014/no-from-address misguided attempts to &amp;quot;return&amp;quot; coins] to their last-sent-to address will result in loss of coins.&lt;br /&gt;
&lt;br /&gt;
However, there are limits on what this model can achieve:&lt;br /&gt;
&lt;br /&gt;
* A single server compromise or abuse of trust can still result in losses for many users if the site serves maliciously modified Javascript.&lt;br /&gt;
* Unless users make use of the backup/export facility, they&#039;re no less exposed to wallet data loss or confiscation by the provider.&lt;br /&gt;
* The user&#039;s browser still presents a relatively large attack surface for exploits.&lt;br /&gt;
* Facilities for obtaining entropy in the browser of a grade suitable for strong cryptography are currently poor, and custom entropy code almost never undergoes qualified review, so any keys or nonces created at the browser end may be weak.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Buying bitcoins]]&lt;br /&gt;
* [[Selling bitcoins]]&lt;br /&gt;
* [[Bitcoin faucet]]&lt;br /&gt;
* List of [[:Category:HybridEWallets|HybridEWallets]]&lt;br /&gt;
* List of [[:Category:eWallets|eWallets]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=API_reference_(JSON-RPC)&amp;diff=47508</id>
		<title>API reference (JSON-RPC)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=API_reference_(JSON-RPC)&amp;diff=47508"/>
		<updated>2014-05-21T17:36:17Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: /* Java */ Link to JSON-RPC implementations&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Controlling Bitcoin ==&lt;br /&gt;
&lt;br /&gt;
Run &#039;&#039;bitcoind&#039;&#039; or &#039;&#039;bitcoin-qt -server&#039;&#039;. You can control it via the command-line or by [http://json-rpc.org/wiki/specification HTTP JSON-RPC] commands.&lt;br /&gt;
&lt;br /&gt;
You must create a bitcoin.conf configuration file setting an rpcuser and rpcpassword; see [[Running Bitcoin]] for details.&lt;br /&gt;
&lt;br /&gt;
Now run:&lt;br /&gt;
  $ ./bitcoind -daemon&lt;br /&gt;
  bitcoin server starting&lt;br /&gt;
  $ ./bitcoind help&lt;br /&gt;
  # shows the help text&lt;br /&gt;
&lt;br /&gt;
A [[Original Bitcoin client/API Calls list|list of RPC calls]] will be shown.&lt;br /&gt;
&lt;br /&gt;
  $ ./bitcoind getbalance&lt;br /&gt;
  2000.00000&lt;br /&gt;
&lt;br /&gt;
== JSON-RPC ==&lt;br /&gt;
&lt;br /&gt;
Running Bitcoin with the -server argument (or running bitcoind) tells it to function as a [http://json-rpc.org/wiki/specification HTTP JSON-RPC] server, but &lt;br /&gt;
[http://en.wikipedia.org/wiki/Basic_access_authentication Basic access authentication] must be used when communicating with it, and, for security, by default, the server only accepts connections from other processes on the same machine.  If your HTTP or JSON library requires you to specify which &#039;realm&#039; is authenticated, use &#039;jsonrpc&#039;.&lt;br /&gt;
&lt;br /&gt;
Bitcoin supports SSL (https) JSON-RPC connections beginning with version 0.3.14.  See the [[Enabling SSL on original client daemon|rpcssl wiki page]] for setup instructions and a list of all bitcoin.conf configuration options.&lt;br /&gt;
&lt;br /&gt;
Allowing arbitrary machines to access the JSON-RPC port (using the rpcallowip [[Running_Bitcoin|configuration option]]) is dangerous and &#039;&#039;&#039;strongly discouraged&#039;&#039;&#039;-- access should be strictly limited to trusted machines.&lt;br /&gt;
&lt;br /&gt;
To access the server you should find a [http://json-rpc.org/wiki/implementations suitable library] for your language.&lt;br /&gt;
&lt;br /&gt;
== Proper money handling ==&lt;br /&gt;
&lt;br /&gt;
See the [[Proper Money Handling (JSON-RPC)|proper money handling page]] for notes on avoiding rounding errors when handling bitcoin values.&lt;br /&gt;
&lt;br /&gt;
== Python ==&lt;br /&gt;
&lt;br /&gt;
[http://json-rpc.org/wiki/python-json-rpc python-jsonrpc] is the official JSON-RPC implementation for Python.&lt;br /&gt;
It automatically generates Python methods for RPC calls.&lt;br /&gt;
However, due to its design for supporting old versions of Python, it is also rather inefficient.&lt;br /&gt;
[[User:jgarzik|jgarzik]] has forked it as [https://github.com/jgarzik/python-bitcoinrpc Python-BitcoinRPC] and optimized it for current versions.&lt;br /&gt;
Generally, this version is recommended.&lt;br /&gt;
&lt;br /&gt;
While BitcoinRPC lacks a few obscure features from jsonrpc, software using only the ServiceProxy class can be written the same to work with either version the user might choose to install:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
  from jsonrpc import ServiceProxy&lt;br /&gt;
  &lt;br /&gt;
  access = ServiceProxy(&amp;quot;http://user:password@127.0.0.1:8332&amp;quot;)&lt;br /&gt;
  access.getinfo()&lt;br /&gt;
  access.listreceivedbyaddress(6)&lt;br /&gt;
  #access.sendtoaddress(&amp;quot;11yEmxiMso2RsFVfBcCa616npBvGgxiBX&amp;quot;, 10)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The latest version of python-bitcoinrpc has a new syntax.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
  from bitcoinrpc.authproxy import AuthServiceProxy&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ruby ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;ruby&amp;quot;&amp;gt;&lt;br /&gt;
require &#039;net/http&#039;&lt;br /&gt;
require &#039;uri&#039;&lt;br /&gt;
require &#039;json&#039;&lt;br /&gt;
&lt;br /&gt;
class BitcoinRPC&lt;br /&gt;
  def initialize(service_url)&lt;br /&gt;
    @uri = URI.parse(service_url)&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
  def method_missing(name, *args)&lt;br /&gt;
    post_body = { &#039;method&#039; =&amp;gt; name, &#039;params&#039; =&amp;gt; args, &#039;id&#039; =&amp;gt; &#039;jsonrpc&#039; }.to_json&lt;br /&gt;
    resp = JSON.parse( http_post_request(post_body) )&lt;br /&gt;
    raise JSONRPCError, resp[&#039;error&#039;] if resp[&#039;error&#039;]&lt;br /&gt;
    resp[&#039;result&#039;]&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
  def http_post_request(post_body)&lt;br /&gt;
    http    = Net::HTTP.new(@uri.host, @uri.port)&lt;br /&gt;
    request = Net::HTTP::Post.new(@uri.request_uri)&lt;br /&gt;
    request.basic_auth @uri.user, @uri.password&lt;br /&gt;
    request.content_type = &#039;application/json&#039;&lt;br /&gt;
    request.body = post_body&lt;br /&gt;
    http.request(request).body&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
  class JSONRPCError &amp;lt; RuntimeError; end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
if $0 == __FILE__&lt;br /&gt;
  h = BitcoinRPC.new(&#039;http://user:password@127.0.0.1:8332&#039;)&lt;br /&gt;
  p h.getbalance&lt;br /&gt;
  p h.getinfo&lt;br /&gt;
  p h.getnewaddress&lt;br /&gt;
  p h.dumpprivkey( h.getnewaddress )&lt;br /&gt;
  # also see: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
&lt;br /&gt;
The [http://jsonrpcphp.org/ JSON-RPC PHP] library also makes it very easy to connect to Bitcoin.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
  require_once &#039;jsonRPCClient.php&#039;;&lt;br /&gt;
  &lt;br /&gt;
  $bitcoin = new jsonRPCClient(&#039;http://user:password@127.0.0.1:8332/&#039;);&lt;br /&gt;
   &lt;br /&gt;
  echo &amp;quot;&amp;lt;pre&amp;gt;\n&amp;quot;;&lt;br /&gt;
  print_r($bitcoin-&amp;gt;getinfo()); echo &amp;quot;\n&amp;quot;;&lt;br /&gt;
  echo &amp;quot;Received: &amp;quot;.$bitcoin-&amp;gt;getreceivedbylabel(&amp;quot;Your Address&amp;quot;).&amp;quot;\n&amp;quot;;&lt;br /&gt;
  echo &amp;quot;&amp;lt;/pre&amp;gt;&amp;quot;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The jsonRPCClient library uses fopen() and will throw an exception saying &amp;quot;Unable to connect&amp;quot; if it receives a 404 or 500 error from bitcoind. This prevents you from being able to see error messages generated by bitcoind (as they are sent with status 404 or 500). The [https://github.com/aceat64/EasyBitcoin-PHP EasyBitcoin-PHP library] is similar in function to JSON-RPC PHP but does not have this issue.&lt;br /&gt;
&lt;br /&gt;
== Java ==&lt;br /&gt;
&lt;br /&gt;
The easiest way to tell Java to use HTTP Basic authentication is to set a default Authenticator:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
  final String rpcuser =&amp;quot;...&amp;quot;;&lt;br /&gt;
  final String rpcpassword =&amp;quot;...&amp;quot;;&lt;br /&gt;
  &lt;br /&gt;
  Authenticator.setDefault(new Authenticator() {&lt;br /&gt;
      protected PasswordAuthentication getPasswordAuthentication() {&lt;br /&gt;
          return new PasswordAuthentication (rpcuser, rpcpassword.toCharArray());&lt;br /&gt;
      }&lt;br /&gt;
  });&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once that is done, [http://json-rpc.org/wiki/implementations any JSON-RPC library for Java] (or ordinary URL POSTs) may be used to communicate with the Bitcoin server.&lt;br /&gt;
&lt;br /&gt;
== Perl ==&lt;br /&gt;
&lt;br /&gt;
The JSON::RPC package from CPAN can be used to communicate with Bitcoin.  You must set the client&#039;s credentials; for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;perl&amp;quot;&amp;gt;&lt;br /&gt;
  use JSON::RPC::Client;&lt;br /&gt;
  use Data::Dumper;&lt;br /&gt;
   &lt;br /&gt;
  my $client = new JSON::RPC::Client;&lt;br /&gt;
  &lt;br /&gt;
  $client-&amp;gt;ua-&amp;gt;credentials(&lt;br /&gt;
     &#039;localhost:8332&#039;, &#039;jsonrpc&#039;, &#039;user&#039; =&amp;gt; &#039;password&#039;  # REPLACE WITH YOUR bitcoin.conf rpcuser/rpcpassword&lt;br /&gt;
      );&lt;br /&gt;
  &lt;br /&gt;
  my $uri = &#039;http://localhost:8332/&#039;;&lt;br /&gt;
  my $obj = {&lt;br /&gt;
      method  =&amp;gt; &#039;getinfo&#039;,&lt;br /&gt;
      params  =&amp;gt; [],&lt;br /&gt;
   };&lt;br /&gt;
   &lt;br /&gt;
  my $res = $client-&amp;gt;call( $uri, $obj );&lt;br /&gt;
   &lt;br /&gt;
  if ($res){&lt;br /&gt;
      if ($res-&amp;gt;is_error) { print &amp;quot;Error : &amp;quot;, $res-&amp;gt;error_message; }&lt;br /&gt;
      else { print Dumper($res-&amp;gt;result); }&lt;br /&gt;
  } else {&lt;br /&gt;
      print $client-&amp;gt;status_line;&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Go ==&lt;br /&gt;
&lt;br /&gt;
The [https://github.com/conformal/btcjson btcjson package] can be used to communicate with Bitcoin.  You must provide credentials to match the client you are communicating with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;go&amp;quot;&amp;gt;&lt;br /&gt;
 import &amp;quot;github.com/conformal/btcjson&amp;quot;&lt;br /&gt;
 msg, err := btcjson.CreateMessage(&amp;quot;getinfo&amp;quot;)&lt;br /&gt;
 if err != nil {&lt;br /&gt;
    // Do your error handling&lt;br /&gt;
 }&lt;br /&gt;
 // Use your username and password here.&lt;br /&gt;
 reply, err := btcjson.RpcCommand(&amp;quot;user&amp;quot;, &amp;quot;password&amp;quot;, &amp;quot;localhost:8332&amp;quot;, msg)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .NET (C#) ==&lt;br /&gt;
The communication with rpc service can be achieved using the standard http request/response objects.&lt;br /&gt;
A library for serialising and deserializing Json will make your life a lot easier:&lt;br /&gt;
&lt;br /&gt;
Json.Net ( http://james.newtonking.com/json ) is a high performance JSON package for .Net.  It is also available via NuGet from the package manager console ( Install-Package Newtonsoft.Json ).&lt;br /&gt;
&lt;br /&gt;
The following example uses Json.Net:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
 HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(&amp;quot;http://localhost.:8332&amp;quot;);&lt;br /&gt;
 webRequest.Credentials = new NetworkCredential(&amp;quot;user&amp;quot;, &amp;quot;pwd&amp;quot;);&lt;br /&gt;
 /// important, otherwise the service can&#039;t desirialse your request properly&lt;br /&gt;
 webRequest.ContentType = &amp;quot;application/json-rpc&amp;quot;;&lt;br /&gt;
 webRequest.Method = &amp;quot;POST&amp;quot;;&lt;br /&gt;
  &lt;br /&gt;
 JObject joe = new JObject();&lt;br /&gt;
 joe.Add(new JProperty(&amp;quot;jsonrpc&amp;quot;, &amp;quot;1.0&amp;quot;));&lt;br /&gt;
 joe.Add(new JProperty(&amp;quot;id&amp;quot;, &amp;quot;1&amp;quot;));&lt;br /&gt;
 joe.Add(new JProperty(&amp;quot;method&amp;quot;, Method));&lt;br /&gt;
 // params is a collection values which the method requires..&lt;br /&gt;
 if (Params.Keys.Count == 0)&lt;br /&gt;
 {&lt;br /&gt;
  joe.Add(new JProperty(&amp;quot;params&amp;quot;, new JArray()));&lt;br /&gt;
 }&lt;br /&gt;
 else&lt;br /&gt;
 {&lt;br /&gt;
     JArray props = new JArray();&lt;br /&gt;
     // add the props in the reverse order!&lt;br /&gt;
     for (int i = Params.Keys.Count - 1; i &amp;gt;= 0; i--)&lt;br /&gt;
     {&lt;br /&gt;
        .... // add the params&lt;br /&gt;
     }&lt;br /&gt;
     joe.Add(new JProperty(&amp;quot;params&amp;quot;, props));&lt;br /&gt;
     }&lt;br /&gt;
  &lt;br /&gt;
     // serialize json for the request&lt;br /&gt;
     string s = JsonConvert.SerializeObject(joe);&lt;br /&gt;
     byte[] byteArray = Encoding.UTF8.GetBytes(s);&lt;br /&gt;
     webRequest.ContentLength = byteArray.Length;&lt;br /&gt;
     Stream dataStream = webRequest.GetRequestStream();&lt;br /&gt;
     dataStream.Write(byteArray, 0, byteArray.Length);&lt;br /&gt;
     dataStream.Close();&lt;br /&gt;
     &lt;br /&gt;
     &lt;br /&gt;
     WebResponse webResponse = webRequest.GetResponse();&lt;br /&gt;
     &lt;br /&gt;
     ... // deserialze the response&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There is also a wrapper for Json.NET called Bitnet (https://sourceforge.net/projects/bitnet)&lt;br /&gt;
implementing Bitcoin API in more convenient way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
     BitnetClient bc = new BitnetClient(&amp;quot;http://127.0.0.1:8332&amp;quot;);&lt;br /&gt;
     bc.Credentials = new NetworkCredential(&amp;quot;user&amp;quot;, &amp;quot;pass&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
     var p = bc.GetDifficulty();&lt;br /&gt;
     Console.WriteLine(&amp;quot;Difficulty:&amp;quot; + p.ToString());&lt;br /&gt;
&lt;br /&gt;
     var inf = bc.GetInfo();&lt;br /&gt;
     Console.WriteLine(&amp;quot;Balance:&amp;quot; + inf[&amp;quot;balance&amp;quot;]);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Node.js ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/freewil/node-bitcoin node-bitcoin] (npm: bitcoin) &lt;br /&gt;
&lt;br /&gt;
Example using node-bitcoin:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
var bitcoin = require(&#039;bitcoin&#039;);&lt;br /&gt;
var client = new bitcoin.Client({&lt;br /&gt;
  host: &#039;localhost&#039;,&lt;br /&gt;
  port: 8332,&lt;br /&gt;
  user: &#039;user&#039;,&lt;br /&gt;
  pass: &#039;pass&#039;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
client.getDifficulty(function(err, difficulty) {&lt;br /&gt;
  if (err) {&lt;br /&gt;
    return console.error(err);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  console.log(&#039;Difficulty: &#039; + difficulty);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example using Kapitalize:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&#039;javascript&#039;&amp;gt;&lt;br /&gt;
var client = require(&#039;kapitalize&#039;)()&lt;br /&gt;
&lt;br /&gt;
client.auth(&#039;user&#039;, &#039;password&#039;)&lt;br /&gt;
&lt;br /&gt;
client&lt;br /&gt;
.getInfo()&lt;br /&gt;
.getDifficulty(function(err, difficulty) {&lt;br /&gt;
  console.log(&#039;Dificulty: &#039;, difficulty)&lt;br /&gt;
})&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Command line (cURL) ==&lt;br /&gt;
&lt;br /&gt;
You can also send commands and see results using [http://curl.haxx.se/ cURL] or some other command-line HTTP-fetching utility; for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
  curl --user user --data-binary &#039;{&amp;quot;jsonrpc&amp;quot;: &amp;quot;1.0&amp;quot;, &amp;quot;id&amp;quot;:&amp;quot;curltest&amp;quot;, &amp;quot;method&amp;quot;: &amp;quot;getinfo&amp;quot;, &amp;quot;params&amp;quot;: [] }&#039; &lt;br /&gt;
    -H &#039;content-type: text/plain;&#039; http://127.0.0.1:8332/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will be prompted for your rpcpassword, and then will see something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
  {&amp;quot;result&amp;quot;:{&amp;quot;balance&amp;quot;:0.000000000000000,&amp;quot;blocks&amp;quot;:59952,&amp;quot;connections&amp;quot;:48,&amp;quot;proxy&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;generate&amp;quot;:false,&lt;br /&gt;
     &amp;quot;genproclimit&amp;quot;:-1,&amp;quot;difficulty&amp;quot;:16.61907875185736,&amp;quot;error&amp;quot;:null,&amp;quot;id&amp;quot;:&amp;quot;curltest&amp;quot;}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Clojure ==&lt;br /&gt;
&lt;br /&gt;
[https://github.com/aviad/clj-btc clj-btc] is a Clojure wrapper for the bitcoin API.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;clojure&amp;quot;&amp;gt;&lt;br /&gt;
user=&amp;gt; (require &#039;[clj-btc.core :as btc])&lt;br /&gt;
nil&lt;br /&gt;
user=&amp;gt; (btc/getinfo)&lt;br /&gt;
{&amp;quot;timeoffset&amp;quot; 0, &amp;quot;protocolversion&amp;quot; 70001, &amp;quot;blocks&amp;quot; 111908, &amp;quot;errors&amp;quot; &amp;quot;&amp;quot;,&lt;br /&gt;
 &amp;quot;testnet&amp;quot; true, &amp;quot;proxy&amp;quot; &amp;quot;&amp;quot;, &amp;quot;connections&amp;quot; 4, &amp;quot;version&amp;quot; 80500,&lt;br /&gt;
 &amp;quot;keypoololdest&amp;quot; 1380388750, &amp;quot;paytxfee&amp;quot; 0E-8M,&lt;br /&gt;
 &amp;quot;difficulty&amp;quot; 4642.44443532M, &amp;quot;keypoolsize&amp;quot; 101, &amp;quot;balance&amp;quot; 0E-8M,&lt;br /&gt;
 &amp;quot;walletversion&amp;quot; 60000}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Original_Bitcoin_client/API_Calls_list|API calls list]]&lt;br /&gt;
* [[Running Bitcoin]]&lt;br /&gt;
* [[Lazy API]]&lt;br /&gt;
* [[PHP developer intro]]&lt;br /&gt;
* [[Raw_Transactions|Raw Transactions API]]&lt;br /&gt;
* [http://blockchain.info/api/json_rpc_api Web Based JSON RPC interface.]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Developer]]&lt;br /&gt;
[[zh-cn:API_reference_(JSON-RPC)]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=BCCAPI&amp;diff=45553</id>
		<title>BCCAPI</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=BCCAPI&amp;diff=45553"/>
		<updated>2014-03-29T17:08:48Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Mention server is closed-source.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The BCCAPI (Bitcoin Client API) is a java library designed for making secure light-weight bitcoin clients. The BCCAPI connects to a server that holds the block chain, and which tracks the client’s wallet balance. The server only has knowledge of the clients public keys, and is in no position to spend funds owned by the client’s wallet.&lt;br /&gt;
&lt;br /&gt;
Features include:&lt;br /&gt;
* Deterministic private keys, based on seed file.&lt;br /&gt;
* Only the seed file needs to get backed up, or generated from a passphrase.&lt;br /&gt;
* Send/receive Bitcoins&lt;br /&gt;
* Low bandwidth&lt;br /&gt;
* Low CPU usage&lt;br /&gt;
* Server does not have your private keys and is in no position to spend your coins&lt;br /&gt;
* Allows spending of unconfirmed-change-sent-back-to-self like the Satoshi Client&lt;br /&gt;
* Open source&lt;br /&gt;
* Free service, running on donations&lt;br /&gt;
&lt;br /&gt;
Simply put the API is designed for making it easy to create light-weight secure Bitcoin wallets for handheld devices.&lt;br /&gt;
[https://market.android.com/details?id=com.miracleas.bitcoin_spinner BitcoinSpinner] is an Android app implemented on top of the BCCAPI and available on the Android Market.&lt;br /&gt;
&lt;br /&gt;
The sources include a very simple console based client, that shows how to use it. &lt;br /&gt;
&lt;br /&gt;
The donation address for BCCAPI is 143SikKpjzwhBy5Z7Qg5knu5nKXWExSqQi&lt;br /&gt;
&lt;br /&gt;
The server is closed-source.  Jan Moller said &amp;quot;The server side is however not as clean and well documented as the client side, and I am not ready to make the server side open source. At least not yet.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
See [[Thin Client Security]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
The first Android wallet based on the BCCAPI: [[BitcoinSpinner]]&lt;br /&gt;
&lt;br /&gt;
More information and the source code: http://code.google.com/p/bccapi/wiki/WhatIsTheBCCAPI&lt;br /&gt;
&lt;br /&gt;
Forum thread about BCCAPI: https://bitcointalk.org/index.php?topic=36892.0&lt;br /&gt;
&lt;br /&gt;
BCCAPI Adapter for bits of proof Enterprise Bitcoin Server  https://github.com/bitsofproof/bop-bccapi&lt;br /&gt;
&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Java]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=BCCAPI&amp;diff=45552</id>
		<title>BCCAPI</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=BCCAPI&amp;diff=45552"/>
		<updated>2014-03-29T17:00:07Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to Category:Java and Category:Software.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The BCCAPI (Bitcoin Client API) is a java library designed for making secure light-weight bitcoin clients. The BCCAPI connects to a server that holds the block chain, and which tracks the client’s wallet balance. The server only has knowledge of the clients public keys, and is in no position to spend funds owned by the client’s wallet.&lt;br /&gt;
&lt;br /&gt;
Features include:&lt;br /&gt;
* Deterministic private keys, based on seed file.&lt;br /&gt;
* Only the seed file needs to get backed up, or generated from a passphrase.&lt;br /&gt;
* Send/receive Bitcoins&lt;br /&gt;
* Low bandwidth&lt;br /&gt;
* Low CPU usage&lt;br /&gt;
* Server does not have your private keys and is in no position to spend your coins&lt;br /&gt;
* Allows spending of unconfirmed-change-sent-back-to-self like the Satoshi Client&lt;br /&gt;
* Open source&lt;br /&gt;
* Free service, running on donations&lt;br /&gt;
&lt;br /&gt;
Simply put the API is designed for making it easy to create light-weight secure Bitcoin wallets for handheld devices.&lt;br /&gt;
[https://market.android.com/details?id=com.miracleas.bitcoin_spinner BitcoinSpinner] is an Android app implemented on top of the BCCAPI and available on the Android Market.&lt;br /&gt;
&lt;br /&gt;
The sources include a very simple console based client, that shows how to use it. &lt;br /&gt;
&lt;br /&gt;
The donation address for BCCAPI is 143SikKpjzwhBy5Z7Qg5knu5nKXWExSqQi&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
See [[Thin Client Security]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
The first Android wallet based on the BCCAPI: [[BitcoinSpinner]]&lt;br /&gt;
&lt;br /&gt;
More information and the source code: http://code.google.com/p/bccapi/wiki/WhatIsTheBCCAPI&lt;br /&gt;
&lt;br /&gt;
Forum thread about BCCAPI: https://bitcointalk.org/index.php?topic=36892.0&lt;br /&gt;
&lt;br /&gt;
BCCAPI Adapter for bits of proof Enterprise Bitcoin Server  https://github.com/bitsofproof/bop-bccapi&lt;br /&gt;
&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Java]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Clj-btc&amp;diff=45551</id>
		<title>Clj-btc</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Clj-btc&amp;diff=45551"/>
		<updated>2014-03-29T16:54:58Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;{{lowercase}}{{stub}} clj-btc provides Clojure bindings for Bitcoin Core&amp;#039;s JSON-RPC API.  Example use from the REPL:  &amp;lt;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}{{stub}}&lt;br /&gt;
clj-btc provides Clojure bindings for [[bitcoind|Bitcoin Core]]&#039;s [[Original_Bitcoin_client/API_Calls_list|JSON-RPC]] API.&lt;br /&gt;
&lt;br /&gt;
Example use from the REPL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;clojure&amp;quot;&amp;gt;&lt;br /&gt;
user=&amp;gt; (require &#039;[clj-btc.core :as btc])&lt;br /&gt;
nil&lt;br /&gt;
user=&amp;gt; (btc/getinfo)&lt;br /&gt;
{&amp;quot;timeoffset&amp;quot; 0, &amp;quot;protocolversion&amp;quot; 70001, &amp;quot;blocks&amp;quot; 111908, &amp;quot;errors&amp;quot; &amp;quot;&amp;quot;,&lt;br /&gt;
 &amp;quot;testnet&amp;quot; true, &amp;quot;proxy&amp;quot; &amp;quot;&amp;quot;, &amp;quot;connections&amp;quot; 4, &amp;quot;version&amp;quot; 80500,&lt;br /&gt;
 &amp;quot;keypoololdest&amp;quot; 1380388750, &amp;quot;paytxfee&amp;quot; 0E-8M,&lt;br /&gt;
 &amp;quot;difficulty&amp;quot; 4642.44443532M, &amp;quot;keypoolsize&amp;quot; 101, &amp;quot;balance&amp;quot; 0E-8M,&lt;br /&gt;
 &amp;quot;walletversion&amp;quot; 60000}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sources can be found [https://github.com/aviad/clj-btc on GitHub].&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Clojure]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoinj&amp;diff=45550</id>
		<title>Bitcoinj</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoinj&amp;diff=45550"/>
		<updated>2014-03-29T16:44:19Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Mention renamed from.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
An open source Bitcoin client library built using Java and implements the Bitcoin network protocol. With version 0.7, it was renamed from BitCoinJ to &#039;&#039;&#039;bitcoinj&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The project was announced on March 7, 2011&amp;lt;ref&amp;gt;[http://www.bitcoin.org/smf/index.php?topic=4236.msg61438#msg61438 ANNOUNCE - BitCoinJ v0.1, a client-mode implementation in Java]&amp;lt;/ref&amp;gt;.  The project was built by a Google employee as a &amp;quot;20 percent time&amp;quot; project&amp;lt;ref&amp;gt;[http://news.ycombinator.com/item?id=2297686 Comment by Google&#039;s Chris Dibona on Hacker News]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin Wallet]] - a standalone wallet for Android and BlackBerry devices&lt;br /&gt;
* [[MultiBit]]&lt;br /&gt;
* [[Hive]] - a wallet for Mac OS X with an integrated applications platform&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
* [[Thin_Client_Security#BitCoinJ]]&lt;br /&gt;
* [http://code.google.com/p/bitcoinj/wiki/SecurityModel Security Model]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://code.google.com/p/bitcoinj bitcoinj] project page on Google Code.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:API Bindings]]&lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Wallets]]&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:License/Apache2]]&lt;br /&gt;
[[Category:Open Source]]&lt;br /&gt;
[[Category:Java]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoinj&amp;diff=45549</id>
		<title>Bitcoinj</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoinj&amp;diff=45549"/>
		<updated>2014-03-29T16:40:15Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add {{lowercase}} template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
An open source Bitcoin client library built using Java and implements the Bitcoin network protocol. With version 0.7, it was renamed to &#039;&#039;&#039;bitcoinj&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The project was announced on March 7, 2011&amp;lt;ref&amp;gt;[http://www.bitcoin.org/smf/index.php?topic=4236.msg61438#msg61438 ANNOUNCE - BitCoinJ v0.1, a client-mode implementation in Java]&amp;lt;/ref&amp;gt;.  The project was built by a Google employee as a &amp;quot;20 percent time&amp;quot; project&amp;lt;ref&amp;gt;[http://news.ycombinator.com/item?id=2297686 Comment by Google&#039;s Chris Dibona on Hacker News]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin Wallet]] - a standalone wallet for Android and BlackBerry devices&lt;br /&gt;
* [[MultiBit]]&lt;br /&gt;
* [[Hive]] - a wallet for Mac OS X with an integrated applications platform&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
* [[Thin_Client_Security#BitCoinJ]]&lt;br /&gt;
* [http://code.google.com/p/bitcoinj/wiki/SecurityModel Security Model]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://code.google.com/p/bitcoinj bitcoinj] project page on Google Code.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:API Bindings]]&lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Wallets]]&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:License/Apache2]]&lt;br /&gt;
[[Category:Open Source]]&lt;br /&gt;
[[Category:Java]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Java&amp;diff=45548</id>
		<title>Category:Java</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Java&amp;diff=45548"/>
		<updated>2014-03-29T16:39:26Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;Bitcoin software written in the Java programming language.  Category:Programming Languages&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin software written in the [[wikipedia:Java (programming_language)|Java]] programming language.&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming Languages]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoinj&amp;diff=45545</id>
		<title>Bitcoinj</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoinj&amp;diff=45545"/>
		<updated>2014-03-29T16:38:27Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to Category:Java&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An open source Bitcoin client library built using Java and implements the Bitcoin network protocol. With version 0.7, it was renamed to &#039;&#039;&#039;bitcoinj&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The project was announced on March 7, 2011&amp;lt;ref&amp;gt;[http://www.bitcoin.org/smf/index.php?topic=4236.msg61438#msg61438 ANNOUNCE - BitCoinJ v0.1, a client-mode implementation in Java]&amp;lt;/ref&amp;gt;.  The project was built by a Google employee as a &amp;quot;20 percent time&amp;quot; project&amp;lt;ref&amp;gt;[http://news.ycombinator.com/item?id=2297686 Comment by Google&#039;s Chris Dibona on Hacker News]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin Wallet]] - a standalone wallet for Android and BlackBerry devices&lt;br /&gt;
* [[MultiBit]]&lt;br /&gt;
* [[Hive]] - a wallet for Mac OS X with an integrated applications platform&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
* [[Thin_Client_Security#BitCoinJ]]&lt;br /&gt;
* [http://code.google.com/p/bitcoinj/wiki/SecurityModel Security Model]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://code.google.com/p/bitcoinj bitcoinj] project page on Google Code.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:API Bindings]]&lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Wallets]]&lt;br /&gt;
[[Category:Clients]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:License/Apache2]]&lt;br /&gt;
[[Category:Open Source]]&lt;br /&gt;
[[Category:Java]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Clojure&amp;diff=45544</id>
		<title>Category:Clojure</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Clojure&amp;diff=45544"/>
		<updated>2014-03-29T16:37:50Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;Bitcoin software written in the Clojure programming language.  Category:Programming Languages&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin software written in the [[wikipedia:Clojure|Clojure]] programming language.&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming Languages]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcljoin&amp;diff=45541</id>
		<title>Bitcljoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcljoin&amp;diff=45541"/>
		<updated>2014-03-29T16:36:14Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;{{lowercase}} {{stub}} bitcljoin is a Clojure wrapper for bitcoinj.  This wrapper exposes the following bitcoinj features as Clojure functions: * keypair generation * addr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{stub}}&lt;br /&gt;
bitcljoin is a Clojure wrapper for [[bitcoinj]].&lt;br /&gt;
&lt;br /&gt;
This wrapper exposes the following bitcoinj features as Clojure functions:&lt;br /&gt;
* keypair generation&lt;br /&gt;
* address from a keypair&lt;br /&gt;
* private key import/export&lt;br /&gt;
* create/load wallets from a file or in memory&lt;br /&gt;
* send coins, and listen for receives&lt;br /&gt;
* basic blockchain navigation (full or headers-only)&lt;br /&gt;
* BIP32 Hierarchical Deterministic Key generation&lt;br /&gt;
&lt;br /&gt;
Sources can be found [https://github.com/pelle/bitcljoin on GitHub].&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Clojure]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Objective-C&amp;diff=45536</id>
		<title>Category:Objective-C</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Objective-C&amp;diff=45536"/>
		<updated>2014-03-29T03:33:07Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;Bitcoin software written in the Objective-C programming language.  Category:Programming Languages&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin software written in the [[wikipedia:Objective-C|Objective-C]] programming language.&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming Languages]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Nodes&amp;diff=45535</id>
		<title>Category:Nodes</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Nodes&amp;diff=45535"/>
		<updated>2014-03-29T03:31:31Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to Category:Software&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A Bitcoin node maintains connections with the Bitcoin network, and relays traffic based on policies.&lt;br /&gt;
&lt;br /&gt;
Any alternate implementation that hasn&#039;t been &#039;&#039;&#039;extremely&#039;&#039;&#039; thoroughly tested over several months should carry the warning &amp;quot;under construction, alpha quality, do not trust with money&amp;quot; because they risk splitting the network if they do not follow the reference client 100% (bug-for-bug) yet.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Clients|Clients]]&lt;br /&gt;
* [[:Category:Frontends|Frontends]]&lt;br /&gt;
* [[:Category:Developer|Developer]]&lt;br /&gt;
* [[:Category:Software|Software]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software|Software]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Clients&amp;diff=45534</id>
		<title>Clients</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Clients&amp;diff=45534"/>
		<updated>2014-03-29T03:29:35Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: /* For developers */ Fix broken SPV link for Electrum&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
&lt;br /&gt;
This table compares the features of the different clients. All of the listed clients are open-source.&lt;br /&gt;
&lt;br /&gt;
===Feature key===&lt;br /&gt;
&lt;br /&gt;
; Wallet Security : How well the client protects your [[private key]]s from people with access to the machine the wallet is stored on. The private keys can be encrypted, for example. The private keys can also be either stored on your device or on a remote server.&lt;br /&gt;
; Network Security : Clients which more fully implement the Bitcoin network protocol are safer -- they can&#039;t be as easily tricked by powerful attackers. A client which &#039;&#039;fully&#039;&#039; implements the protocol will always use the correct [[block chain]] and will never allow [[double-spending|double-spends]] or invalid transactions to exist in the block chain under any circumstances. Clients which only &#039;&#039;partially&#039;&#039; implement the protocol typically trust that 50% or more of the network&#039;s mining power is honest. Some clients trust one or more &#039;&#039;remote servers&#039;&#039; to protect them from double-spends and other network attacks.&lt;br /&gt;
; Setup Time : Some clients require that you download and verify a large amount of data before you can send or receive BTC.&lt;br /&gt;
; Maturity : When the project was started.&lt;br /&gt;
&lt;br /&gt;
===Table===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- please keep this alphabetic --&amp;gt;&lt;br /&gt;
{| class=&#039;wikitable&#039; style=&#039;text-align: center&#039;&lt;br /&gt;
! Client !! Get Started !! Audience !! Wallet Security !! Network Security !! Backups !! Setup Time !! Disk Space !! Maturity !! Multi-user !! Available for&lt;br /&gt;
|-&lt;br /&gt;
! Armory&lt;br /&gt;
|| [http://bitcoinarmory.com/index.php/get-armory Download] || Power users || {{CLGood|Encrypted, on-device}} || Addon || {{CLBest|One-time}} || Varies || {{CLBad|6+ GB}} || Jul 2011 || {{CLBest|Multi-wallet}} || {{CLLinux}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin Wallet&lt;br /&gt;
|| [https://play.google.com/store/apps/details?id=de.schildbach.wallet Google Play] [https://appworld.blackberry.com/webstore/content/23952882/ BlackBerry World] || {{CLGood|End-users}} || {{CLGood|Isolated, on-device}} || Partial || Manual || {{CLBest|Instant}} || {{CLGood|15 MB}} || {{CLGood|Mar 2011}} || on JB tablets || {{CLAndroid}} [[file:ico-blackberry.png]]&lt;br /&gt;
|-&lt;br /&gt;
! {{CLGood|Bitcoin-Qt}}&lt;br /&gt;
|| [http://sourceforge.net/projects/bitcoin/files/Bitcoin/ Download] || {{CLGood|End-users}} || {{CLGood|Encrypted, on-device}} || {{CLBest|Full}} || Manual || {{CLBad|Hours}} || {{CLBad|6+ GB}} || {{CLGood|May 2011}} || No || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! bitcoind&lt;br /&gt;
|| [http://sourceforge.net/projects/bitcoin/files/Bitcoin/ Download] || Programmers || {{CLGood|Encrypted, on-device}} || {{CLBest|Full}} || Manual || {{CLBad|Hours}} || {{CLBad|6+ GB}} || {{CLBest|Aug 2009}} || {{CLGood|Virtual accounts}} || {{CLLinux}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! Electrum&lt;br /&gt;
|| [http://ecdsa.org/electrum/ Download] || Power users || {{CLGood|Encrypted, on-device}} || Minimal || {{CLBest|Memorized}} || {{CLGood|Minutes}} || {{CLGood|5 MB}} || Nov 2011 || No || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! MultiBit&lt;br /&gt;
|| [https://multibit.org/releases.html Download] || {{CLGood|End-users}} || {{CLGood|Encrypted, on-device}} || Partial || {{CLGood|Automatic (local)}} || {{CLBest|Seconds}} || 50 MB || Jul 2011 || {{CLBest|Multi-wallet}} || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! My Wallet&lt;br /&gt;
|| [https://blockchain.info/wallet/new Web-based] || {{CLBest|Everyone}} || Encrypted, on a server || {{CLBad|Remote}} || {{CLGood|Automatic}} || {{CLGood|Minutes}} || {{CLBest|None}} || Dec 2011 || {{CLBest|Yes}} || {{CLAndroid}}{{CLiOS}}{{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! Gocoin&lt;br /&gt;
|| [https://github.com/piotrnar/gocoin Build yourself] || Power users || Designated offline PC || {{CLBest|Full}} || {{CLBest|Memorized}} || {{CLBad|Hours}} || {{CLBad|6+GB}} || May 2013 || {{CLBest|Multi-wallet}} || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- For Wallet Security: CLBest is reserved for multisig-based --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For developers==&lt;br /&gt;
&lt;br /&gt;
This table shows additional information about various Bitcoin clients that may be relevant to developers.&lt;br /&gt;
&lt;br /&gt;
{| class=&#039;wikitable&#039; style=&#039;text-align: center&#039;&lt;br /&gt;
! Client !! Website !! Source Code !! License !! Discussion !! Architecture&lt;br /&gt;
|-&lt;br /&gt;
! Armory&lt;br /&gt;
|| [http://bitcoinarmory.com/ Link] ||[https://github.com/etotheipi/BitcoinArmory/ Github] || AGPLv3 || [https://bitcointalk.org/index.php?board=97.0 Bitcointalk] || Integrated&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin Wallet&lt;br /&gt;
|| [https://github.com/schildbach/bitcoin-wallet Link] || [https://github.com/schildbach/bitcoin-wallet Github] [https://code.google.com/p/bitcoin-wallet/source/checkout Google Code] || GPLv3 || [https://plus.google.com/b/101256420499771441772/communities/105515929887248493912 Google+ community] / [https://bitcointalk.org/index.php?board=100.0 Bitcointalk] || [[Thin Client Security#Simplified Payment Verification (SPV)|SPV]]&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin-Qt / bitcoind&lt;br /&gt;
|| [http://bitcoin.org/ Link] || [https://github.com/bitcoin/bitcoin Github] || MIT || [https://lists.sourceforge.net/lists/listinfo/bitcoin-development Sourceforge] || Integrated&lt;br /&gt;
|-&lt;br /&gt;
! Electrum&lt;br /&gt;
|| [http://ecdsa.org/electrum/ Link] || [https://gitorious.org/electrum Gitorious] || GPLv3 || [https://lists.sourceforge.net/lists/listinfo/electrum-discuss Sourceforge] || [[Thin Client Security#Simplified Payment Verification (SPV)|SPV]]&lt;br /&gt;
|-&lt;br /&gt;
! MultiBit&lt;br /&gt;
|| [http://multibit.org/ Link] || [https://github.com/jim618/multibit Github] || MIT || [https://groups.google.com/forum/?fromgroups#!forum/bitcoin-multibit Google Groups] || [[Thin Client Security#Simplified Payment Verification (SPV)|SPV]]&lt;br /&gt;
|-&lt;br /&gt;
! My Wallet&lt;br /&gt;
|| [https://blockchain.info/wallet/ Link] || [https://github.com/blockchain/My-Wallet/ Github] || BSD* || None || [[Thin Client Security#Server-Trusting Clients|Server-Client]]&lt;br /&gt;
|-&lt;br /&gt;
! bits of proof&lt;br /&gt;
|| [http://bitsofproof.com Link] || [https://github.com/bitsofproof/supernode Github] || Apache 2.0 || [https://bitcointalk.org/index.php?topic=122013.0 Bitcointalk] || [[Thin Client Security#Server-Trusting Clients|Server-Client]]&lt;br /&gt;
|-&lt;br /&gt;
! Gocoin&lt;br /&gt;
|| [http://www.assets-otc.com/gocoin Link] || [https://github.com/piotrnar/gocoin Github] || ? || [https://bitcointalk.org/index.php?topic=199306.0 Bitcointalk] || Integrated&lt;br /&gt;
|- &lt;br /&gt;
! btcd&lt;br /&gt;
|| [https://github.com/conformal/btcd Link] || [https://github.com/conformal/btcd Github] || ISC || [https://github.com/conformal/btcd#irc-server irc] || [[Thin Client Security#Server-Trusting Clients|Server-Client]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Software#Bitcoin_clients|List of clients]]&lt;br /&gt;
* [[Bitcoin Ladder]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Python&amp;diff=45533</id>
		<title>Category:Python</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Python&amp;diff=45533"/>
		<updated>2014-03-29T03:27:54Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;Bitcoin software written in the Python programming language.  Category:Programming Languages&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin software written in the [[wikipedia:Python_%28programming_language%29|Python]] programming language.&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming Languages]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Google_Go&amp;diff=45532</id>
		<title>Category:Google Go</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Google_Go&amp;diff=45532"/>
		<updated>2014-03-29T03:26:45Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to Category:Programming Languages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin software written in the [[wikipedia:Go_%28programming_language%29|Google Go]] (aka golang) programming language.&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming Languages]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Google_Go&amp;diff=45531</id>
		<title>Category:Google Go</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Google_Go&amp;diff=45531"/>
		<updated>2014-03-29T03:24:20Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;Bitcoin software written in the Google Go (aka golang) programming language.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin software written in the [[wikipedia:Go_%28programming_language%29|Google Go]] (aka golang) programming language.&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Btcd&amp;diff=45530</id>
		<title>Btcd</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Btcd&amp;diff=45530"/>
		<updated>2014-03-29T03:16:07Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;{{stub}} btcd is a full-node implementation in Google Go by Conformal.  Its [https://github.com/conformal/btcd project page on GitHub] says:  &amp;quot;It currently properly downloads,...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
btcd is a full-node implementation in Google Go by Conformal.  Its [https://github.com/conformal/btcd project page on GitHub] says:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It currently properly downloads, validates, and serves the block chain using the exact rules (including bugs) for block acceptance as the reference implementation (bitcoind).  [...]  btcd does NOT include wallet functionality and this was a very intentional design decision.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
See also the &amp;lt;tt&amp;gt;btcd&amp;lt;/tt&amp;gt; tag on [https://blog.conformal.com/tag/btcd/ Conformal&#039;s blog], especially the [https://blog.conformal.com/btcd-not-your-moms-bitcoin-daemon/ &amp;quot;ready for public testing&amp;quot; announcement].&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Go]]&lt;br /&gt;
[[Category:Stubs]]&lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Purecoin&amp;diff=45528</id>
		<title>Purecoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Purecoin&amp;diff=45528"/>
		<updated>2014-03-29T02:56:53Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to Category:Haskell&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
Purecoin is a Haskell full-node implementation, by [http://r6.ca/ Russell O&#039;Connor], available [https://github.com/laanwj/Purecoin on github] (mirrored from darcs).&lt;br /&gt;
&lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Haskell]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=BitsOfProof_%22supernode%22&amp;diff=45527</id>
		<title>BitsOfProof &quot;supernode&quot;</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=BitsOfProof_%22supernode%22&amp;diff=45527"/>
		<updated>2014-03-29T02:56:16Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to Java category, add {{stub}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
[https://bitsofproof.com/ BitsOfProof]&#039;s (BOP&#039;s) &amp;quot;supernode&amp;quot; is a Java implementation written by [https://bitsofproof.com/?page_id=142 Tamás Blummer (aka &amp;lt;tt&amp;gt;grau&amp;lt;/tt&amp;gt;)].  The &amp;quot;Enterprise&amp;quot; version is closed-source, but [https://github.com/bitsofproof/supernode/commit/95629eb67db443b01b81b6ca9a3c62c230ddee7e may be open-sourced later].  The API and (in older commits) the deprecated &amp;quot;Community Edition&amp;quot; code is available [https://github.com/bitsofproof/supernode on github].&lt;br /&gt;
&lt;br /&gt;
Tamas describes supernode as:&lt;br /&gt;
* enterprise ready&lt;br /&gt;
* a modern, modular implementation of Bitcoin&lt;br /&gt;
* having advanced features:&lt;br /&gt;
** Hierarchical and Deterministic Wallet (BIP32)&lt;br /&gt;
** Password Encrypted Private Keys (BIP38)&lt;br /&gt;
** easily memorized pass phrases (BIP39)&lt;br /&gt;
&lt;br /&gt;
See also [https://bitcointalk.org/index.php?topic=122013.0 BOP&#039;s announcement thread on bitcointalk].  Explaining the &amp;quot;supernode&amp;quot; name, Tamas explained: &amp;quot;I call it supernode since it is for the big server of near future, not for the kids, not for the mobiles.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Stubs]]&lt;br /&gt;
[[Category:Java]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Haskoin&amp;diff=45526</id>
		<title>Haskoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Haskoin&amp;diff=45526"/>
		<updated>2014-03-29T02:54:17Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to Category:Haskell&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
Haskoin is a Haskell implementation aiming for full-node features, by Philippe Laprade, available [https://github.com/plaprade/haskoin on github].&lt;br /&gt;
 &lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Haskell]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Protocoin&amp;diff=45525</id>
		<title>Protocoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Protocoin&amp;diff=45525"/>
		<updated>2014-03-29T02:53:32Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to Python category, add {{stub}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
From its [http://protocoin.readthedocs.org/en/v0.1/ documentation]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Protocoin is pure Python implementation of the Bitcoin protocol parsing and networking. Protocoin doesn’t implement the protocol rules, only the serialization/deserialization procedures and also basic clients to interact with the Bitcoin P2P network.&lt;br /&gt;
&lt;br /&gt;
Protocoin is intended to be used to build clients that will collect statistics of the network, but you can also use it to implement a full Bitcoin client.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Sources are [https://github.com/perone/protocoin on GitHub].&lt;br /&gt;
&lt;br /&gt;
[[Category:Stubs]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Python]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CoreBitcoin&amp;diff=45524</id>
		<title>CoreBitcoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CoreBitcoin&amp;diff=45524"/>
		<updated>2014-03-29T02:52:42Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to (non-existent) Category:Objective-C&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
CoreBitcoin describes itself as &amp;quot;an implementation of [the] Bitcoin protocol in Objective-C. It&#039;s already a useful toolkit, but does not yet provide full node implementation.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It is missing block storage and P2P, but aims to add those features.&lt;br /&gt;
&lt;br /&gt;
Sources are [https://github.com/oleganza/CoreBitcoin on GitHub].&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Stubs]]&lt;br /&gt;
[[Category:Objective-C]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Caesure&amp;diff=45523</id>
		<title>Caesure</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Caesure&amp;diff=45523"/>
		<updated>2014-03-29T02:52:16Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to Python category.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
Caesure is a Python implementation aiming for full-node features, by [http://www.nightmare.com/~rushing/ Sam Rushing], available [https://github.com/samrushing/caesure on github].&lt;br /&gt;
 &lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Stubs]]&lt;br /&gt;
[[Category:Python]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Caesure&amp;diff=45522</id>
		<title>Caesure</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Caesure&amp;diff=45522"/>
		<updated>2014-03-29T02:51:47Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to stubs category.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
Caesure is a Python implementation aiming for full-node features, by [http://www.nightmare.com/~rushing/ Sam Rushing], available [https://github.com/samrushing/caesure on github].&lt;br /&gt;
 &lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Stubs]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CoreBitcoin&amp;diff=45521</id>
		<title>CoreBitcoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CoreBitcoin&amp;diff=45521"/>
		<updated>2014-03-29T02:48:26Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;CoreBitcoin describes itself as &amp;quot;an implementation of [the] Bitcoin protocol in Objective-C. It&amp;#039;s already a useful toolkit, but does not yet provide full node implementation.&amp;quot;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CoreBitcoin describes itself as &amp;quot;an implementation of [the] Bitcoin protocol in Objective-C. It&#039;s already a useful toolkit, but does not yet provide full node implementation.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It is missing block storage and P2P, but aims to add those features.&lt;br /&gt;
&lt;br /&gt;
Sources are [https://github.com/oleganza/CoreBitcoin on GitHub].&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Stubs]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Protocoin&amp;diff=45520</id>
		<title>Protocoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Protocoin&amp;diff=45520"/>
		<updated>2014-03-29T02:45:08Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;From its [http://protocoin.readthedocs.org/en/v0.1/ documentation]:  &amp;quot;Protocoin is pure Python implementation of the Bitcoin protocol parsing and networking. Protocoin doesn...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From its [http://protocoin.readthedocs.org/en/v0.1/ documentation]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Protocoin is pure Python implementation of the Bitcoin protocol parsing and networking. Protocoin doesn’t implement the protocol rules, only the serialization/deserialization procedures and also basic clients to interact with the Bitcoin P2P network.&lt;br /&gt;
&lt;br /&gt;
Protocoin is intended to be used to build clients that will collect statistics of the network, but you can also use it to implement a full Bitcoin client.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Sources are [https://github.com/perone/protocoin on GitHub].&lt;br /&gt;
&lt;br /&gt;
[[Category:Stubs]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Nodes&amp;diff=45519</id>
		<title>Category:Nodes</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Nodes&amp;diff=45519"/>
		<updated>2014-03-29T02:39:28Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add &amp;quot;See Also&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A Bitcoin node maintains connections with the Bitcoin network, and relays traffic based on policies.&lt;br /&gt;
&lt;br /&gt;
Any alternate implementation that hasn&#039;t been &#039;&#039;&#039;extremely&#039;&#039;&#039; thoroughly tested over several months should carry the warning &amp;quot;under construction, alpha quality, do not trust with money&amp;quot; because they risk splitting the network if they do not follow the reference client 100% (bug-for-bug) yet.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Clients|Clients]]&lt;br /&gt;
* [[:Category:Frontends|Frontends]]&lt;br /&gt;
* [[:Category:Developer|Developer]]&lt;br /&gt;
* [[:Category:Software|Software]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Software&amp;diff=45518</id>
		<title>Category:Software</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Software&amp;diff=45518"/>
		<updated>2014-03-29T02:37:24Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: /* See Also */ Add Category:Nodes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Software that is related to Bitcoin.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Clients|Clients]]&lt;br /&gt;
* [[:Category:Frontends|Frontends]]&lt;br /&gt;
* [[:Category:Developer|Developer]]&lt;br /&gt;
* [[:Category:Nodes|Nodes]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Main category]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=BitsOfProof_%22supernode%22&amp;diff=45508</id>
		<title>BitsOfProof &quot;supernode&quot;</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=BitsOfProof_%22supernode%22&amp;diff=45508"/>
		<updated>2014-03-28T15:28:00Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Mark stub&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://bitsofproof.com/ BitsOfProof]&#039;s (BOP&#039;s) &amp;quot;supernode&amp;quot; is a Java implementation written by [https://bitsofproof.com/?page_id=142 Tamás Blummer (aka &amp;lt;tt&amp;gt;grau&amp;lt;/tt&amp;gt;)].  The &amp;quot;Enterprise&amp;quot; version is closed-source, but [https://github.com/bitsofproof/supernode/commit/95629eb67db443b01b81b6ca9a3c62c230ddee7e may be open-sourced later].  The API and (in older commits) the deprecated &amp;quot;Community Edition&amp;quot; code is available [https://github.com/bitsofproof/supernode on github].&lt;br /&gt;
&lt;br /&gt;
Tamas describes supernode as:&lt;br /&gt;
* enterprise ready&lt;br /&gt;
* a modern, modular implementation of Bitcoin&lt;br /&gt;
* having advanced features:&lt;br /&gt;
** Hierarchical and Deterministic Wallet (BIP32)&lt;br /&gt;
** Password Encrypted Private Keys (BIP38)&lt;br /&gt;
** easily memorized pass phrases (BIP39)&lt;br /&gt;
&lt;br /&gt;
See also [https://bitcointalk.org/index.php?topic=122013.0 BOP&#039;s announcement thread on bitcointalk].  Explaining the &amp;quot;supernode&amp;quot; name, Tamas explained: &amp;quot;I call it supernode since it is for the big server of near future, not for the kids, not for the mobiles.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Category:Nodes]]&lt;br /&gt;
[[Category:Stubs]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Nodes&amp;diff=45487</id>
		<title>Category:Nodes</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Nodes&amp;diff=45487"/>
		<updated>2014-03-28T00:27:58Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A Bitcoin node maintains connections with the Bitcoin network, and relays traffic based on policies.&lt;br /&gt;
&lt;br /&gt;
Any alternate implementation that hasn&#039;t been &#039;&#039;&#039;extremely&#039;&#039;&#039; thoroughly tested over several months should carry the warning &amp;quot;under construction, alpha quality, do not trust with money&amp;quot; because they risk splitting the network if they do not follow the reference client 100% (bug-for-bug) yet.&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=BitsOfProof_%22supernode%22&amp;diff=45486</id>
		<title>BitsOfProof &quot;supernode&quot;</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=BitsOfProof_%22supernode%22&amp;diff=45486"/>
		<updated>2014-03-28T00:26:20Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;[https://bitsofproof.com/ BitsOfProof]&amp;#039;s (BOP&amp;#039;s) &amp;quot;supernode&amp;quot; is a Java implementation written by [https://bitsofproof.com/?page_id=142 Tamás Blummer (aka &amp;lt;tt&amp;gt;grau&amp;lt;/tt&amp;gt;)].  Th...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://bitsofproof.com/ BitsOfProof]&#039;s (BOP&#039;s) &amp;quot;supernode&amp;quot; is a Java implementation written by [https://bitsofproof.com/?page_id=142 Tamás Blummer (aka &amp;lt;tt&amp;gt;grau&amp;lt;/tt&amp;gt;)].  The &amp;quot;Enterprise&amp;quot; version is closed-source, but [https://github.com/bitsofproof/supernode/commit/95629eb67db443b01b81b6ca9a3c62c230ddee7e may be open-sourced later].  The API and (in older commits) the deprecated &amp;quot;Community Edition&amp;quot; code is available [https://github.com/bitsofproof/supernode on github].&lt;br /&gt;
&lt;br /&gt;
Tamas describes supernode as:&lt;br /&gt;
* enterprise ready&lt;br /&gt;
* a modern, modular implementation of Bitcoin&lt;br /&gt;
* having advanced features:&lt;br /&gt;
** Hierarchical and Deterministic Wallet (BIP32)&lt;br /&gt;
** Password Encrypted Private Keys (BIP38)&lt;br /&gt;
** easily memorized pass phrases (BIP39)&lt;br /&gt;
&lt;br /&gt;
See also [https://bitcointalk.org/index.php?topic=122013.0 BOP&#039;s announcement thread on bitcointalk].  Explaining the &amp;quot;supernode&amp;quot; name, Tamas explained: &amp;quot;I call it supernode since it is for the big server of near future, not for the kids, not for the mobiles.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Category:Nodes]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Haskoin&amp;diff=45480</id>
		<title>Haskoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Haskoin&amp;diff=45480"/>
		<updated>2014-03-27T23:21:07Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;Haskoin is a Haskell implementation aiming for full-node features, by Philippe Laprade, available [https://github.com/plaprade/haskoin on github].   Category:Nodes&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Haskoin is a Haskell implementation aiming for full-node features, by Philippe Laprade, available [https://github.com/plaprade/haskoin on github].&lt;br /&gt;
 &lt;br /&gt;
[[Category:Nodes]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Wiki:Issue_Tracker&amp;diff=45475</id>
		<title>Bitcoin Wiki:Issue Tracker</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Wiki:Issue_Tracker&amp;diff=45475"/>
		<updated>2014-03-27T23:13:36Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: /* Insert first issue here */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page serves as the Wiki issue tracker. &lt;br /&gt;
&lt;br /&gt;
To file a new issue, add a second-level heading (==), and describe your issue in detail.&lt;br /&gt;
&lt;br /&gt;
Issue discussion should happen on the Talk page.&lt;br /&gt;
&lt;br /&gt;
Do not delete resolved issues unless you are a wiki administrator, or the creator of the issue.&lt;br /&gt;
&lt;br /&gt;
== Presented with SSL cert from another site ==&lt;br /&gt;
&lt;br /&gt;
A few times on 2014-03-27, non-deterministically across a few pages, I got the typical &amp;quot;wrong SSL cert&amp;quot; warning from Firefox, saying I&#039;d been delivered the cert for &#039;&#039;&#039;kitchensurfing.com&#039;&#039;&#039;, issued the same day.&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Caesure&amp;diff=45469</id>
		<title>Caesure</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Caesure&amp;diff=45469"/>
		<updated>2014-03-27T22:52:10Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;Caesure is a Python implementation aiming for full-node features, by [http://www.nightmare.com/~rushing/ Sam Rushing], available [https://github.com/samrushing/caesure on gith...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Caesure is a Python implementation aiming for full-node features, by [http://www.nightmare.com/~rushing/ Sam Rushing], available [https://github.com/samrushing/caesure on github].&lt;br /&gt;
 &lt;br /&gt;
[[Category:Nodes]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Purecoin&amp;diff=45466</id>
		<title>Purecoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Purecoin&amp;diff=45466"/>
		<updated>2014-03-27T22:06:10Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Purecoin is a Haskell full-node implementation, by [http://r6.ca/ Russell O&#039;Connor], available [https://github.com/laanwj/Purecoin on github] (mirrored from darcs).&lt;br /&gt;
&lt;br /&gt;
[[Category:Nodes]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Purecoin&amp;diff=45465</id>
		<title>Purecoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Purecoin&amp;diff=45465"/>
		<updated>2014-03-27T22:05:23Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Created page with &amp;quot;Purecoin is a Haskell full-node implementation, by [http://r6.ca/ Russell O&amp;#039;Connor], available [https://github.com/laanwj/Purecoin on github] (mirrored from darcs).  Categor...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Purecoin is a Haskell full-node implementation, by [http://r6.ca/ Russell O&#039;Connor], available [https://github.com/laanwj/Purecoin on github] (mirrored from darcs).&lt;br /&gt;
&lt;br /&gt;
[[Category:Node]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Faq&amp;diff=45364</id>
		<title>Faq</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Faq&amp;diff=45364"/>
		<updated>2014-03-25T12:53:35Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add redirect to work around /wiki/FAQ bypassing MW, hopefully letting faq be linked as https://en.bitcoin.it/wiki/faq (as well as maybe generally helping guide lost sheep)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[FAQ]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Help:FAQ&amp;diff=45363</id>
		<title>Help:FAQ</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Help:FAQ&amp;diff=45363"/>
		<updated>2014-03-25T12:22:50Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Touch to hopefully force recognition, because GET https://en.bitcoin.it/wiki/FAQ seems to be returning a 77-byte application/octet-stream redirect to https://www.mediawiki.org/wiki/Manual:FAQ&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here you will find answers to the most commonly asked questions.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
=== What is Bitcoin? ===&lt;br /&gt;
Bitcoin is a distributed peer-to-peer digital currency that can be transferred instantly and securely between any two people in the world. It&#039;s like electronic cash that you can use to pay friends or merchants.&lt;br /&gt;
&lt;br /&gt;
=== What are bitcoins? ===&lt;br /&gt;
Bitcoins are the unit of currency of the Bitcoin system. A commonly used shorthand for this is “BTC” to refer to a price or amount (e.g. “100 BTC”).&lt;br /&gt;
There are such things as [[physical bitcoins]], but ultimately, a bitcoin is just a number associated with a [[Address|Bitcoin Address]].  A physical bitcoin is simply an object, such as a coin, with the number carefully embedded inside.  See also an [[Introduction|easy intro]] to Bitcoin.&lt;br /&gt;
&lt;br /&gt;
=== How can I get bitcoins? ===&lt;br /&gt;
&lt;br /&gt;
There are a variety of ways to acquire bitcoins:&lt;br /&gt;
* You can buy bitcoins from [http://coinbase.com/ Coinbase] or [[File:BIPS.gif|20px|link=https://bipsmarket.com]] [https://bipsmarket.com BIPS Market].&lt;br /&gt;
* Accept bitcoins as payment for goods or services.&lt;br /&gt;
* The most common way to buy bitcoins are the [[Buying bitcoins|Bitcoin Exchanges]]&lt;br /&gt;
* There are several services where you can [[Buying_Bitcoins_(the_noob_version)|trade them]] for traditional currency.&lt;br /&gt;
* Find someone to trade cash for bitcoins in-person through a [https://en.bitcoin.it/wiki/Category:Directories local directory].&lt;br /&gt;
* Participate in a [[Pooled mining|mining pool]].&lt;br /&gt;
* If you have a lot of mining hardware, you can solo mine and attempt to create a new [[block]] (currently yields 25 bitcoins plus transaction fees).&lt;br /&gt;
* Visit sites that provide [[Trade#Free_Samples_and_Offers|free samples and offers]].&lt;br /&gt;
* Visit [http://wheretobuycryptocoins.com WhereToBuyCryptoCoins.com] to get a guide how to start with bitcoins and cryptocurrency in general. Shows a list of markets, faucets, exchanges, miner&#039;s pools and more.&lt;br /&gt;
&lt;br /&gt;
===Does Bitcoin guarantee an influx of free money?===&lt;br /&gt;
&lt;br /&gt;
Since Bitcoin is a new technology, what it is and how it works may be initially unclear.  Bitcoin is sometimes presented as being one of three things:&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Some sort of online &#039;get-rich-quick&#039; scam.&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;A loophole in the market economy, the installation of which guarantees a steady influx of cash.&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;A sure investment that will almost certainly yield a profit.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
In fact, none of the above are true.  Let&#039;s look at them independently.&lt;br /&gt;
&lt;br /&gt;
;Is Bitcoin a &#039;get-rich-quick&#039; scheme?&lt;br /&gt;
:If you&#039;ve spent much time on the Internet, you&#039;ve probably seen ads for many &#039;get-rich-quick&#039; schemes. These ads usually promise huge profits for a small amounts of easy work.  Such schemes are usually pyramid/matrix-style schemes that make money from their own employees and offer nothing of any real value.  Most convince one to buy packages that will make them earn hundreds a day, which in fact  have the buyer distribute more such ads, and make minute profits.&lt;br /&gt;
&lt;br /&gt;
:Bitcoin is in no way similar to these schemes. Bitcoin doesn&#039;t promise windfall profits. There is no way for the developers to make money from your involvement or to take money from you. That bitcoins are nearly impossible to acquire without the owner&#039;s consent represents one of its greatest strengths.  Bitcoin is an experimental, virtual currency that may succeed or may fail. None of its developers expect to get rich off of it. &lt;br /&gt;
&lt;br /&gt;
:A more detailed answer to this question can be found [http://bitcointalk.org/?topic=7815.0 here].&lt;br /&gt;
&lt;br /&gt;
;Will I make money by installing the client?&lt;br /&gt;
:Most people who use Bitcoin don&#039;t earn anything by doing so, and the default client has no built-in way to earn Bitcoins.  A small minority of people with dedicated, high-performance hardware do earn some Bitcoins by &amp;quot;&#039;&#039;mining&#039;&#039;&amp;quot; (generating new bitcoins, see [[#What is mining?|What is mining?]]) with special software, but joining Bitcoin shouldn&#039;t be construed as being the road to riches.  Most Bitcoin users get involved because they find the project conceptually interesting and don&#039;t earn anything by doing so.  This is also why you won&#039;t find much speculation about the political or economic repercussions of Bitcoin anywhere on this site: Bitcoin developers owe their dedication to the project&#039;s intellectual yieldings more than to those of a monetary nature.  Bitcoin is still taking its first baby steps; it may go on to do great things but right now it only has something to offer those chasing conceptually interesting projects or bleeding edge technology.&lt;br /&gt;
&lt;br /&gt;
;As an investment, is Bitcoin a sure thing?&lt;br /&gt;
:Bitcoin is a new and interesting electronic currency, the value of which is not backed by any single government or organization.  Like other currencies, it is worth something partly because people are willing to trade it for goods and services. Its exchange rate fluctuates continuously, and sometimes wildly. It lacks wide acceptance and is vulnerable to manipulation by parties with modest funding. Security incidents such as website and account compromise may trigger major sell-offs. Other fluctuations can build into positive feedback loops and cause much larger exchange rate fluctuations. Anyone who puts money into Bitcoin should understand the risk they are taking and consider it a high-risk currency. Later, as Bitcoin becomes better known and more widely accepted, it may stabilize, but for the time being it is unpredictable. Any investment in Bitcoin should be done carefully and with a clear plan to manage the risk.&lt;br /&gt;
&lt;br /&gt;
=== Can I buy bitcoins with Paypal? ===&lt;br /&gt;
&lt;br /&gt;
It is possible to buy [[physical bitcoins]] with PayPal but it is otherwise difficult and/or expensive to do so for non-physical bitcoins, because of significant risk to the seller. &lt;br /&gt;
&lt;br /&gt;
There is a [https://www.virwox.com?r=5495d workaround] that can be done in order to use Paypal to buy Bitcoins but it holds within it higher transaction fees. Using the [https://www.virwox.com?r=5495d Virtual World Exchange] you can buy Second Life Lindens (SLL) with Paypal and then convert your SLL to Bitcoins. This process will charge you transaction fees of around 6% but will let you purchase Bitcoins pretty quickly as opposed to a wire transfer. The reason this method works is because you do not buy Bitcoins with Paypal directly, you only buy SLL with Paypal (which is acceptable by Paypal&#039;s TOS) and then exchange your SLL to Bitcoin. &lt;br /&gt;
&lt;br /&gt;
While it is possible to find an individual who wishes to sell Bitcoin to you via Paypal, (perhaps via [http://www.bitcoin-otc.com/ #bitcoin-otc] ) most exchanges do not allow funding through PayPal. This is due to repeated cases where someone pays for bitcoins with Paypal, receives their bitcoins, and then fraudulently complains to Paypal that they never received their purchase. PayPal often sides with the fraudulent buyer in this case, which means any seller needs to cover that risk with higher fees or refuse to accept PayPal altogether.&lt;br /&gt;
&lt;br /&gt;
Buying Bitcoins from individuals this way is still possible, but requires the seller to have some trust that the buyer will not file a claim with PayPal to reverse the payment.&lt;br /&gt;
&lt;br /&gt;
=== Where can I find a forum to discuss Bitcoin? ===&lt;br /&gt;
&lt;br /&gt;
Please visit the  [[Bitcoin:Community_portal#Bitcoin_Community_Forums_on_various_platforms|Community Portal]] for links to Bitcoin-related forums.&lt;br /&gt;
&lt;br /&gt;
=== How are new bitcoins created? ===&lt;br /&gt;
&lt;br /&gt;
New bitcoins are generated by the network through the process of &amp;quot;[[#What is mining?|&#039;&#039;mining&#039;&#039;]]&amp;quot;. In a process that is similar to a continuous raffle draw, mining nodes on the network are awarded bitcoins each time they find the solution to a certain mathematical problem (and thereby create a new [[block]]). Creating a block is a [[proof of work]] with a difficulty that varies with the overall strength of the network.  The reward for solving a block is [[Controlled Currency Supply|automatically adjusted]] so that, ideally, every four years of operation of the Bitcoin network, half the amount of bitcoins created in the prior 4 years are created. A maximum of {{formatnum:10499889.80231183}} bitcoins were created in the first 4 (approx.) years from January 2009 to November 2012.  Every four years thereafter this amount halves, so it should be {{formatnum:5250000}} over years 4-8, {{formatnum:2625000}} over years 8-12, and so on. Thus the total number of bitcoins in existence can never exceed {{formatnum:20999839.77085749}} and counting. See [[Controlled Currency Supply]].&lt;br /&gt;
&lt;br /&gt;
Blocks are [[Mining|mined]] every 10 minutes, on average and for the first four years ({{formatnum:210000}} blocks) each block included 50 new bitcoins.  As the amount of processing power directed at mining changes, the difficulty of creating new bitcoins changes.  This difficulty factor is calculated every 2016 blocks and is based upon the time taken to generate the previous 2016 blocks. See [[Mining]].&lt;br /&gt;
&lt;br /&gt;
=== What&#039;s the current total number of bitcoins in existence?  ===&lt;br /&gt;
&lt;br /&gt;
[http://blockexplorer.com/q/totalbc Current count]. Also see [https://blockchain.info/charts/total-bitcoins Total bitcoins in circulation chart]&lt;br /&gt;
&lt;br /&gt;
The number of blocks times the coin value of a block is the number of coins in existence. The coin value of a block is 50 BTC for each of the first {{formatnum:210000}} blocks, 25 BTC for the next {{formatnum:210000}} blocks, then 12.5 BTC, 6.25 BTC and so on.&lt;br /&gt;
&lt;br /&gt;
=== How divisible are bitcoins?  ===&lt;br /&gt;
&lt;br /&gt;
A bitcoin can be divided down to 8 decimal places. Therefore, 0.00000001 BTC is the smallest amount that can be handled in a transaction. If necessary, the protocol and related software can be modified to handle even smaller amounts.&lt;br /&gt;
&lt;br /&gt;
=== What do I call the various denominations of bitcoin? ===&lt;br /&gt;
&lt;br /&gt;
There is a lot of discussion about the naming of these fractions of bitcoins. The leading candidates are:&lt;br /&gt;
&lt;br /&gt;
* 1 BTC = 1 bitcoin&lt;br /&gt;
* 0.01 BTC = 1 cBTC = 1 centibitcoin (also referred to as bitcent)&lt;br /&gt;
* 0.001 BTC = 1 mBTC = 1 millibitcoin (also referred to as mbit (pronounced em-bit) or millibit or even bitmill)&lt;br /&gt;
* 0.000 001 BTC = 1 μBTC = 1 microbitcoin (also referred to as ubit (pronounced yu-bit) or microbit)&lt;br /&gt;
&lt;br /&gt;
The above follows the accepted international SI prefixes for hundredths, thousandths, and millionths. There are many arguments against the special case of 0.01 BTC since it is unlikely to represent anything meaningful as the Bitcoin economy grows (it certainly won&#039;t be the equivalent of 0.01 USD, GBP or EUR). Equally, the inclusion of existing national currency denominations such as &amp;quot;cent&amp;quot;, &amp;quot;nickel&amp;quot;, &amp;quot;dime&amp;quot;, &amp;quot;pence&amp;quot;, &amp;quot;pound&amp;quot;, &amp;quot;kopek&amp;quot; and so on are to be discouraged; this is a worldwide currency.&lt;br /&gt;
&lt;br /&gt;
One exception is the &amp;quot;satoshi&amp;quot; which is smallest denomination currently possible &lt;br /&gt;
&lt;br /&gt;
* 0.000 000 01 BTC = 1 satoshi (pronounced sa-toh-shee)&lt;br /&gt;
which is so named in honour of Satoshi Nakamoto, the pseudonym of the inventor of Bitcoin.&lt;br /&gt;
&lt;br /&gt;
For an overview of all defined units of Bitcoin (including less common and niche units), see [[Units]].&lt;br /&gt;
&lt;br /&gt;
Further discussion on this topic can be found on the forums here:&lt;br /&gt;
&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=14438.msg195287#msg195287 We need names]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=8282.0 What to call 0.001 BTC]&lt;br /&gt;
&lt;br /&gt;
=== How does the halving work when the number gets really small? ===&lt;br /&gt;
&lt;br /&gt;
Eventually the reward will go from 0.00000001 BTC to zero and no more bitcoins will be created.  &lt;br /&gt;
&lt;br /&gt;
The block reward calculation is done as a right bitwise shift of a 64-bit signed integer, which means it is divided by two and rounded down. The integer is equal to the value in BTC * 100,000,000 since internally in the reference client software, all Bitcoin balances and values are stored as unsigned integers.&lt;br /&gt;
&lt;br /&gt;
With an initial block reward of 50 BTC, it will take many 4-year periods for the block reward to reach zero.&lt;br /&gt;
&lt;br /&gt;
=== How long will it take to generate all the coins? ===&lt;br /&gt;
&lt;br /&gt;
The last block that will generate coins will be block #6,929,999 which should be generated at or near the year 2140. The total number of coins in circulation will then remain static at 20,999,999.9769 BTC.&lt;br /&gt;
&lt;br /&gt;
Even if the allowed precision is expanded from the current 8 decimals, the total BTC in circulation will always be slightly below 21 million (assuming everything else stays the same). For example, with 16 decimals of precision, the end total would be 20,999,999.999999999496 BTC.&lt;br /&gt;
&lt;br /&gt;
=== If no more coins are going to be generated, will more blocks be created? ===&lt;br /&gt;
&lt;br /&gt;
Absolutely!  Even before the creation of coins ends, the use of [[transaction fee|transaction fees]] will likely make creating new blocks more valuable from the fees than the new coins being created.  When coin generation ends, these fees will sustain the ability to use bitcoins and the Bitcoin network. There is no practical limit on the number of blocks that will be mined in the future.&lt;br /&gt;
&lt;br /&gt;
=== But if no more coins are generated, what happens when Bitcoins are lost? Won&#039;t that be a problem? ===&lt;br /&gt;
&lt;br /&gt;
Because of the law of supply and demand, when fewer bitcoins are available the ones that are left will be in higher demand, and therefore will have a higher value. So, as Bitcoins are lost, the remaining bitcoins will eventually increase in value to compensate. As the value of a bitcoin increases, the number of bitcoins required to purchase an item &#039;&#039;&#039;de&#039;&#039;&#039;creases. This is a [[Deflationary spiral|deflationary economic model]]. As the average transaction size reduces, transactions will probably be denominated in sub-units of a bitcoin such as millibitcoins (&amp;quot;Millies&amp;quot;) or microbitcoins (&amp;quot;Mikes&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
The Bitcoin protocol uses a base unit of one hundred-millionth of a Bitcoin (&amp;quot;a Satoshi&amp;quot;), but unused bits are available in the protocol fields that could be used to denote even smaller subdivisions.&lt;br /&gt;
&lt;br /&gt;
=== If every transaction is broadcast via the network, does Bitcoin scale? ===&lt;br /&gt;
The Bitcoin protocol allows lightweight clients that can use Bitcoin without downloading the entire transaction history. As traffic grows and this becomes more critical, implementations of the concept will be developed. Full network nodes will at some point become a more specialized service.&lt;br /&gt;
&lt;br /&gt;
With some modifications to the software, full Bitcoin nodes could easily keep up with both VISA and MasterCard combined, using only fairly modest hardware (a single high end server by todays standards). It is worth noting that the MasterCard network is structured somewhat like Bitcoin itself - as a peer to peer broadcast network.&lt;br /&gt;
&lt;br /&gt;
Learn more about [[Scalability]].&lt;br /&gt;
&lt;br /&gt;
==Economy==&lt;br /&gt;
=== Where does the value of Bitcoin stem from? What backs up Bitcoin? ===&lt;br /&gt;
Bitcoins have value because they are useful and because they are [[Controlled Currency Supply|scarce]]. As they are accepted by more merchants, their value will [http://en.wikipedia.org/wiki/Sticky_%28economics%29 stabilize]. See the [[Trade|list of Bitcoin-accepting sites]].&lt;br /&gt;
&lt;br /&gt;
When we say that a currency is backed up by gold, we mean that there&#039;s a promise in place that you can exchange the currency for gold. Bitcoins, like dollars and euros, are not backed up by anything except the variety of merchants that accept them.&lt;br /&gt;
&lt;br /&gt;
It&#039;s a common misconception that Bitcoins gain their value from the cost of electricity required to generate them. Cost doesn&#039;t equal value – hiring 1,000 men to shovel a big hole in the ground may be costly, but not valuable. Also, even though scarcity is a critical requirement for a useful currency, it alone doesn&#039;t make anything valuable. For example, your fingerprints are scarce, but that doesn&#039;t mean they have any exchange value.&lt;br /&gt;
&lt;br /&gt;
Alternatively it needs to be added that while the law of supply and demand applies it does not guarantee value of Bitcoins in the future.  If confidence in Bitcoins is lost then it will not matter that the supply can no longer be increased, the demand will fall off with all holders trying to get rid of their coins.  An example of this can be seen in cases of state currencies, in cases when the state in question dissolves and so no new supply of the currency is available (the central authority managing the supply is gone), however the demand for the currency falls sharply because confidence in its purchasing power disappears.  Of-course Bitcoins do not have such central authority managing the supply of the coins, but it does not prevent confidence from eroding due to other situations that are not necessarily predictable.&lt;br /&gt;
&lt;br /&gt;
=== Is Bitcoin a bubble? ===&lt;br /&gt;
Yes, in the same way as the euro and dollar are. They only have value in exchange and have no inherent value. If everyone suddenly stopped accepting your dollars, euros or bitcoins, the &amp;quot;bubble&amp;quot; would burst and their value would drop to zero. But that is unlikely to happen: even in Somalia, where the government collapsed 20 years ago, [http://en.wikipedia.org/wiki/Somali_shilling Somali shillings] are still accepted as payment.&lt;br /&gt;
&lt;br /&gt;
=== Is Bitcoin a 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, and indeed, society as a whole, benefit from the usefulness of a stable, fast, inexpensive, and widely accepted p2p currency.&lt;br /&gt;
&lt;br /&gt;
The fact that early adopters benefit more doesn&#039;t alone make anything a Ponzi scheme. All good investments in successful companies have this quality.&lt;br /&gt;
&lt;br /&gt;
=== Doesn&#039;t Bitcoin unfairly benefit early adopters? ===&lt;br /&gt;
Early adopters in Bitcoin are taking a risk and invested resources in an unproven technology. By so doing, they help Bitcoin become what it is now and what it will be in the future (hopefully, a ubiquitous decentralized digital currency). It is only fair they will reap the benefits of their successful investment.&lt;br /&gt;
&lt;br /&gt;
In any case, any bitcoin generated will probably change hands dozens of time as a medium of exchange, so the profit made from the initial distribution will be insignificant compared to the total commerce enabled by Bitcoin. Many of the earliest users of Bitcoin have traded their coins at valuations below $1 US, or other amounts which are small compared to contemporary prices.&lt;br /&gt;
&lt;br /&gt;
===Won&#039;t loss of wallets and the finite amount of Bitcoins create excessive deflation, destroying Bitcoin? ===&lt;br /&gt;
Worries about Bitcoin being destroyed by deflation are not entirely unfounded.  Unlike most currencies, which experience inflation as their founding institutions create more and more units, Bitcoin will likely experience gradual deflation with the passage of time.  Bitcoin is unique in that only a small amount of units will ever be produced (twenty-one million to be exact), this number has been known since the project&#039;s inception, and the units are created at a predictable rate.&lt;br /&gt;
&lt;br /&gt;
Also, Bitcoin users are faced with a danger that doesn&#039;t threaten users of any other currency: if a Bitcoin user loses his wallet, his money is gone forever, unless he finds it again. And not just to him; it&#039;s gone completely out of circulation, rendered utterly inaccessible to anyone. As people will lose their wallets, the total number of Bitcoins will slowly decrease.&lt;br /&gt;
&lt;br /&gt;
Therefore, Bitcoin seems to be faced with a unique problem. Whereas most currencies inflate over time, Bitcoin will mostly likely do just the opposite. Time will see the irretrievable loss of an ever-increasing number of Bitcoins. An already small number will be permanently whittled down further and further. And as there become fewer and fewer Bitcoins, the laws of supply and demand suggest that their value will probably continually rise.&lt;br /&gt;
&lt;br /&gt;
Thus Bitcoin is bound to once again stray into mysterious territory, because no one exactly knows what happens to a currency that grows continually more valuable. Many economists claim that a low level of inflation is a good thing for a currency, but nobody is quite sure about what might happens to one that continually deflates. Although deflation could hardly be called a rare phenomenon, steady, constant deflation is unheard of.  There may be a lot of speculation, but no one has any hard data to back up their claims.&lt;br /&gt;
&lt;br /&gt;
That being said, there is a mechanism in place to combat the obvious consequences.  Extreme deflation would render most currencies highly impractical: if a single Canadian dollar could suddenly buy the holder a car, how would one go about buying bread or candy?  Even pennies would fetch more than a person could carry. Bitcoin, however, offers a simple and stylish solution: infinite divisibility.  Bitcoins can be divided up and trade into as small of pieces as one wants, so no matter how valuable Bitcoins become, one can trade them in practical quantities.  &lt;br /&gt;
&lt;br /&gt;
In fact, infinite divisibility should allow Bitcoins to function in cases of extreme wallet loss.  Even if, in the far future, so many people have lost their wallets that only a single Bitcoin, or a fraction of one, remains, Bitcoin should continue to function just fine. No one can claim to be sure what is going to happen, but deflation may prove to present a smaller threat than many expect.&lt;br /&gt;
&lt;br /&gt;
For more information, see the [[Deflationary spiral]] page.&lt;br /&gt;
&lt;br /&gt;
=== What if someone bought up all the existing Bitcoins? ===&lt;br /&gt;
Bitcoin markets are competitive -- meaning the price of a bitcoin will rise or fall depending on supply and demand at certain price levels.  Only a fraction of bitcoins issued to date are found on the exchange markets for sale.  So even though technically, a buyer with lots of money could buy all the bitcoins offered for sale, unless those holding the rest of the bitcoins offer them for sale as well, even the wealthiest, most determined buyer can&#039;t get at them.&lt;br /&gt;
&lt;br /&gt;
Additionally, new currency continues to be issued daily and will continue to do so for decades; though over time the rate at which they are issued declines to insignificant levels.  Those who are mining aren&#039;t obligated to sell their bitcoins so not all bitcoins will make it to the markets even.&lt;br /&gt;
&lt;br /&gt;
This situation doesn&#039;t suggest, however, that the markets aren&#039;t vulnerable to price manipulation.  It doesn&#039;t take significant amounts of money to move the market price up or down, and thus Bitcoin remains a volatile asset.&lt;br /&gt;
&lt;br /&gt;
===What if someone creates a new block chain, or a new digital currency that renders Bitcoin obsolete?===&lt;br /&gt;
&lt;br /&gt;
That the block chain cannot be easily forked represents one of the central security mechanisms of Bitcoin.  Given the choice between two block chains, a Bitcoin miner always chooses the longer one - that is to say, the one with the more complex hash.  Thusly, it ensures that each user can only spend their bitcoins once, and that no user gets ripped off.&lt;br /&gt;
&lt;br /&gt;
As a consequence of the block chain structure, there may at any time be many different sub-branches, and the possibility always exists of a transaction being over-written by the longest branch, if it has been recorded in a shorter one.  The older a transaction is though, the lower its chances of being over-written, and the higher of becoming permanent.  Although the block chain prevents one from spending more Bitcoins than one has, it means that transactions can be accidentally nullified.  &lt;br /&gt;
&lt;br /&gt;
A new block chain would leave the network vulnerable to [[double-spending|double-spend]] attacks.  However, the creation of a viable new chain presents considerable difficulty, and the possibility does not present much of a risk.&lt;br /&gt;
&lt;br /&gt;
Bitcoin will always choose the longer Block Chain and determines the relative length of two branches by the complexities of their hashes.  Since the hash of each new block is made from that of the block preceding it, to create a block with a more complex hash, one must be prepared to do more computation than has been done by the entire Bitcoin network from the fork point up to the newest of the blocks one is trying to supersede.  Needless to say, such an undertaking would require a very large amount of processing power and since Bitcoin is continually growing and expanding, it will likely only require more with the passage of time.&lt;br /&gt;
&lt;br /&gt;
A much more distinct and real threat to the Bitcoin use is the development of other, superior virtual currencies, which could supplant Bitcoin and render it obsolete and valueless.&lt;br /&gt;
&lt;br /&gt;
A great deal of careful thought and ingenuity has gone into the development of Bitcoin, but it is the first of its breed, a prototype, and vulnerable to more highly-evolved competitors. At present, any threatening rivals have yet to rear their heads; Bitcoin remains the first and foremost private virtual currency, but we can offer no guarantees that it will retain that position.  It would certainly be in keeping with internet history for a similar system built from the same principles to supersede and cast Bitcoin into obsolescence, after time had revealed its major shortcomings.  Friendster and Myspace suffered similar fates at the hand of Facebook, Napster was ousted by Limeware, Bearshare and torrent applications, and Skype has all but crushed the last few disciples of the Microsoft Messenger army.  &lt;br /&gt;
&lt;br /&gt;
This may sound rather foreboding, so bear in mind that the introduction of new and possibly better virtual currencies will not necessarily herald Bitcoin&#039;s demise.  If Bitcoin establishes itself sufficiently firmly before the inception of the next generation of private, online currencies so as to gain widespread acceptance and general stability, future currencies may pose little threat even if they can claim superior design.  This is known as the network effect.&lt;br /&gt;
&lt;br /&gt;
=== Is Bitcoin open to value manipulation? ===&lt;br /&gt;
&lt;br /&gt;
The current low market cap of Bitcoin means that any investor with deep enough pockets can significantly change/manipulate the rate. Is this a problem?&lt;br /&gt;
&lt;br /&gt;
This is only a problem if you are investing in Bitcoin for short period of time. A manipulator can&#039;t change the fundamentals, and over a period of 5-10 years, the fundamentals will win over any short term manipulations.&lt;br /&gt;
&lt;br /&gt;
==Sending and Receiving Payments==&lt;br /&gt;
&lt;br /&gt;
=== Why do I have to wait 10 minutes before I can spend money I received? ===&lt;br /&gt;
&lt;br /&gt;
10 minutes is the average time taken to find a block. It can be significantly more or less time than that depending on luck; 10 minutes is simply the average case. &lt;br /&gt;
&lt;br /&gt;
[[Blocks]] (shown as &amp;quot;confirmations&amp;quot; in the GUI) are how the Bitcoin achieves consensus on who owns what. Once a block is found everyone agrees that you now own those coins, so you can spend them again. Until then it&#039;s possible that some network nodes believe otherwise, if somebody is attempting to defraud the system by reversing a transaction. The more confirmations a transaction has, the less risk there is of a reversal. Only 6 blocks or 1 hour is enough to make reversal computationally impractical. This is dramatically better than credit cards which can see chargebacks occur up to three months after the original transaction!&lt;br /&gt;
&lt;br /&gt;
Ten minutes was specifically chosen by [[Satoshi]] as a tradeoff between first confirmation time and the amount of work wasted due to chain splits. After a block is mined, it takes time for other miners to find out about it, and until then they are actually competing against the new block instead of adding to it. If someone mines another new block based on the old block chain, the network can only accept one of the two, and all the work that went into the other block gets wasted. For example, if it takes miners 1 minute on average to learn about new blocks, and new blocks come every 10 minutes, then the overall network is wasting about 10% of its work. Lengthening the time between blocks reduces this waste.&lt;br /&gt;
&lt;br /&gt;
As a thought experiment, what if the Bitcoin network grew to include Mars? From the farthest points in their orbits, it takes about 20 minutes for a signal to travel from Earth to Mars. With only 10 minutes between new blocks, miners on Mars would always be 2 blocks behind the miners on Earth. It would be almost impossible for them to contribute to the block chain. If we wanted collaborate with those kinds of delays, we would need at least a few hours between new blocks. &lt;br /&gt;
&lt;br /&gt;
[[File:TransactionConfirmationTimesExample.PNG]]&lt;br /&gt;
&lt;br /&gt;
=== Do you have to wait until my transactions are confirmed in order to buy or sell things with Bitcoin? ===&lt;br /&gt;
&lt;br /&gt;
YES, you do, IF the transaction is non-recourse. The Bitcoin reference software does not display transactions as confirmed until six blocks have passed (confirmations). As transactions are buried in the chain they become increasingly non-reversible but are very reversible before the first confirmation. Two to six confirmations are recommended for non-recourse situations depending on the value of the transactions involved.&lt;br /&gt;
&lt;br /&gt;
When people ask this question they are usually thinking about applications like supermarkets. This generally is a recourse situation: if somebody tries to double-spend on a face-to-face transaction it might work a few times, but probabalistically speaking eventually one of the double-spends will get noticed, and the penalty for shoplifting charges in most localities is calibrated to be several times worse than the proceeds of a single shoplifting event.&lt;br /&gt;
&lt;br /&gt;
Double-spends might be a concern for something like a snack machine in a low-traffic area with no nearby security cameras. Such a machine shouldn&#039;t honor zero-confirmation payments, and should instead use some other mechanism of clearing Bitcoin or validating transactions against reversal, see the wiki article [[Myths#Point_of_sale_with_bitcoins_isn.27t_possible_because_of_the_10_minute_wait_for_confirmation|here]] for alternatives.&lt;br /&gt;
&lt;br /&gt;
Applications that require immediate payment processing, like supermarkets or snack machines, need to manage the risks. Here is one way to reverse an unconfirmed payment:&lt;br /&gt;
&lt;br /&gt;
A [[Double-spending#Finney_attack|Finney attack]] is where an attacker mines a block containing a movement of some coins back to themselves. Once they find a block solution, they quickly go to a merchant and make a purchase, then broadcast the block, thus taking back the coins. This attack is a risk primarily for goods that are dispatched immediately, like song downloads or currency trades. Because the attacker can&#039;t choose the time of the attack, it isn&#039;t a risk for merchants such as supermarkets where you can&#039;t choose exactly when to pay (due to queues, etc). The attack can fail if somebody else finds a block containing the purchasing transaction before you release your own block, therefore, merchants can reduce but not eliminate the risk by making purchasers wait some length of time that&#039;s less than a confirm.&lt;br /&gt;
&lt;br /&gt;
Because pulling off this attack is not trivial, merchants who need to sell things automatically and instantly are most likely to adjust the price to include the cost of reversal fraud, or elect to use special insurance.&lt;br /&gt;
&lt;br /&gt;
=== I was sent some bitcoins and they haven&#039;t arrived yet! Where are they? ===&lt;br /&gt;
&lt;br /&gt;
Don&#039;t panic!  There are a number of reasons why your bitcoins might not show up yet, and a number of ways to diagnose them.  &lt;br /&gt;
&lt;br /&gt;
The latest version of the Bitcoin-Qt client tells you how far it has yet to go in downloading the blockchain.  Hover over the icon in the bottom right corner of the client to learn your client&#039;s status.&lt;br /&gt;
&lt;br /&gt;
If it has not caught up then it&#039;s possible that your transaction hasn&#039;t been included in a block yet.  &lt;br /&gt;
&lt;br /&gt;
You can check pending transactions in the network by going [https://www.biteasy.com here] or [http://blockchain.info here] and then searching for your address.  If the transaction is listed here then it&#039;s a matter of waiting until it gets included in a block before it will show in your client.  &lt;br /&gt;
&lt;br /&gt;
If the transaction is based on a coin that was in a recent transaction then it could be considered a low priority transaction. Transfers can take longer if the transaction fee paid was not high enough.  If there is no fee at all the transfer can get a very low priority and take hours or even days to be included in a block.&lt;br /&gt;
&lt;br /&gt;
=== Why does my Bitcoin address keep changing? ===&lt;br /&gt;
&lt;br /&gt;
Unlike postal or email addresses, Bitcoin addresses are single-use.&lt;br /&gt;
This means that whenever you want to receive a payment, you need to generate a new address.&lt;br /&gt;
&lt;br /&gt;
While it is technically possible to receive coins multiple times with a single address, this compromises your wallet&#039;s security as well as the privacy of the entire Bitcoin network, and also makes it impossible to know for certain who sent the coins or why.&lt;br /&gt;
&lt;br /&gt;
===How much will the transaction fee be?===&lt;br /&gt;
&lt;br /&gt;
Some transactions might require a [[transaction fee]] for them to get confirmed in a timely manner.  The transaction fee is processed by and received by the bitcoin miner.  The most recent version of the Bitcoin client will estimate an appropriate fee when a fee might be required.&lt;br /&gt;
&lt;br /&gt;
The fee is added to the payment amount.  For example, if you are sending a 1.234 BTC payment and the client requires a 0.0005 BTC fee, then 1.2345 BTC will be subtracted from the wallet balance for the entire transaction and the address for where the payment was sent will receive a payment of 1.234 BTC.&lt;br /&gt;
&lt;br /&gt;
A fee might be imposed because your transaction looks like a denial of service attack to the Bitcoin system. For example, it might be burdensome to transmit or it might recycle Bitcoins you recently received.  The wallet software attempts to avoid generating burdensome transactions, but it isn&#039;t always able to do so: The funds in your wallet might be new or composed of many tiny payments. &lt;br /&gt;
&lt;br /&gt;
Because the fee is related to the amount of data that makes up the transaction and not to the amount of Bitcoins being sent, the fee may seem extremely low (0.0005 BTC for a 1,000 BTC transfer) or unfairly high (0.004 BTC for a 0.02 BTC payment, or about 20%).  If you are receiving tiny amounts (&#039;&#039;e.g.&#039;&#039; as small payments from a mining pool) then fees when sending will be higher than if your activity follows the pattern of conventional consumer or business transactions. &lt;br /&gt;
&lt;br /&gt;
As of Bitcoin 0.5.3 the required fee will not be higher than 0.05 BTC. For most users there is usually no required fee at all. If a fee is required it will most commonly be 0.0005 BTC.&lt;br /&gt;
&lt;br /&gt;
=== What happens when someone sends me a bitcoin but my computer is powered off? ===&lt;br /&gt;
&lt;br /&gt;
Bitcoins are not actually &amp;quot;sent&amp;quot; to your wallet; the software only uses that term so that we can use the currency without having to learn new concepts.  Your wallet is only needed when you wish to spend coins that you&#039;ve received.&lt;br /&gt;
&lt;br /&gt;
If you are sent coins when your wallet client program is not running, and you later launch the wallet client program, the coins will eventually appear as if they were just received in the wallet. That is to say, when the client program is started it must download blocks and catch up with any transactions it did not already know about.&lt;br /&gt;
&lt;br /&gt;
=== How long does &amp;quot;synchronizing&amp;quot; take when the Bitcoin client is first installed? What&#039;s it doing? ===&lt;br /&gt;
&lt;br /&gt;
The popular Bitcoin client software from bitcoin.org implements a &amp;quot;full&amp;quot; Bitcoin node: It can carry out all the duties of the Bitcoin P2P system, it isn&#039;t simply a &amp;quot;client&amp;quot;. One of the principles behind the operation of full Bitcoin nodes is that they don&#039;t assume that the other participants have followed the rules of the Bitcoin system. During synchronization, the software is processing historical Bitcoin transactions and making sure for itself that all of the rules of the system have been correctly followed.&lt;br /&gt;
&lt;br /&gt;
In normal operation, after synchronizing, the software should use a hardly noticeable amount of your computer&#039;s resources.&lt;br /&gt;
&lt;br /&gt;
When the wallet client program is first installed, its initial validation requires a lot of work from your computer&#039;s hard disk, so the amount of time to synchronize depends on your disk speed and, to a lesser extent, your CPU speed. It can take anywhere from a few hours to a day or so. On a slow computer it could take more than 40 hours of continuous synchronization, so check your computer&#039;s power-saving settings to ensure that it does not turn its hard disk off when unattended for a few hours.  You can use the Bitcoin software during synchronization, but you may not see recent payments to you until the client program has caught up to the point where those transactions happened.&lt;br /&gt;
&lt;br /&gt;
If you feel that this process takes too long, you can download a pre-synchronized blockchain from [http://eu2.bitcoincharts.com/blockchain/ http://eu2.bitcoincharts.com/blockchain/]. Alternatively, you can try an alternative &amp;quot;lite&amp;quot; client such as Multibit or a super-light client like electrum, though these clients have somewhat weaker security, are less mature, and don&#039;t contribute to the health of the P2P network.&lt;br /&gt;
&lt;br /&gt;
==Networking==&lt;br /&gt;
=== Do I need to configure my firewall to run Bitcoin? ===&lt;br /&gt;
&lt;br /&gt;
Bitcoin will connect to other nodes, usually on TCP port 8333. You will need to allow outgoing TCP connections to port 8333 if you want to allow your Bitcoin client to connect to many nodes. [[Testnet]] uses TCP port 18333 instead of 8333.&lt;br /&gt;
&lt;br /&gt;
If you want to restrict your firewall rules to a few IPs, you can find stable nodes in the [[Fallback Nodes|fallback nodes list]].&lt;br /&gt;
&lt;br /&gt;
=== How does the peer finding mechanism work? ===&lt;br /&gt;
&lt;br /&gt;
Bitcoin finds peers primarily by forwarding peer announcements within its own network and each node saves a database of peers that it&#039;s aware of, for future use. In order to bootstrap this process Bitcoin needs a list of initial peers, these can be provided manually but normally it obtains them by querying a set of DNS domain names which have automatically updated lists, if that doesn&#039;t work it falls back to a built-in list which is updated from time to time in new versions of the software. In the reference software initial peers can also be specified manually by adding an addr.txt to the data directory or via the addnode parameter.&lt;br /&gt;
&lt;br /&gt;
==Mining==&lt;br /&gt;
===What is mining?===&lt;br /&gt;
[[Mining]] is the process of spending computation power to secure Bitcoin transactions against reversal and introducing new Bitcoins to the system.&lt;br /&gt;
&lt;br /&gt;
Technically speaking, mining is the calculation of a [[hash]] of the a block header, which includes among other things a reference to the previous block, a hash of a set of transactions and a [[nonce]]. If the hash value is found to be less than the current [[target]] (which is inversely proportional to the [[difficulty]]), a new block is formed and the miner gets the newly generated Bitcoins (25 per block at current levels). If the hash is not less than the current target, a new nonce is tried, and a new hash is calculated. This is done millions of times per second by each miner.&lt;br /&gt;
&lt;br /&gt;
===Is mining used for some useful computation?===&lt;br /&gt;
The computations done when mining are internal to Bitcoin and not related to any other distributed computing projects. They serve the purpose of securing the Bitcoin network, which is useful.&lt;br /&gt;
&lt;br /&gt;
===Is it not a waste of energy?===&lt;br /&gt;
Spending energy on creating and securing a free monetary system is hardly a waste. Also, services necessary for the operation of currently widespread monetary systems, such as banks and credit card companies, also spend energy, arguably more than Bitcoin would.&lt;br /&gt;
&lt;br /&gt;
===Why don&#039;t we use calculations that are also useful for some other purpose?===&lt;br /&gt;
To provide security for the Bitcoin network, the calculations involved need to have some [http://bitcoin.stackexchange.com/questions/5617/why-are-bitcoin-calculation-useless/5618#5618 very specific features]. These features are incompatible with leveraging the computation for other purposes.&lt;br /&gt;
&lt;br /&gt;
===How can we stop miners from creating zero transaction blocks?===&lt;br /&gt;
The incentive for miners to include transactions is in the fees that come along with them. If we were to implement some minimum number of transactions per block it would be trivial for a miner to create and include transactions merely to surpass that threshold. As the network matures, the block reward drops, and miners become more dependent on transactions fees to pay their costs, the problem of zero transaction blocks should diminish over time.&lt;br /&gt;
&lt;br /&gt;
===How does the proof-of-work system help secure Bitcoin?===&lt;br /&gt;
Bitcoin uses the [[Hashcash]] proof of work with a minor adaption.  To give a general idea of the mining process, imagine this setup:&lt;br /&gt;
&lt;br /&gt;
  payload = &amp;lt;some data related to things happening on the Bitcoin network&amp;gt;&lt;br /&gt;
  nonce = 1&lt;br /&gt;
  hash = [http://en.wikipedia.org/wiki/SHA2 SHA2]( [http://en.wikipedia.org/wiki/SHA2 SHA2]( payload + nonce ) )&lt;br /&gt;
&lt;br /&gt;
The work performed by a miner consists of repeatedly increasing &amp;quot;nonce&amp;quot; until&lt;br /&gt;
the hash function yields a value, that has the rare property of being below a certain&lt;br /&gt;
target threshold. (In other words: The hash &amp;quot;starts with a certain number of zeroes&amp;quot;,&lt;br /&gt;
if you display it in the fixed-length representation, that is typically used.)&lt;br /&gt;
&lt;br /&gt;
As can be seen, the mining process doesn&#039;t compute anything special. It merely&lt;br /&gt;
tries to find a number (also referred to as nonce) which - in combination with the payload -&lt;br /&gt;
results in a hash with special properties.&lt;br /&gt;
&lt;br /&gt;
The advantage of using such a mechanism consists of the fact, that it is very easy to check a result: Given the payload and a specific nonce, only a single call of the hashing function is needed to verify that the hash has the required properties. Since there is no known way to find these hashes other than brute force, this can be used as a &amp;quot;proof of work&amp;quot; that someone invested a lot of computing power to find the correct nonce for this payload.&lt;br /&gt;
&lt;br /&gt;
This feature is then used in the Bitcoin network to secure various aspects. An attacker&lt;br /&gt;
that wants to introduce malicious payload data into the network, will need to do the&lt;br /&gt;
required proof of work before it will be accepted. And as long as honest miners have more&lt;br /&gt;
computing power, they can always outpace an attacker.&lt;br /&gt;
&lt;br /&gt;
Also see [http://en.wikipedia.org/wiki/Hashcash Hashcash] and [http://en.wikipedia.org/wiki/Proof-of-work_system Proof-of-work system] and [http://en.wikipedia.org/wiki/SHA2 SHA2] and on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
===Why was the &amp;quot;Generate coin&amp;quot; option of the client software removed?===&lt;br /&gt;
&lt;br /&gt;
The option wasn&#039;t removed, but it is now only accessible via the command-line or the configuration file.  The reason for this is that many users were complaining after they turned on and expecting to receive coins. Without specialized mining hardware a user is exceptionally unlikely generate a block on their own at the network&#039;s current [[difficulty|security level]].&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
&lt;br /&gt;
===Could miners collude to give themselves money or to fundamentally change the nature of Bitcoin?===&lt;br /&gt;
&lt;br /&gt;
There are two questions in here.  Let&#039;s look at them separately.&lt;br /&gt;
&lt;br /&gt;
;Could miners gang up and give themselves money?&lt;br /&gt;
&lt;br /&gt;
Mining itself is the process of creating new blocks in the block chain.  Each block contains a list of all the transactions that have taken place across the entire Bitcoin network since the last block was created, as well as a hash of the previous block.  New blocks are &#039;mined&#039;, or rather, generated, by  Bitcoin clients correctly guessing sequences of characters in codes called &#039;hashes,&#039; which are created using information from previous blocks.  Bitcoin users may download specialized &#039;mining&#039; software, which  allows them to dedicate some amount of their processing power – however large or small – to guessing at strings within the hash of the previous block.  Whoever makes the right guess first, thus creating a new block, receives a reward in Bitcoins.&lt;br /&gt;
	&lt;br /&gt;
The block chain is one of the two structures that makes Bitcoin secure, the other being the public-key encryption system on which Bitcoin trade is based.  The block chain assures that not only is every single transaction that ever takes place recorded, but that every single transaction is recorded on the computer of anyone who chooses to store the relevant information.  Many, many users have complete records of every transaction in Bitcoins history readily available to them at any point, and anyone who wants in the information can obtain it with ease.  These things make Bitcoin very hard to fool.&lt;br /&gt;
&lt;br /&gt;
The Bitcoin network takes considerable processing power to run, and since those with the most processing power can make the most guesses, those who put the most power toward to sustaining the network earn the most currency.  Each correct guess yields, at present, twenty-five Bitcoins, and as Bitcoins are presently worth something (although the value still fluctuates) every miner who earns any number of Bitcoins makes money.  Some miners pull in Bitcoins on their own; and some also join or form pools wherein all who contribute earn a share of the profits.  &lt;br /&gt;
	&lt;br /&gt;
Therefore, first answer is a vehement “yes”  – not only can miners collude to get more money, Bitcoin is designed to encourage them to do so.  Bitcoin pools are communal affairs, and there is nothing dishonest or underhanded about them.&lt;br /&gt;
&lt;br /&gt;
Of course, the real question is:&lt;br /&gt;
&lt;br /&gt;
;Can they do so in ways not sanctioned by Bitcoin network?  Is there any way to rip off the network and make loads of money dishonestly?&lt;br /&gt;
&lt;br /&gt;
Bitcoin isn&#039;t infallible.  It can be cheated, but doing so is extremely difficult.  Bitcoin was designed to evade some of the central problems with modern currencies – namely, that their trustworthiness hinges upon that of people who might not have users&#039; best interests in mind.  Every currency in the world (other than Bitcoin) is controlled by large institutions who keep track of what&#039;s done with it, and who can manipulate its value.  And every other currency has value because people trust the institutions that control them.&lt;br /&gt;
&lt;br /&gt;
Bitcoin doesn&#039;t ask that its users trust any institution.  Its security is based on the cryptography that is an integral part of its structure, and that is readily available for any and all to see.  Instead of one entity keeping track of transactions, the entire network does, so Bitcoins are astoundingly difficult to steal, or double-spend. Bitcoins are created in a regular and predictable fashion, and by many different users, so no one can decide to make a whole lot more and lessen their value.  In short, Bitcoin is designed to be inflation-proof, double-spend-proof and completely distributed.&lt;br /&gt;
&lt;br /&gt;
Nonetheless, there are a few ways that one can acquire Bitcoins dishonestly.  Firstly, one can steal private keys.  Key theft isn&#039;t something that Bitcoin security has been designed to prevent: it&#039;s up to users to keep their keys safe.  But the cryptography is designed so that it is completely impossible to deduce someone&#039;s private key from their public one. As long as you keep your private key to yourself, you don&#039;t have much to worry about.  Furthermore, one could theoretically create a new block chain, but due to the way in which the block chain is constructed, this would be extremely difficult and require massive amounts of processing power.  A full explanation of the difficulties involved can be found in the [[block chain]] article.&lt;br /&gt;
&lt;br /&gt;
Bitcoin can be ripped off – but doing so would be extremely hard and require considerable expertise and a staggering amount of processing power.  And it&#039;s only going to get harder with time.  Bitcoin isn&#039;t impenetrable, but it&#039;s close enough to put any real worries in the peripherals.&lt;br /&gt;
	&lt;br /&gt;
;Could miners fundamentally change the nature of Bitcoin?&lt;br /&gt;
&lt;br /&gt;
Once again, almost certainly not.&lt;br /&gt;
&lt;br /&gt;
Bitcoin is a distributed network, so any changes implemented to the system must be accepted by all users.  Someone trying to change the way Bitcoins are generated would have to convince every user to download and use their software – so the only changes that would go through are those that would be equally benefit all users. &lt;br /&gt;
&lt;br /&gt;
And thus, it is more or less impossible for anyone to change the function of Bitcoin to their advantage.  If users don&#039;t like the changes, they won&#039;t adopt them, whereas if users do like them, then these will help everyone equally.  Of course, one can conceive of a situation where someone manages to get a change pushed through that provides them with an advantage that no one notices, but given that Bitcoin is structurally relatively simple, it is unlikely that any major changes will go through without someone noticing first.&lt;br /&gt;
&lt;br /&gt;
The fact that such changes are so difficult to make testifies to the fully distributed nature of Bitcoin.  Any centrally controlled currency can be modified by its central agency without the consent of its adherents.  Bitcoin has no central authority, so it changes only at the behest of the whole community.  Bitcoins development represents a kind of collective evolution; the first of its kind among currencies.&lt;br /&gt;
&lt;br /&gt;
==Help==&lt;br /&gt;
===I&#039;d like to learn more.  Where can I get help?===&lt;br /&gt;
&lt;br /&gt;
* Read the [[Introduction|introduction to bitcoin]] &lt;br /&gt;
* See the videos, podcasts, and blog posts from the [[Press]]&lt;br /&gt;
* Read and post on the [[:Bitcoin:Community_portal#Bitcoin_Community_Forums|forums]]&lt;br /&gt;
* Chat on one of the [[:Bitcoin:Community_portal#IRC_Chat|Bitcoin IRC]] channels&lt;br /&gt;
* Listen to [http://omegataupodcast.net/2011/03/59-bitcoin-a-digital-decentralized-currency/ this podcast], which goes into the details of how bitcoin works&lt;br /&gt;
* Ask questions on the [http://bitcoin.stackexchange.com Bitcoin Stack Exchange]&lt;br /&gt;
* Use [http://wheretobuycryptocoins.com WhereToBuyCryptocoins].  It shows an cryptocurrency introduction, a getting started guide for beginners, also lists of markets, faucets, exchanges.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Man page]]&lt;br /&gt;
* [[Introduction]]&lt;br /&gt;
&lt;br /&gt;
[[de:FAQ]]&lt;br /&gt;
[[zh-cn:FAQ]]&lt;br /&gt;
[[fr:FAQ]]&lt;br /&gt;
[[ru:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Vocabulary]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=FlaskWallet&amp;diff=44976</id>
		<title>FlaskWallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=FlaskWallet&amp;diff=44976"/>
		<updated>2014-03-13T16:56:31Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add to user interfaces category too.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A single-user web-based flask application to manage bitcoin (and altcoin) wallets/nodes, by [http://kuttler.eu/blog Nicolas Kuttler].&lt;br /&gt;
&lt;br /&gt;
Code: https://github.com/nkuttler/flaskwallet&lt;br /&gt;
&lt;br /&gt;
Full documentation: http://flaskwallet.readthedocs.org/en/latest/&lt;br /&gt;
&lt;br /&gt;
[[Category:Frontends]]&lt;br /&gt;
[[Category:User Interfaces]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=FlaskWallet&amp;diff=44975</id>
		<title>FlaskWallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=FlaskWallet&amp;diff=44975"/>
		<updated>2014-03-13T16:55:13Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: Add nkuttler&amp;#039;s FlaskWallet frontend&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A single-user web-based flask application to manage bitcoin (and altcoin) wallets/nodes, by [http://kuttler.eu/blog Nicolas Kuttler].&lt;br /&gt;
&lt;br /&gt;
Code: https://github.com/nkuttler/flaskwallet&lt;br /&gt;
&lt;br /&gt;
Full documentation: http://flaskwallet.readthedocs.org/en/latest/&lt;br /&gt;
&lt;br /&gt;
[[Category:Frontends]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Original_Bitcoin_client/API_calls_list&amp;diff=43554</id>
		<title>Original Bitcoin client/API calls list</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Original_Bitcoin_client/API_calls_list&amp;diff=43554"/>
		<updated>2014-01-04T17:21:00Z</updated>

		<summary type="html">&lt;p&gt;Iwilcox: /* Full list */ listsinceblock: link to bug about [confs] ignored.  getmemorypool: Fix bold in description.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin API call list (as of version 0.8.0)&lt;br /&gt;
&lt;br /&gt;
== Common operations ==&lt;br /&gt;
&lt;br /&gt;
=== Listing my bitcoin addresses ===&lt;br /&gt;
&lt;br /&gt;
Listing the bitcoin [[address|addresses]] in your wallet is easily done via &#039;&#039;listreceivedbyaddress&#039;&#039;. It normally lists only addresses which already have received transactions, however you can list all the addresses by setting the first argument to 0, and the second one to true.&lt;br /&gt;
&lt;br /&gt;
[[accounts explained|Accounts]] are used to organize addresses.&lt;br /&gt;
&lt;br /&gt;
== Full list ==&lt;br /&gt;
&lt;br /&gt;
Required arguments are denoted inside &amp;amp;lt; and &amp;amp;gt; Optional arguments are inside [ and ].&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Command !! Parameters !! Description !! Requires unlocked wallet? (v0.4.0+)&lt;br /&gt;
|-&lt;br /&gt;
| addmultisigaddress || &amp;lt;nrequired&amp;gt; &amp;lt;&#039;[&amp;quot;key&amp;quot;,&amp;quot;key&amp;quot;]&#039;&amp;gt; [account] || Add a nrequired-to-sign multisignature address to the wallet. Each key is a bitcoin address or hex-encoded public key. If [account] is specified, assign address to [account]. || N&lt;br /&gt;
|-&lt;br /&gt;
| addnode || &amp;lt;node&amp;gt; &amp;lt;add/remove/onetry&amp;gt; || &#039;&#039;&#039;version 0.8&#039;&#039;&#039; Attempts add or remove &amp;lt;node&amp;gt; from the addnode list or try a connection to &amp;lt;node&amp;gt; once. || N&lt;br /&gt;
|-&lt;br /&gt;
| backupwallet || &amp;lt;destination&amp;gt; || Safely copies wallet.dat to destination, which can be a directory or a path with filename. || N&lt;br /&gt;
|-&lt;br /&gt;
| createmultisig || &amp;lt;nrequired&amp;gt; &amp;lt;&#039;[&amp;quot;key,&amp;quot;key&amp;quot;]&#039;&amp;gt; || Creates a multi-signature address and returns a json object ||&lt;br /&gt;
|-&lt;br /&gt;
| createrawtransaction || [{&amp;quot;txid&amp;quot;:txid,&amp;quot;vout&amp;quot;:n},...] {address:amount,...} || &#039;&#039;&#039;version 0.7&#039;&#039;&#039;  Creates a [[Raw Transactions|raw transaction]] spending given inputs. || N&lt;br /&gt;
|-&lt;br /&gt;
| decoderawtransaction || &amp;lt;hex string&amp;gt; || &#039;&#039;&#039;version 0.7&#039;&#039;&#039;  Produces a human-readable JSON object for a [[Raw Transactions|raw transaction]]. || N&lt;br /&gt;
|-&lt;br /&gt;
| dumpprivkey || &amp;lt;bitcoinaddress&amp;gt; || Reveals the private key corresponding to &amp;lt;bitcoinaddress&amp;gt; || Y&lt;br /&gt;
|-&lt;br /&gt;
| encryptwallet || &amp;lt;passphrase&amp;gt; || Encrypts the wallet with &amp;lt;passphrase&amp;gt;. || N&lt;br /&gt;
|-&lt;br /&gt;
| getaccount || &amp;lt;bitcoinaddress&amp;gt; || Returns the account associated with the given address. || N&lt;br /&gt;
|-&lt;br /&gt;
| getaccountaddress || &amp;lt;account&amp;gt; || Returns the current bitcoin address for receiving payments to this account. || N&lt;br /&gt;
|-&lt;br /&gt;
| getaddednodeinfo || &amp;lt;dns&amp;gt; [node] || &#039;&#039;&#039;version 0.8&#039;&#039;&#039; Returns information about the given added node, or all added nodes&lt;br /&gt;
(note that onetry addnodes are not listed here)&lt;br /&gt;
If dns is false, only a list of added nodes will be provided,&lt;br /&gt;
otherwise connected information will also be available.&lt;br /&gt;
|-&lt;br /&gt;
| getaddressesbyaccount || &amp;lt;account&amp;gt; || Returns the list of addresses for the given account. || N&lt;br /&gt;
|-&lt;br /&gt;
| getbalance || [account] [minconf=1] || If [account] is not specified, returns the server&#039;s total available balance.&amp;lt;br/&amp;gt;If [account] is specified, returns the balance in the account. || N&lt;br /&gt;
|-&lt;br /&gt;
| getbestblockhash || || &#039;&#039;&#039;recent git checkouts only&#039;&#039;&#039; Returns the hash of the best (tip) block in the longest block chain. || N&lt;br /&gt;
|-&lt;br /&gt;
| getblock || &amp;lt;hash&amp;gt; || Returns information about the block with the given hash. || N&lt;br /&gt;
|-&lt;br /&gt;
| getblockcount || || Returns the number of blocks in the longest block chain. || N&lt;br /&gt;
|-&lt;br /&gt;
| getblockhash || &amp;lt;index&amp;gt; || Returns hash of block in best-block-chain at &amp;lt;index&amp;gt;; index 0 is the [[genesis block]] || N&lt;br /&gt;
|-&lt;br /&gt;
| getblocknumber || || &#039;&#039;&#039;Deprecated&#039;&#039;&#039;. &#039;&#039;&#039;Removed in version 0.7&#039;&#039;&#039;. Use getblockcount. || N&lt;br /&gt;
|-&lt;br /&gt;
| getblocktemplate || [params] || Returns data needed to construct a block to work on.  See [[ BIP_0022]] for more info on params.|| N&lt;br /&gt;
|-&lt;br /&gt;
| getconnectioncount || || Returns the number of connections to other nodes. || N&lt;br /&gt;
|-&lt;br /&gt;
| getdifficulty || || Returns the proof-of-work difficulty as a multiple of the minimum difficulty. || N&lt;br /&gt;
|-&lt;br /&gt;
| getgenerate || || Returns true or false whether bitcoind is currently generating hashes || N&lt;br /&gt;
|-&lt;br /&gt;
| gethashespersec || || Returns a recent hashes per second performance measurement while generating. || N&lt;br /&gt;
|-&lt;br /&gt;
| getinfo || || Returns an object containing various state info. || N&lt;br /&gt;
|-&lt;br /&gt;
| getmemorypool || [data] || &#039;&#039;&#039;Replaced in v0.7.0 with getblocktemplate, submitblock, getrawmempool&#039;&#039;&#039; || N&lt;br /&gt;
|-&lt;br /&gt;
| getmininginfo || || Returns an object containing mining-related information:&lt;br /&gt;
* blocks&lt;br /&gt;
* currentblocksize&lt;br /&gt;
* currentblocktx&lt;br /&gt;
* difficulty&lt;br /&gt;
* errors&lt;br /&gt;
* generate&lt;br /&gt;
* genproclimit&lt;br /&gt;
* hashespersec&lt;br /&gt;
* pooledtx&lt;br /&gt;
* testnet&lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| getnewaddress || [account] || Returns a new bitcoin address for receiving payments.  If [account] is specified (recommended), it is added to the address book so payments received with the address will be credited to [account]. || N&lt;br /&gt;
|-&lt;br /&gt;
| getpeerinfo || || &#039;&#039;&#039;version 0.7&#039;&#039;&#039; Returns data about each connected node. || N&lt;br /&gt;
|-&lt;br /&gt;
| getrawchangeaddress || [account]|| &#039;&#039;&#039;recent git checkouts only&#039;&#039;&#039; Returns a new Bitcoin address, for receiving change.  This is for use with raw transactions, NOT normal use. || Y&lt;br /&gt;
|-&lt;br /&gt;
| getrawmempool || || &#039;&#039;&#039;version 0.7&#039;&#039;&#039; Returns all transaction ids in memory pool || N&lt;br /&gt;
|-&lt;br /&gt;
| getrawtransaction || &amp;lt;txid&amp;gt; [verbose=0] || &#039;&#039;&#039;version 0.7&#039;&#039;&#039;  Returns [[Raw Transactions|raw transaction]] representation for given transaction id. || N&lt;br /&gt;
|-&lt;br /&gt;
| getreceivedbyaccount || [account] [minconf=1] || Returns the total amount received by addresses with [account] in transactions with at least [minconf] confirmations. If [account] not provided return will include all transactions to all accounts. (version 0.3.24) || N&lt;br /&gt;
|-&lt;br /&gt;
| getreceivedbyaddress || &amp;lt;bitcoinaddress&amp;gt; [minconf=1] || Returns the amount received by &amp;lt;bitcoinaddress&amp;gt; in transactions with at least [minconf] confirmations. It correctly handles the case where someone has sent to the address in multiple transactions. Keep in mind that addresses are only ever used for receiving transactions. Works only for addresses in the local wallet, external addresses will always show 0. || N&lt;br /&gt;
|-&lt;br /&gt;
| gettransaction || &amp;lt;txid&amp;gt; || Returns an object about the given transaction containing:&lt;br /&gt;
* &amp;quot;amount&amp;quot; : total amount of the transaction&lt;br /&gt;
* &amp;quot;confirmations&amp;quot; :  number of confirmations of the transaction&lt;br /&gt;
* &amp;quot;txid&amp;quot; : the transaction ID&lt;br /&gt;
* &amp;quot;time&amp;quot; : time associated with the transaction&amp;lt;ref&amp;gt;From block timestamp, unless transaction was already in memory pool then the local time when the client added the transaction to its memory pool&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* &amp;quot;details&amp;quot; - An array of objects containing:&lt;br /&gt;
** &amp;quot;account&amp;quot;&lt;br /&gt;
** &amp;quot;address&amp;quot;&lt;br /&gt;
** &amp;quot;category&amp;quot;&lt;br /&gt;
** &amp;quot;amount&amp;quot;&lt;br /&gt;
** &amp;quot;fee&amp;quot;&lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| gettxout || &amp;lt;txid&amp;gt; &amp;lt;n&amp;gt; [includemempool=true] || Returns details about an unspent transaction output (UTXO) || N&lt;br /&gt;
|-&lt;br /&gt;
| gettxoutsetinfo ||  || Returns statistics about the unspent transaction output (UTXO) set || N&lt;br /&gt;
|-&lt;br /&gt;
| [[getwork]] || [data] || If [data] is not specified, returns formatted hash data to work on:&lt;br /&gt;
* &amp;quot;midstate&amp;quot; : precomputed hash state after hashing the first half of the data&lt;br /&gt;
* &amp;quot;data&amp;quot; : block data&lt;br /&gt;
* &amp;quot;hash1&amp;quot; : formatted hash buffer for second hash&lt;br /&gt;
* &amp;quot;target&amp;quot; : little endian hash target&lt;br /&gt;
If [data] is specified, tries to solve the block and returns true if it was successful. &lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| help || [command] || List commands, or get help for a command. || N&lt;br /&gt;
|-&lt;br /&gt;
| importprivkey || &amp;lt;bitcoinprivkey&amp;gt; [label] [rescan=true]|| Adds a private key (as returned by dumpprivkey) to your wallet. This may take a while, as a [[How_to_import_private_keys#Import_Private_key.28s.29|rescan]] is done, looking for existing transactions. &#039;&#039;&#039;Optional [rescan] parameter added in 0.8.0.&#039;&#039;&#039; || Y&lt;br /&gt;
|-&lt;br /&gt;
| keypoolrefill || || Fills the keypool, requires wallet passphrase to be set. || Y&lt;br /&gt;
|-&lt;br /&gt;
| listaccounts || [minconf=1] || Returns Object that has account names as keys, account balances as values. || N&lt;br /&gt;
|-&lt;br /&gt;
| listaddressgroupings || || &#039;&#039;&#039;version 0.7&#039;&#039;&#039; Returns all addresses in the wallet and info used for coincontrol. || N&lt;br /&gt;
|-&lt;br /&gt;
| listreceivedbyaccount || [minconf=1] [includeempty=false] || Returns an array of objects containing:&lt;br /&gt;
* &amp;quot;account&amp;quot; : the account of the receiving addresses&lt;br /&gt;
* &amp;quot;amount&amp;quot; : total amount received by addresses with this account&lt;br /&gt;
* &amp;quot;confirmations&amp;quot; : number of confirmations of the most recent transaction included&lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| listreceivedbyaddress || [minconf=1] [includeempty=false] || Returns an array of objects containing:&lt;br /&gt;
* &amp;quot;address&amp;quot; : receiving address&lt;br /&gt;
* &amp;quot;account&amp;quot; : the account of the receiving address&lt;br /&gt;
* &amp;quot;amount&amp;quot; : total amount received by the address&lt;br /&gt;
* &amp;quot;confirmations&amp;quot; : number of confirmations of the most recent transaction included&lt;br /&gt;
To get a list of accounts on the system, execute bitcoind listreceivedbyaddress 0 true&lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| listsinceblock|| [blockhash] [target-confirmations] || Get all transactions in blocks since block [blockhash], or all transactions if omitted. &#039;&#039;&#039;[target-confirmations] is [https://github.com/bitcoin/bitcoin/issues/1153 ignored (bug)] up to (at least) v0.8.5&#039;&#039;&#039; || N&lt;br /&gt;
|-&lt;br /&gt;
| listtransactions || [account] [count=10] [from=0] || Returns up to [count] most recent transactions skipping the first [from] transactions for account [account]. If [account] not provided will return recent transaction from all accounts.&lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| listunspent || [minconf=1] [maxconf=999999] || &#039;&#039;&#039;version 0.7&#039;&#039;&#039;  Returns array of unspent transaction inputs in the wallet. || N&lt;br /&gt;
|-&lt;br /&gt;
| listlockunspent || || &#039;&#039;&#039;version 0.8&#039;&#039;&#039; Returns list of temporarily unspendable outputs&lt;br /&gt;
|-&lt;br /&gt;
| lockunspent || &amp;lt;unlock?&amp;gt; [array-of-objects] || &#039;&#039;&#039;version 0.8&#039;&#039;&#039; Updates list of temporarily unspendable outputs&lt;br /&gt;
|-&lt;br /&gt;
| move || &amp;lt;fromaccount&amp;gt; &amp;lt;toaccount&amp;gt; &amp;lt;amount&amp;gt; [minconf=1] [comment] || Move from one account in your wallet to another || N&lt;br /&gt;
|-&lt;br /&gt;
| sendfrom || &amp;lt;fromaccount&amp;gt; &amp;lt;tobitcoinaddress&amp;gt; &amp;lt;amount&amp;gt; [minconf=1] [comment] [comment-to] || &amp;lt;amount&amp;gt; is a real and is rounded to 8 decimal places. Will send the given amount to the given address, ensuring the account has a valid balance using [minconf] confirmations. Returns the transaction ID if successful (not in JSON object). || Y&lt;br /&gt;
|-&lt;br /&gt;
| sendmany || &amp;lt;fromaccount&amp;gt; {address:amount,...} [minconf=1] [comment] || amounts are double-precision floating point numbers || Y&lt;br /&gt;
|-&lt;br /&gt;
| sendrawtransaction || &amp;lt;hexstring&amp;gt; || &#039;&#039;&#039;version 0.7&#039;&#039;&#039; Submits [[Raw Transactions|raw transaction]] (serialized, hex-encoded) to local node and network. || N&lt;br /&gt;
|-&lt;br /&gt;
| sendtoaddress || &amp;lt;bitcoinaddress&amp;gt; &amp;lt;amount&amp;gt; [comment] [comment-to] || &amp;lt;amount&amp;gt; is a real and is rounded to 8 decimal places. Returns the transaction ID &amp;lt;txid&amp;gt; if successful. || Y&lt;br /&gt;
|-&lt;br /&gt;
| setaccount || &amp;lt;bitcoinaddress&amp;gt; &amp;lt;account&amp;gt; || Sets the account associated with the given address. Assigning address that is already assigned to the same account will create a new address associated with that account. || N&lt;br /&gt;
|-&lt;br /&gt;
| setgenerate || &amp;lt;generate&amp;gt; [genproclimit] || &amp;lt;generate&amp;gt; is true or false to turn generation on or off.&amp;lt;br/&amp;gt;Generation is limited to [genproclimit] processors, -1 is unlimited. || N&lt;br /&gt;
|-&lt;br /&gt;
| settxfee || &amp;lt;amount&amp;gt; || &amp;lt;amount&amp;gt; is a real and is rounded to the nearest 0.00000001 || N&lt;br /&gt;
|-&lt;br /&gt;
| signmessage || &amp;lt;bitcoinaddress&amp;gt; &amp;lt;message&amp;gt; || Sign a message with the private key of an address. || Y&lt;br /&gt;
|-&lt;br /&gt;
| signrawtransaction || &amp;lt;hexstring&amp;gt; [{&amp;quot;txid&amp;quot;:txid,&amp;quot;vout&amp;quot;:n,&amp;quot;scriptPubKey&amp;quot;:hex},...] [&amp;lt;privatekey1&amp;gt;,...] || &#039;&#039;&#039;version 0.7&#039;&#039;&#039; Adds signatures to a [[Raw Transactions|raw transaction]] and returns the resulting raw transaction. || Y/N&lt;br /&gt;
|-&lt;br /&gt;
| stop || || Stop bitcoin server. || N&lt;br /&gt;
|-&lt;br /&gt;
| submitblock || &amp;lt;hex data&amp;gt; [optional-params-obj] || Attempts to submit new block to network. || N&lt;br /&gt;
|-&lt;br /&gt;
| validateaddress || &amp;lt;bitcoinaddress&amp;gt; || Return information about &amp;lt;bitcoinaddress&amp;gt;. || N&lt;br /&gt;
|-&lt;br /&gt;
| verifymessage || &amp;lt;bitcoinaddress&amp;gt; &amp;lt;signature&amp;gt; &amp;lt;message&amp;gt; || Verify a signed message. || N&lt;br /&gt;
|-&lt;br /&gt;
| walletlock ||  || Removes the wallet encryption key from memory, locking the wallet. After calling this method,  you will need to call walletpassphrase again before being able to call any methods which require the wallet to be unlocked. || N&lt;br /&gt;
|-&lt;br /&gt;
| walletpassphrase || &amp;lt;passphrase&amp;gt; &amp;lt;timeout&amp;gt; || Stores the wallet decryption key in memory for &amp;lt;timeout&amp;gt; seconds. || N&lt;br /&gt;
|-&lt;br /&gt;
| walletpassphrasechange || &amp;lt;oldpassphrase&amp;gt; &amp;lt;newpassphrase&amp;gt; || Changes the wallet passphrase from &amp;lt;oldpassphrase&amp;gt; to &amp;lt;newpassphrase&amp;gt;. || N&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Error Codes==&lt;br /&gt;
&lt;br /&gt;
See [https://github.com/bitcoin/bitcoin/blob/master/src/rpcprotocol.h#L34 rpcprotocol.h] for the list of error codes and their meanings.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Original Bitcoin client]]&lt;br /&gt;
* [[Protocol specification]]&lt;br /&gt;
* [[API reference (JSON-RPC)]]&lt;br /&gt;
* [[Lazy_API]]&lt;br /&gt;
* [[Elis-API]] - A more detailed version of this page - for developers!&lt;br /&gt;
* [http://code.gogulski.com/bitcoin-php/class_bitcoin_client.html PHP BitcoinClient Class Reference]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Iwilcox</name></author>
	</entry>
</feed>