<?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=Arthur</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=Arthur"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Arthur"/>
	<updated>2026-05-23T03:45:53Z</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=66409</id>
		<title>Bitcoin symbol</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_symbol&amp;diff=66409"/>
		<updated>2019-04-25T15:52:40Z</updated>

		<summary type="html">&lt;p&gt;Arthur: Remove broken link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Btc-sans.png|thumb|128px|The prevailing Bitcoin symbol]]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 falling strokes at the top and bottom. This symbol was designed 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 name=&amp;quot;uc&amp;quot;&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. After being rejected in 2011,&amp;lt;ref&amp;gt;http://www.unicode.org/L2/L2011/11129-bitcoin.pdf&amp;lt;/ref&amp;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; and first appeared in Unicode 10.0 in 2017.&amp;lt;ref name=&amp;quot;uc&amp;quot;/&amp;gt;&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. The capital letter B with stroke (Ƀ) was also used in contexts where it was likely that using the Baht symbol would cause confusion.&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;
==== 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|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 only the Bitcoin symbol ({{BTC}}) 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 the 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;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Arthur</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Template:Exchanges&amp;diff=59485</id>
		<title>Template:Exchanges</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Template:Exchanges&amp;diff=59485"/>
		<updated>2015-12-03T10:10:20Z</updated>

		<summary type="html">&lt;p&gt;Arthur: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Navbox_default&lt;br /&gt;
|title=[[Exchanges]]&lt;br /&gt;
|image=[[File:BitcoinChartsExample.png|180px]]&lt;br /&gt;
|header=[[Comparison of real-time trading exchanges|Real-time engines]] • [[Comparison of fixed rate trading exchanges|Fixed rate engines]]&lt;br /&gt;
|group1=[[Comparison of real-time trading exchanges|Live]]&lt;br /&gt;
|group2=[[Comparison of fixed rate trading exchanges|Fixed]]&lt;br /&gt;
|group3=Defunct&lt;br /&gt;
|list1=[[1Bse]] • &#039;&#039;&#039;[[Asia Nexgen Bitcoin Exchange|ANX]]&#039;&#039;&#039; • [[BitBargain]] • [[BitBay]] • [[Bitcoin-24]] • [[bitcoin.de]] • &#039;&#039;&#039;[[Bitcurex]]&#039;&#039;&#039; • &#039;&#039;&#039;[[Bitfinex]]&#039;&#039;&#039; • [[BitMarket.pl]] • [[BitSource]] • &#039;&#039;&#039;[[Bitstamp]]&#039;&#039;&#039; •  &#039;&#039;&#039;[[BTC-e]]&#039;&#039;&#039; • &#039;&#039;&#039;[[BTC China]]&#039;&#039;&#039; • [[CampBX]] • [[CEX.IO]] • [[CleverCoin]] • [[Coinfloor]] • [[Crxzone]] • [[Gatecoin]] • &#039;&#039;&#039;[[itBit]]&#039;&#039;&#039; • &#039;&#039;&#039;[[Localbitcoins.com]]&#039;&#039;&#039; • [[LZF]] • &#039;&#039;&#039;[[Kraken]]&#039;&#039;&#039; •  [[SurBTC]]&lt;br /&gt;
|list2=[[247exchange]] • [[Anycoin Direct]] • [[Bitin.io]] • [[BitSimple.]] • [[Bittylicious]] • [[Cashila]] • &#039;&#039;&#039;[[Coinbase (business)|Coinbase]]&#039;&#039;&#039; • [[Coinify]] • [[CoinMama]] • [[Cubits]] • [[E-scrooge.is]] • [[Gatecoin]] • [[Quickbitcoin]] • [[SuperChange]] &lt;br /&gt;
|list3=[[Bitcoin Market]] • [[Mt. Gox]] • [[TradeHill]] • [[Intersango]]&lt;br /&gt;
|footer=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Major exchanges are to be in bold print&lt;br /&gt;
Don&#039;t put your exchange startup in bold. 20,000 BTC monthly volume for bold.&lt;br /&gt;
To be listed as defunct the exchange must have been very significant at one time.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Arthur</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Fallback_Nodes&amp;diff=56861</id>
		<title>Fallback Nodes</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Fallback_Nodes&amp;diff=56861"/>
		<updated>2015-06-06T15:02:45Z</updated>

		<summary type="html">&lt;p&gt;Arthur: Update info about my node (n.bitcoin-fr.io)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of nodes which are considered reliable.&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
&lt;br /&gt;
=== Connect to nodes ===&lt;br /&gt;
&lt;br /&gt;
You can connect to these nodes with the &#039;&#039;-addnode=ip&#039;&#039; switch instead of the usual node harvesting process (through IRC or via the embedded nodelist). You can connect to more than one node by using &#039;&#039;-addnode=ip&#039;&#039; more than once. It is usually a good idea to connect to more than one of these nodes.&lt;br /&gt;
&lt;br /&gt;
==== Nodes without a fixed ip ====&lt;br /&gt;
&lt;br /&gt;
If the node IP is not fixed (see &amp;quot;Fixed&amp;quot; column), you will have to resolve the node&#039;s name (first column) each time the IP changes. Some nodes may have their ip change once a day, some others once a month, and some others may stay on the same IP for years. Still, as long as the IP is not fixed, there is no guarantee it will stay the same.&lt;br /&gt;
&lt;br /&gt;
In order to enable hostname lookups for the &#039;&#039;-addnode&#039;&#039; and &#039;&#039;-connect&#039;&#039; parameters, you must additionally provide the &#039;&#039;-dns&#039;&#039; parameter. Example:&lt;br /&gt;
 bitcoind -dns -addnode=bitcoin.es&lt;br /&gt;
&lt;br /&gt;
Versions prior to 0.3.22 do not support hostnames to the &#039;&#039;-addnode&#039;&#039; parameter, so you must do the resolving part for it. For example on linux:&lt;br /&gt;
 bitcoind -addnode=$(dig +short bitcoin.es)&lt;br /&gt;
&lt;br /&gt;
=== IP Transactions ===&lt;br /&gt;
&lt;br /&gt;
[[Bitcoin Core]] versions prior to 0.8.0 also could send [[IP Transactions]] to these nodes. If you included your bitcoin address in the &amp;quot;message&amp;quot; field, you might have had your coins back.&lt;br /&gt;
&lt;br /&gt;
=== Tor network ===&lt;br /&gt;
&lt;br /&gt;
To use Bitcoin-Qt over Tor hidden services, in a terminal/console enter:&lt;br /&gt;
 bitcoin-qt -proxy=127.0.0.1:9050 -onlynet=tor&lt;br /&gt;
&lt;br /&gt;
To use Bitcoin with one specific Tor node, run&lt;br /&gt;
 bitcoin-qt -proxy=127.0.0.1:9050 -connect=abcde.onion&lt;br /&gt;
, where abcde.onion needs to be substituted with one of the [[Fallback_Nodes#Tor_nodes|Tor nodes below]]. These parameters can be added to [[Running_Bitcoin#Bitcoin.conf_Configuration_File|bitcoin.conf]] to make them permanent.&lt;br /&gt;
&lt;br /&gt;
You can find detailed information on running clients and hidden services within Tor in the [https://github.com/bitcoin/bitcoin/blob/master/doc/tor.md documentation].&lt;br /&gt;
&lt;br /&gt;
== Nodes list ==&lt;br /&gt;
&lt;br /&gt;
=== IPv4 Nodes ===&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Hostname !! Owner !! IP !! Fixed !! Status !! Last Seen (GMT) !! Accepts IP transactions&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- BEGIN NODELIST --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| node.bitcoin.xxx || www.BitCoin.xxx || 66.228.49.201 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || 2014-08-28 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin.coinprism.com || [[Coinprism]] || 137.116.225.142 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || 2014-04-26 || Yes&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| btcnode1.evolyn.net || Evolyn || 85.214.251.25 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || 2014-01-26 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| InductiveSoul.US || [[User:Inductivesoul|Inductive Soul]] || 67.186.224.85 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || 2013-11-13 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| archivum.info || Ferraro Ltd.|| 88.198.58.172 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| 62.75.216.13 || exMULTI, Inc. || 62.75.216.13 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| 69.64.34.118 || exMULTI, Inc. || 69.64.34.118 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| 79.160.221.140 || K-Norway || 79.160.221.140 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| netzbasis.de || unknown3 || 81.169.129.25 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| btc.turboadmin.com || osmosis || 98.143.152.14 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| fallback.bitcoin.zhoutong.com || Zhou Tong || 117.121.241.140 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| bauhaus.csail.mit.edu || imsaguy || 128.30.96.44 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| jun.dashjr.org || Luke-Jr || 173.242.112.53 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || &lt;br /&gt;
|-&lt;br /&gt;
| cheaperinbitcoins.com || Xenland/Shane || 184.154.36.82 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| django.webflows.fr || unknown2 || 188.165.213.169 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| 204.9.55.71 || toasty || 204.9.55.71 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| btcnode.novit.ro || ovidiusoft - novit.ro || 93.187.142.114 || {{Table Value No}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| porgressbar.sk || progressbar hackerspace || 91.210.181.21 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| faucet.bitcoin.st || bitcoin street || 64.27.57.225 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin.securepayment.cc || SecurePayment CC || 63.247.147.163 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| x.jine.se || jine || 213.112.48.166 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| www.dcscdn.com || [[User:Danw12|Danw12]] || 199.115.228.181 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| ns2.dcscdn.com || [[User:Danw12|Danw12]] || 199.115.228.182 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| coin.soul-dev.com || Soul-Dev || || || {{Fallback Nodes/Node Up}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| messier.bzfx.net || BZFX/[[User:A Meteorite|A Meteorite]] || 91.121.205.50 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| btcnode1.bitgroup.cc || BitGroup || 198.211.116.191 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| btcnode2.bitgroup.cc || BitGroup || 162.243.120.138 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| btcnode3.bitgroup.cc || BitGroup || 95.85.8.237 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| btcnode.xiro.co || Xiro Labs || 91.121.108.61 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| murder.xf-liam.com || [[User:liamwli|Liam W]] || 162.245.217.119 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin.bitdonut.co || James Hartig&lt;br /&gt;
|-&lt;br /&gt;
| coinno.de  || jaknam&lt;br /&gt;
|-&lt;br /&gt;
| 82.165.44.44 || anonymous&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin1.dassori.me || gdassori&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin2.dassori.me || gdassori&lt;br /&gt;
|-&lt;br /&gt;
| blockchainnode.meulie.net || [[User:Evert|Evert]]&lt;br /&gt;
|-&lt;br /&gt;
| fullnode.fybsg.com || Nagato&lt;br /&gt;
|-&lt;br /&gt;
| n.bitcoin-fr.io || [[User:Arthur|Arthur]] || 62.210.66.227&lt;br /&gt;
&amp;lt;!-- END NODELIST --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== IPv6 Nodes ===&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Hostname !! Owner !! IP !! Fixed !! Status !! Last Seen (GMT) !! Accepts IP transactions&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- BEGIN NODELIST --&amp;gt;&lt;br /&gt;
| InductiveSoul.US || [[User:Inductivesoul|Inductive Soul]] || 2601:7:6680:2ac:4d29:40ff:7513:fcc7 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || 11-13-2013 (MDY) || Yes&lt;br /&gt;
|-&lt;br /&gt;
| caffeinator.net || [[User:Atrophy|Atrophy]] ||  ||  || {{Fallback Nodes/Node Up}} || 2013-05-10 ||&lt;br /&gt;
|-&lt;br /&gt;
| 2001:470:8:2e1::40 || ? || 2001:470:8:2e1::40 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| x.jine.se || jine || 213.112.52.246 || {{Table Value No}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| messier.bzfx.net || BZFX/[[User:A Meteorite|A Meteorite]] || 2001:41d0:1:d632::1 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| murder.xf-liam.com || [[User:liamwli|Liam W]] || 2602:ffc5::ffc5:56b6 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  ||  No&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin.bitdonut.co || James Hartig&lt;br /&gt;
|-&lt;br /&gt;
| n.bitcoin-fr.io || [[User:Arthur|Arthur]] || 2001:bc8:c087:2001::1&lt;br /&gt;
&amp;lt;!-- END NODELIST --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Tor nodes ===&lt;br /&gt;
&lt;br /&gt;
This entire list was last checked on 2015-02-22.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Hostname !! Owner !! Status !! Last Seen (GMT) !! Accepts IP transactions&lt;br /&gt;
|-&lt;br /&gt;
| hhiv5pnxenvbf4am.onion || ? || Up || 2015-03-17 || No&lt;br /&gt;
|-&lt;br /&gt;
| bpdlwholl7rnkrkw.onion || kenansulayman || Up || 2015-03-17 || ?&lt;br /&gt;
|-&lt;br /&gt;
| bk5ejfe56xakvtkk.onion || dserrano5 || Up || 2015-03-17 || No&lt;br /&gt;
|-&lt;br /&gt;
| vso3r6cmjoomhhgg.onion || echelon || Down || 2015-03-17 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| e3tn727fywnioxrc.onion || Zedd || Down || 2015-03-17 || No&lt;br /&gt;
|-&lt;br /&gt;
| pqosrh6wfaucet32.onion || bitcoin street || Down || 2015-03-17 || No&lt;br /&gt;
|-&lt;br /&gt;
| r4de4zf4lyniu4mx.onion:8444 || ? || Down || 2015-01-20 || ?&lt;br /&gt;
|-&lt;br /&gt;
| zy3kdqowmrb7xm7h.onion || Tril || Down || 2015-01-20 || No&lt;br /&gt;
|-&lt;br /&gt;
| smith4mfhwcq7x3b.onion || Smithtrader || Down || 2014-11-22 || ?&lt;br /&gt;
|-&lt;br /&gt;
| i2r5tbaizb75h26f.onion || TorDude || Down || 2014-07-24 || No&lt;br /&gt;
|-&lt;br /&gt;
| btcnet3utgzyz2bf.onion || anonymous || Down || 2014-07-24 || Yes &lt;br /&gt;
|-&lt;br /&gt;
| kjy2eqzk4zwi5zd3.onion || sipa || Down || 2014-07-24 || No&lt;br /&gt;
|-&lt;br /&gt;
| tsyvzsqwa2kkf6b2.onion || TorDude || Down || 2014-05-19 || No&lt;br /&gt;
|-&lt;br /&gt;
| igpdszqrbqjhak5z.onion || anonymous || Down || 2014-05-15 || ?&lt;br /&gt;
|-&lt;br /&gt;
| evolynhit7shzeet.onion || Evolyn || Down || 2014-05-15 || Yes &lt;br /&gt;
|-&lt;br /&gt;
| z55v4ostefnwfy32.onion || Tril || Down || 2014-04-09 || No&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin2u5jnjzzz.onion || anonymous || Down || 2014-01-27 || Yes &lt;br /&gt;
|-&lt;br /&gt;
| btc4ulpftizx5b72.onion || TorNode || Down || 2013-05-10 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| yyl3ipdmyjkfypmx.onion || redemerald || Down || 2013-05-10 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| siqdznszjf4e6v5j.onion || Tuxavant || Down || 2013-05-10 || ?&lt;br /&gt;
|-&lt;br /&gt;
| 7hxvg2lvr2ashzli.onion || Tuxavant || Down || 2013-05-10 || ?&lt;br /&gt;
|-&lt;br /&gt;
| x3danbeag2kyx644.onion || redemerald || Down || 2013-01-04 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| 6hgmaxwellgpv2oe.onion || Gmaxwell || Down || 2012-07-01 || No&lt;br /&gt;
|-&lt;br /&gt;
| bitcoinprwwpuinm.onion:8333 || ? || Down || 2012-06-26 || ?&lt;br /&gt;
|-&lt;br /&gt;
| mutqcuh7hwxmhx3k.onion || Xirafe || Down || 2012-06-23 || ?&lt;br /&gt;
|-&lt;br /&gt;
| sjdntqu5roj4q6lo.onion || torservers || Down || 2012-05-19 || ?&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin2bkgm3fke.onion || ? || Down || 2012-05-19 || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Adding a node ==&lt;br /&gt;
&lt;br /&gt;
Before adding yourself as a fallback node, you should be sure your node will stay online for a long time. If a node is offline for more than 24 hours it will be removed from the list.&lt;br /&gt;
&lt;br /&gt;
To add a node in this list, you just need the ip/hostname and your name, the other fields will be filled automatically. Insert the following lines before the &amp;lt;tt&amp;gt;END NODELIST&amp;lt;/tt&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;|-&lt;br /&gt;
| ip || your name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Network|Bitcoin Network]]&lt;br /&gt;
* [http://nodes.bitcoin.st Fallback Nodes] List of longest running Bitcoin Nodes listed by Country.&lt;br /&gt;
* [https://getaddr.bitnodes.io/ Bitnodes project]&lt;br /&gt;
* [https://blockchain.info/connected-nodes Recently connected nodes at blockchain.info]&lt;/div&gt;</summary>
		<author><name>Arthur</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Fallback_Nodes&amp;diff=56747</id>
		<title>Fallback Nodes</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Fallback_Nodes&amp;diff=56747"/>
		<updated>2015-05-31T21:22:40Z</updated>

		<summary type="html">&lt;p&gt;Arthur: Add n.bitcoin-fr.io in node list (my full node)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of nodes which are considered reliable.&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
&lt;br /&gt;
=== Connect to nodes ===&lt;br /&gt;
&lt;br /&gt;
You can connect to these nodes with the &#039;&#039;-addnode=ip&#039;&#039; switch instead of the usual node harvesting process (through IRC or via the embedded nodelist). You can connect to more than one node by using &#039;&#039;-addnode=ip&#039;&#039; more than once. It is usually a good idea to connect to more than one of these nodes.&lt;br /&gt;
&lt;br /&gt;
==== Nodes without a fixed ip ====&lt;br /&gt;
&lt;br /&gt;
If the node IP is not fixed (see &amp;quot;Fixed&amp;quot; column), you will have to resolve the node&#039;s name (first column) each time the IP changes. Some nodes may have their ip change once a day, some others once a month, and some others may stay on the same IP for years. Still, as long as the IP is not fixed, there is no guarantee it will stay the same.&lt;br /&gt;
&lt;br /&gt;
In order to enable hostname lookups for the &#039;&#039;-addnode&#039;&#039; and &#039;&#039;-connect&#039;&#039; parameters, you must additionally provide the &#039;&#039;-dns&#039;&#039; parameter. Example:&lt;br /&gt;
 bitcoind -dns -addnode=bitcoin.es&lt;br /&gt;
&lt;br /&gt;
Versions prior to 0.3.22 do not support hostnames to the &#039;&#039;-addnode&#039;&#039; parameter, so you must do the resolving part for it. For example on linux:&lt;br /&gt;
 bitcoind -addnode=$(dig +short bitcoin.es)&lt;br /&gt;
&lt;br /&gt;
=== IP Transactions ===&lt;br /&gt;
&lt;br /&gt;
[[Bitcoin Core]] versions prior to 0.8.0 also could send [[IP Transactions]] to these nodes. If you included your bitcoin address in the &amp;quot;message&amp;quot; field, you might have had your coins back.&lt;br /&gt;
&lt;br /&gt;
=== Tor network ===&lt;br /&gt;
&lt;br /&gt;
To use Bitcoin-Qt over Tor hidden services, in a terminal/console enter:&lt;br /&gt;
 bitcoin-qt -proxy=127.0.0.1:9050 -onlynet=tor&lt;br /&gt;
&lt;br /&gt;
To use Bitcoin with one specific Tor node, run&lt;br /&gt;
 bitcoin-qt -proxy=127.0.0.1:9050 -connect=abcde.onion&lt;br /&gt;
, where abcde.onion needs to be substituted with one of the [[Fallback_Nodes#Tor_nodes|Tor nodes below]]. These parameters can be added to [[Running_Bitcoin#Bitcoin.conf_Configuration_File|bitcoin.conf]] to make them permanent.&lt;br /&gt;
&lt;br /&gt;
You can find detailed information on running clients and hidden services within Tor in the [https://github.com/bitcoin/bitcoin/blob/master/doc/tor.md documentation].&lt;br /&gt;
&lt;br /&gt;
== Nodes list ==&lt;br /&gt;
&lt;br /&gt;
=== IPv4 Nodes ===&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Hostname !! Owner !! IP !! Fixed !! Status !! Last Seen (GMT) !! Accepts IP transactions&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- BEGIN NODELIST --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| node.bitcoin.xxx || www.BitCoin.xxx || 66.228.49.201 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || 2014-08-28 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin.coinprism.com || [[Coinprism]] || 137.116.225.142 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || 2014-04-26 || Yes&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| btcnode1.evolyn.net || Evolyn || 85.214.251.25 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || 2014-01-26 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| InductiveSoul.US || [[User:Inductivesoul|Inductive Soul]] || 67.186.224.85 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || 2013-11-13 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| archivum.info || Ferraro Ltd.|| 88.198.58.172 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| 62.75.216.13 || exMULTI, Inc. || 62.75.216.13 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| 69.64.34.118 || exMULTI, Inc. || 69.64.34.118 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| 79.160.221.140 || K-Norway || 79.160.221.140 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| netzbasis.de || unknown3 || 81.169.129.25 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| btc.turboadmin.com || osmosis || 98.143.152.14 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| fallback.bitcoin.zhoutong.com || Zhou Tong || 117.121.241.140 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| bauhaus.csail.mit.edu || imsaguy || 128.30.96.44 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| jun.dashjr.org || Luke-Jr || 173.242.112.53 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || &lt;br /&gt;
|-&lt;br /&gt;
| cheaperinbitcoins.com || Xenland/Shane || 184.154.36.82 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| django.webflows.fr || unknown2 || 188.165.213.169 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| 204.9.55.71 || toasty || 204.9.55.71 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| btcnode.novit.ro || ovidiusoft - novit.ro || 93.187.142.114 || {{Table Value No}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| porgressbar.sk || progressbar hackerspace || 91.210.181.21 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| faucet.bitcoin.st || bitcoin street || 64.27.57.225 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin.securepayment.cc || SecurePayment CC || 63.247.147.163 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| x.jine.se || jine || 213.112.48.166 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| www.dcscdn.com || [[User:Danw12|Danw12]] || 199.115.228.181 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| ns2.dcscdn.com || [[User:Danw12|Danw12]] || 199.115.228.182 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| coin.soul-dev.com || Soul-Dev || || || {{Fallback Nodes/Node Up}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| messier.bzfx.net || BZFX/[[User:A Meteorite|A Meteorite]] || 91.121.205.50 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| btcnode1.bitgroup.cc || BitGroup || 198.211.116.191 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| btcnode2.bitgroup.cc || BitGroup || 162.243.120.138 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| btcnode3.bitgroup.cc || BitGroup || 95.85.8.237 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| btcnode.xiro.co || Xiro Labs || 91.121.108.61 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} ||  || No&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin.bitdonut.co || James Hartig&lt;br /&gt;
|-&lt;br /&gt;
| coinno.de  || jaknam&lt;br /&gt;
|-&lt;br /&gt;
| 82.165.44.44 || anonymous&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin1.dassori.me || gdassori&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin2.dassori.me || gdassori&lt;br /&gt;
|-&lt;br /&gt;
| blockchainnode.meulie.net || [[User:Evert|Evert]]&lt;br /&gt;
|-&lt;br /&gt;
| fullnode.fybsg.com || Nagato&lt;br /&gt;
|-&lt;br /&gt;
| n.bitcoin-fr.io || [[User:Arthur|Arthur]]&lt;br /&gt;
&amp;lt;!-- END NODELIST --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== IPv6 Nodes ===&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Hostname !! Owner !! IP !! Fixed !! Status !! Last Seen (GMT) !! Accepts IP transactions&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- BEGIN NODELIST --&amp;gt;&lt;br /&gt;
| InductiveSoul.US || [[User:Inductivesoul|Inductive Soul]] || 2601:7:6680:2ac:4d29:40ff:7513:fcc7 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || 11-13-2013 (MDY) || Yes&lt;br /&gt;
|-&lt;br /&gt;
| caffeinator.net || [[User:Atrophy|Atrophy]] ||  ||  || {{Fallback Nodes/Node Up}} || 2013-05-10 ||&lt;br /&gt;
|-&lt;br /&gt;
| 2001:470:8:2e1::40 || ? || 2001:470:8:2e1::40 || {{Table Value Yes}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| x.jine.se || jine || 213.112.52.246 || {{Table Value No}} || {{Fallback Nodes/Node Down}} ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| messier.bzfx.net || BZFX/[[User:A Meteorite|A Meteorite]] || 2001:41d0:1:d632::1 || {{Table Value Yes}} || {{Fallback Nodes/Node Up}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin.bitdonut.co || James Hartig&lt;br /&gt;
&amp;lt;!-- END NODELIST --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Tor nodes ===&lt;br /&gt;
&lt;br /&gt;
This entire list was last checked on 2015-02-22.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Hostname !! Owner !! Status !! Last Seen (GMT) !! Accepts IP transactions&lt;br /&gt;
|-&lt;br /&gt;
| hhiv5pnxenvbf4am.onion || ? || Up || 2015-03-17 || No&lt;br /&gt;
|-&lt;br /&gt;
| bpdlwholl7rnkrkw.onion || kenansulayman || Up || 2015-03-17 || ?&lt;br /&gt;
|-&lt;br /&gt;
| bk5ejfe56xakvtkk.onion || dserrano5 || Up || 2015-03-17 || No&lt;br /&gt;
|-&lt;br /&gt;
| vso3r6cmjoomhhgg.onion || echelon || Down || 2015-03-17 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| e3tn727fywnioxrc.onion || Zedd || Down || 2015-03-17 || No&lt;br /&gt;
|-&lt;br /&gt;
| pqosrh6wfaucet32.onion || bitcoin street || Down || 2015-03-17 || No&lt;br /&gt;
|-&lt;br /&gt;
| r4de4zf4lyniu4mx.onion:8444 || ? || Down || 2015-01-20 || ?&lt;br /&gt;
|-&lt;br /&gt;
| zy3kdqowmrb7xm7h.onion || Tril || Down || 2015-01-20 || No&lt;br /&gt;
|-&lt;br /&gt;
| smith4mfhwcq7x3b.onion || Smithtrader || Down || 2014-11-22 || ?&lt;br /&gt;
|-&lt;br /&gt;
| i2r5tbaizb75h26f.onion || TorDude || Down || 2014-07-24 || No&lt;br /&gt;
|-&lt;br /&gt;
| btcnet3utgzyz2bf.onion || anonymous || Down || 2014-07-24 || Yes &lt;br /&gt;
|-&lt;br /&gt;
| kjy2eqzk4zwi5zd3.onion || sipa || Down || 2014-07-24 || No&lt;br /&gt;
|-&lt;br /&gt;
| tsyvzsqwa2kkf6b2.onion || TorDude || Down || 2014-05-19 || No&lt;br /&gt;
|-&lt;br /&gt;
| igpdszqrbqjhak5z.onion || anonymous || Down || 2014-05-15 || ?&lt;br /&gt;
|-&lt;br /&gt;
| evolynhit7shzeet.onion || Evolyn || Down || 2014-05-15 || Yes &lt;br /&gt;
|-&lt;br /&gt;
| z55v4ostefnwfy32.onion || Tril || Down || 2014-04-09 || No&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin2u5jnjzzz.onion || anonymous || Down || 2014-01-27 || Yes &lt;br /&gt;
|-&lt;br /&gt;
| btc4ulpftizx5b72.onion || TorNode || Down || 2013-05-10 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| yyl3ipdmyjkfypmx.onion || redemerald || Down || 2013-05-10 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| siqdznszjf4e6v5j.onion || Tuxavant || Down || 2013-05-10 || ?&lt;br /&gt;
|-&lt;br /&gt;
| 7hxvg2lvr2ashzli.onion || Tuxavant || Down || 2013-05-10 || ?&lt;br /&gt;
|-&lt;br /&gt;
| x3danbeag2kyx644.onion || redemerald || Down || 2013-01-04 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| 6hgmaxwellgpv2oe.onion || Gmaxwell || Down || 2012-07-01 || No&lt;br /&gt;
|-&lt;br /&gt;
| bitcoinprwwpuinm.onion:8333 || ? || Down || 2012-06-26 || ?&lt;br /&gt;
|-&lt;br /&gt;
| mutqcuh7hwxmhx3k.onion || Xirafe || Down || 2012-06-23 || ?&lt;br /&gt;
|-&lt;br /&gt;
| sjdntqu5roj4q6lo.onion || torservers || Down || 2012-05-19 || ?&lt;br /&gt;
|-&lt;br /&gt;
| bitcoin2bkgm3fke.onion || ? || Down || 2012-05-19 || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Adding a node ==&lt;br /&gt;
&lt;br /&gt;
Before adding yourself as a fallback node, you should be sure your node will stay online for a long time. If a node is offline for more than 24 hours it will be removed from the list.&lt;br /&gt;
&lt;br /&gt;
To add a node in this list, you just need the ip/hostname and your name, the other fields will be filled automatically. Insert the following lines before the &amp;lt;tt&amp;gt;END NODELIST&amp;lt;/tt&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;|-&lt;br /&gt;
| ip || your name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Network|Bitcoin Network]]&lt;br /&gt;
* [http://nodes.bitcoin.st Fallback Nodes] List of longest running Bitcoin Nodes listed by Country.&lt;br /&gt;
* [https://getaddr.bitnodes.io/ Bitnodes project]&lt;br /&gt;
* [https://blockchain.info/connected-nodes Recently connected nodes at blockchain.info]&lt;/div&gt;</summary>
		<author><name>Arthur</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Testnet&amp;diff=56628</id>
		<title>Testnet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Testnet&amp;diff=56628"/>
		<updated>2015-05-27T16:10:21Z</updated>

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

		<summary type="html">&lt;p&gt;Arthur: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contact information :&lt;br /&gt;
&lt;br /&gt;
*  IRC: bad_duck on #bitcoin-wiki @ Freenode&lt;br /&gt;
*  Bitcointalk: [https://bitcointalk.org/index.php?action=profile;u=85550, kcud_dab]&lt;/div&gt;</summary>
		<author><name>Arthur</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:Arthur&amp;diff=47743</id>
		<title>User:Arthur</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:Arthur&amp;diff=47743"/>
		<updated>2014-05-29T21:52:38Z</updated>

		<summary type="html">&lt;p&gt;Arthur: update irc information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contact information :&lt;br /&gt;
&lt;br /&gt;
*  IRC : bad_duck on #bitcoin-wiki @ Freenode&lt;br /&gt;
*  Bitcointalk : [https://bitcointalk.org/index.php?action=profile;u=85550, kcud_dab]&lt;/div&gt;</summary>
		<author><name>Arthur</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=User:Arthur&amp;diff=47742</id>
		<title>User:Arthur</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=User:Arthur&amp;diff=47742"/>
		<updated>2014-05-29T21:51:53Z</updated>

		<summary type="html">&lt;p&gt;Arthur: Add contact info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contact information :&lt;br /&gt;
&lt;br /&gt;
*  IRC : bad_duck sur [[Bitcoin-fr|#bitcoin-fr]] / Freenode&lt;br /&gt;
*  Bitcointalk : [https://bitcointalk.org/index.php?action=profile;u=85550, kcud_dab]&lt;/div&gt;</summary>
		<author><name>Arthur</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=IRC_channels&amp;diff=47707</id>
		<title>IRC channels</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=IRC_channels&amp;diff=47707"/>
		<updated>2014-05-28T17:08:17Z</updated>

		<summary type="html">&lt;p&gt;Arthur: add link to french wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most of the following Bitcoin-related IRC channels are available on [http://www.freenode.net Freenode]:&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|bc-news}} || RSS News related to Bitcoin.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin}} || General Bitcoin-related discussion ([[Bitcoin_IRC_Channel_Guidelines | guidelines]]).&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-court}} || [[Bitcoin Court]]  Settles disputes between parties.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-dev}} || Bitcoin software development. ([http://bitcoinstats.com/irc/bitcoin-dev/logs/ history]. [[Bitcoin-dev | guidelines]])&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-gaming}} || Bitcoin gamers hangout.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-gentoo}} || Gentoo community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-marketing}} || Marketing and promotion of bitcoin&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-politics}} || Discuss politics with other Bitcoin users.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-pricetalk}} || ALL Discussion Remotely Related to Bitcoin Price goes here&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tweets}} || Automated announce of bitcoin-related tweets.&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-wiki}} || Bitcoin Wiki support&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;
| {{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-otc-uk}} ||United kingdom OTC Trading Marketplace.Founder Angus Bates.&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-dk}} || Danish bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-de}} || German bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-eastcoastusa}} || East Coast USA bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-il}} || Israeli bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-nl}} || Dutch bitcoin community.                                          &lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-pl}} || Polish bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-romania}} || Romanian bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-ve}} || Venezuelan bitcoin community.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|btc.chat}} || Russian bitcoin community.&lt;br /&gt;
&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|avalon}} || Discussion and support specific to [[Avalon]] mining machine&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-mining}} || Discussion and support related to mining.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-fpga}} || Discussion and support specific to FPGA mining.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|btcguild}} || [[BTCGuild]] mining pool community&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|butterflylabs}} || [[Butterfly Labs]] chat&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|cgminer}} || Discussion and support specific to [[CGMiner]].&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|eligius}} || [[Eligius]] mining pool community (also support for [[BFGMiner]] and [[Eloipool]])&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|give-me-coins}} || [[Give Me COINS]] mining pool community&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|mining.bitcoin.cz}} || Slush&#039;s 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|p2pool}}  || [[P2Pool]] decentralized mining pool&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitminter}} || [[BitMinter]] Mining Pool Community&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|kncminer}} || [[KNCMiner]] ASIC Mining Hardware Vendor Discussion&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|triplemining}} || [[TripleMining]] mining pool community&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;
| {{Freenode IRC|bitcoin-assets}} || Discussion of securities and other asset investments. [http://bitcoin-assets.com bitcoin-assets.com].&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-assets-trades}} || Streaming assets market data (only), no chat.&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|bitcoin-markets}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-aud}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-bgn}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-brl}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-cad}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-chf}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-eur}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-gbp}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-hkd}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-inr}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-jpy}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-nzd}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-pln}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-rub}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-sek}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-sgd}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-sll}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-thb}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-usd}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-markets-zar}} || Streaming market data (only), no chat.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-otc|text=[[bitcoin-otc|#bitcoin-otc]]}} || Over-the-counter trading marketplace and discussion. ([http://bitcoinstats.com/irc/bitcoin-otc/logs/ history])&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-escrow}} || Third party escrow agents.&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-otc-ratings|bitcoin-otc-ratings}} || Updates to ratings on the [[#bitcoin-otc]] Web of Trust.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-pit}} || Only over-the-counter trading.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers}} || Bitcoin tickers for all bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-aud}} || Bitcoin tickers for AUD bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-bgn}} || Bitcoin tickers for BGN bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-brl}} || Bitcoin tickers for BRL bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-cad}} || Bitcoin tickers for CAD bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-chf}} || Bitcoin tickers for CHF bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-eur}} || Bitcoin tickers for EUR bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-gbp}} || Bitcoin tickers for GBP bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-hkd}} || Bitcoin tickers for HKD bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-inr}} || Bitcoin tickers for INR bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-jpy}} || Bitcoin tickers for JPY bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-nzd}} || Bitcoin tickers for NZD bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-pln}} || Bitcoin tickers for PLN bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-rub}} || Bitcoin tickers for RUB bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-sek}} || Bitcoin tickers for SEK bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-sgd}} || Bitcoin tickers for SGD bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-sll}} || Bitcoin tickers for SLL bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-thb}} || Bitcoin tickers for THB bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-usd}} || Bitcoin tickers for USD bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-tickers-zar}} || Bitcoin tickers for ZAR bitcoin markets&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-wot|bitcoin-wot}} || Distributed Web of Trust (WoT) system for [[#bitcoin-otc]].&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|btc.chat.traders}} || Russian community discussion about trades/exchanges.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|coinbase}} || [[Coinbase]] 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|mtgox-news}} || Mt. Gox topics from Twitter.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|mtgox-rt}} || Mt. Gox real-time tape (executed trades).&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-rt}} || Real-time tape (executed trades).&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|localbitcoins-chat}} || [[LocalBitcoins.com]] exchange support&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|Coinabul}} || [http://Coinabul.com Coinabul]&#039;s customer support and news channel. Selling gold and silver for Bitcoin.&lt;br /&gt;
|}&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|opentransactions}} || [[Open Transactions]] project.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|namecoin}} || [[Namecoin]] and the [[Dot-bit]] project.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|twister}} || [[Twister]], P2P microblogging discussion.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|darkwallet}} || [[DarkWallet]] and libbitcoin/Obelisk discussion &amp;amp; development channel.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|electrum}} || [[Electrum]], lightweight bitcoin client.&lt;br /&gt;
|-&lt;br /&gt;
| {{Freenode IRC|bitcoin-stackexchange}} || Discussion complementing [http://bitcoin.stackexchange.com Bitcoin StackExchange].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[fr:Canaux IRC]]&lt;br /&gt;
[[pl:Kanały IRC]]&lt;br /&gt;
[[ro:Canale]]&lt;/div&gt;</summary>
		<author><name>Arthur</name></author>
	</entry>
</feed>