<?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=Zwierzak</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=Zwierzak"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Zwierzak"/>
	<updated>2026-05-13T15:41:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin&amp;diff=14982</id>
		<title>Bitcoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin&amp;diff=14982"/>
		<updated>2011-08-14T22:43:20Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: Added Polish Link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Bitcoin]] is a decentralized [[Digital currency|cryptocurrency]] invented by programmer [[Satoshi Nakamoto]], who also developed the [[Original Bitcoin client]]. It allows for anonymous and secure ownership and transfers of amounts of bitcoins, without relying on any central server to process the transactions or store the accounts.&lt;br /&gt;
&lt;br /&gt;
Bitcoin is currently accepted in exchange for other currencies, such as dollars and euros, as well as directly for services and tangible goods.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
:Main article: [[History of Bitcoin]]&lt;br /&gt;
&lt;br /&gt;
The first mention of the concept of cryptocurrency is said to have been made in 1998 by Wei Dai on the cypherpunks mailing list, and Bitcoin can trace its origin to the [[B-money Proposal]].  Related to this is the more recent [[Bit Gold proposal]] by Nick Szabo.&lt;br /&gt;
&lt;br /&gt;
The paper [http://bitcoin.org/bitcoin.pdf Bitcoin: A Peer-to-Peer Electronic Cash System] describes the early concepts behind Bitcoin&amp;lt;ref&amp;gt;[http://www.mail-archive.com/cryptography@metzdowd.com/msg09959.html Bitcoin P2P e-cash paper]&amp;lt;/ref&amp;gt; and and precedes the first release of Bitcoin software.&lt;br /&gt;
&lt;br /&gt;
The Bitcoin project was registered on November 9th, 2008. The Bitcoin network started up on January 3rd, 2009 with the [[genesis block]]. The genesis block contains a media reference to the dealings of a central banker in the UK.&lt;br /&gt;
&lt;br /&gt;
On February 9, 2011, and for a few days afterwards, Bitcoin sold for over $1 in most exchanges.&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
&lt;br /&gt;
:Main article: [[Weaknesses]]&lt;br /&gt;
&lt;br /&gt;
In the history of bitcoin, there have been a few [[incidents]], caused by problematic as well as malicious transactions. In the worst such incident, and the only one of its type, a person was able to pretend that he had a practically infinite supply of bitcoins, for almost 9 hours.&lt;br /&gt;
&lt;br /&gt;
Bitcoin relies, among other things, on [http://en.wikipedia.org/wiki/Public-key_cryptography public key cryptography] and thus may be vulnerable to [http://en.wikipedia.org/wiki/Elliptic_curve_cryptography#Quantum_computing_attacks quantum computing attacks] if and when practical quantum computers can be constructed.&lt;br /&gt;
&lt;br /&gt;
If multiple different software packages, whose usage becomes widespread on the Bitcoin network, disagree on the protocol and the rules for transactions, this could potentially cause a fork in the block chain, with each faction of users being able to accept only their own version of the history of transactions. This could influence the price of bitcoins.&lt;br /&gt;
&lt;br /&gt;
A global, organized campaign against the currency or the software could also influence the demand for bitcoins, and thus the exchange price.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Introduction]]&lt;br /&gt;
* [[Getting started]]&lt;br /&gt;
* [[Using_Bitcoin|Detailed tutorial]]&lt;br /&gt;
* [[How bitcoin works]]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
&lt;br /&gt;
[[pl:Bitcoin]]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Difficulty&amp;diff=14976</id>
		<title>Difficulty</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Difficulty&amp;diff=14976"/>
		<updated>2011-08-14T20:29:27Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: /* What is the current difficulty? */ Changed estimated next difficulty to use blockexplorer instead of dot-bit.org&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;See also: [[target]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== What is &amp;quot;difficulty&amp;quot;? ===&lt;br /&gt;
&lt;br /&gt;
Difficulty is a measure of how difficult it is to find a new [[block]] compared to the easiest it can ever be.&lt;br /&gt;
&lt;br /&gt;
=== How often does the difficulty change? ===&lt;br /&gt;
&lt;br /&gt;
Every 2016 [[block|blocks]].&lt;br /&gt;
&lt;br /&gt;
=== What is the formula for difficulty? ===&lt;br /&gt;
&lt;br /&gt;
difficulty = maximum_target / current_target &lt;br /&gt;
&lt;br /&gt;
(target is a 256 bit number)&lt;br /&gt;
&lt;br /&gt;
===How is difficulty stored in blocks?===&lt;br /&gt;
&lt;br /&gt;
Each block stores a packed representation (called &amp;quot;Bits&amp;quot;) for its actual hexadecimal [[target]]. The target can be derived from it via a predefined formula. For example, if the packed target in the block is 0x1b0404cb, the hexadecimal target is&lt;br /&gt;
 0x0404cb * 2**(8*(0x1b - 3)) = 0x00000000000404CB000000000000000000000000000000000000000000000000&lt;br /&gt;
&lt;br /&gt;
Note that the 0x0404cb value is a signed value in this format. The largest legal value for this field is 0x7fffff. To make a larger value you must shift it down one full byte. Also 0x008000 is the smallest positive valid value.&lt;br /&gt;
&lt;br /&gt;
The highest possible target (difficulty 1) is defined as 0x1d00ffff, which gives us a hex target of&lt;br /&gt;
 0x00ffff * 2**(8*(0x1d - 3)) = 0x00000000FFFF0000000000000000000000000000000000000000000000000000&lt;br /&gt;
&lt;br /&gt;
So the difficulty at 0x1b0404cb is therefore:&lt;br /&gt;
 0x00000000FFFF0000000000000000000000000000000000000000000000000000 /&lt;br /&gt;
 0x00000000000404CB000000000000000000000000000000000000000000000000 &lt;br /&gt;
 = 16307.420938523983&lt;br /&gt;
&lt;br /&gt;
=== What is the current difficulty? ===&lt;br /&gt;
[http://blockexplorer.com/q/getdifficulty Current difficulty], as output by BitCoin&#039;s getDifficulty.&lt;br /&gt;
&lt;br /&gt;
[http://blockexplorer.com/q/estimate Estimated next difficulty]&lt;br /&gt;
&lt;br /&gt;
[http://bitcoin.sipa.be Graphs]&lt;br /&gt;
&lt;br /&gt;
=== What is the maximum difficulty? ===&lt;br /&gt;
The maximum difficulty is roughly: maximum_target / 1, which is a ridiculously huge number (about 2^224). &lt;br /&gt;
&lt;br /&gt;
The actual maximum difficulty is when current_target=0, but we would not be able to calculate the difficulty if that happened. (fortunately it never will, so we&#039;re ok.)&lt;br /&gt;
&lt;br /&gt;
=== Can the difficulty go down? ===&lt;br /&gt;
Yes it can. See discussion in [[target]].&lt;br /&gt;
&lt;br /&gt;
=== What is the minimum difficulty? ===&lt;br /&gt;
The minimum difficulty, when the target is at the maximum allowed value, is 1.&lt;br /&gt;
&lt;br /&gt;
=== What network hash rate results in a given difficulty? ===&lt;br /&gt;
The difficulty is adjusted every 2016 blocks based on the time it took to find the previous 2016 blocks.  At the desired rate of one block each 10 minutes, 2016 blocks would take exactly two weeks to find.  If the previous 2016 blocks took more than two weeks to find, the difficulty is reduced.  If they took less than two weeks, the difficulty is increased.  The change in difficulty is in proportion to the amount of time over or under two weeks the previous 2016 blocks took to find.&lt;br /&gt;
&lt;br /&gt;
To find a block, the hash must be less than the target.  The hash is effectively a random number between 0 and 2**256-1.  The offset for difficulty 1 is&lt;br /&gt;
 0xffff * 2**208&lt;br /&gt;
and for difficulty D is&lt;br /&gt;
 0xffff * 2**208)/D&lt;br /&gt;
&lt;br /&gt;
The expected number of hashes we need to calculate to find a block with difficulty D is therefore&lt;br /&gt;
 D * 2**256 / (0xffff * 2**208)&lt;br /&gt;
or just&lt;br /&gt;
 D * 2**48 / 0xffff&lt;br /&gt;
&lt;br /&gt;
The difficulty is set such that the previous 2016 blocks would have been found at the rate of one every 10 minutes, so we were calculating (D * 2**48 / 0xffff) hashes in 600 seconds.  That means the hash rate of the network was&lt;br /&gt;
 D * 2**48 / 0xffff / 600&lt;br /&gt;
over the previous 2016 blocks.  Can be further simplified to&lt;br /&gt;
 D * 2**32 / 600&lt;br /&gt;
without much loss of accuracy.&lt;br /&gt;
&lt;br /&gt;
At difficulty 1, that is around 7 Mhashes per second.&lt;br /&gt;
&lt;br /&gt;
At the time of writing, the difficulty is 22012.4941572, which means that over the previous set of 2016 blocks found the average network hash rate was&lt;br /&gt;
 22012.4941572 * 2**32 / 600 = around 157 Ghashes per second.&lt;br /&gt;
&lt;br /&gt;
=== How soon might I expect to generate a block? ===&lt;br /&gt;
(The [https://www.bitcointalk.org/index.php?topic=1682.0 eternal question].)&lt;br /&gt;
&lt;br /&gt;
The average time to find a block can be approximated by calculating:&lt;br /&gt;
 time = difficulty * 2**32 / hashrate&lt;br /&gt;
where difficulty is the current difficulty, hashrate is the number of hashes your miner calculates per second, and time is the average in seconds between the blocks you find.&lt;br /&gt;
&lt;br /&gt;
For example, using Python we calculate the average time to generate a block using a 1Ghash/s mining rig when the difficulty is 20000:&lt;br /&gt;
 $ python -c &amp;quot;print 20000 * 2**32 / 10**9 / 60 / 60.0&amp;quot;&lt;br /&gt;
 23.85&lt;br /&gt;
and find that it takes just under 24 hours on average.&lt;br /&gt;
&lt;br /&gt;
* Any one grinding of the hash stands the same chance of &amp;quot;winning&amp;quot; as any other.  The numbers game is how many attempts your hardware can make per second.&lt;br /&gt;
* You need to know the difficulty (above) and your khash/sec rate (reported by the client).&lt;br /&gt;
** [[Mining Hardware Comparison]] has some stats that may help you predict what you could get.&lt;br /&gt;
* Visit a calculator or perform the maths yourself,&lt;br /&gt;
** http://www.alloscomp.com/bitcoin/calculator.php&lt;br /&gt;
* Remember it&#039;s just probability!  There are no guarantees you will win every N days.&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Vocabulary]]&lt;br /&gt;
&lt;br /&gt;
[[pl:Trudność]]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Difficulty&amp;diff=14975</id>
		<title>Difficulty</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Difficulty&amp;diff=14975"/>
		<updated>2011-08-14T20:27:15Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: /* How soon might I expect to generate a block? */ link to old forum&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;See also: [[target]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== What is &amp;quot;difficulty&amp;quot;? ===&lt;br /&gt;
&lt;br /&gt;
Difficulty is a measure of how difficult it is to find a new [[block]] compared to the easiest it can ever be.&lt;br /&gt;
&lt;br /&gt;
=== How often does the difficulty change? ===&lt;br /&gt;
&lt;br /&gt;
Every 2016 [[block|blocks]].&lt;br /&gt;
&lt;br /&gt;
=== What is the formula for difficulty? ===&lt;br /&gt;
&lt;br /&gt;
difficulty = maximum_target / current_target &lt;br /&gt;
&lt;br /&gt;
(target is a 256 bit number)&lt;br /&gt;
&lt;br /&gt;
===How is difficulty stored in blocks?===&lt;br /&gt;
&lt;br /&gt;
Each block stores a packed representation (called &amp;quot;Bits&amp;quot;) for its actual hexadecimal [[target]]. The target can be derived from it via a predefined formula. For example, if the packed target in the block is 0x1b0404cb, the hexadecimal target is&lt;br /&gt;
 0x0404cb * 2**(8*(0x1b - 3)) = 0x00000000000404CB000000000000000000000000000000000000000000000000&lt;br /&gt;
&lt;br /&gt;
Note that the 0x0404cb value is a signed value in this format. The largest legal value for this field is 0x7fffff. To make a larger value you must shift it down one full byte. Also 0x008000 is the smallest positive valid value.&lt;br /&gt;
&lt;br /&gt;
The highest possible target (difficulty 1) is defined as 0x1d00ffff, which gives us a hex target of&lt;br /&gt;
 0x00ffff * 2**(8*(0x1d - 3)) = 0x00000000FFFF0000000000000000000000000000000000000000000000000000&lt;br /&gt;
&lt;br /&gt;
So the difficulty at 0x1b0404cb is therefore:&lt;br /&gt;
 0x00000000FFFF0000000000000000000000000000000000000000000000000000 /&lt;br /&gt;
 0x00000000000404CB000000000000000000000000000000000000000000000000 &lt;br /&gt;
 = 16307.420938523983&lt;br /&gt;
&lt;br /&gt;
=== What is the current difficulty? ===&lt;br /&gt;
[http://blockexplorer.com/q/getdifficulty Current difficulty], as output by BitCoin&#039;s getDifficulty.&lt;br /&gt;
&lt;br /&gt;
[http://dot-bit.org/tools/nextDifficulty.php Estimated next difficulty]&lt;br /&gt;
&lt;br /&gt;
[http://bitcoin.sipa.be Graphs]&lt;br /&gt;
&lt;br /&gt;
=== What is the maximum difficulty? ===&lt;br /&gt;
The maximum difficulty is roughly: maximum_target / 1, which is a ridiculously huge number (about 2^224). &lt;br /&gt;
&lt;br /&gt;
The actual maximum difficulty is when current_target=0, but we would not be able to calculate the difficulty if that happened. (fortunately it never will, so we&#039;re ok.)&lt;br /&gt;
&lt;br /&gt;
=== Can the difficulty go down? ===&lt;br /&gt;
Yes it can. See discussion in [[target]].&lt;br /&gt;
&lt;br /&gt;
=== What is the minimum difficulty? ===&lt;br /&gt;
The minimum difficulty, when the target is at the maximum allowed value, is 1.&lt;br /&gt;
&lt;br /&gt;
=== What network hash rate results in a given difficulty? ===&lt;br /&gt;
The difficulty is adjusted every 2016 blocks based on the time it took to find the previous 2016 blocks.  At the desired rate of one block each 10 minutes, 2016 blocks would take exactly two weeks to find.  If the previous 2016 blocks took more than two weeks to find, the difficulty is reduced.  If they took less than two weeks, the difficulty is increased.  The change in difficulty is in proportion to the amount of time over or under two weeks the previous 2016 blocks took to find.&lt;br /&gt;
&lt;br /&gt;
To find a block, the hash must be less than the target.  The hash is effectively a random number between 0 and 2**256-1.  The offset for difficulty 1 is&lt;br /&gt;
 0xffff * 2**208&lt;br /&gt;
and for difficulty D is&lt;br /&gt;
 0xffff * 2**208)/D&lt;br /&gt;
&lt;br /&gt;
The expected number of hashes we need to calculate to find a block with difficulty D is therefore&lt;br /&gt;
 D * 2**256 / (0xffff * 2**208)&lt;br /&gt;
or just&lt;br /&gt;
 D * 2**48 / 0xffff&lt;br /&gt;
&lt;br /&gt;
The difficulty is set such that the previous 2016 blocks would have been found at the rate of one every 10 minutes, so we were calculating (D * 2**48 / 0xffff) hashes in 600 seconds.  That means the hash rate of the network was&lt;br /&gt;
 D * 2**48 / 0xffff / 600&lt;br /&gt;
over the previous 2016 blocks.  Can be further simplified to&lt;br /&gt;
 D * 2**32 / 600&lt;br /&gt;
without much loss of accuracy.&lt;br /&gt;
&lt;br /&gt;
At difficulty 1, that is around 7 Mhashes per second.&lt;br /&gt;
&lt;br /&gt;
At the time of writing, the difficulty is 22012.4941572, which means that over the previous set of 2016 blocks found the average network hash rate was&lt;br /&gt;
 22012.4941572 * 2**32 / 600 = around 157 Ghashes per second.&lt;br /&gt;
&lt;br /&gt;
=== How soon might I expect to generate a block? ===&lt;br /&gt;
(The [https://www.bitcointalk.org/index.php?topic=1682.0 eternal question].)&lt;br /&gt;
&lt;br /&gt;
The average time to find a block can be approximated by calculating:&lt;br /&gt;
 time = difficulty * 2**32 / hashrate&lt;br /&gt;
where difficulty is the current difficulty, hashrate is the number of hashes your miner calculates per second, and time is the average in seconds between the blocks you find.&lt;br /&gt;
&lt;br /&gt;
For example, using Python we calculate the average time to generate a block using a 1Ghash/s mining rig when the difficulty is 20000:&lt;br /&gt;
 $ python -c &amp;quot;print 20000 * 2**32 / 10**9 / 60 / 60.0&amp;quot;&lt;br /&gt;
 23.85&lt;br /&gt;
and find that it takes just under 24 hours on average.&lt;br /&gt;
&lt;br /&gt;
* Any one grinding of the hash stands the same chance of &amp;quot;winning&amp;quot; as any other.  The numbers game is how many attempts your hardware can make per second.&lt;br /&gt;
* You need to know the difficulty (above) and your khash/sec rate (reported by the client).&lt;br /&gt;
** [[Mining Hardware Comparison]] has some stats that may help you predict what you could get.&lt;br /&gt;
* Visit a calculator or perform the maths yourself,&lt;br /&gt;
** http://www.alloscomp.com/bitcoin/calculator.php&lt;br /&gt;
* Remember it&#039;s just probability!  There are no guarantees you will win every N days.&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Vocabulary]]&lt;br /&gt;
&lt;br /&gt;
[[pl:Trudność]]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Difficulty&amp;diff=14971</id>
		<title>Difficulty</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Difficulty&amp;diff=14971"/>
		<updated>2011-08-14T18:16:11Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: Added Polish link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;See also: [[target]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== What is &amp;quot;difficulty&amp;quot;? ===&lt;br /&gt;
&lt;br /&gt;
Difficulty is a measure of how difficult it is to find a new [[block]] compared to the easiest it can ever be.&lt;br /&gt;
&lt;br /&gt;
=== How often does the difficulty change? ===&lt;br /&gt;
&lt;br /&gt;
Every 2016 [[block|blocks]].&lt;br /&gt;
&lt;br /&gt;
=== What is the formula for difficulty? ===&lt;br /&gt;
&lt;br /&gt;
difficulty = maximum_target / current_target &lt;br /&gt;
&lt;br /&gt;
(target is a 256 bit number)&lt;br /&gt;
&lt;br /&gt;
===How is difficulty stored in blocks?===&lt;br /&gt;
&lt;br /&gt;
Each block stores a packed representation (called &amp;quot;Bits&amp;quot;) for its actual hexadecimal [[target]]. The target can be derived from it via a predefined formula. For example, if the packed target in the block is 0x1b0404cb, the hexadecimal target is&lt;br /&gt;
 0x0404cb * 2**(8*(0x1b - 3)) = 0x00000000000404CB000000000000000000000000000000000000000000000000&lt;br /&gt;
&lt;br /&gt;
Note that the 0x0404cb value is a signed value in this format. The largest legal value for this field is 0x7fffff. To make a larger value you must shift it down one full byte. Also 0x008000 is the smallest positive valid value.&lt;br /&gt;
&lt;br /&gt;
The highest possible target (difficulty 1) is defined as 0x1d00ffff, which gives us a hex target of&lt;br /&gt;
 0x00ffff * 2**(8*(0x1d - 3)) = 0x00000000FFFF0000000000000000000000000000000000000000000000000000&lt;br /&gt;
&lt;br /&gt;
So the difficulty at 0x1b0404cb is therefore:&lt;br /&gt;
 0x00000000FFFF0000000000000000000000000000000000000000000000000000 /&lt;br /&gt;
 0x00000000000404CB000000000000000000000000000000000000000000000000 &lt;br /&gt;
 = 16307.420938523983&lt;br /&gt;
&lt;br /&gt;
=== What is the current difficulty? ===&lt;br /&gt;
[http://blockexplorer.com/q/getdifficulty Current difficulty], as output by BitCoin&#039;s getDifficulty.&lt;br /&gt;
&lt;br /&gt;
[http://dot-bit.org/tools/nextDifficulty.php Estimated next difficulty]&lt;br /&gt;
&lt;br /&gt;
[http://bitcoin.sipa.be Graphs]&lt;br /&gt;
&lt;br /&gt;
=== What is the maximum difficulty? ===&lt;br /&gt;
The maximum difficulty is roughly: maximum_target / 1, which is a ridiculously huge number (about 2^224). &lt;br /&gt;
&lt;br /&gt;
The actual maximum difficulty is when current_target=0, but we would not be able to calculate the difficulty if that happened. (fortunately it never will, so we&#039;re ok.)&lt;br /&gt;
&lt;br /&gt;
=== Can the difficulty go down? ===&lt;br /&gt;
Yes it can. See discussion in [[target]].&lt;br /&gt;
&lt;br /&gt;
=== What is the minimum difficulty? ===&lt;br /&gt;
The minimum difficulty, when the target is at the maximum allowed value, is 1.&lt;br /&gt;
&lt;br /&gt;
=== What network hash rate results in a given difficulty? ===&lt;br /&gt;
The difficulty is adjusted every 2016 blocks based on the time it took to find the previous 2016 blocks.  At the desired rate of one block each 10 minutes, 2016 blocks would take exactly two weeks to find.  If the previous 2016 blocks took more than two weeks to find, the difficulty is reduced.  If they took less than two weeks, the difficulty is increased.  The change in difficulty is in proportion to the amount of time over or under two weeks the previous 2016 blocks took to find.&lt;br /&gt;
&lt;br /&gt;
To find a block, the hash must be less than the target.  The hash is effectively a random number between 0 and 2**256-1.  The offset for difficulty 1 is&lt;br /&gt;
 0xffff * 2**208&lt;br /&gt;
and for difficulty D is&lt;br /&gt;
 0xffff * 2**208)/D&lt;br /&gt;
&lt;br /&gt;
The expected number of hashes we need to calculate to find a block with difficulty D is therefore&lt;br /&gt;
 D * 2**256 / (0xffff * 2**208)&lt;br /&gt;
or just&lt;br /&gt;
 D * 2**48 / 0xffff&lt;br /&gt;
&lt;br /&gt;
The difficulty is set such that the previous 2016 blocks would have been found at the rate of one every 10 minutes, so we were calculating (D * 2**48 / 0xffff) hashes in 600 seconds.  That means the hash rate of the network was&lt;br /&gt;
 D * 2**48 / 0xffff / 600&lt;br /&gt;
over the previous 2016 blocks.  Can be further simplified to&lt;br /&gt;
 D * 2**32 / 600&lt;br /&gt;
without much loss of accuracy.&lt;br /&gt;
&lt;br /&gt;
At difficulty 1, that is around 7 Mhashes per second.&lt;br /&gt;
&lt;br /&gt;
At the time of writing, the difficulty is 22012.4941572, which means that over the previous set of 2016 blocks found the average network hash rate was&lt;br /&gt;
 22012.4941572 * 2**32 / 600 = around 157 Ghashes per second.&lt;br /&gt;
&lt;br /&gt;
=== How soon might I expect to generate a block? ===&lt;br /&gt;
(The [https://www.bitcoin.org/smf/index.php?topic=1682.0 eternal question].)&lt;br /&gt;
&lt;br /&gt;
The average time to find a block can be approximated by calculating:&lt;br /&gt;
 time = difficulty * 2**32 / hashrate&lt;br /&gt;
where difficulty is the current difficulty, hashrate is the number of hashes your miner calculates per second, and time is the average in seconds between the blocks you find.&lt;br /&gt;
&lt;br /&gt;
For example, using Python we calculate the average time to generate a block using a 1Ghash/s mining rig when the difficulty is 20000:&lt;br /&gt;
 $ python -c &amp;quot;print 20000 * 2**32 / 10**9 / 60 / 60.0&amp;quot;&lt;br /&gt;
 23.85&lt;br /&gt;
and find that it takes just under 24 hours on average.&lt;br /&gt;
&lt;br /&gt;
* Any one grinding of the hash stands the same chance of &amp;quot;winning&amp;quot; as any other.  The numbers game is how many attempts your hardware can make per second.&lt;br /&gt;
* You need to know the difficulty (above) and your khash/sec rate (reported by the client).&lt;br /&gt;
** [[Mining Hardware Comparison]] has some stats that may help you predict what you could get.&lt;br /&gt;
* Visit a calculator or perform the maths yourself,&lt;br /&gt;
** http://www.alloscomp.com/bitcoin/calculator.php&lt;br /&gt;
* Remember it&#039;s just probability!  There are no guarantees you will win every N days.&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Vocabulary]]&lt;br /&gt;
&lt;br /&gt;
[[pl:Trudność]]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14957</id>
		<title>User:Zwierzak</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14957"/>
		<updated>2011-08-14T14:38:46Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Who is zwierzak? It is me!&lt;br /&gt;
&lt;br /&gt;
=== Contact ===&lt;br /&gt;
&lt;br /&gt;
* [http://zwierzak.info/ My Site]&lt;br /&gt;
* [http://www.google.com/recaptcha/mailhide/d?k=01h7Skajq3hRTBMrBGxKWh8w==&amp;amp;c=nGdovwb9mtpAz_4AgwYdNpQ0TN35rIE--2s-5yvCyA4= Email]&lt;br /&gt;
* [http://www.google.com/recaptcha/mailhide/d?k=01h7Skajq3hRTBMrBGxKWh8w==&amp;amp;c=zd_nS3jYrVJDjishYqN9EXR37zxP3p7qiYPx1TBRqPQ= JID]&lt;br /&gt;
&lt;br /&gt;
==== IRC ====&lt;br /&gt;
&lt;br /&gt;
You can find me on IRC server [http://www.freenode.net Freenode]. I use &#039;&#039;zwierzak&#039;&#039; nick and you can find me on this channels:&lt;br /&gt;
* {{Freenode IRC|bitcoin}}&lt;br /&gt;
* {{Freenode IRC|bitcoin-pl}}&lt;br /&gt;
&lt;br /&gt;
=== Donation ===&lt;br /&gt;
&lt;br /&gt;
Donation address: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 &amp;lt;br/&amp;gt;&lt;br /&gt;
Contributors Award participant: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 &amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14956</id>
		<title>User:Zwierzak</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14956"/>
		<updated>2011-08-14T14:37:43Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Who is zwierzak? It is me!&lt;br /&gt;
&lt;br /&gt;
=== Contact ===&lt;br /&gt;
&lt;br /&gt;
* [http://zwierzak.info/ My Site]&lt;br /&gt;
* [http://www.google.com/recaptcha/mailhide/d?k=01h7Skajq3hRTBMrBGxKWh8w==&amp;amp;c=nGdovwb9mtpAz_4AgwYdNpQ0TN35rIE--2s-5yvCyA4= Email i JID]&lt;br /&gt;
&lt;br /&gt;
==== IRC ====&lt;br /&gt;
&lt;br /&gt;
You can find me on IRC server [http://www.freenode.net Freenode]. I use &#039;&#039;zwierzak&#039;&#039; nick and you can find me on this channels:&lt;br /&gt;
* {{Freenode IRC|bitcoin}}&lt;br /&gt;
* {{Freenode IRC|bitcoin-pl}}&lt;br /&gt;
&lt;br /&gt;
=== Donation ===&lt;br /&gt;
&lt;br /&gt;
Donation address: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 &amp;lt;br/&amp;gt;&lt;br /&gt;
Contributors Award participant: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 &amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Block&amp;diff=14952</id>
		<title>Block</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Block&amp;diff=14952"/>
		<updated>2011-08-14T13:01:05Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: Added polish link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Data is permanently recorded in the Bitcoin network through &#039;&#039;&#039;blocks&#039;&#039;&#039;. Each block contains all recent [[transactions]], a [[nonce]] (random number), and the [[hash]] of the previous block. A block is &amp;quot;solved&amp;quot; (published and considered valid by peers) when the SHA-256 hash of the entire block is numerically below the current [[target]]. This is very unlikely to occur after being hashed only once, so the nonce must be incremented and the block re-hashed millions of times until it does. &lt;br /&gt;
&lt;br /&gt;
Bitcoin transactions are broadcast to the [[network]] by the sender, and all peers generating coins collect them and add them to the block they&#039;re working on. If the transaction is much larger than the average transaction size, a small [[transaction fee]] may be charged.&lt;br /&gt;
&lt;br /&gt;
The first transaction in the block is special: it creates new [[Bitcoins]] for the person who generated it. Other peers will only accept the block if this transaction is of the correct amount. The number of [[Bitcoins]] generated per block starts at 50 and is halved every 210,000 blocks (about four years).&lt;br /&gt;
&lt;br /&gt;
The network tries to create 6 blocks per hour. Every 2016 blocks (about two weeks), all Bitcoin clients compare the actual number created with this goal and modify the target by the percentage that it varied. This increases (or decreases) the difficulty of generating blocks.&lt;br /&gt;
&lt;br /&gt;
The client accepts the &#039;longest&#039; chain of blocks as valid. The &#039;length&#039; of the entire [[block chain]] refers to the chain with the most combined difficulty, not the one with the most blocks. This prevents someone from forking the chain and creating a large number of low-difficulty blocks, and having it accepted by the network as &#039;longest&#039;. &lt;br /&gt;
&lt;br /&gt;
== Common Questions about Blocks ==&lt;br /&gt;
&lt;br /&gt;
=== How many blocks are there? ===&lt;br /&gt;
[http://blockexplorer.com/q/getblockcount Current block count]&lt;br /&gt;
&lt;br /&gt;
=== What is the maximum number of blocks? ===&lt;br /&gt;
There is no maximum number, blocks just keep getting added to the end of the chain at an average rate of one every 10 minutes.&lt;br /&gt;
&lt;br /&gt;
==== Even when all 21 million coins have been generated? ====&lt;br /&gt;
Yes. The blocks are for proving that transactions existed at a particular time. Transactions will still occur once all the coins have been generated, so blocks will still be created as long as people are trading Bitcoins.&lt;br /&gt;
&lt;br /&gt;
=== How long will it take me to generate a block? ===&lt;br /&gt;
No-one can say exactly. There is a [[Generation Calculator|generation calculator]] that will tell you how long it &#039;&#039;&#039;might&#039;&#039;&#039; take.&lt;br /&gt;
&lt;br /&gt;
=== What if I&#039;m 1% towards calculating a block and...? ===&lt;br /&gt;
There&#039;s no such thing as being 1% towards solving a block.  You don&#039;t make progress towards solving it.  After working on it for 24 hours, your chances of solving it are equal to what your chances were at the start or at any moment. Believing otherwise is what&#039;s known as the Gambler&#039;s fallacy [http://en.wikipedia.org/wiki/Gambler&#039;s_fallacy].&lt;br /&gt;
&lt;br /&gt;
It&#039;s like trying to flip 53 coins at once and have them all come up heads.  Each time you try, your chances of success are the same.&lt;br /&gt;
&lt;br /&gt;
=== Where can I find more technical detail? ===&lt;br /&gt;
There is more technical detail on the [[block hashing algorithm]] page.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [http://en.bitcoin.it/wiki/File:Total_bitcoins_over_time_graph.png Total Bitcoins Over Time]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Vocabulary]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Blocs]][[pl:Bloki]][[zh-cn:Block]]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Network&amp;diff=14950</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Network&amp;diff=14950"/>
		<updated>2011-08-14T13:00:28Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: Added polish link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitcoin uses a simple broadcast network to propagate transactions and blocks. All communications are done over TCP. Bitcoin is fully able to use ports other than 8333 via the -port parameter. IPv6 is currently not supported.&lt;br /&gt;
&lt;br /&gt;
== Messages ==&lt;br /&gt;
* &#039;&#039;version&#039;&#039; - Information about program version and block count. Exchanged when first connecting.&lt;br /&gt;
* &#039;&#039;verack&#039;&#039; - Sent in response to a version message to acknowledge that we are willing to connect.&lt;br /&gt;
* &#039;&#039;addr&#039;&#039; - List of one or more IP addresses and ports.&lt;br /&gt;
* &#039;&#039;inv&#039;&#039; - &amp;quot;I have these blocks/transactions: ...&amp;quot; Normally sent only when a &#039;&#039;new&#039;&#039; block or transaction is being relayed. This is only a list, not the actual data.&lt;br /&gt;
* &#039;&#039;getdata&#039;&#039; - Request a single block or transaction by hash.&lt;br /&gt;
* &#039;&#039;getblocks&#039;&#039; - Request an &#039;&#039;inv&#039;&#039; of all blocks in a range.&lt;br /&gt;
* &#039;&#039;getheaders&#039;&#039; - Request a &#039;&#039;headers&#039;&#039; message containing all block headers in a range.&lt;br /&gt;
* &#039;&#039;tx&#039;&#039; - Send a transaction. This is only sent in response to a &#039;&#039;getdata&#039;&#039; request.&lt;br /&gt;
* &#039;&#039;block&#039;&#039; - Send a block. This is only sent in response to a &#039;&#039;getdata&#039;&#039; request.&lt;br /&gt;
* &#039;&#039;headers&#039;&#039; - Send up to 2,000 block headers. Non-generators can download the headers of blocks instead of entire blocks.&lt;br /&gt;
* &#039;&#039;getaddr&#039;&#039; - Request an &#039;&#039;addr&#039;&#039; message containing a bunch of known-active peers (for bootstrapping).&lt;br /&gt;
* &#039;&#039;submitorder&#039;&#039;, &#039;&#039;checkorder&#039;&#039;, and &#039;&#039;reply&#039;&#039; - Used when performing an [[IP address|IP transaction]].&lt;br /&gt;
* &#039;&#039;alert&#039;&#039; - Send a network alert.&lt;br /&gt;
* &#039;&#039;ping&#039;&#039; - Does nothing. Used to check that the connection is still online. A TCP error will occur if the connection has died.&lt;br /&gt;
&lt;br /&gt;
More information and in-depth technical information is in the [[Protocol Specification]].&lt;br /&gt;
&lt;br /&gt;
== Connection ==&lt;br /&gt;
&lt;br /&gt;
To connect to a peer, you send a &#039;&#039;version&#039;&#039; message containing your version number, block count, and current time. The remote peer will send back a &#039;&#039;verack&#039;&#039; message and his own &#039;&#039;version&#039;&#039; message if he is accepting connections from your version. You will respond with your own &#039;&#039;verack&#039;&#039; if you are accepting connections from his version.&lt;br /&gt;
&lt;br /&gt;
The time data from all of your peers is collected, and the median is used by Bitcoin for all network tasks that use the time (except for other version messages).&lt;br /&gt;
&lt;br /&gt;
You then exchange &#039;&#039;getaddr&#039;&#039; and &#039;&#039;addr&#039;&#039; messages, storing all addresses that you don&#039;t know about. Normally &#039;&#039;addr&#039;&#039; messages only contain one address, but in this initial exchange it contains many recent peers.&lt;br /&gt;
&lt;br /&gt;
== Standard relaying ==&lt;br /&gt;
&lt;br /&gt;
When someone sends a transaction, they send an &#039;&#039;inv&#039;&#039; message containing it to all of their peers. Their peers will request the full transaction with &#039;&#039;getdata&#039;&#039;. If they consider the transaction valid after receiving it, they will also broadcast the transaction to all of their peers with an &#039;&#039;inv&#039;&#039;, and so on. Peers only ask for or relay transactions if they don&#039;t already have them. A peer will never rebroadcast a transaction that it already knows about, though transactions will eventually be forgotten if they don&#039;t get into a block after a while. The sender and receiver of the transaction will rebroadcast, however.&lt;br /&gt;
&lt;br /&gt;
Anyone who is generating will collect valid received transactions and work on including them in a block. When someone does find a block, they send an &#039;&#039;inv&#039;&#039; containing it to all of their peers, as above. It works the same as transactions.&lt;br /&gt;
&lt;br /&gt;
Everyone broadcasts an &#039;&#039;addr&#039;&#039; containing their own IP address every 24 hours. Nodes relay these messages to a couple of their peers and store the address if it&#039;s new to them. Through this system, everyone has a reasonably clear picture of which IPs are connected to the network at the moment. After connecting to the network, you get added to everyone&#039;s address database almost instantly because of your initial &#039;&#039;addr&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Network alerts are broadcast with &#039;&#039;alert&#039;&#039; messages. No &#039;&#039;inv&#039;&#039;-like system is used; these contain the entire alert. If a received alert is valid (signed by one of the people with the private key), it is relayed to all peers. For as long as an alert is still in effect, it is rebroadcast at the start of every new connection.&lt;br /&gt;
&lt;br /&gt;
== Initial block download ==&lt;br /&gt;
&lt;br /&gt;
At the start of a connection, you send a &#039;&#039;getblocks&#039;&#039; message containing the hash of the latest block you know about. If the peer doesn&#039;t think that this is the latest block, it will send an &#039;&#039;inv&#039;&#039; that contains up to 500 blocks ahead of the one you listed. You will then request all of these blocks with &#039;&#039;getdata&#039;&#039;, and the peer will send them to you with &#039;&#039;block&#039;&#039; messages. After you have downloaded and processed all of these blocks, you will send another &#039;&#039;getblocks&#039;&#039;, etc., until you have all of the blocks.&lt;br /&gt;
&lt;br /&gt;
0.3.18 introduced new &#039;&#039;headers&#039;&#039; and &#039;&#039;getheaders&#039;&#039; messages. These are not currently used, but they will be used by non-generators to download block headers without the corresponding block bodies. Only the headers are necessary for verifying received transactions -- full blocks are only needed by generators. Instead of the &#039;&#039;getblocks/inv/getdata/block&#039;&#039; sequence, non-generators will send a &#039;&#039;getheaders&#039;&#039; message (very like &#039;&#039;getblocks&#039;&#039;), and the peer will immediately respond with a &#039;&#039;headers&#039;&#039; message containing up to 2,000 of the next headers. This will make initial block download &#039;&#039;much&#039;&#039; faster.&lt;br /&gt;
&lt;br /&gt;
== Bootstrapping ==&lt;br /&gt;
&lt;br /&gt;
You choose which peers to connect to by sorting your address database by the time since you last saw the address and then adding a bit of randomization.&lt;br /&gt;
&lt;br /&gt;
Bitcoin has three methods of finding peers.&lt;br /&gt;
&lt;br /&gt;
=== Addr ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;addr&#039;&#039; messages described above create an effect similar to the IRC bootstrapping method. You know reasonably quickly whenever a peer joins, though you won&#039;t know for a while when they leave.&lt;br /&gt;
&lt;br /&gt;
Bitcoin comes with a list of addresses known as &amp;quot;seed nodes&amp;quot;. If you are unable to connect to IRC and you&#039;ve never connected to the network before, the client will update the address database by connecting to one of the nodes from this list.&lt;br /&gt;
&lt;br /&gt;
The -addnode command line option can be used to manually add a node.  The -connect option can force bitcoin to only connect to a specific node.&lt;br /&gt;
&lt;br /&gt;
=== DNS ===&lt;br /&gt;
&lt;br /&gt;
Bitcoin looks up the IP Addresses of several host names and adds those to the list of potential addresses.  This is intended to replace the IRC seeding mechanism in future releases.&lt;br /&gt;
&lt;br /&gt;
=== IRC ===&lt;br /&gt;
&lt;br /&gt;
Bitcoin joins a random channel between #bitcoin00 and #bitcoin99 on irc.lfnet.org. Your nick is set to an encoded form of your IP address. By decoding all the nicks of all users on the channel, you get a list of all IP addresses currently connected to Bitcoin.&lt;br /&gt;
&lt;br /&gt;
For hosts that cannot make outbound connections on port 6667, the lfnet servers are also [[FAQ#Do_I_need_to_configure_my_firewall_to_run_bitcoin?|listening on port 7777]].&lt;br /&gt;
&lt;br /&gt;
== Heartbeat ==&lt;br /&gt;
&lt;br /&gt;
If thirty minutes or more has passed since the client has transmitted any messages it will transmit a message to keep the connection to the peer node alive.&lt;br /&gt;
&lt;br /&gt;
If ninety minutes has passed since a peer node has communicated any messages, then the client will assume that connection has closed.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Protocol Specification]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
&lt;br /&gt;
[[pl:Sieć]]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Transaction&amp;diff=14949</id>
		<title>Transaction</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Transaction&amp;diff=14949"/>
		<updated>2011-08-14T12:59:08Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: Added polish link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A transaction is a signed section of data that is broadcast to the [[network]] and collected into [[block|blocks]]. They reference a previous transaction and dedicate a certain number of bitcoins from it to a new public key (Bitcoin address). They are not encrypted (nothing in Bitcoin is encrypted).&lt;br /&gt;
&lt;br /&gt;
A [[block chain browser]] is a site where every transaction included within the block chain can be viewed.  This is useful for seeing the technical details of transaction in action, and for payment verification purposes.&lt;br /&gt;
&lt;br /&gt;
=== Example Bitcoin Transaction ===&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Input:&lt;br /&gt;
Previous tx: f5d8ee39a430901c91a5917b9f2dc19d6d1a0e9cea205b009ca73dd04470b9a6&lt;br /&gt;
Index: 0&lt;br /&gt;
scriptSig: 304502206e21798a42fae0e854281abd38bacd1aeed3ee3738d9e1446618c4571d10&lt;br /&gt;
90db022100e2ac980643b0b82c0e88ffdfec6b64e3e6ba35e7ba5fdd7d5d6cc8d25c6b241501&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
Value: 5000000000&lt;br /&gt;
scriptPubKey: OP_DUP OP_HASH160 404371705fa9bd789a2fcd52d2c580b65d35549d&lt;br /&gt;
OP_EQUALVERIFY OP_CHECKSIG&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Explanation ====&lt;br /&gt;
&lt;br /&gt;
The input in this transaction imports 50 BTC from output #0 in transaction f5d8... Then the output sends 50 BTC to a Bitcoin address (expressed here in hexadecimal 4043... instead of the normal base58). When the recipient wants to spend this money, he will reference output #0 of this transaction in an input of his own transaction.&lt;br /&gt;
&lt;br /&gt;
===== Input =====&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;input&#039;&#039;&#039; is a reference to an output in a different transaction. Multiple inputs are often listed in a transaction. The values of the referenced outputs are added up, and the total is usable in the outputs of this transaction. &#039;&#039;&#039;Previous tx&#039;&#039;&#039; is a [[hash]] of a previous transaction. &#039;&#039;&#039;Index&#039;&#039;&#039; is the specific output in the referenced transaction. &#039;&#039;&#039;ScriptSig&#039;&#039;&#039; is the first half of a [[script]] (discussed in more detail later).&lt;br /&gt;
&lt;br /&gt;
The script contains two components, a signature and a public key. The public key belongs to the redeemer of the output transaction and proves the creator is allowed to redeem the outputs value. The other component is an ECDSA signature over a hash of a simplified version of the transaction. It, combined with the public key, proves the transaction was created by the real owner of the address in question. Various flags define how the transaction is simplified and can be used to create different types of payment.&lt;br /&gt;
&lt;br /&gt;
===== Output =====&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;output&#039;&#039;&#039; contains instructions for sending bitcoins. &#039;&#039;&#039;Value&#039;&#039;&#039; is the number of Satoshi (1 BTC = 100,000,000 Satoshi) that this output will be worth when claimed. &#039;&#039;&#039;ScriptPubKey&#039;&#039;&#039; is the second half of a script (discussed later). There can be more than one output, and they share the combined value of the inputs. Because an output can only ever be referenced by a single input, the entire combined input value needs to be sent in an output if you don&#039;t want to lose it. If the input is worth 50 BTC but you only want to send 25 BTC, Bitcoin will create two outputs worth 25 BTC: one to the destination, and one back to you (known as &amp;quot;change&amp;quot;, though you send it to yourself). Any input bitcoins not redeemed in an output is considered a [[transaction fee]]; whoever generates the block will get it.&lt;br /&gt;
[[File:transaction.png|thumb|A sends 100 BTC to C and C generates 50 BTC. C sends 101 BTC to D, and he needs to send himself some change. D sends the 101 BTC to someone else, but they haven&#039;t redeemed it yet. Only D&#039;s output and C&#039;s change are capable of being spent in the current state.]]&lt;br /&gt;
&lt;br /&gt;
===== Verification =====&lt;br /&gt;
&lt;br /&gt;
To verify that inputs are authorized to collect the values of referenced outputs, Bitcoin uses a custom Forth-like [[script|scripting]] system. The input&#039;s scriptSig and the &#039;&#039;referenced&#039;&#039; output&#039;s scriptPubKey are evaluated (in that order), with scriptPubKey using the values left on the stack by scriptSig. The input is authorized if scriptPubKey returns true. Through the scripting system, the sender can create very complex conditions that people have to meet in order to claim the output&#039;s value. For example, it&#039;s possible to create an output that can be claimed by anyone without any authorization. It&#039;s also possible to require that an input be signed by ten different keys, or be redeemable with a password instead of a key.&lt;br /&gt;
&lt;br /&gt;
=== Types of Transaction ===&lt;br /&gt;
Bitcoin currently only creates three different scriptSig/scriptPubKey pairs. These are described below.&lt;br /&gt;
&lt;br /&gt;
It is possible to design more complex types of transactions, and link them together into cryptographically enforced agreements. These are known as [[Contracts]].&lt;br /&gt;
&lt;br /&gt;
==== Transfer to IP address ====&lt;br /&gt;
&lt;br /&gt;
 scriptPubKey: &amp;lt;pubKey&amp;gt; OP_CHECKSIG&lt;br /&gt;
 scriptSig: &amp;lt;sig&amp;gt;&lt;br /&gt;
The sender gets the public key when talking to the recipient over IP. When redeeming coins that have been sent to an IP address, the recipient provides only a signature. The signature is checked against the public key in scriptPubKey.&lt;br /&gt;
&lt;br /&gt;
Checking process:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! Stack &lt;br /&gt;
! Script &lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
|Empty.&lt;br /&gt;
|&amp;lt;sig&amp;gt; &amp;lt;pubKey&amp;gt; OP_CHECKSIG&lt;br /&gt;
|scriptSig and scriptPubKey are combined.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;sig&amp;gt; &amp;lt;pubKey&amp;gt;&lt;br /&gt;
| OP_CHECKSIG&lt;br /&gt;
|Constants are added to the stack.&lt;br /&gt;
|-&lt;br /&gt;
|true&lt;br /&gt;
|Empty.&lt;br /&gt;
|Signature is checked for top two stack items.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Transfer to Bitcoin address ====&lt;br /&gt;
&lt;br /&gt;
 scriptPubKey: OP_DUP OP_HASH160 &amp;lt;pubKeyHash&amp;gt; OP_EQUALVERIFY OP_CHECKSIG&lt;br /&gt;
 scriptSig: &amp;lt;sig&amp;gt; &amp;lt;pubKey&amp;gt;&lt;br /&gt;
A Bitcoin [[address]] is only a hash, so the sender can&#039;t provide a full public key in scriptPubKey. When redeeming coins that have been sent to a Bitcoin address, the recipient provides both the signature and the public key. The script verifies that the provided public key does hash to the hash in scriptPubKey, and then it also checks the signature against the public key.&lt;br /&gt;
&lt;br /&gt;
Checking process:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! Stack &lt;br /&gt;
! Script &lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
|Empty.&lt;br /&gt;
| &amp;lt;sig&amp;gt; &amp;lt;pubKey&amp;gt; OP_DUP OP_HASH160 &amp;lt;pubKeyHash&amp;gt; OP_EQUALVERIFY OP_CHECKSIG &lt;br /&gt;
| scriptSig and scriptPubKey are combined.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;sig&amp;gt; &amp;lt;pubKey&amp;gt;&lt;br /&gt;
| OP_DUP OP_HASH160 &amp;lt;pubKeyHash&amp;gt; OP_EQUALVERIFY OP_CHECKSIG &lt;br /&gt;
| Constants are added to the stack.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;sig&amp;gt; &amp;lt;pubKey&amp;gt; &amp;lt;pubKey&amp;gt;&lt;br /&gt;
| OP_HASH160 &amp;lt;pubKeyHash&amp;gt; OP_EQUALVERIFY OP_CHECKSIG &lt;br /&gt;
| Top stack item is duplicated.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;sig&amp;gt; &amp;lt;pubKey&amp;gt; &amp;lt;pubHashA&amp;gt;&lt;br /&gt;
|&amp;lt;pubKeyHash&amp;gt; OP_EQUALVERIFY OP_CHECKSIG&lt;br /&gt;
| Top stack item is hashed.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;sig&amp;gt; &amp;lt;pubKey&amp;gt; &amp;lt;pubHashA&amp;gt; &amp;lt;pubKeyHash&amp;gt;&lt;br /&gt;
|OP_EQUALVERIFY OP_CHECKSIG&lt;br /&gt;
| Constant added.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;sig&amp;gt; &amp;lt;pubKey&amp;gt;&lt;br /&gt;
|OP_CHECKSIG&lt;br /&gt;
| Equality is checked between the top two stack items.&lt;br /&gt;
|-&lt;br /&gt;
|true&lt;br /&gt;
|Empty.&lt;br /&gt;
|Signature is checked for top two stack items.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Generation ====&lt;br /&gt;
&lt;br /&gt;
Generations have a single input, and this input has a &amp;quot;coinbase&amp;quot; parameter instead of a scriptSig. The data in &amp;quot;coinbase&amp;quot; can be anything; it isn&#039;t used. Bitcoin puts the current compact-format [[target]] and the arbitrary-precision &amp;quot;extraNonce&amp;quot; number there, which increments every time the Nonce field in the [[block_hashing_algorithm|block header]] overflows. Outputs can be anything, but Bitcoin creates one exactly like an IP address transaction.&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Vocabulary]]&lt;br /&gt;
[[de:Transaktion]]&lt;br /&gt;
[[pl:Transakcje]]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=IRC_channels&amp;diff=14895</id>
		<title>IRC channels</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=IRC_channels&amp;diff=14895"/>
		<updated>2011-08-13T23:10:04Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most of the following Bitcoin-related IRC channels are available on  &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.mycaal.com/&amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;loan modification&amp;lt;/span&amp;gt;] [http://www.freenode.net Freenode]:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Bitcoin Project==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Channel !! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin}} || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-dev}} || Bitcoin software development.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-politics}} || Discuss politics with other Bitcoin users.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-gaming}} || Bitcoin gamers hangout.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bc-news}} || RSS News related to Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-marketing}} || Marketing and promotion of bitcoin&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-gentoo}} || Gentoo community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-watch|text=[[Bitcoin-Watch|#bitcoin-watch]]}} || Streaming Bitcoin transactions, including market data.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-bots}} ||  Bot and bot-related discussion; trading bots, IRC bots, utility bots.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-police}} || [[Bitcoin Police]] Investigates incidents related to Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-court}} || [[Bitcoin Court]]  Settles disputes between parties.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Local communities===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Channel !! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-otc-eu}} || European OTC trading marketplace.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-otc-ru}} || Russian OTC trading marketplace.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-aus}} || Aussie bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-br}} || Brazilian bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-cad}} || Canadian bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-cn}} || Chinese bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-de}} || German bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-dk}} || Danish bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-es}} || Spanish-speaking bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-fr}} || French bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-it}} || Italian bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-nederland}} || Dutch bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-pl}} || Polish bitcoin community.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mining Related Communities==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Channel !! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-mining}} || Discussion and support related to mining.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|eligius}} || [[Eligius]] mining pool community&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|ozcoin}} || [[Ozco.in]] mining pool community&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;small&amp;gt;[irc://irc.foonetic.net/xkcd-bitcoin IRC] [http://irc.lc/foonetic/xkcd-bitcoin/Miner@@@ Web]&amp;lt;/small&amp;gt; #xkcd-bitcoin || [https://en.bitcoin.it/wiki/XKCD_Pool XKCD Pool]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;small&amp;gt;[irc://irc.quakenet.org/bitcoins.lc IRC] [http://irc.lc/quakenet/bitcoins.lc/Miner@@@ Web]&amp;lt;/small&amp;gt; #bitcoins.lc @ Quakenet || [http://www.bitcoins.lc Bitcoins.lc Pool] &lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bithasher}}  || Bit Pool Mining&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|p2pool}}  || [[P2Pool]] decentralized mining pool&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Communities for Exchanges and Trading==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Channel !! Description&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-otc|text=[[bitcoin-otc|#bitcoin-otc]]}} || Over-the-counter trading marketplace and discussion.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-otc-ticker|bitcoin-otc-ticker}} || Streaming market data form the [[#bitcoin-otc]] order book.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-pit}} || Only over-the-counter trading.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-auction}} || Live auctions over IRC.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-market}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|#mtgox-chat}} || [[#MtGox]] chat (Note the pound sign (#) is part of the channel name)&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|mtgox}} || [[MtGox]] support&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|mtgoxlive}} || [[MtGox Live]] real-time view of trading&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|tradehill}} || [[Tradehill]] unofficial chat for Tradehill traders&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoinconsultancy}} || [[Bitcoin Consultancy]] discussion&lt;br /&gt;
|}&lt;br /&gt;
==Related Communities==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Channel !! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|namecoin}} || [[Namecoin]] and the [[Dot-bit]] project.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|witcoin}} || [[Witcoin]] social news and user generated content.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-onlyonetv}} || [[OnlyOneTV]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[pl:Kanały IRC]]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=IRC_channels&amp;diff=14894</id>
		<title>IRC channels</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=IRC_channels&amp;diff=14894"/>
		<updated>2011-08-13T23:09:25Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: /* Local communities */ Added polish community&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most of the following Bitcoin-related IRC channels are available on  &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.mycaal.com/&amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;loan modification&amp;lt;/span&amp;gt;] [http://www.freenode.net Freenode]:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Bitcoin Project==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Channel !! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin}} || General Bitcoin-related discussion.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-dev}} || Bitcoin software development.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-politics}} || Discuss politics with other Bitcoin users.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-gaming}} || Bitcoin gamers hangout.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bc-news}} || RSS News related to Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-marketing}} || Marketing and promotion of bitcoin&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-gentoo}} || Gentoo community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-watch|text=[[Bitcoin-Watch|#bitcoin-watch]]}} || Streaming Bitcoin transactions, including market data.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-bots}} ||  Bot and bot-related discussion; trading bots, IRC bots, utility bots.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-police}} || [[Bitcoin Police]] Investigates incidents related to Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-court}} || [[Bitcoin Court]]  Settles disputes between parties.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Local communities===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Channel !! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-otc-eu}} || European OTC trading marketplace.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-otc-ru}} || Russian OTC trading marketplace.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-aus}} || Aussie bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-br}} || Brazilian bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-cad}} || Canadian bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-cn}} || Chinese bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-de}} || German bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-dk}} || Danish bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-es}} || Spanish-speaking bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-fr}} || French bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-it}} || Italian bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-nederland}} || Dutch bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-pl}} || Polish bitcoin community.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mining Related Communities==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Channel !! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-mining}} || Discussion and support related to mining.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|eligius}} || [[Eligius]] mining pool community&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|ozcoin}} || [[Ozco.in]] mining pool community&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;small&amp;gt;[irc://irc.foonetic.net/xkcd-bitcoin IRC] [http://irc.lc/foonetic/xkcd-bitcoin/Miner@@@ Web]&amp;lt;/small&amp;gt; #xkcd-bitcoin || [https://en.bitcoin.it/wiki/XKCD_Pool XKCD Pool]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;small&amp;gt;[irc://irc.quakenet.org/bitcoins.lc IRC] [http://irc.lc/quakenet/bitcoins.lc/Miner@@@ Web]&amp;lt;/small&amp;gt; #bitcoins.lc @ Quakenet || [http://www.bitcoins.lc Bitcoins.lc Pool] &lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bithasher}}  || Bit Pool Mining&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|p2pool}}  || [[P2Pool]] decentralized mining pool&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Communities for Exchanges and Trading==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Channel !! Description&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-otc|text=[[bitcoin-otc|#bitcoin-otc]]}} || Over-the-counter trading marketplace and discussion.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-otc-ticker|bitcoin-otc-ticker}} || Streaming market data form the [[#bitcoin-otc]] order book.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-pit}} || Only over-the-counter trading.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-auction}} || Live auctions over IRC.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-market}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|#mtgox-chat}} || [[#MtGox]] chat (Note the pound sign (#) is part of the channel name)&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|mtgox}} || [[MtGox]] support&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|mtgoxlive}} || [[MtGox Live]] real-time view of trading&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|tradehill}} || [[Tradehill]] unofficial chat for Tradehill traders&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoinconsultancy}} || [[Bitcoin Consultancy]] discussion&lt;br /&gt;
|}&lt;br /&gt;
==Related Communities==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Channel !! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|namecoin}} || [[Namecoin]] and the [[Dot-bit]] project.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|witcoin}} || [[Witcoin]] social news and user generated content.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-onlyonetv}} || [[OnlyOneTV]] &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Forums&amp;diff=14891</id>
		<title>Forums</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Forums&amp;diff=14891"/>
		<updated>2011-08-13T22:44:08Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: Added polish link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Bitcoin Discussion ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcointalk.org BitcoinTalk Forum] (formerly located at Bitcoin.org)&lt;br /&gt;
* [http://www.reddit.com/r/bitcoin Bitcoin Subreddit]&lt;br /&gt;
* [http://www.bitcoinforums.net BitcoinForums.net]&lt;br /&gt;
* [http://tweetforum.com/bitcoin Bitcoin TweetForum] &lt;br /&gt;
* [http://www.bitcoin-board.com Bitcoin-Board Forum]&lt;br /&gt;
* [http://bitforums.net BitForums.net Forum]&lt;br /&gt;
* [http://groups.google.com/group/bitcoin-discussion Bitcoin google group]&lt;br /&gt;
* [https://bitcoin.org.uk/forums/ Bitcoin.org.uk Forum]&lt;br /&gt;
&lt;br /&gt;
== Language Specific ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcoinitalia.com/forum Bitcoin Italian forum]&lt;br /&gt;
* [http://bitcoin.pl/forum/ Polish Bitcoin community forum]&lt;br /&gt;
* [http://rubitcoin.com Russian bitcoin community forum]&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
* [http://forum.mtgoxlive.com/ MtGox Live Traders Forum]&lt;br /&gt;
* [http://area51.stackexchange.com/proposals/30763/bitcoin-crypto-currency Bitcoin &amp;amp; Crypto-Currency StackExchange site (still in proposal stage)]&lt;br /&gt;
* [http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development Developer mailing list]&lt;br /&gt;
&lt;br /&gt;
[[pl:Fora dyskusyjne]]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=14890</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=14890"/>
		<updated>2011-08-13T22:35:06Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: PolMine shares transaction fees&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BTC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 50 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay.&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! Hashrate (GHash/sec)&amp;lt;ref name=&amp;quot;hashrate&amp;quot;&amp;gt;Hashrate is given in gigahash/second.&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt; !! Reward Type !! Transaction fees !! Fee PPS !! Fee Prop / Score !! Audits&amp;lt;ref name=&amp;quot;auditing&amp;quot;&amp;gt;Auditing can be accomplished by third-parties if the pool publishes proofs-of-work for every share.&amp;lt;/ref&amp;gt; !! Protocol !! Launched !! Shut down !!Forum Thread !! Homepage&lt;br /&gt;
|-&lt;br /&gt;
| [[21bitcoin|21bitcoin]] || CN, HK || 2 || Prop. || kept by pool || || 0% || ? || RPC+LP || 2011-06-20 ||  || [https://bitcointalk.org/index.php?topic=33586.0] || [http://21bitcoin.com/pool/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ABCPool.co|ABCPool.co]] || USA || 60 || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;ABCPool also rewards stale shares&amp;lt;/ref&amp;gt; || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; ||  || ? || RPC+LP || 2011-08-02 ||  || [http://bitcointalk.org/index.php?topic=33586.0 Link] || [http://www.ABCPool.co/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ArsBitcoin|ArsBitcoin]] || USA || 464 || SMPPS || kept by pool || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; ||  || ? || RPC+LP || 2011-06-15 ||  || [http://forum.bitcoin.org/index.php?topic=18567.0 Link] || [https://arsbitcoin.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Betcoin.co_Pool|Betcoin.co Pool]] || USA || 10 || PPLNS || kept by pool || || 0% || ? || RPC+LP || 2011-07-07 ||  || [http://forum.bitcoin.org/index.php?topic=26439.0 Link] || [http://pool.betcoin.co/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitarama|Bitarama.com]] || USA || 0.08 || Prop || kept by pool ||  ||  || ? || RPC+LP || 2011-08-02 ||  ||  || [http://www.bitarama.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitclockers|BitClockers]] || USA, EU || 80 || Prop. || kept by pool || || 2% || ? || RPC+LP || 2011-05-27 ||  || [http://forum.bitcoin.org/index.php?topic=10127.0 Link] || [http://bitclockers.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pool|Bitcoin Mining Pool]] || USA || 272 || Prop. || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || ? || RPC+LP || Unknown ||  || [http://bitcoinpool.com/forum/ Link] || [http://www.bitcoinpool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin_Pooled_Mining|Bitcoin Pooled Mining (Slush)]] || London || 1491 || Score || kept by pool || || 2% || ? || RPC || 2010-11-27 ||  || [http://forum.bitcoin.org/index.php?topic=1976.0 Link] || [http://mining.bitcoin.cz/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoinitalia]] || Italy|| 4.5 || Prop. || kept by pool || || 0% || ? || RPC+LP || 2011-07-12 ||  || [http://forum.bitcoin.org/index.php?topic=26634.0 Link] || [http://www.btcfarm.us/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Bitcoins.lc]] || EU || 624 || Prop. || kept by pool || || 0% || ? || RPC+LP || 2011-05-27 ||  || [http://forum.bitcoin.org/index.php?topic=10121.0 Link] || [http://www.bitcoins.lc/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitLotto Pool]] || Los Angeles || 1 || Prop || kept by pool || || || ? || RPC+LP || 2011-06-08 ||  || [http://forum.bitcoin.org/index.php?topic=13794.0 Link] || [http://www.bitlottopool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]] || USA || 15 || Prop. || kept by pool || || 0% || Yes&amp;lt;ref name=&amp;quot;auditnote2&amp;quot;&amp;gt;Access to proofs-of-work is available on request.&amp;lt;/ref&amp;gt; || RPC+LP || 2011-06-18 ||  || [http://forum.bitcoin.org/index.php?topic=27062.0 Link] || [https://bitminter.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitp.it]] || USA || 100 || ESMPPS || kept by pool || || 0% || ? || RPC+LP || 2011-06-08 ||  || [http://forum.bitcoin.org/index.php?topic=12181.0 Link] || [https://pool.bitp.it Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitPenny]] || || || CPPSRB || || 3% || || || Proprietary&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]] || USA, EU || 1944 || Prop. || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donationsf&amp;quot;&amp;gt;Donations are possible to unlock features&amp;lt;/ref&amp;gt;|| ? || RPC+LP || 2011-05-09 ||  || [http://forum.bitcoin.org/index.php?topic=7760.0 Link] || [http://www.btcguild.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]] || UK || 480 || Score || kept by pool || || 2% || ? || RPC+LP || 2011-03-11 ||  || [http://forum.bitcoin.org/index.php?topic=4251.0 Link] || [http://www.btcmine.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]] || Germany || 27 || Prop || kept by pool || || 0% || ? || RPC+LP || 2011-06-28 ||  ||  || [http://www.btcmp.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Btcserv.net|BTCSERV.net]] || Germany || 3 || Prop || kept by pool || || 0% || ? || RPC+LP || 2011-07-09 ||  || [http://forum.bitcoin.org/index.php?topic=27101.0 Link] || [http://btcserv.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Btcworld.de]] || Germany || 28 || Prop || kept by pool || || ? || ? || RPC+LP || 2011-06-18 ||  ||  || [http://btcworld.de/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [http://chwpool.kr105.com/ CHWpool] || Chile || 10 || Prop || kept by pool || || 1% || ? || RPC+LP || 2011-06-30 ||  ||  || [http://chwpool.kr105.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron|Coinotron (BTC,NMC,IXC)]] || Poland || 20 || Prop || kept by pool ||  || 0% || ? || RPC+LP || 2011-07-06 ||  || [http://forum.bitcoin.org/index.php?topic=26727.0 Link] || [http://www.coinotron.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Continuum]] || Canada || 16 || Score || kept by pool || || 0% || ? || RPC+LP || 2011-05-17 ||  || [http://forum.bitcoin.org/index.php?topic=8660.0 Link] || [http://www.continuumpool.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]] || Germany || 4180 || PPS / Prop. || kept by pool || 10% || 3% || ? || RPC+LP || 2011-02-26 ||  || [http://forum.bitcoin.org/index.php?topic=3889.0 Link] || [http://deepbit.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]] || USA / Europe / AU / Asia || 90 || Score (Meni) || kept by pool || || 0% || ? || RPC+LP || 2011-06-14 ||  || [http://forum.bitcoin.org/index.php?topic=16385.0 Link] || [https://eclipsemc.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]] || Germany || 570 || SMPPS || kept by pool || 0.000001%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || || Yes&amp;lt;ref name=&amp;quot;auditnote&amp;quot;&amp;gt;Access to Eligius proofs-of-work is available on request.&amp;lt;/ref&amp;gt; || RPC+LP, Binary || 2011-04-27 ||  || [http://forum.bitcoin.org/index.php?topic=6667.0 Link] || [http://eligius.st Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mineco.in]] || UK || 170 || PPLNS || Shared || || 0% || ? || RPC+LP || 2011-06-15 ||  || [http://forum.bitcoin.org/index.php?topic=17310.0 Link] || [https://mineco.in/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining Team Reddit (MtRed)]] || USA, EU || 212 || Prop || kept by pool || || 0%&amp;lt;ref name=&amp;quot;donations&amp;quot;&amp;gt;Donations are possible&amp;lt;/ref&amp;gt; || ? || RPC+LP || 2011-05-25 ||  || [http://forum.bitcoin.org/index.php?topic=15929.0 1] [http://reddit.com/r/mtred/ 2] || [http://www.mtred.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[NoFeeMining]] || USA || 48 || Prop || Shared || || 0% || ? || RPC+LP || 2011-06-17 ||  || [http://forum.bitcoin.org/index.php?topic=18301.0 Link] || [http://www.nofeemining.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozco.in]] || AUS || 85 || Prop || kept by pool || || 0% || ? || RPC+LP || 2011-06-08 ||  || [http://forum.bitcoin.org/index.php?topic=14085.0/ Link] || [http://www.ozco.in Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2Pool]] || Earth (P2P) || 8 || PPLNS || shared || || 0.5% || Yes || RPC+LP&amp;lt;ref name=&amp;quot;p2pool&amp;quot;&amp;gt;Against a local p2pool node&amp;lt;/ref&amp;gt; || 2011-06-17 ||  || [http://forum.bitcoin.org/index.php?topic=18313.0 Link] || [https://en.bitcoin.it/wiki/P2Pool Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[PolMine]] || Poland|| 143 || Prop. || shared || || 0% || ? || RPC || 2011-06-13 ||  || [http://forum.polmine.pl/ Link] || [https://polmine.pl/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[PoolMunity]] || France|| 8 || Score || kept by pool || || 1.5% || ? || RPC+LP || 2011-07-24 || 2011-09-01 || [http://forum.bitcoin.org/index.php?topic=22036.0 Link] || [https://poolmunity.com/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[rfcpool]] || UK || 0 || Prop &amp;amp; PPS || kept by pool || 7% || 0% || ? || RPC+LP || 2011-07-05 || 2011-08-13 || [http://forum.bitcoin.org/index.php?topic=26164.0/ Link] || [https://www.rfcpool.com Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Simplecoin]] || Unknown || 1.4 || Prop|| kept by pool || || 0%&amp;lt;ref name=&amp;quot;simplecoin&amp;quot;&amp;gt;While in testing.&amp;lt;/ref&amp;gt; || ? || RPC+LP || 2011-06-02 ||  || [http://forum.bitcoin.org/index.php?topic=11186.0 Link] || [http://simplecoin.us/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Swepool]] || Sweden || 13 || Prop || kept by pool || || 0% || ? || RPC+LP || 2011-05-14 ||  || [http://forum.bitcoin.org/index.php?topic=8288.0 Link] || [http://swepool.net/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]] || Europe || 45 || Prop || kept by pool || || 1% || Yes&amp;lt;ref name=&amp;quot;auditnote2&amp;quot;&amp;gt;Access to proofs-of-work is available on request.&amp;lt;/ref&amp;gt; || RPC+LP || 2011-06-28 ||  || [http://forum.bitcoin.org/index.php?topic=23664.0 Link] || [http://tinyurl.com/triplemining Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[UnitedMiners]] || US || 30 || PPLNS || kept by pool || || 0% || ? || RPC+LP || 2011-06-28 ||  || [http://forum.bitcoin.org/index.php?topic=23664.0 Link] || [http://tinyurl.com/triplemining Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[x8s]] || Germany || 0 || Prop || kept by pool || || 1% || ? || RPC+LP || 2011-06-08 || 2011-07-24 || [http://forum.bitcoin.org/index.php?topic=13275 Link] || [http://btc.x8s.de/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ZA Bitcoin]] || South Africa|| 0 || Score || kept by pool || || 0% || ? || RPC+LP || 2011-06-14 || 2011-07-18 || [http://forum.bitcoin.org/index.php?topic=17830.0 Link] || [http://www.zabitcoin.co.za/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://bcx.me/ Bitcoin Mining Pool Tracker]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Forums&amp;diff=14888</id>
		<title>Forums</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Forums&amp;diff=14888"/>
		<updated>2011-08-13T22:14:29Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: /* Language Specific */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Bitcoin Discussion ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcointalk.org BitcoinTalk Forum] (formerly located at Bitcoin.org)&lt;br /&gt;
* [http://www.reddit.com/r/bitcoin Bitcoin Subreddit]&lt;br /&gt;
* [http://www.bitcoinforums.net BitcoinForums.net]&lt;br /&gt;
* [http://tweetforum.com/bitcoin Bitcoin TweetForum] &lt;br /&gt;
* [http://www.bitcoin-board.com Bitcoin-Board Forum]&lt;br /&gt;
* [http://bitforums.net BitForums.net Forum]&lt;br /&gt;
* [http://groups.google.com/group/bitcoin-discussion Bitcoin google group]&lt;br /&gt;
* [https://bitcoin.org.uk/forums/ Bitcoin.org.uk Forum]&lt;br /&gt;
&lt;br /&gt;
== Language Specific ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcoinitalia.com/forum Bitcoin Italian forum]&lt;br /&gt;
* [http://bitcoin.pl/forum/ Polish Bitcoin community forum]&lt;br /&gt;
* [http://rubitcoin.com Russian bitcoin community forum]&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
* [http://forum.mtgoxlive.com/ MtGox Live Traders Forum]&lt;br /&gt;
* [http://area51.stackexchange.com/proposals/30763/bitcoin-crypto-currency Bitcoin &amp;amp; Crypto-Currency StackExchange site (still in proposal stage)]&lt;br /&gt;
* [http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development Developer mailing list]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Forums&amp;diff=14887</id>
		<title>Forums</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Forums&amp;diff=14887"/>
		<updated>2011-08-13T22:14:06Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: /* Language Specific */ Added Polish forum&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Bitcoin Discussion ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcointalk.org BitcoinTalk Forum] (formerly located at Bitcoin.org)&lt;br /&gt;
* [http://www.reddit.com/r/bitcoin Bitcoin Subreddit]&lt;br /&gt;
* [http://www.bitcoinforums.net BitcoinForums.net]&lt;br /&gt;
* [http://tweetforum.com/bitcoin Bitcoin TweetForum] &lt;br /&gt;
* [http://www.bitcoin-board.com Bitcoin-Board Forum]&lt;br /&gt;
* [http://bitforums.net BitForums.net Forum]&lt;br /&gt;
* [http://groups.google.com/group/bitcoin-discussion Bitcoin google group]&lt;br /&gt;
* [https://bitcoin.org.uk/forums/ Bitcoin.org.uk Forum]&lt;br /&gt;
&lt;br /&gt;
== Language Specific ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcoinitalia.com/forum Bitcoin Italian forum]&lt;br /&gt;
* [http://bitcoin.pl Polish Bitcoin community forum]&lt;br /&gt;
* [http://rubitcoin.com Russian bitcoin community forum]&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
* [http://forum.mtgoxlive.com/ MtGox Live Traders Forum]&lt;br /&gt;
* [http://area51.stackexchange.com/proposals/30763/bitcoin-crypto-currency Bitcoin &amp;amp; Crypto-Currency StackExchange site (still in proposal stage)]&lt;br /&gt;
* [http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development Developer mailing list]&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14886</id>
		<title>User:Zwierzak</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14886"/>
		<updated>2011-08-13T22:05:32Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Who is zwierzak? It is me!&lt;br /&gt;
&lt;br /&gt;
=== Contact ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My Site: http://zwierzak.info/ &amp;lt;br/&amp;gt;&lt;br /&gt;
My email: me@zwierzak.info&lt;br /&gt;
&lt;br /&gt;
=== Donation ===&lt;br /&gt;
Donation address: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 &amp;lt;br/&amp;gt;&lt;br /&gt;
Contributors Award participant: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 &amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14885</id>
		<title>User:Zwierzak</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14885"/>
		<updated>2011-08-13T22:04:51Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Who is zwierzak? It is me!&lt;br /&gt;
&lt;br /&gt;
-- Contact --&lt;br /&gt;
My Site: http://zwierzak.info/ &amp;lt;br/&amp;gt;&lt;br /&gt;
My email: me@zwierzak.info&lt;br /&gt;
&lt;br /&gt;
-- Donation --&lt;br /&gt;
Donation address: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 &amp;lt;br/&amp;gt;&lt;br /&gt;
Contributors Award participant: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 &amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Talk:Myths&amp;diff=14884</id>
		<title>Talk:Myths</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Talk:Myths&amp;diff=14884"/>
		<updated>2011-08-13T22:03:47Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: /* Categories and subcategories */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Terrorism =&lt;br /&gt;
From the linked Wikipedia page:&lt;br /&gt;
:The USA PATRIOT Act defines terrorism activities as &amp;quot;activities that (A) involve acts dangerous to human life that are a violation of the criminal laws of the U.S. or of any state, that (B) appear to be intended (i) to intimidate or coerce a civilian population, (ii) to influence the policy of a government by intimidation or coercion, or (iii) to affect the conduct of a government by mass destruction, assassination, or kidnapping, and (C) occur primarily within the territorial jurisdiction of the U.S.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This definition is broad enough that it could probably be applied to the Bitcoin system. IANAL but I imagine lawyers could pretty easily demonstrate that Bitcoin is &#039;dangerous to human life&#039; because the Four Horsemen can use it for evil [drug-dealers, money-launderers, terrorists, and pedophiles.]  It can &#039;influence the policy of a government by coercion&#039; by removing options such as Federal Reserve dollars. (C) might be tricky to prove.&lt;br /&gt;
[[User:PLATO|PLATO]] 22:34, 23 March 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
: besides the one attorney general that made a snide remark about terrorism in the LibertyDollar case, i don&#039;t think that this is in any way a &#039;common misconception&#039;, so i&#039;d question whether we need to have the &#039;terrorism&#039; section at all.--[[User:Nanotube|Nanotube]] 04:02, 24 March 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
I agree. All yes for removing terrorist stuff? [[User:EvanR|EvanR]] 00:10, 30 March 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Bitcoin mining is a waste of energy and harmful for ecology  ==&lt;br /&gt;
&lt;br /&gt;
IMHO this chapter is superficial. Compare Bitcoin to electronic fiat currencies. --[[User:Shrewdwatson|Shrewdwatson]] 17:57, 23 April 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How about this:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The electricity spent in hashing is not wasted. It creates a product of value to the Bitcoin economy. The product is a supersignature on the complete list of transactions to date (the [[Block chain]]). This supersignature attesting to the chain&#039;s completeness is Bitcoin&#039;s defense against double spending.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Many sources of energy vary in their availability in ways that do not match the variations in demand. The law of supply and demand will require Bitcoin to soak up a lot of energy that is currently &amp;quot;wasted&amp;quot; without making a big dent in the otherwise usable energy supply. [Perhaps cite estimates of the break-even point for mining profitability that imply near zero-cost electricity.]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?topic=6459.msg98999#msg98999 More] --[[User:JohnTobey253|JohnTobey253]] 04:49, 29 April 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Categories and subcategories ==&lt;br /&gt;
&lt;br /&gt;
Now we have everything in one place, but it should be divided into smaller subcategories to make it easier to find interesting topic&lt;br /&gt;
&lt;br /&gt;
--[[User:Zwierzak|Zwierzak]] 22:03, 13 August 2011 (GMT)&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Talk:Software&amp;diff=14882</id>
		<title>Talk:Software</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Talk:Software&amp;diff=14882"/>
		<updated>2011-08-13T21:52:08Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: /* Where to place Bitcoin-Qt? */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m a little confused.  When I see software, I&#039;m assuming this is something I can install and run.  MyBitcoin is not something I can install and run.  - [[User:Sgornick|Sgornick]] 19:30, 18 July 2011 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Where to place Bitcoin-Qt? ==&lt;br /&gt;
&lt;br /&gt;
I found out that there is problem where Bitcoin-qt should be placed. Frontends isn&#039;t good category, because Bitcoin-Qt don&#039;t need bitcoind core to work (it have core build in). It should be rather in Clients category, with addition that it is future Bitcoin GUI, so all should looks like that:&lt;br /&gt;
&lt;br /&gt;
Bitcoin clients:&lt;br /&gt;
*[[Original Bitcoin client|Bitcoin client]] - standard Bitcoin client, recommended for installation&lt;br /&gt;
*[[Bitcoin-qt]] - Future Bitcoin GUI based on C++ and Qt, tabbed UI, full-featured, Linux/MacOSX/Windows, but still experimental (if you don&#039;t know, don&#039;t use it)&lt;br /&gt;
*[[bitcoind]] - GUI-less version of the standard Bitcoin client, providing [[API reference (JSON-RPC)|JSON-RPC]] interface (see also -server option of the standard client)&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Main_Page&amp;diff=14881</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Main_Page&amp;diff=14881"/>
		<updated>2011-08-13T21:44:04Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: Order lang sites&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| id=&amp;quot;mp-topbanner&amp;quot; style=&amp;quot;width:100%; background:#f6f6f6; margin-top:1.2em; border:1px solid #ddd;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:61%; color:#000;&amp;quot; |&lt;br /&gt;
&amp;lt;!--        &amp;quot;WELCOME TO BITCOIN&amp;quot; AND ARTICLE COUNT        --&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:100%; border:none; background:none;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:center; white-space:nowrap; color:#000;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#000;&amp;quot;&amp;gt;Welcome to the [[Bitcoin]] wiki,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;top:+0.2em; font-size:95%;&amp;quot;&amp;gt;For all your bitcoin information needs.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%; text-align:center; font-size:85%;&amp;quot;&amp;gt;[[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Improve [[:Category:Stubs|this wiki]] and [[Bitcoin:Contributors Award|earn bitcoins]].&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--        PORTAL LIST ON RIGHT-HAND SIDE        --&amp;gt;&lt;br /&gt;
| style=&amp;quot;width:13%; font-size:120%;&amp;quot; |&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://bitcoin.org Frontpage]&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;width:13%; font-size:120%;&amp;quot; |&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[[Forums]]&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;width:13%; font-size:120%; padding-right: 40px;&amp;quot; |&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[[IRC channels|Chatrooms]]&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--        TODAY&#039;S FEATURED ARTICLE; DID YOU KNOW        --&amp;gt;&lt;br /&gt;
{| id=&amp;quot;mp-upper&amp;quot; style=&amp;quot;width: 100%; margin:6px 0 0 0; background:none; border-spacing: 0px;&amp;quot;&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:55%; border:1px solid #cef2e0; background:#f6e5f1; vertical-align:top; color:#000;&amp;quot; |&lt;br /&gt;
{| id=&amp;quot;mp-left&amp;quot; style=&amp;quot;vertical-align:top; background:#f6e5f1;&amp;quot;&lt;br /&gt;
! style=&amp;quot;padding:2px;&amp;quot; | &amp;lt;h2 id=&amp;quot;mp-tfa-h2&amp;quot; style=&amp;quot;margin:3px; background:#e9caef; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Bitcoin&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &amp;lt;div id=&amp;quot;mp-tfa&amp;quot; style=&amp;quot;padding:2px 5px&amp;quot;&amp;gt;{{MainPage_Intro}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:2px&amp;quot; | &amp;lt;h2 id=&amp;quot;mp-dyk-h2&amp;quot; style=&amp;quot;margin:3px; background:#e9caef; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Why&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;padding:2px 5px 5px&amp;quot; | &amp;lt;div id=&amp;quot;mp-dyk&amp;quot;&amp;gt;{{MainPage_Reasons}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
| style=&amp;quot;border:1px solid transparent;&amp;quot; |&lt;br /&gt;
&amp;lt;!--        IN THE NEWS; ON THIS DAY        --&amp;gt;&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:45%; border:1px solid #cedff2; background:#f6e5f1; vertical-align:top;&amp;quot;|&lt;br /&gt;
{| id=&amp;quot;mp-right&amp;quot; style=&amp;quot;width:100%; vertical-align:top; background:#f6e5f1;&amp;quot;&lt;br /&gt;
! style=&amp;quot;padding:2px&amp;quot; | &amp;lt;h2 id=&amp;quot;mp-otd-h2&amp;quot; style=&amp;quot;margin:3px; background:#efc1e2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Topic central&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;padding:2px 5px 5px&amp;quot; | &amp;lt;div id=&amp;quot;mp-otd&amp;quot;&amp;gt;{{MainPage_Topics}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:2px&amp;quot; | &amp;lt;h2 id=&amp;quot;mp-otd-h2&amp;quot; style=&amp;quot;margin:3px; background:#efc1e2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;FAQ&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;padding:2px 5px 5px&amp;quot; | &amp;lt;div id=&amp;quot;mp-otd&amp;quot;&amp;gt;{{MainPage_FAQ}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other pages ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[mw:Help:Formatting|Help]]&#039;&#039;&#039; - Documentation on wiki editing.&lt;br /&gt;
* &#039;&#039;&#039;[[Bitcoin.it Wiki|About]]&#039;&#039;&#039; - Information on this site.&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[es:Página Principal]]&lt;br /&gt;
[[fr:Accueil]]&lt;br /&gt;
[[it:Pagina principale]]&lt;br /&gt;
[[pl:Strona główna]]&lt;br /&gt;
[[ru:Заглавная страница]]&lt;br /&gt;
[[zh-cn:首页]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC____NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14880</id>
		<title>User:Zwierzak</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14880"/>
		<updated>2011-08-13T21:25:35Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Who is zwierzak? It is me!&lt;br /&gt;
&lt;br /&gt;
My Site: http://zwierzak.info/ &amp;lt;br/&amp;gt;&lt;br /&gt;
Donation adress: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 &amp;lt;br/&amp;gt;&lt;br /&gt;
Contributors Award participant: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 &amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14879</id>
		<title>User:Zwierzak</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:Zwierzak&amp;diff=14879"/>
		<updated>2011-08-13T21:25:07Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: Created page with &amp;quot;Who is zwierzak? It is me!  My Site: http://zwierzak.info/ Donation adress: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7 Contributors Award participant: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Who is zwierzak? It is me!&lt;br /&gt;
&lt;br /&gt;
My Site: http://zwierzak.info/&lt;br /&gt;
Donation adress: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7&lt;br /&gt;
Contributors Award participant: 1JT1NcWirEyF7K9VkrG4wVnvvZ45phZfd7&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Main_Page&amp;diff=14864</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Main_Page&amp;diff=14864"/>
		<updated>2011-08-13T18:21:36Z</updated>

		<summary type="html">&lt;p&gt;Zwierzak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| id=&amp;quot;mp-topbanner&amp;quot; style=&amp;quot;width:100%; background:#f6f6f6; margin-top:1.2em; border:1px solid #ddd;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:61%; color:#000;&amp;quot; |&lt;br /&gt;
&amp;lt;!--        &amp;quot;WELCOME TO BITCOIN&amp;quot; AND ARTICLE COUNT        --&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:100%; border:none; background:none;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:center; white-space:nowrap; color:#000;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#000;&amp;quot;&amp;gt;Welcome to the [[Bitcoin]] wiki,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;top:+0.2em; font-size:95%;&amp;quot;&amp;gt;For all your bitcoin information needs.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%; text-align:center; font-size:85%;&amp;quot;&amp;gt;[[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Improve [[:Category:Stubs|this wiki]] and [[Bitcoin:Contributors Award|earn bitcoins]].&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--        PORTAL LIST ON RIGHT-HAND SIDE        --&amp;gt;&lt;br /&gt;
| style=&amp;quot;width:13%; font-size:120%;&amp;quot; |&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://bitcoin.org Frontpage]&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;width:13%; font-size:120%;&amp;quot; |&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[[Forums]]&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;width:13%; font-size:120%; padding-right: 40px;&amp;quot; |&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[[IRC channels|Chatrooms]]&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--        TODAY&#039;S FEATURED ARTICLE; DID YOU KNOW        --&amp;gt;&lt;br /&gt;
{| id=&amp;quot;mp-upper&amp;quot; style=&amp;quot;width: 100%; margin:6px 0 0 0; background:none; border-spacing: 0px;&amp;quot;&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:55%; border:1px solid #cef2e0; background:#f6e5f1; vertical-align:top; color:#000;&amp;quot; |&lt;br /&gt;
{| id=&amp;quot;mp-left&amp;quot; style=&amp;quot;vertical-align:top; background:#f6e5f1;&amp;quot;&lt;br /&gt;
! style=&amp;quot;padding:2px;&amp;quot; | &amp;lt;h2 id=&amp;quot;mp-tfa-h2&amp;quot; style=&amp;quot;margin:3px; background:#e9caef; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Bitcoin&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &amp;lt;div id=&amp;quot;mp-tfa&amp;quot; style=&amp;quot;padding:2px 5px&amp;quot;&amp;gt;{{MainPage_Intro}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:2px&amp;quot; | &amp;lt;h2 id=&amp;quot;mp-dyk-h2&amp;quot; style=&amp;quot;margin:3px; background:#e9caef; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Why&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;padding:2px 5px 5px&amp;quot; | &amp;lt;div id=&amp;quot;mp-dyk&amp;quot;&amp;gt;{{MainPage_Reasons}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
| style=&amp;quot;border:1px solid transparent;&amp;quot; |&lt;br /&gt;
&amp;lt;!--        IN THE NEWS; ON THIS DAY        --&amp;gt;&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:45%; border:1px solid #cedff2; background:#f6e5f1; vertical-align:top;&amp;quot;|&lt;br /&gt;
{| id=&amp;quot;mp-right&amp;quot; style=&amp;quot;width:100%; vertical-align:top; background:#f6e5f1;&amp;quot;&lt;br /&gt;
! style=&amp;quot;padding:2px&amp;quot; | &amp;lt;h2 id=&amp;quot;mp-otd-h2&amp;quot; style=&amp;quot;margin:3px; background:#efc1e2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Topic central&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;padding:2px 5px 5px&amp;quot; | &amp;lt;div id=&amp;quot;mp-otd&amp;quot;&amp;gt;{{MainPage_Topics}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:2px&amp;quot; | &amp;lt;h2 id=&amp;quot;mp-otd-h2&amp;quot; style=&amp;quot;margin:3px; background:#efc1e2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;FAQ&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;padding:2px 5px 5px&amp;quot; | &amp;lt;div id=&amp;quot;mp-otd&amp;quot;&amp;gt;{{MainPage_FAQ}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other pages ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[mw:Help:Formatting|Help]]&#039;&#039;&#039; - Documentation on wiki editing.&lt;br /&gt;
* &#039;&#039;&#039;[[Bitcoin.it Wiki|About]]&#039;&#039;&#039; - Information on this site.&lt;br /&gt;
&lt;br /&gt;
[[fr:Accueil]]&lt;br /&gt;
[[zh-cn:首页]]&lt;br /&gt;
[[es:Página Principal]]&lt;br /&gt;
[[it:Pagina principale]]&lt;br /&gt;
[[ru:Заглавная страница]]&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[pl:Strona główna]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC____NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>Zwierzak</name></author>
	</entry>
</feed>