<?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=Kenshirriff</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=Kenshirriff"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Kenshirriff"/>
	<updated>2026-05-30T09:46:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_symbol&amp;diff=63504</id>
		<title>Bitcoin symbol</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_symbol&amp;diff=63504"/>
		<updated>2017-06-22T01:49:31Z</updated>

		<summary type="html">&lt;p&gt;Kenshirriff: fix typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By far the most commonly used symbol for Bitcoin is [[:{{ns:File}}:Btc-sans.png|{{BTC}}]], a capital letter &#039;&#039;&#039;B&#039;&#039;&#039; with two vertical lines &amp;quot;going through&amp;quot; it, though the lines are only visible at the top and bottom. This symbol was created by [[Satoshi Nakamoto]] for the icon of an early version of the [[reference client|original Bitcoin client]], though the very first versions of the Bitcoin client used &amp;quot;BC&amp;quot; instead of any special symbol. Presumably the symbol was intended to look similar to other currency symbols. The symbol represents the currency [[Units|unit]] &amp;quot;bitcoin&amp;quot; (100 million [[Satoshi (unit)|satoshi]]), as well as the Bitcoin network and currency itself. The bitcoin currency unit is also commonly given the informal currency code &#039;&#039;&#039;BTC&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The Bitcoin sign is part of Unicode 10.0 (released June 2017)&amp;lt;ref&amp;gt;http://www.unicode.org/versions/Unicode10.0.0/&amp;lt;/ref&amp;gt; with code point U+20BF (₿). As of June 2017, font support for the Bitcoin sign is in macOS Sierra, iOS, Android O [https://developer.android.com/preview/download.html beta], Windows 10 [https://support.microsoft.com/en-us/instantanswers/d4efb316-79f0-1aa1-9ef3-dcada78f3fa0/get-the-windows-10-creators-update Creators Update]  and several Linux releases. The Bitcoin sign was accepted for Unicode in November 2015&amp;lt;ref&amp;gt;https://twitter.com/ken_lunde/status/661351862155669506&amp;lt;/ref&amp;gt; and completed the Unicode process in 2017.&lt;br /&gt;
&lt;br /&gt;
Historically, similar looking Unicode symbols such as the Thai Baht (฿) have been used because the Unicode standard at the time had not included a symbol for Bitcoin.&lt;br /&gt;
&lt;br /&gt;
== Currency code ==&lt;br /&gt;
The [https://secure.wikimedia.org/wikipedia/en/wiki/ISO_4217 ISO 4217 currency code] for Bitcoin is &#039;&#039;&#039;XBT&#039;&#039;&#039;. However, at the moment it is an [https://secure.wikimedia.org/wikipedia/en/wiki/ISO_4217#Without_currency_code unofficial code] according to the ISO 4217 standard. The unit name &#039;&#039;&#039;BTC&#039;&#039;&#039; is also commonly used to represent one bitcoin, but it violates ISO 4217 because it begins with &amp;quot;BT&amp;quot;, the country code of Bhutan. Bhutan does not actually use the code BTC for any currency, and XBT has not yet defined which unit it represents (just that it represents &#039;&#039;some&#039;&#039; unit of bitcoin), so the Bitcoin community is likely to continue using mainly BTC as a unit name and currency code for some time.&lt;br /&gt;
&lt;br /&gt;
A [http://www.coindesk.com/bitcoin-foundation-standardise-bitcoin-symbol-code-next-year/ formal application] by the Financial Standards Working Group of the [[Bitcoin Foundation]] is nearing completion &amp;lt;sup&amp;gt;[still true?]&amp;lt;/sup&amp;gt;. This application would request ISO 4217 standard to support XBT.&lt;br /&gt;
&lt;br /&gt;
== Inserting the symbol ==&lt;br /&gt;
In lieu of the Bitcoin symbol being included in the Unicode standard and its adoption into typographic fonts, {{BTC}} can be included in many documents by other means.  This section focuses on online publications but the basic concepts apply to all publishing forms.&lt;br /&gt;
&lt;br /&gt;
A package including a high resolution raster image with transparency (PNG), vector image (SVG) and TrueType font (TTF) is available&amp;lt;ref&amp;gt;http://www.filedropper.com/bitcoinsymbol&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Image ====&lt;br /&gt;
The Bitcoin symbol can be inserted as an image, as is done in the opening sentence of this page.  The benefit of this method is that any client that can display images in line with text will be able to display the symbol.  The down side to this method is that as an image, it does not always degrade as nicely as a font.  If using raster image, scaling the image up/down (to fit with surrounding text) may result in pixelation, inappropriate filtering, and other issues typical of raster images.  If using a vector image, scaling concerns do not apply but the display would still not benefit from font-specific rendering features such as [[wikipedia:hinting|hinting]].  Both forms also suffer from client-specific considerations such as whether or not a box will be drawn around the image and the general inability to easily style its display; applying color requires specific CSS, and italicizing would require a CSS skew transform, for example.&lt;br /&gt;
&lt;br /&gt;
When using an image in running text on a webpage it&#039;s generally a good idea to set the &#039;&#039;alt&#039;&#039; property to an appropriate value.  For example, when depicting amounts you might use &#039;&#039;alt=&amp;quot;BTC&amp;quot;&#039;&#039;.  Text including the symbol copied and pasted will then remain syntactically correct, replacing the symbol with BTC.&lt;br /&gt;
&lt;br /&gt;
Sample HTML code:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 .btc { height:1em; position:relative; top:0.17em; cursor:text; }&lt;br /&gt;
  ...&lt;br /&gt;
  Please send &amp;lt;img src=&amp;quot;btc-sans.png&amp;quot; alt=&amp;quot;BTC&amp;quot; class=&amp;quot;btc&amp;quot; /&amp;gt;0.01 to ...&lt;br /&gt;
  Please send &amp;lt;img src=&amp;quot;btc-sans.svg&amp;quot; alt=&amp;quot;BTC&amp;quot; class=&amp;quot;btc&amp;quot; /&amp;gt;0.01 to ...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Font Awesome icon ====&lt;br /&gt;
The Font Awesome collection of icons and symbols also includes the Bitcoin symbol.&amp;lt;ref&amp;gt;http://fortawesome.github.io/Font-Awesome/icon/btc/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sample HTML code:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css&amp;quot;&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
 Please send &amp;lt;i class=&amp;quot;fa fa-btc&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;0.01 to ...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Font ====&lt;br /&gt;
As few fonts include the Bitcoin symbol, a special font was created by [[User:Theymos]], originally for the [[BitcoinTalk]] forum&amp;lt;ref&amp;gt;https://bitcointalk.org/index.php?topic=88647&amp;lt;/ref&amp;gt;.  The font consists of &#039;&#039;only&#039;&#039; the Bitcoin symbol used in the glyph for the capital letter B.  The text &amp;quot;BTC&amp;quot; can be entered and styled with this font, causing it to be replaced entirely with just the symbol on those systems that support this font, while on other systems the text &amp;quot;BTC&amp;quot; is retained.  Similarly, copying and pasting text will still retain &amp;quot;BTC&amp;quot;.  This method is used on BitcoinTalk and this Bitcoin Wiki.&lt;br /&gt;
&lt;br /&gt;
Sample HTML code:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; @font-face { font-family: BTC; src: url(BTC.ttf); }&lt;br /&gt;
 ...&lt;br /&gt;
 Please send &amp;lt;span style=&amp;quot;font-family:BTC, sans-serif&amp;quot;&amp;gt;BTC&amp;lt;/span&amp;gt;0.01 to ...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Promotional graphics]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Kenshirriff</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_symbol&amp;diff=63503</id>
		<title>Bitcoin symbol</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_symbol&amp;diff=63503"/>
		<updated>2017-06-22T01:48:13Z</updated>

		<summary type="html">&lt;p&gt;Kenshirriff: Add information on Unicode support.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By far the most commonly used symbol for Bitcoin is [[:{{ns:File}}:Btc-sans.png|{{BTC}}]], a capital letter &#039;&#039;&#039;B&#039;&#039;&#039; with two vertical lines &amp;quot;going through&amp;quot; it, though the lines are only visible at the top and bottom. This symbol was created by [[Satoshi Nakamoto]] for the icon of an early version of the [[reference client|original Bitcoin client]], though the very first versions of the Bitcoin client used &amp;quot;BC&amp;quot; instead of any special symbol. Presumably the symbol was intended to look similar to other currency symbols. The symbol represents the currency [[Units|unit]] &amp;quot;bitcoin&amp;quot; (100 million [[Satoshi (unit)|satoshi]]), as well as the Bitcoin network and currency itself. The bitcoin currency unit is also commonly given the informal currency code &#039;&#039;&#039;BTC&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The Bitcoin sign is part of Unicode 10.0 (released June 2017)&amp;lt;ref&amp;gt;http://www.unicode.org/versions/Unicode10.0.0/&amp;lt;/ref&amp;gt; with code point U+20BF (₿). As of June 2017, font support for the Bitcoin sign is in macOS Sierra, iOS, Android O [https://developer.android.com/preview/download.html beta], Windows 10 [https://support.microsoft.com/en-us/instantanswers/d4efb316-79f0-1aa1-9ef3-dcada78f3fa0/get-the-windows-10-creators-update Creators Update]  and several Linux releases. The Bitcoin sign was accepted for Unicode in November 2015&amp;lt;ref&amp;gt;https://twitter.com/ken_lunde/status/661351862155669506&amp;lt;/ref&amp;gt; and completed the Unicode process in 2017.&lt;br /&gt;
&lt;br /&gt;
Historically, similar looking Unicode symbols such as the Tai Baht have been used because the Unicode standard at the time had not included a symbol for Bitcoin.&lt;br /&gt;
&lt;br /&gt;
== Currency code ==&lt;br /&gt;
The [https://secure.wikimedia.org/wikipedia/en/wiki/ISO_4217 ISO 4217 currency code] for Bitcoin is &#039;&#039;&#039;XBT&#039;&#039;&#039;. However, at the moment it is an [https://secure.wikimedia.org/wikipedia/en/wiki/ISO_4217#Without_currency_code unofficial code] according to the ISO 4217 standard. The unit name &#039;&#039;&#039;BTC&#039;&#039;&#039; is also commonly used to represent one bitcoin, but it violates ISO 4217 because it begins with &amp;quot;BT&amp;quot;, the country code of Bhutan. Bhutan does not actually use the code BTC for any currency, and XBT has not yet defined which unit it represents (just that it represents &#039;&#039;some&#039;&#039; unit of bitcoin), so the Bitcoin community is likely to continue using mainly BTC as a unit name and currency code for some time.&lt;br /&gt;
&lt;br /&gt;
A [http://www.coindesk.com/bitcoin-foundation-standardise-bitcoin-symbol-code-next-year/ formal application] by the Financial Standards Working Group of the [[Bitcoin Foundation]] is nearing completion &amp;lt;sup&amp;gt;[still true?]&amp;lt;/sup&amp;gt;. This application would request ISO 4217 standard to support XBT.&lt;br /&gt;
&lt;br /&gt;
== Inserting the symbol ==&lt;br /&gt;
In lieu of the Bitcoin symbol being included in the Unicode standard and its adoption into typographic fonts, {{BTC}} can be included in many documents by other means.  This section focuses on online publications but the basic concepts apply to all publishing forms.&lt;br /&gt;
&lt;br /&gt;
A package including a high resolution raster image with transparency (PNG), vector image (SVG) and TrueType font (TTF) is available&amp;lt;ref&amp;gt;http://www.filedropper.com/bitcoinsymbol&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Image ====&lt;br /&gt;
The Bitcoin symbol can be inserted as an image, as is done in the opening sentence of this page.  The benefit of this method is that any client that can display images in line with text will be able to display the symbol.  The down side to this method is that as an image, it does not always degrade as nicely as a font.  If using raster image, scaling the image up/down (to fit with surrounding text) may result in pixelation, inappropriate filtering, and other issues typical of raster images.  If using a vector image, scaling concerns do not apply but the display would still not benefit from font-specific rendering features such as [[wikipedia:hinting|hinting]].  Both forms also suffer from client-specific considerations such as whether or not a box will be drawn around the image and the general inability to easily style its display; applying color requires specific CSS, and italicizing would require a CSS skew transform, for example.&lt;br /&gt;
&lt;br /&gt;
When using an image in running text on a webpage it&#039;s generally a good idea to set the &#039;&#039;alt&#039;&#039; property to an appropriate value.  For example, when depicting amounts you might use &#039;&#039;alt=&amp;quot;BTC&amp;quot;&#039;&#039;.  Text including the symbol copied and pasted will then remain syntactically correct, replacing the symbol with BTC.&lt;br /&gt;
&lt;br /&gt;
Sample HTML code:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 .btc { height:1em; position:relative; top:0.17em; cursor:text; }&lt;br /&gt;
  ...&lt;br /&gt;
  Please send &amp;lt;img src=&amp;quot;btc-sans.png&amp;quot; alt=&amp;quot;BTC&amp;quot; class=&amp;quot;btc&amp;quot; /&amp;gt;0.01 to ...&lt;br /&gt;
  Please send &amp;lt;img src=&amp;quot;btc-sans.svg&amp;quot; alt=&amp;quot;BTC&amp;quot; class=&amp;quot;btc&amp;quot; /&amp;gt;0.01 to ...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Font Awesome icon ====&lt;br /&gt;
The Font Awesome collection of icons and symbols also includes the Bitcoin symbol.&amp;lt;ref&amp;gt;http://fortawesome.github.io/Font-Awesome/icon/btc/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sample HTML code:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css&amp;quot;&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
 Please send &amp;lt;i class=&amp;quot;fa fa-btc&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;0.01 to ...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Font ====&lt;br /&gt;
As few fonts include the Bitcoin symbol, a special font was created by [[User:Theymos]], originally for the [[BitcoinTalk]] forum&amp;lt;ref&amp;gt;https://bitcointalk.org/index.php?topic=88647&amp;lt;/ref&amp;gt;.  The font consists of &#039;&#039;only&#039;&#039; the Bitcoin symbol used in the glyph for the capital letter B.  The text &amp;quot;BTC&amp;quot; can be entered and styled with this font, causing it to be replaced entirely with just the symbol on those systems that support this font, while on other systems the text &amp;quot;BTC&amp;quot; is retained.  Similarly, copying and pasting text will still retain &amp;quot;BTC&amp;quot;.  This method is used on BitcoinTalk and this Bitcoin Wiki.&lt;br /&gt;
&lt;br /&gt;
Sample HTML code:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; @font-face { font-family: BTC; src: url(BTC.ttf); }&lt;br /&gt;
 ...&lt;br /&gt;
 Please send &amp;lt;span style=&amp;quot;font-family:BTC, sans-serif&amp;quot;&amp;gt;BTC&amp;lt;/span&amp;gt;0.01 to ...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Promotional graphics]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Kenshirriff</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_symbol&amp;diff=61693</id>
		<title>Bitcoin symbol</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_symbol&amp;diff=61693"/>
		<updated>2016-10-05T21:30:07Z</updated>

		<summary type="html">&lt;p&gt;Kenshirriff: Update Unicode information, delete obsolete sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By far the most commonly used symbol for Bitcoin is [[:{{ns:File}}:Btc-sans.png|{{BTC}}]], a capital letter &#039;&#039;&#039;B&#039;&#039;&#039; with two vertical lines &amp;quot;going through&amp;quot; it, though the lines are only visible at the top and bottom. This symbol was created by [[Satoshi Nakamoto]] for the icon of an early version of the [[reference client|original Bitcoin client]], though the very first versions of the Bitcoin client used &amp;quot;BC&amp;quot; instead of any special symbol. Presumably the symbol was intended to look similar to other currency symbols. The symbol represents the currency [[Units|unit]] &amp;quot;bitcoin&amp;quot; (100 million [[Satoshi (unit)|satoshi]]), as well as the Bitcoin network and currency itself. The bitcoin currency unit is also commonly given the informal currency code &#039;&#039;&#039;BTC&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The Bitcoin sign was accepted for Unicode in November 2015&amp;lt;ref&amp;gt;https://twitter.com/ken_lunde/status/661351862155669506&amp;lt;/ref&amp;gt; with the code point U+20BF (₿). It is expected to be part of the Unicode 10.0 standard in June 2017. Font support for this code point was added to macOS Sierra in October 2016.&lt;br /&gt;
&lt;br /&gt;
== Currency code ==&lt;br /&gt;
The [https://secure.wikimedia.org/wikipedia/en/wiki/ISO_4217 ISO 4217 currency code] for Bitcoin is &#039;&#039;&#039;XBT&#039;&#039;&#039;. However, at the moment it is an [https://secure.wikimedia.org/wikipedia/en/wiki/ISO_4217#Without_currency_code unofficial code] according to the ISO 4217 standard. The unit name &#039;&#039;&#039;BTC&#039;&#039;&#039; is also commonly used to represent one bitcoin, but it violates ISO 4217 because it begins with &amp;quot;BT&amp;quot;, the country code of Bhutan. Bhutan does not actually use the code BTC for any currency, and XBT has not yet defined which unit it represents (just that it represents &#039;&#039;some&#039;&#039; unit of bitcoin), so the Bitcoin community is likely to continue using mainly BTC as a unit name and currency code for some time.&lt;br /&gt;
&lt;br /&gt;
A [http://www.coindesk.com/bitcoin-foundation-standardise-bitcoin-symbol-code-next-year/ formal application] by the Financial Standards Working Group of the [[Bitcoin Foundation]] is nearing completion &amp;lt;sup&amp;gt;[still true?]&amp;lt;/sup&amp;gt;. This application would request ISO 4217 standard to support XBT.&lt;br /&gt;
&lt;br /&gt;
=== Inserting the symbol ===&lt;br /&gt;
In lieu of the Bitcoin symbol being included in the Unicode standard and its adoption into typographic fonts, {{BTC}} can be included in many documents by other means.  This section focuses on online publications but the basic concepts apply to all publishing forms.&lt;br /&gt;
&lt;br /&gt;
A package including a high resolution raster image with transparency (PNG), vector image (SVG) and TrueType font (TTF) is available&amp;lt;ref&amp;gt;http://www.filedropper.com/bitcoinsymbol&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Image ====&lt;br /&gt;
The Bitcoin symbol can be inserted as an image, as is done in the opening sentence of this page.  The benefit of this method is that any client that can display images in line with text will be able to display the symbol.  The down side to this method is that as an image, it does not always degrade as nicely as a font.  If using raster image, scaling the image up/down (to fit with surrounding text) may result in pixelation, inappropriate filtering, and other issues typical of raster images.  If using a vector image, scaling concerns do not apply but the display would still not benefit from font-specific rendering features such as [[wikipedia:hinting|hinting]].  Both forms also suffer from client-specific considerations such as whether or not a box will be drawn around the image and the general inability to easily style its display; applying color requires specific CSS, and italicizing would require a CSS skew transform, for example.&lt;br /&gt;
&lt;br /&gt;
When using an image in running text on a webpage it&#039;s generally a good idea to set the &#039;&#039;alt&#039;&#039; property to an appropriate value.  For example, when depicting amounts you might use &#039;&#039;alt=&amp;quot;BTC&amp;quot;&#039;&#039;.  Text including the symbol copied and pasted will then remain syntactically correct, replacing the symbol with BTC.&lt;br /&gt;
&lt;br /&gt;
Sample HTML code:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 .btc { height:1em; position:relative; top:0.17em; cursor:text; }&lt;br /&gt;
  ...&lt;br /&gt;
  Please send &amp;lt;img src=&amp;quot;btc-sans.png&amp;quot; alt=&amp;quot;BTC&amp;quot; class=&amp;quot;btc&amp;quot; /&amp;gt;0.01 to ...&lt;br /&gt;
  Please send &amp;lt;img src=&amp;quot;btc-sans.svg&amp;quot; alt=&amp;quot;BTC&amp;quot; class=&amp;quot;btc&amp;quot; /&amp;gt;0.01 to ...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Font Awesome icon ====&lt;br /&gt;
The Font Awesome collection of icons and symbols also includes the Bitcoin symbol.&amp;lt;ref&amp;gt;http://fortawesome.github.io/Font-Awesome/icon/btc/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sample HTML code:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css&amp;quot;&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
 Please send &amp;lt;i class=&amp;quot;fa fa-btc&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;0.01 to ...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Font ====&lt;br /&gt;
As few fonts include the Bitcoin symbol, a special font was created by [[User:Theymos]], originally for the [[BitcoinTalk]] forum&amp;lt;ref&amp;gt;https://bitcointalk.org/index.php?topic=88647&amp;lt;/ref&amp;gt;.  The font consists of &#039;&#039;only&#039;&#039; the Bitcoin symbol used in the glyph for the capital letter B.  The text &amp;quot;BTC&amp;quot; can be entered and styled with this font, causing it to be replaced entirely with just the symbol on those systems that support this font, while on other systems the text &amp;quot;BTC&amp;quot; is retained.  Similarly, copying and pasting text will still retain &amp;quot;BTC&amp;quot;.  This method is used on BitcoinTalk and this Bitcoin Wiki.&lt;br /&gt;
&lt;br /&gt;
Sample HTML code:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; @font-face { font-family: BTC; src: url(BTC.ttf); }&lt;br /&gt;
 ...&lt;br /&gt;
 Please send &amp;lt;span style=&amp;quot;font-family:BTC, sans-serif&amp;quot;&amp;gt;BTC&amp;lt;/span&amp;gt;0.01 to ...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Promotional graphics]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Kenshirriff</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Help:Getting_started&amp;diff=44546</id>
		<title>Help:Getting started</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Help:Getting_started&amp;diff=44546"/>
		<updated>2014-02-21T06:34:37Z</updated>

		<summary type="html">&lt;p&gt;Kenshirriff: remove extra word&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a generic [[Bitcoin_Newbie_Guide|Getting Started guide]].&lt;br /&gt;
&lt;br /&gt;
* Get free bitcoins and learn to use them in 5 minutes: [https://trybtc.com TryBTC]&lt;br /&gt;
* Start by watching [http://weusecoins.com/ this 2 minute vid].&lt;br /&gt;
* Learn why it [http://bitcoin.stackexchange.com/questions/2834/what-are-the-perceived-advantages-of-bitcoin-as-a-store-of-value could be a good investment]&lt;br /&gt;
* Learn why it&#039;s objectively [http://bitcoin.stackexchange.com/questions/305/what-are-the-perceived-advantages-of-bitcoin-as-a-means-of-exchange better as a means of exchange].&lt;br /&gt;
* Get a [[Clients|client]] and try it out yourself (you can get a bit of free money from [http://www.bitcoinget.com BitcoinGet] or  [[Bitcoin Faucet|The Bitcoin Faucet]]).&lt;br /&gt;
* Use an online wallet that you trust. (Examples: [[File:Coinkite.gif|20px|link=https://coinkite.com/promo/beginners]] [https://coinkite.com/promo/beginners Coinkite], [[File:Bci.gif|20px|link=https://blockchain.info/]] [https://blockchain.info/wallet/ BCI])&lt;br /&gt;
* Explore bitcoin with a [[:Category:Block chain browsers|block chain browser]] such as [https://www.biteasy.com Biteasy]&lt;br /&gt;
* [http://bitcoin.stackexchange.com/ Ask questions]&lt;br /&gt;
* [http://bitcoin.stackexchange.com/questions/118/how-much-bitcoin-will-i-mine-right-now-with-hardware-x Can I generate Free Money on my computer?] - TL;DR - Not really.&lt;br /&gt;
* [https://en.bitcoin.it/wiki/FAQ Read the FAQ]&lt;br /&gt;
* [[Buying Bitcoins (the noob version)|Where can I buy bitcoins?]] (Hint: [http://bitcoin.stackexchange.com/questions/2293/how-can-i-buy-bitcoin-via-a-credit-card-or-paypal You can&#039;t buy them with Paypal or credit cards])&lt;br /&gt;
* [https://en.bitcoin.it/wiki/Bonus_Programs Earn bitcoins through bonus programs]&lt;br /&gt;
&lt;br /&gt;
If you&#039;re looking for how to get started with Bitcoin-Qt, [[Getting started installing bitcoin-qt|this is the article you&#039;re looking for]].&lt;/div&gt;</summary>
		<author><name>Kenshirriff</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=44514</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=44514"/>
		<updated>2014-02-19T15:54:02Z</updated>

		<summary type="html">&lt;p&gt;Kenshirriff: Typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay. [http://eligius.st/wiki/index.php/Capped_PPS_with_Recent_Backpay]&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&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;POT&#039;&#039;&#039; - Pay On Target. A high variance PPS variant that pays on the difficulty of work returned to pool rather than the difficulty of work served by pool [https://bitcointalk.org/index.php?topic=131376.0]&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;PPLNSG&#039;&#039;&#039; - Pay Per Last N Groups (or shifts). Similar to PPLNS, but shares are grouped into &amp;quot;shifts&amp;quot; which are paid as a whole.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. 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 25 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;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;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&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;
* &#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;
[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; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name                !! Location             !! TH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;/&amp;gt;&lt;br /&gt;
!                                                         Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;/&amp;gt;&lt;br /&gt;
!                                                                    Reward Type             !! Transaction fees!!PPS Fee!!Other Fee!! [[getwork|GWK]] !! [[Stratum|STM]] !! [[getblocktemplate|GBT]]&lt;br /&gt;
! Launched   !! Variance                     !! Forum                                       !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]]           || Germany/USA/Russia   ||    || No      || PPS or PPLNS || {{PoolFees}}    ||   6%||   1.5%      || {{Yes}} || {{Yes}} ||&lt;br /&gt;
| 2011-11-11 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=54673  link] || [http://50btc.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ABCPool.co]]      || USA                  ||    || No      || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;/&amp;gt; || {{PoolFees}}     ||   5% ||         || {{Yes}} || {{No}}  || {{No}}&lt;br /&gt;
| 2011-08-02 || Diff 1                       || [http://bitcointalk.org/?topic=33586  link] || [http://www.ABCPool.co/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[alvarez.sfek.kz]]  || Kazakhstan          ||     0.06 || No      || PPLNS                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2012-04-19 || Diff 1                       || [http://bitcointalk.org/?topic=80135  link] || [http://alvarez.sfek.kz/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitClockers]]     || USA/Europe           ||      || [[NMC]] || PPS                     || {{PoolFees}}     ||   8% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2011-05-27 || Diff 1                       || [http://bitcointalk.org/?topic=10127  link] || [http://bitclockers.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitcoinMining.Co]]     || USA           ||      || [[No]] || {{PoolFees}}                    || {{PoolFees}}     ||   2% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2013-08-13 || Diff 1                       || [http://bitcointalk.org/?topic=273259.0  link] || [http://bitcoinmining.co/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitcoinPool.com]] || USA                  ||     || No      || Prop.                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-03-08 || Diff 1                       || [http://bitcoinpool.com/forum/ link]        || [http://www.bitcoinpool.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin Pooled Mining|Slush&#039;s pool (mining.bitcoin.cz)]]&lt;br /&gt;
|                        France               || 677 || No || Score                   || {{SharedFees}}   ||      ||      2% ||         || {{Yes}} ||&lt;br /&gt;
| 2010-11-27 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=1976   link] || [http://mining.bitcoin.cz/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitparking]]      || USA                  || 16 || [[NMC]], IXC, [[Devcoin]]&lt;br /&gt;
|                                                                    DGM                     || {{PoolFees}}     ||      || 0%    || {{Yes}} || {{Yes}}    ||&lt;br /&gt;
| 2012-01-08 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=57148  link] || [http://mmpool.bitparking.com/pool link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]]       || USA/Germany          || 370 || [[NMC]] || PPLNSG                  || {{SharedFees}}   ||      ||      1% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-06-26 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic || [http://bitcointalk.org/?topic=27062  link] || [https://bitminter.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCPoolman]]      || UK/Europe            ||      0.5 || No      || Prop.                   || {{SharedFees}}  ||       ||      2% || {{Yes}} || {{Yes}} || {{No}}&lt;br /&gt;
| 2013-03-01 ||           Diff 1 ||   [https://twitter.com/BTCPoolMan Twitter]                                || [https://www.btcpoolman.com/register Register]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]]       || USA/Canada/Europe    || 3287 || [[NMC]] &lt;br /&gt;
|                                                                    PPS/PPLNSG              || shared on PPLNSG ||   5% ||      3% || {{Yes}} || {{Yes}} || {{No}}&lt;br /&gt;
| 2011-05-09 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic&lt;br /&gt;
|                                               [http://bitcointalk.org/?topic=49417  link] || [https://www.btcguild.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Oxygen]]      || Europe               ||     || No      || PPS                     || {{PoolFees}}     ||   2% ||         || {{Yes}} || {{Yes}} ||&lt;br /&gt;
| 2012-11-01 || Diff 1                       || [http://bitcointalk.org/?topic=127815 link] || [http://www.btcoxygen.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]]         || USA                   ||    0.1 || No      || Score                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-03-11 || Diff 1                       || [http://bitcointalk.org/?topic=4251   link] || [http://btcmine.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCDig]]         || USA                   ||    7 || No      || DGM                   || {{PoolFees}}     ||      ||      0% ||  ||  {{Yes}}     ||&lt;br /&gt;
| 2013-07-04 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic 20SPM                      || [https://bitcointalk.org/index.php?topic=249627   link] || [http://btcdig.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCmow]]         || Europe                   ||     || No      || PPLNS                   || {{PoolFees}}     ||      ||      2.5% ||   ||   {{Yes}}      ||&lt;br /&gt;
| 2013-05-31 || Diff 1                       || [https://bitcointalk.org/index.php?topic=221306.0   link] || [http://www.btcmow.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]]       || Germany              ||    1.4 || No      || PPS                     || {{PoolFees}}     ||   4% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2011-06-28 || Diff 1                       ||                                             || [http://www.btcmp.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCWarp]]         || USA                  ||      || No      || Score                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-07-29 || Diff 1                       || [http://www.bitcoinbalkan.com/forum link]   || [http://www.btcwarp.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[CoinLab Protected Pool]] || USA           ||       || No      || PPS                     || {{PoolFees}}     || 2-5% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2012-08-09 || Diff 1                       || [http://bitcointalk.org/?topic=99643  link] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron]]       || Poland               ||     || No      || DGM                     || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-07-06 || Diff 1                       || [http://bitcointalk.org/?topic=26727  link] || [http://www.coinotron.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]]         || Germany              ||  0.1 || No      || PPS/Prop.               || {{PoolFees}}     ||  10% ||      3% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-02-26 || Diff 1                       || [http://bitcointalk.org/?topic=3889   link] || [http://deepbit.net/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]]&lt;br /&gt;
|                   USA/Europe/Australia/Asia ||  246 || No      || DGM/PPS                 || {{PoolFees}}     ||   5% ||      0% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-06-14 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic&lt;br /&gt;
|                                               [http://bitcointalk.org/?topic=16385  link] || [https://eclipsemc.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]]         || USA                  || 4000 || [[NMC]] 105% PPS      || CPPSRB                  || {{SharedFees}}   ||   0% ||         || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-04-27 || Dynamic: 32 shares/m         || [http://bitcointalk.org/?topic=23768  link] || [http://eligius.st link]&lt;br /&gt;
|-&lt;br /&gt;
| [[GHash.IO]]        || Netherlands          || 4350 || [[NMC]], IXC, [[Devcoin]]      || PPLNSG                  || {{SharedFees}}   || 0%      ||      0% || {{No}} || {{Yes}} || {{No}}&lt;br /&gt;
| 2013-07-01 ||           User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; ||   [https://cexio.zendesk.com/forums  link]                                || [https://ghash.io/  link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Give Me COINS]]   || USA, Europe          || 12 || [[NMC]]   || PPLNS                  || {{SharedFees}}     ||    ||  1%|| {{No}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2013-08-12 || Dynamic         || [https://bitcointalk.org/index.php?topic=272017.0  link] || [http://give-me-coins.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Horrible Horrendous TT]] || USA           ||    25 || No      || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;/&amp;gt; || {{PoolFees}}     ||   1% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2012-08-29 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=95378  link] || [http://hhtt.1209k.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[MaxBTC]]          || USA                  ||    || [[NMC]] || DGM                     || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2012-03-15 || Diff 1                       || [http://bitcointalk.org/?topic=68734  link] || [https://www.maxbtc.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Multipool]]          || USA, Europe (P2Pool Node)      ||   10 || No || Prop.                     || {{SharedFees}}     ||      ||      1.5% || {{Yes}} ||     {{Yes}}     || {{No}}&lt;br /&gt;
| 2012-03-15 || User                       || [https://bitcointalk.org/index.php?topic=311067.0  link] || [https://www.multipool.us/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozcoin]]         || USA/Europe/Australia ||  4 || No || DGM/PoT      || shared on DGM    ||    ||   1%/2% || {{No}}  || {{Yes}} || {{No}}&lt;br /&gt;
| 2011-06-07 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic&lt;br /&gt;
|                                               [http://bitcointalk.org/?topic=14085  link] || [https://www.ozcoin.net link]&lt;br /&gt;
|-&lt;br /&gt;
| [[P2Pool]]          || Earth (P2P)          ||   170 || Solo&amp;lt;ref name=&amp;quot;solomm&amp;quot;/&amp;gt; || PPLNS  || {{SharedFees}}   ||      ||      0% || {{No}}&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || {{No}}&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || {{No}}&lt;br /&gt;
| 2011-06-17 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=18313  link] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[PolMine]]         || Poland               ||   20 || [[NMC]]      || SMPPS                   || {{SharedFees}}   ||   1% ||         || {{Yes}} || {{Yes}}        || {{Yes}}&lt;br /&gt;
| 2011-06-13 || Dynamic                       || [http://forum.polmine.pl/ link]             || [https://polmine.pl/?setlang=en link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]]   || Russia               ||   38 || No      || RSMPPS                  || {{SharedFees}}   ||   0% ||         || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-08-01 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=25127 RU] [https://bitcointalk.org/index.php?topic=44024.0 EN] || [https://pool.itzod.ru/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]]    || Europe               ||   7.5 || No    ||PPLNS&amp;lt;ref name=&amp;quot;jackpot&amp;quot;/&amp;gt;|| {{PoolFees}}     ||      ||      0% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-06-28 || Diff 1 for getwork/GBT, dynamic for stratum&lt;br /&gt;
|                                               [http://bitcointalk.org/?topic=23664  link] || [https://www.triplemining.com link]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&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;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-operated proxy available.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;changeable&amp;quot;&amp;gt;The difficulty of the shares can be changed by the user.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;solomm&amp;quot;&amp;gt;Merged mining can be done on a &amp;quot;solo mining&amp;quot; basis (payouts in the merged chain are not pooled).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;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://blockorigin.pfoe.be/chart.php Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Kenshirriff</name></author>
	</entry>
</feed>