<?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=Lclc</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=Lclc"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Lclc"/>
	<updated>2026-05-02T00:01:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=P2Pool&amp;diff=64710</id>
		<title>P2Pool</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=P2Pool&amp;diff=64710"/>
		<updated>2018-01-02T13:06:05Z</updated>

		<summary type="html">&lt;p&gt;Lclc: Remove README text (more up to date version on Github)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox company&lt;br /&gt;
|name=P2Pool&lt;br /&gt;
|trading_name=P2Pool&lt;br /&gt;
|industry=[[Mining pool]]&lt;br /&gt;
|foundation=July 17, 2011&lt;br /&gt;
|hashrate=1.6 Phash/s&lt;br /&gt;
|website= http://p2pool.in&lt;br /&gt;
}}&lt;br /&gt;
[[Image:P2pool_chain.png‎|thumb|350px|right|Visualization of the P2Pool share chain]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P2Pool&#039;&#039;&#039; is a decentralized [[Bitcoin]] [[Bitcoin Pool|mining pool]] that works by creating a peer-to-peer network of miner nodes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;P2Pool creates a new block chain in which the difficulty is adjusted so a new block is found every 30 seconds. The blocks that get into the P2Pool block chain (called the &amp;quot;share chain&amp;quot;) are the same blocks that would get into the Bitcoin block chain, only they have a lower difficulty target. Whenever a peer announces a new share found (new block in the P2Pool block chain), it is received by the other peers, and the other peers verify that this block contains payouts for all the previous miners who found a share (and announced it) that made it into the P2Pool share chain. This continues until some peer finds a block that has a difficulty that meets the Bitcoin network&#039;s difficulty target. This peer announces this block to the Bitcoin network and miners who have submitted shares for this block are paid in the generation transaction, proportionally to how many shares they have found in the last while. - Unknown author&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Decentralized payout pooling solves the problem of centralized mining pools degrading the decentralization of Bitcoin and avoids the risk of hard to detect theft by pool operators.&lt;br /&gt;
&lt;br /&gt;
Miners are configured to connect to a P2Pool node that can be run locally, alongside the miner. P2Pool users must run a full Bitcoin node which serves the purpose of independently validating transactions and the Bitcoin blockchain. P2Pool also supports merged mining and several alternative blockchains.&lt;br /&gt;
&lt;br /&gt;
P2Pool nodes work on a chain of shares similar to Bitcoin&#039;s blockchain. Each node works on a block that includes payouts to the previous shares&#039; owners and the node itself, which can also result in a share if it meets P2Pool&#039;s difficulty.&lt;br /&gt;
&lt;br /&gt;
Because of the importance of strengthening Bitcoin&#039;s decentralization, some Bitcoin supporters donate to P2Pool miners, resulting in average returns above 100% of the expected reward.&lt;br /&gt;
However, it should be noted that there are other pools (such as [[BitPenny]] and [[Eligius]]) which can provide this same level of decentralization.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
P2Pool shares form a &amp;quot;sharechain&amp;quot; with each share referencing the previous share&#039;s hash. Each share contains a standard Bitcoin block header, some P2Pool-specific data that is used to compute the generation transaction (total subsidy, payout script of this share, a nonce, the previous share&#039;s hash, and the current target for shares), and a Merkle branch linking that generation transaction to the block header&#039;s Merkle hash.&lt;br /&gt;
&lt;br /&gt;
The chain continuously regulates its target to keep generation around one share every thirty seconds, just as Bitcoin regulates it to generate one block every ten minutes.&lt;br /&gt;
This means that finding shares becomes more difficult (resulting in higher variance) the more people mine on P2Pool, though large miners have the option to raise their difficulty, and so reduce the impact of their mining on P2Pool&#039;s minimum difficulty.&lt;br /&gt;
&lt;br /&gt;
Unlike Bitcoin, nodes do not know the entire chain - instead they only hold the last 8640 shares (the last 3 day&#039;s worth). In order to prevent an attacker from working on a chain in secret and then releasing it, overriding the existing chain, chains are judged by how much work they have since a point in the past. To ascertain that the work has been done since that point, nodes look at the Bitcoin blocks that the shares reference, establishing a provable timestamp. (If a share points to a block, it was definitely made after that block was made.)&lt;br /&gt;
&lt;br /&gt;
=== Payout logic ===&lt;br /&gt;
&lt;br /&gt;
Each share contains a generation transaction that pays to the previous &#039;&#039;n&#039;&#039; shares, where &#039;&#039;n&#039;&#039; is the number of shares whose total work is equal to 3 times the average work required to solve a block, or 8640 (= 24 hours of shares), whichever is smaller. Payouts are weighted based on the amount of work each share took to solve, which is proportional to the p2pool difficulty at that time.&lt;br /&gt;
&lt;br /&gt;
The block reward (currently 12.5BTC) and the transaction fees are combined and apportioned according to these rules:&lt;br /&gt;
&lt;br /&gt;
A subsidy of 0.5% is sent to the node that solved the block in order to discourage not sharing solutions that qualify as a block. (A miner with the aim to harm others could withhold the block, thereby preventing anybody from getting paid. He can NOT redirect the payout to himself.) The remaining 99.5% is distributed evenly to miners based on work done recently.&lt;br /&gt;
&lt;br /&gt;
In the event that a share qualifies as a block, this generation transaction is exposed to the Bitcoin network and takes effect, transferring each node its payout.&lt;br /&gt;
&lt;br /&gt;
=== Stales ===&lt;br /&gt;
&lt;br /&gt;
On P2Pool stales refer to shares which can&#039;t make it into the sharechain.  Because the sharechain is 20 times faster than the Bitcoin chain many stales are common and expected. However, because the payout is [[Comparison_of_mining_pools|PPLNS]] only your stale rate relative to other nodes is relevant; the absolute rate is not.&lt;br /&gt;
&lt;br /&gt;
There are two reported kinds of stales in P2Pool: &amp;quot;DEAD ON ARRIVAL&amp;quot; shares and orphan shares. Dead shares were too old by the time they arrived at your local P2Pool. Very high dead rates can indicate miner misconfiguration. Orphan shares are shares which were not extended by the rest of the P2Pool network, because some other miner&#039;s share was accepted first. Very high orphan rates may indicate network connectivity problems. &lt;br /&gt;
&lt;br /&gt;
The P2Pool console output shows your relative stale rate compared to other P2Pool miners in the &#039;Own efficiency&#039; column:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2012-01-07 20:57:51.797420 Pool stales: 13% Own: 13±2% Own efficiency: 100±2%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you first start P2Pool claimed efficiency will be low and the error bounds on this estimate will be large, but as it runs the numbers will converge to their correct values.&lt;br /&gt;
&lt;br /&gt;
If your efficiency is unusually low, make sure your network connection isn&#039;t overloaded, that your miners support long polling and are not set to work for excessive amounts of time, and that your bitcoind has multiple connections.&lt;br /&gt;
&lt;br /&gt;
== Joining the pool ==&lt;br /&gt;
&lt;br /&gt;
Follow these steps to join the pool:&lt;br /&gt;
&lt;br /&gt;
* Run Bitcoin with the RPC interface enabled: edit bitcoin.conf to include:&lt;br /&gt;
 rpcuser=USER&lt;br /&gt;
 rpcpassword=LONG_RANDOM_SECRET_VALUE&lt;br /&gt;
 server=1&lt;br /&gt;
**&#039;&#039;&#039;Replace LONG_RANDOM_SECRET_VALUE with something long and random like the output of smashing your keyboard for a bit like fju4M78yAj3ds39pak92raK&#039;&#039;&#039;. You don&#039;t need to be able to remember it. If your RPC port becomes exposed to the internet a thief could steal your bitcoin if they could guess it, or use a brute force attack in order to find it.&lt;br /&gt;
** Bitcoin 0.8.5 or later is required&lt;br /&gt;
** It&#039;s important that your Bitcoin client be fully synchronized before starting. It&#039;s also better if you have the Bitcoin port forwarded&lt;br /&gt;
* Download p2pool:&lt;br /&gt;
** Windows binary: See http://forum.bitcoin.org/index.php?topic=18313.0&lt;br /&gt;
** Source download: https://github.com/forrestv/p2pool/tags&lt;br /&gt;
** git: git clone git://github.com/forrestv/p2pool.git&lt;br /&gt;
* Run p2pool: (See below for additional options.)&lt;br /&gt;
** Windows py2exe: run_p2pool.exe&lt;br /&gt;
** Source: python run_p2pool.py&lt;br /&gt;
* Run a miner daemon with long polling connecting to 127.0.0.1 (or the IP of the host running p2pool if it isn&#039;t on the same computer as the miner) on port 9332 with any username and password&lt;br /&gt;
** bfgminer -O u:p -o http://127.0.0.1:9332/ --submit-stale&lt;br /&gt;
* Subscribe to the [https://groups.google.com/forum/#!forum/p2pool-notifications P2Pool notifications] mailing list for urgent pool status updates&lt;br /&gt;
&lt;br /&gt;
Dependencies if running from source:&lt;br /&gt;
* Python 2.6 or higher (but not 3.x)&lt;br /&gt;
* python-argparse&lt;br /&gt;
* Twisted (Ubuntu package python-twisted)&lt;br /&gt;
&lt;br /&gt;
=== Frequently Asked Questions ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; &amp;quot;Why does my miner report so many longpoll events when mining on p2pool? - P4Man&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; &amp;quot;Once every ~30 seconds is normal. That is how often p2pool shares are generated (as opposed to ~10 min for bitcoin blocks) - cabin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; &amp;quot;Do the &#039;orphan&#039; and &#039;dead&#039; shares in P2Pool&#039;s status display hurt me?&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; They shouldn&#039;t - It&#039;s normal for some fraction of everyone&#039;s shares to end up orphaned or dead. Because payouts are calculated by counting how many shares you have relative to others, everyone with normal configurations is equally &amp;quot;hurt&amp;quot; by this. However, if you have a large proportion of stales, your payout will be hurt. You can see how well you&#039;re doing by looking at P2Pool&#039;s &amp;quot;Efficiency&amp;quot; (ex: &#039;&#039;Efficiency: ~110.6% (40-111%)&#039;&#039;). If 100% doesn&#039;t lie within the [http://en.wikipedia.org/wiki/Confidence_interval confidence interval] at the end, something is probably wrong (with 95% confidence).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; &amp;quot;What do I do if my efficiency is low?&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Make sure the computers you&#039;re running P2Pool and the miner on have enough memory and CPU time. If you have a lot of dead shares or the &amp;quot;Local dead on arrival&amp;quot; number is higher than a few percent, that means that something is wrong with your miner. Check to make sure that it is one of the working versions in the &#039;&#039;Miners&#039;&#039; section on this page. Lower the intensity or raise the FPS of your miner. If you have a lot of orphan shares, something is wrong with P2Pool&#039;s P2P connection. Decrease the load on your internet connection or enable QoS (Quality of Service) on your router.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What is PPLNS?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Pay-Per-Last-N-Shares is a payout method that is completely resistant to pool hoppers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why am I not getting very many shares?!&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; The P2Pool difficulty is hundreds of times higher than on other pools. It can take time to get a share. P2Pool displays an estimate of how long you have to wait in the console output.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why does my miner say it has found a lot of shares but p2pool say I have only found a few?!&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; The real P2Pool difficulty is hundreds of times higher than on normal pools, but p2pool essentially lies to your miner and tells it to work on relatively easy shares so that it submits shares every few seconds instead of every few hours.  P2Pool then ignores any submitted shares that don&#039;t match the real share difficulty.  By doing this, P2Pool can more accurately report your local hash rate and you can see if you are having problems with too many stale shares quickly&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why am I getting so many rejects?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; You&#039;re using an incompatible miner. See the miners section here, increase your FPS on the miner, decrease the intensity, upgrade your miner, or try a different miner.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What stops the pool operator or the block finder from stealing a block?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; A block solution is only worth anything because its hash matches Bitcoin&#039;s target. Altering anything within the block will change its hash and make it worthless. If you are concerned about the pool operator stealing a block, you should try to inspect the source code of each new version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why does it say &amp;quot;Generated?&amp;quot; I want to spend my coins now!&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; P2Pool includes payouts in generation transactions, which must mature (taking 120 blocks or 20 hours) before they can be spent. The reason for this is that a block could be orphaned, which would make its payout invalid and could reverse transactions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Do I get paid transaction fees?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Yes. They are split among P2Pool miners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What are these payments I&#039;m getting that aren&#039;t generated?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; These are subsidies that people who support the idea of P2Pool send to miners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Cool Subsidies sound like an awesome idea! How do I send some BTC to these awesome miners?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; See end of this page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Do I really need the WHOLE blockchain?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Yes. Your node needs to be able to independently make decisions about what transactions to mine.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; How do merged mining payments work?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Merged mining is handled entirely by namecoind, so you&#039;re solo mining and payouts will go into namecoind&#039;s wallet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Miners ===&lt;br /&gt;
&lt;br /&gt;
This is all for the latest p2pool version, as it includes several new workarounds. &lt;br /&gt;
&lt;br /&gt;
With all miners, using a HIGH FPS target (100?) or a LOW intensity (8 for bfgminer?) helps a lot with reducing stales.&lt;br /&gt;
&lt;br /&gt;
* bfgminer, cgminer, and ufasoft work perfectly without any extra options.&lt;br /&gt;
* DiabloMiner works fine after commit 3b731b9.&lt;br /&gt;
* Phoenix works fine after commit a658ef2.&lt;br /&gt;
* Poclbm works fine after commit 5e994e7.&lt;br /&gt;
&lt;br /&gt;
P2Pool uses higher difficulty shares than most centralized pools, so you&#039;ll see fewer shares reported. This is normal and doesn&#039;t reduce your payments.  It&#039;s also normal to see longpoll messages once per every ten seconds on average.&lt;br /&gt;
&lt;br /&gt;
====Tips to configure bfgminer to reduce stale/doa:====&lt;br /&gt;
* &amp;quot;gpu-threads&amp;quot; : &amp;quot;1&amp;quot;, (2 by default)&lt;br /&gt;
* &amp;quot;queue&amp;quot; : &amp;quot;0&amp;quot;, (1 by default)&lt;br /&gt;
&lt;br /&gt;
Because of fast longpooling in p2pool it is better not NOT fetch work ahead.&lt;br /&gt;
&lt;br /&gt;
On non-dedicated machines intensity=3 allows normal usage of PC, set it to 7 or more to get full hashrate.&lt;br /&gt;
&lt;br /&gt;
On most cards best is diablo and phatk kernel, looks like poclbm kernel have unstable rate.&lt;br /&gt;
&lt;br /&gt;
=== Useful features ===&lt;br /&gt;
&lt;br /&gt;
* If upgrading P2Pool or changing its configuration, you can start another instance of P2Pool in parallel with the first. It will start normally, but realize that the worker and P2P listening ports are busy and keep trying to bind to them in the background. Thus, you can do almost-completely-seamless upgrades of P2Pool.&lt;br /&gt;
* If you run multiple P2Pool nodes or have trusted friends that run P2Pool, you can use &#039;&#039;-n&#039;&#039; to establish a constant extra P2P connection to them.&lt;br /&gt;
* You can make P2Pool use a configuration file by running run_p2pool.py @FILENAME, with FILENAME being the path to a file containing the command-line arguments (newlines are ignored) Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
--net bitcoin&lt;br /&gt;
-n 1.2.3.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Setting the username of your miner connecting to P2Pool to a Bitcoin address will make it mine to that address instead of the one requested from bitcoind or set by -a&lt;br /&gt;
* Appending &amp;quot;/1000&amp;quot; to a miner&#039;s username will increase the difficulty of producing a P2Pool share to at most 1000. This is useful to large miners because doing this can make it easier for small miners while minimally impacting the large miners themselves. See [https://bitcointalk.org/index.php?topic=18313.msg816322#msg816322 recommended values].&lt;br /&gt;
** Appending &amp;quot;+1&amp;quot; (for example) after that will make P2Pool always give your miners work with a difficulty of 1&lt;br /&gt;
&lt;br /&gt;
=== Web interface ===&lt;br /&gt;
&lt;br /&gt;
Lots of data and useful tools are available at http://127.0.0.1:9332/something:&lt;br /&gt;
* /static/ - Lots of information from shares to graphs to payouts.&lt;br /&gt;
* /rate&lt;br /&gt;
* /users&lt;br /&gt;
* /fee&lt;br /&gt;
* /current_payouts&lt;br /&gt;
* /patron_sendmany - Gives sendmany outputs for fair donations to P2Pool&lt;br /&gt;
* /global_stats&lt;br /&gt;
* /local_stats&lt;br /&gt;
* /peer_addresses&lt;br /&gt;
* /payout_addr&lt;br /&gt;
* /recent_blocks&lt;br /&gt;
* /uptime&lt;br /&gt;
* /web/log - Some different stats collected over the last day&lt;br /&gt;
&lt;br /&gt;
=== Option Reference ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
usage: run_p2pool.py [-h] [--version] [--net {bitcoin,litecoin}] [--testnet]&lt;br /&gt;
                     [--debug] [-a ADDRESS] [--datadir DATADIR]&lt;br /&gt;
                     [--logfile LOGFILE] [--merged MERGED_URLS]&lt;br /&gt;
                     [--give-author DONATION_PERCENTAGE] [--iocp]&lt;br /&gt;
                     [--irc-announce] [--no-bugreport] [--p2pool-port PORT]&lt;br /&gt;
                     [-n ADDR[:PORT]] [--disable-upnp] [--max-conns CONNS]&lt;br /&gt;
                     [-w PORT or ADDR:PORT] [-f FEE_PERCENTAGE]&lt;br /&gt;
                     [--bitcoind-address BITCOIND_ADDRESS]&lt;br /&gt;
                     [--bitcoind-rpc-port BITCOIND_RPC_PORT]&lt;br /&gt;
                     [--bitcoind-p2p-port BITCOIND_P2P_PORT]&lt;br /&gt;
                     [BITCOIND_RPCUSERPASS [BITCOIND_RPCUSERPASS ...]]&lt;br /&gt;
&lt;br /&gt;
p2pool (version 0.11.1-8-ged9359d)&lt;br /&gt;
&lt;br /&gt;
optional arguments:&lt;br /&gt;
  -h, --help            show this help message and exit&lt;br /&gt;
  --version             show program&#039;s version number and exit&lt;br /&gt;
  --net {bitcoin,litecoin}&lt;br /&gt;
                        use specified network (default: bitcoin)&lt;br /&gt;
  --testnet             use the network&#039;s testnet&lt;br /&gt;
  --debug               enable debugging mode&lt;br /&gt;
  -a ADDRESS, --address ADDRESS&lt;br /&gt;
                        generate payouts to this address (default: &amp;lt;address&lt;br /&gt;
                        requested from bitcoind&amp;gt;)&lt;br /&gt;
  --datadir DATADIR     store data in this directory (default: &amp;lt;directory&lt;br /&gt;
                        run_p2pool.py is in&amp;gt;/data)&lt;br /&gt;
  --logfile LOGFILE     log to this file (default: data/&amp;lt;NET&amp;gt;/log)&lt;br /&gt;
  --merged MERGED_URLS  call getauxblock on this url to get work for merged&lt;br /&gt;
                        mining (example:&lt;br /&gt;
                        http://ncuser:ncpass@127.0.0.1:10332/)&lt;br /&gt;
  --give-author DONATION_PERCENTAGE&lt;br /&gt;
                        donate this percentage of work towards the development&lt;br /&gt;
                        of p2pool (default: 0.5)&lt;br /&gt;
  --iocp                use Windows IOCP API in order to avoid errors due to&lt;br /&gt;
                        large number of sockets being open&lt;br /&gt;
  --irc-announce        announce any blocks found on&lt;br /&gt;
                        irc://irc.freenode.net/#p2pool&lt;br /&gt;
  --no-bugreport        disable submitting caught exceptions to the author&lt;br /&gt;
  --disable-upnp        don&#039;t attempt to use UPnP to forward p2pool&#039;s P2P port&lt;br /&gt;
                        from the Internet to this computer&lt;br /&gt;
&lt;br /&gt;
p2pool interface:&lt;br /&gt;
  --p2pool-port PORT    use port PORT to listen for connections (forward this&lt;br /&gt;
                        port from your router!) (default: bitcoin:9333,&lt;br /&gt;
                        litecoin:9338)&lt;br /&gt;
  -n ADDR[:PORT], --p2pool-node ADDR[:PORT]&lt;br /&gt;
                        connect to existing p2pool node at ADDR listening on&lt;br /&gt;
                        port PORT (defaults to default p2pool P2P port) in&lt;br /&gt;
                        addition to builtin addresses&lt;br /&gt;
  --max-conns CONNS     maximum incoming connections (default: 40)&lt;br /&gt;
&lt;br /&gt;
worker interface:&lt;br /&gt;
  -w PORT or ADDR:PORT, --worker-port PORT or ADDR:PORT&lt;br /&gt;
                        listen on PORT on interface with ADDR for RPC&lt;br /&gt;
                        connections from miners (default: all interfaces,&lt;br /&gt;
                        bitcoin:9332, litecoin:9327)&lt;br /&gt;
  -f FEE_PERCENTAGE, --fee FEE_PERCENTAGE&lt;br /&gt;
                        charge workers mining to their own bitcoin address (by&lt;br /&gt;
                        setting their miner&#039;s username to a bitcoin address)&lt;br /&gt;
                        this percentage fee to mine on your p2pool instance.&lt;br /&gt;
                        Amount displayed at http://127.0.0.1:WORKER_PORT/fee&lt;br /&gt;
                        (default: 0)&lt;br /&gt;
&lt;br /&gt;
bitcoind interface:&lt;br /&gt;
  --bitcoind-address BITCOIND_ADDRESS&lt;br /&gt;
                        connect to this address (default: 127.0.0.1)&lt;br /&gt;
  --bitcoind-rpc-port BITCOIND_RPC_PORT&lt;br /&gt;
                        connect to JSON-RPC interface at this port (default:&lt;br /&gt;
                        bitcoin:8332, litecoin:9332 &amp;lt;read from bitcoin.conf if&lt;br /&gt;
                        password not provided&amp;gt;)&lt;br /&gt;
  --bitcoind-p2p-port BITCOIND_P2P_PORT&lt;br /&gt;
                        connect to P2P interface at this port (default:&lt;br /&gt;
                        bitcoin:8333, litecoin:9333 &amp;lt;read from bitcoin.conf if&lt;br /&gt;
                        password not provided&amp;gt;)&lt;br /&gt;
  BITCOIND_RPCUSERPASS  bitcoind RPC interface username, then password, space-&lt;br /&gt;
                        separated (only one being provided will cause the&lt;br /&gt;
                        username to default to being empty, and none will&lt;br /&gt;
                        cause P2Pool to read them from bitcoin.conf)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Interoperability table ==&lt;br /&gt;
P2pool works fine with most hardware. This lists some of the hardware confirmed to work and any special configuration required.&lt;br /&gt;
&lt;br /&gt;
* ASICminer blade 10GH/s (Requires adding +1 to username or proxy)&lt;br /&gt;
* Avalon 110nm 60-110 GH/s (All batches)&lt;br /&gt;
* Avalon based 55nm 200 GH/s (specific makers?)&lt;br /&gt;
* Avalon prototype 55nm 120GH/s (~ 20 exist)&lt;br /&gt;
* Icarus FPGA&lt;br /&gt;
* Bitfury strikes back H-card and M-card ([https://bitcointalk.org/index.php?topic=18313.msg4424081#msg4424081 instructions])&lt;br /&gt;
* Bitmain Antminer S1 180GH/s ([https://github.com/AntMiner/AntGen1/tree/master/firmware Requires 20131226 firmware.])&lt;br /&gt;
* Bitmain Antminer S3 440GH/s&lt;br /&gt;
* BFL SC Jalapeno, SC Single 30, 50, &amp;amp; 60 GH/s&lt;br /&gt;
* Spondoolies Tech SP 10&lt;br /&gt;
* Spondoolies Tech SP 30&lt;br /&gt;
&lt;br /&gt;
(Various GPU and most FPGAs other than BFL single FPGAs work fine too)&lt;br /&gt;
&lt;br /&gt;
This is a list of hardware with known issues that should not be used on p2pool.&lt;br /&gt;
&lt;br /&gt;
* Cointerra Terraminer IV (10-20% hash rate loss when mining on p2pool)&lt;br /&gt;
* Btimain Antminer S2 (10-20% hash rate loss when mining on p2pool, the S1 &amp;amp; S3 both work well on p2pool)&lt;br /&gt;
&lt;br /&gt;
== Protocol description ==&lt;br /&gt;
&lt;br /&gt;
P2Pool&#039;s protocol mirrors Bitcoin&#039;s P2P protocol in many ways. It uses the same framing (prefix, command, length, checksum, payload) and similar commands:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;version&#039;&#039;&#039; - sent to establish a connection - contains (&#039;&#039;version&#039;&#039;, &#039;&#039;services&#039;&#039;, &#039;&#039;addr_to&#039;&#039;, &#039;&#039;addr_from&#039;&#039;, &#039;&#039;nonce&#039;&#039;, &#039;&#039;sub_version&#039;&#039;, &#039;&#039;mode&#039;&#039;, &#039;&#039;best_share_hash&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;setmode&#039;&#039;&#039; - sent to update the &#039;&#039;mode&#039;&#039; sent in the &#039;&#039;&#039;version&#039;&#039;&#039; message - contains (&#039;&#039;mode&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;ping&#039;&#039;&#039; - sent to keep connection alive - contains ()&lt;br /&gt;
* &#039;&#039;&#039;addrme&#039;&#039;&#039; - request that the receiving node send out an addr for the sending node - contains (&#039;&#039;port&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;addrs&#039;&#039;&#039; - broadcast list of nodes&#039; addresses - contains (&#039;&#039;addrs&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;getaddrs&#039;&#039;&#039; - request that the receiving node send &#039;&#039;count&#039;&#039; addrs - contains (&#039;&#039;count&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;getshares&#039;&#039;&#039; - request that the receiving node send the shares referenced by &#039;&#039;hashes&#039;&#039; and &#039;&#039;parents&#039;&#039; of their parents, stopping at any share referenced by &#039;&#039;stops&#039;&#039; - contains (&#039;&#039;hashes&#039;&#039;, &#039;&#039;parents&#039;&#039;, &#039;&#039;stops&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;shares&#039;&#039;&#039; - broadcast message of the contents of shares - contains (&#039;&#039;shares&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
This project was announced on June 17, 2011 by Forrest Voight&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=18313.0 p2pool: Decentralized, DoS-resistant, Hop-Proof - Now active on mainnet!]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The pool began testing against mainnet in mid-July, 2011.  The pool was reviewed on a [[Bitcoin Miner]] post on July 26, 2011&amp;lt;ref&amp;gt;[http://www.bitcoinminer.com/post/8101660461 P2Pool Decentralized Pool Nearly Ready For Prime-Time]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The software author&#039;s address for donations can be found in the signature section of his [http://forum.bitcoin.org/index.php?action=profile;u=6447 forum profile].&lt;br /&gt;
&lt;br /&gt;
==Donating to P2Pool miners==&lt;br /&gt;
In order to encourage people to mine to P2Pool you can donate to the recent miners in proportion using a sendmany:&lt;br /&gt;
&lt;br /&gt;
For example, a bash script to donate 10 btc is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/src/bitcoin/src/bitcoind sendmany &amp;quot;&amp;quot; &amp;quot;$(GET http://127.0.0.1:9332/patron_sendmany/10)&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can replace &amp;quot;&amp;quot; with &amp;quot;accountname&amp;quot; if you want to pay from some specific bitcoind account, and you need to replace 127.0.0.1 with the address of your P2Pool node if you&#039;re not running one locally.&lt;br /&gt;
&lt;br /&gt;
Note that the amount you donate will be allocated to recent miners in proportion to the amount of work they&#039;ve done in the last 24 hours or so, but all the miner whose shares of the donated amount are less than 0.01 BTC will have their shares combined into a single amount which is awarded to one of them at random, with the chance of winning this &#039;lottery&#039; weighted by the miner&#039;s recent amount of work done.  You can change this 0.01 BTC threshold like this, for example, which says to pay 10 BTC, but to share it amongst more miners that the default, cutting off at 0.001 BTC instead of at 0.01 BTC.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/src/bitcoin/src/bitcoind sendmany &amp;quot;&amp;quot; &amp;quot;$(GET http://127.0.0.1:9332/patron_sendmany/10/0.001)&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you decide to donate you should announce it on the forums so that your donations provide the most incentive possible.&lt;br /&gt;
&lt;br /&gt;
==Sponsors==&lt;br /&gt;
&lt;br /&gt;
Thanks to:&lt;br /&gt;
&lt;br /&gt;
* The [https://bitcoinfoundation.org/ Bitcoin Foundation] for its generous support of P2Pool&lt;br /&gt;
* The [https://litecoin.org/ Litecoin Project] for its generous donations to P2Pool&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Comparison of mining pools]]&lt;br /&gt;
* [[Pooled Mining]]&lt;br /&gt;
* [[P2Pool code documentation]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://forum.bitcoin.org/index.php?topic=18313.0 P2Pool forum]&lt;br /&gt;
* [https://github.com/forrestv/p2pool p2pool] project on GitHub&lt;br /&gt;
* {{Freenode IRC|p2pool}} discussion and support&lt;br /&gt;
* [http://minefast.coincadence.com/p2pool-stats.php P2Pool Global Stats] stats page&lt;br /&gt;
* Up-to-date P2Pool mining stats: [http://minefast.coincadence.com/p2pool-stats.php Minefast.CoinCadence.com P2Pool stats]&lt;br /&gt;
* [http://poolnode.info poolnode.info] Public list of P2Pool BTC/LTC nodes.&lt;br /&gt;
* [https://www.bitcoinmining.com/bitcoin-mining-pools/ Bitcoin Mining Pools]&lt;br /&gt;
* [http://whatisp2pool.com whatisp2pool.com] An easy introduction to mining and P2Pool.&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=18313 Bitcointalk thread]&lt;br /&gt;
* [http://organofcorti.blogspot.com/2012/11/52-p2pool-achieving-expectations.html?m=1 Statistical analysis of P2Pool from Neighborhood Pool Watch]&lt;br /&gt;
* [http://chimera.labs.oreilly.com/books/1234000001802/ch08.html#mining_pools P2Pool section] of &amp;lt;i&amp;gt;[[Mastering Bitcoin]]&amp;lt;/i&amp;gt; by [[Wikipedia:Andreas Antonopoulos|Andreas M. Antonopoulos]]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=153232.0 A guide for mining efficiently on P2Pool, includes FUD repellent and FAQ]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Pool Operators]]&lt;br /&gt;
{{Pools}}&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=P2Pool&amp;diff=64709</id>
		<title>P2Pool</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=P2Pool&amp;diff=64709"/>
		<updated>2018-01-02T12:10:09Z</updated>

		<summary type="html">&lt;p&gt;Lclc: Fix Bitcointalk URL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox company&lt;br /&gt;
|name=P2Pool&lt;br /&gt;
|trading_name=P2Pool&lt;br /&gt;
|industry=[[Mining pool]]&lt;br /&gt;
|foundation=July 17, 2011&lt;br /&gt;
|hashrate=1.6 Phash/s&lt;br /&gt;
|website= http://p2pool.in&lt;br /&gt;
}}&lt;br /&gt;
[[Image:P2pool_chain.png‎|thumb|350px|right|Visualization of the P2Pool share chain]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P2Pool&#039;&#039;&#039; is a decentralized [[Bitcoin]] [[Bitcoin Pool|mining pool]] that works by creating a peer-to-peer network of miner nodes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;P2Pool creates a new block chain in which the difficulty is adjusted so a new block is found every 30 seconds. The blocks that get into the P2Pool block chain (called the &amp;quot;share chain&amp;quot;) are the same blocks that would get into the Bitcoin block chain, only they have a lower difficulty target. Whenever a peer announces a new share found (new block in the P2Pool block chain), it is received by the other peers, and the other peers verify that this block contains payouts for all the previous miners who found a share (and announced it) that made it into the P2Pool share chain. This continues until some peer finds a block that has a difficulty that meets the Bitcoin network&#039;s difficulty target. This peer announces this block to the Bitcoin network and miners who have submitted shares for this block are paid in the generation transaction, proportionally to how many shares they have found in the last while. - Unknown author&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Decentralized payout pooling solves the problem of centralized mining pools degrading the decentralization of Bitcoin and avoids the risk of hard to detect theft by pool operators.&lt;br /&gt;
&lt;br /&gt;
Miners are configured to connect to a P2Pool node that can be run locally, alongside the miner. P2Pool users must run a full Bitcoin node which serves the purpose of independently validating transactions and the Bitcoin blockchain. P2Pool also supports merged mining and several alternative blockchains.&lt;br /&gt;
&lt;br /&gt;
P2Pool nodes work on a chain of shares similar to Bitcoin&#039;s blockchain. Each node works on a block that includes payouts to the previous shares&#039; owners and the node itself, which can also result in a share if it meets P2Pool&#039;s difficulty.&lt;br /&gt;
&lt;br /&gt;
Because of the importance of strengthening Bitcoin&#039;s decentralization, some Bitcoin supporters donate to P2Pool miners, resulting in average returns above 100% of the expected reward.&lt;br /&gt;
However, it should be noted that there are other pools (such as [[BitPenny]] and [[Eligius]]) which can provide this same level of decentralization.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
P2Pool shares form a &amp;quot;sharechain&amp;quot; with each share referencing the previous share&#039;s hash. Each share contains a standard Bitcoin block header, some P2Pool-specific data that is used to compute the generation transaction (total subsidy, payout script of this share, a nonce, the previous share&#039;s hash, and the current target for shares), and a Merkle branch linking that generation transaction to the block header&#039;s Merkle hash.&lt;br /&gt;
&lt;br /&gt;
The chain continuously regulates its target to keep generation around one share every thirty seconds, just as Bitcoin regulates it to generate one block every ten minutes.&lt;br /&gt;
This means that finding shares becomes more difficult (resulting in higher variance) the more people mine on P2Pool, though large miners have the option to raise their difficulty, and so reduce the impact of their mining on P2Pool&#039;s minimum difficulty.&lt;br /&gt;
&lt;br /&gt;
Unlike Bitcoin, nodes do not know the entire chain - instead they only hold the last 8640 shares (the last 3 day&#039;s worth). In order to prevent an attacker from working on a chain in secret and then releasing it, overriding the existing chain, chains are judged by how much work they have since a point in the past. To ascertain that the work has been done since that point, nodes look at the Bitcoin blocks that the shares reference, establishing a provable timestamp. (If a share points to a block, it was definitely made after that block was made.)&lt;br /&gt;
&lt;br /&gt;
=== Payout logic ===&lt;br /&gt;
&lt;br /&gt;
Each share contains a generation transaction that pays to the previous &#039;&#039;n&#039;&#039; shares, where &#039;&#039;n&#039;&#039; is the number of shares whose total work is equal to 3 times the average work required to solve a block, or 8640 (= 24 hours of shares), whichever is smaller. Payouts are weighted based on the amount of work each share took to solve, which is proportional to the p2pool difficulty at that time.&lt;br /&gt;
&lt;br /&gt;
The block reward (currently 12.5BTC) and the transaction fees are combined and apportioned according to these rules:&lt;br /&gt;
&lt;br /&gt;
A subsidy of 0.5% is sent to the node that solved the block in order to discourage not sharing solutions that qualify as a block. (A miner with the aim to harm others could withhold the block, thereby preventing anybody from getting paid. He can NOT redirect the payout to himself.) The remaining 99.5% is distributed evenly to miners based on work done recently.&lt;br /&gt;
&lt;br /&gt;
In the event that a share qualifies as a block, this generation transaction is exposed to the Bitcoin network and takes effect, transferring each node its payout.&lt;br /&gt;
&lt;br /&gt;
=== Stales ===&lt;br /&gt;
&lt;br /&gt;
On P2Pool stales refer to shares which can&#039;t make it into the sharechain.  Because the sharechain is 20 times faster than the Bitcoin chain many stales are common and expected. However, because the payout is [[Comparison_of_mining_pools|PPLNS]] only your stale rate relative to other nodes is relevant; the absolute rate is not.&lt;br /&gt;
&lt;br /&gt;
There are two reported kinds of stales in P2Pool: &amp;quot;DEAD ON ARRIVAL&amp;quot; shares and orphan shares. Dead shares were too old by the time they arrived at your local P2Pool. Very high dead rates can indicate miner misconfiguration. Orphan shares are shares which were not extended by the rest of the P2Pool network, because some other miner&#039;s share was accepted first. Very high orphan rates may indicate network connectivity problems. &lt;br /&gt;
&lt;br /&gt;
The P2Pool console output shows your relative stale rate compared to other P2Pool miners in the &#039;Own efficiency&#039; column:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2012-01-07 20:57:51.797420 Pool stales: 13% Own: 13±2% Own efficiency: 100±2%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you first start P2Pool claimed efficiency will be low and the error bounds on this estimate will be large, but as it runs the numbers will converge to their correct values.&lt;br /&gt;
&lt;br /&gt;
If your efficiency is unusually low, make sure your network connection isn&#039;t overloaded, that your miners support long polling and are not set to work for excessive amounts of time, and that your bitcoind has multiple connections.&lt;br /&gt;
&lt;br /&gt;
== Joining the pool ==&lt;br /&gt;
&lt;br /&gt;
Follow these steps to join the pool:&lt;br /&gt;
&lt;br /&gt;
* Run Bitcoin with the RPC interface enabled: edit bitcoin.conf to include:&lt;br /&gt;
 rpcuser=USER&lt;br /&gt;
 rpcpassword=LONG_RANDOM_SECRET_VALUE&lt;br /&gt;
 server=1&lt;br /&gt;
**&#039;&#039;&#039;Replace LONG_RANDOM_SECRET_VALUE with something long and random like the output of smashing your keyboard for a bit like fju4M78yAj3ds39pak92raK&#039;&#039;&#039;. You don&#039;t need to be able to remember it. If your RPC port becomes exposed to the internet a thief could steal your bitcoin if they could guess it, or use a brute force attack in order to find it.&lt;br /&gt;
** Bitcoin 0.8.5 or later is required&lt;br /&gt;
** It&#039;s important that your Bitcoin client be fully synchronized before starting. It&#039;s also better if you have the Bitcoin port forwarded&lt;br /&gt;
* Download p2pool:&lt;br /&gt;
** Windows binary: See http://forum.bitcoin.org/index.php?topic=18313.0&lt;br /&gt;
** Source download: https://github.com/forrestv/p2pool/tags&lt;br /&gt;
** git: git clone git://github.com/forrestv/p2pool.git&lt;br /&gt;
* Run p2pool: (See below for additional options.)&lt;br /&gt;
** Windows py2exe: run_p2pool.exe&lt;br /&gt;
** Source: python run_p2pool.py&lt;br /&gt;
* Run a miner daemon with long polling connecting to 127.0.0.1 (or the IP of the host running p2pool if it isn&#039;t on the same computer as the miner) on port 9332 with any username and password&lt;br /&gt;
** bfgminer -O u:p -o http://127.0.0.1:9332/ --submit-stale&lt;br /&gt;
* Subscribe to the [https://groups.google.com/forum/#!forum/p2pool-notifications P2Pool notifications] mailing list for urgent pool status updates&lt;br /&gt;
&lt;br /&gt;
Dependencies if running from source:&lt;br /&gt;
* Python 2.6 or higher (but not 3.x)&lt;br /&gt;
* python-argparse&lt;br /&gt;
* Twisted (Ubuntu package python-twisted)&lt;br /&gt;
&lt;br /&gt;
=== Frequently Asked Questions ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; &amp;quot;Why does my miner report so many longpoll events when mining on p2pool? - P4Man&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; &amp;quot;Once every ~30 seconds is normal. That is how often p2pool shares are generated (as opposed to ~10 min for bitcoin blocks) - cabin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; &amp;quot;Do the &#039;orphan&#039; and &#039;dead&#039; shares in P2Pool&#039;s status display hurt me?&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; They shouldn&#039;t - It&#039;s normal for some fraction of everyone&#039;s shares to end up orphaned or dead. Because payouts are calculated by counting how many shares you have relative to others, everyone with normal configurations is equally &amp;quot;hurt&amp;quot; by this. However, if you have a large proportion of stales, your payout will be hurt. You can see how well you&#039;re doing by looking at P2Pool&#039;s &amp;quot;Efficiency&amp;quot; (ex: &#039;&#039;Efficiency: ~110.6% (40-111%)&#039;&#039;). If 100% doesn&#039;t lie within the [http://en.wikipedia.org/wiki/Confidence_interval confidence interval] at the end, something is probably wrong (with 95% confidence).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; &amp;quot;What do I do if my efficiency is low?&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Make sure the computers you&#039;re running P2Pool and the miner on have enough memory and CPU time. If you have a lot of dead shares or the &amp;quot;Local dead on arrival&amp;quot; number is higher than a few percent, that means that something is wrong with your miner. Check to make sure that it is one of the working versions in the &#039;&#039;Miners&#039;&#039; section on this page. Lower the intensity or raise the FPS of your miner. If you have a lot of orphan shares, something is wrong with P2Pool&#039;s P2P connection. Decrease the load on your internet connection or enable QoS (Quality of Service) on your router.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What is PPLNS?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Pay-Per-Last-N-Shares is a payout method that is completely resistant to pool hoppers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why am I not getting very many shares?!&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; The P2Pool difficulty is hundreds of times higher than on other pools. It can take time to get a share. P2Pool displays an estimate of how long you have to wait in the console output.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why does my miner say it has found a lot of shares but p2pool say I have only found a few?!&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; The real P2Pool difficulty is hundreds of times higher than on normal pools, but p2pool essentially lies to your miner and tells it to work on relatively easy shares so that it submits shares every few seconds instead of every few hours.  P2Pool then ignores any submitted shares that don&#039;t match the real share difficulty.  By doing this, P2Pool can more accurately report your local hash rate and you can see if you are having problems with too many stale shares quickly&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why am I getting so many rejects?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; You&#039;re using an incompatible miner. See the miners section here, increase your FPS on the miner, decrease the intensity, upgrade your miner, or try a different miner.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What stops the pool operator or the block finder from stealing a block?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; A block solution is only worth anything because its hash matches Bitcoin&#039;s target. Altering anything within the block will change its hash and make it worthless. If you are concerned about the pool operator stealing a block, you should try to inspect the source code of each new version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why does it say &amp;quot;Generated?&amp;quot; I want to spend my coins now!&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; P2Pool includes payouts in generation transactions, which must mature (taking 120 blocks or 20 hours) before they can be spent. The reason for this is that a block could be orphaned, which would make its payout invalid and could reverse transactions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Do I get paid transaction fees?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Yes. They are split among P2Pool miners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What are these payments I&#039;m getting that aren&#039;t generated?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; These are subsidies that people who support the idea of P2Pool send to miners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Cool Subsidies sound like an awesome idea! How do I send some BTC to these awesome miners?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; See end of this page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Do I really need the WHOLE blockchain?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Yes. Your node needs to be able to independently make decisions about what transactions to mine.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; How do merged mining payments work?&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Merged mining is handled entirely by namecoind, so you&#039;re solo mining and payouts will go into namecoind&#039;s wallet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Miners ===&lt;br /&gt;
&lt;br /&gt;
This is all for the latest p2pool version, as it includes several new workarounds. &lt;br /&gt;
&lt;br /&gt;
With all miners, using a HIGH FPS target (100?) or a LOW intensity (8 for bfgminer?) helps a lot with reducing stales.&lt;br /&gt;
&lt;br /&gt;
* bfgminer, cgminer, and ufasoft work perfectly without any extra options.&lt;br /&gt;
* DiabloMiner works fine after commit 3b731b9.&lt;br /&gt;
* Phoenix works fine after commit a658ef2.&lt;br /&gt;
* Poclbm works fine after commit 5e994e7.&lt;br /&gt;
&lt;br /&gt;
P2Pool uses higher difficulty shares than most centralized pools, so you&#039;ll see fewer shares reported. This is normal and doesn&#039;t reduce your payments.  It&#039;s also normal to see longpoll messages once per every ten seconds on average.&lt;br /&gt;
&lt;br /&gt;
====Tips to configure bfgminer to reduce stale/doa:====&lt;br /&gt;
* &amp;quot;gpu-threads&amp;quot; : &amp;quot;1&amp;quot;, (2 by default)&lt;br /&gt;
* &amp;quot;queue&amp;quot; : &amp;quot;0&amp;quot;, (1 by default)&lt;br /&gt;
&lt;br /&gt;
Because of fast longpooling in p2pool it is better not NOT fetch work ahead.&lt;br /&gt;
&lt;br /&gt;
On non-dedicated machines intensity=3 allows normal usage of PC, set it to 7 or more to get full hashrate.&lt;br /&gt;
&lt;br /&gt;
On most cards best is diablo and phatk kernel, looks like poclbm kernel have unstable rate.&lt;br /&gt;
&lt;br /&gt;
=== Useful features ===&lt;br /&gt;
&lt;br /&gt;
* If upgrading P2Pool or changing its configuration, you can start another instance of P2Pool in parallel with the first. It will start normally, but realize that the worker and P2P listening ports are busy and keep trying to bind to them in the background. Thus, you can do almost-completely-seamless upgrades of P2Pool.&lt;br /&gt;
* If you run multiple P2Pool nodes or have trusted friends that run P2Pool, you can use &#039;&#039;-n&#039;&#039; to establish a constant extra P2P connection to them.&lt;br /&gt;
* You can make P2Pool use a configuration file by running run_p2pool.py @FILENAME, with FILENAME being the path to a file containing the command-line arguments (newlines are ignored) Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
--net bitcoin&lt;br /&gt;
-n 1.2.3.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Setting the username of your miner connecting to P2Pool to a Bitcoin address will make it mine to that address instead of the one requested from bitcoind or set by -a&lt;br /&gt;
* Appending &amp;quot;/1000&amp;quot; to a miner&#039;s username will increase the difficulty of producing a P2Pool share to at most 1000. This is useful to large miners because doing this can make it easier for small miners while minimally impacting the large miners themselves. See [https://bitcointalk.org/index.php?topic=18313.msg816322#msg816322 recommended values].&lt;br /&gt;
** Appending &amp;quot;+1&amp;quot; (for example) after that will make P2Pool always give your miners work with a difficulty of 1&lt;br /&gt;
&lt;br /&gt;
=== Web interface ===&lt;br /&gt;
&lt;br /&gt;
Lots of data and useful tools are available at http://127.0.0.1:9332/something:&lt;br /&gt;
* /static/ - Lots of information from shares to graphs to payouts.&lt;br /&gt;
* /rate&lt;br /&gt;
* /users&lt;br /&gt;
* /fee&lt;br /&gt;
* /current_payouts&lt;br /&gt;
* /patron_sendmany - Gives sendmany outputs for fair donations to P2Pool&lt;br /&gt;
* /global_stats&lt;br /&gt;
* /local_stats&lt;br /&gt;
* /peer_addresses&lt;br /&gt;
* /payout_addr&lt;br /&gt;
* /recent_blocks&lt;br /&gt;
* /uptime&lt;br /&gt;
* /web/log - Some different stats collected over the last day&lt;br /&gt;
&lt;br /&gt;
=== Included README ===&lt;br /&gt;
&amp;lt;pre&amp;gt;Requirements:&lt;br /&gt;
    Generic:&lt;br /&gt;
        Bitcoin &amp;gt;=0.6.0rc4 or Bitcoin &amp;gt;=0.5.4 (for BIP16 support) or Litecoin&lt;br /&gt;
        Python&lt;br /&gt;
        Twisted&lt;br /&gt;
        python-argparse (for Python &amp;lt;=2.6)&lt;br /&gt;
    &lt;br /&gt;
    Linux:&lt;br /&gt;
        sudo apt-get install python-zope.interface python-twisted python-twisted-web&lt;br /&gt;
        sudo apt-get install python-argparse # if on Python 2.6 or older&lt;br /&gt;
    &lt;br /&gt;
    Windows:&lt;br /&gt;
        Install Python 2.7: http://www.python.org/getit/&lt;br /&gt;
        Install Twisted: http://twistedmatrix.com/trac/wiki/Downloads&lt;br /&gt;
        Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0&lt;br /&gt;
            Unzip the files into C:\Python27\Lib\site-packages&lt;br /&gt;
&lt;br /&gt;
Running P2Pool:&lt;br /&gt;
    To use P2Pool, you must be running your own local bitcoind. For standard&lt;br /&gt;
    configurations, using P2Pool should be as simple as:&lt;br /&gt;
&lt;br /&gt;
        python run_p2pool.py&lt;br /&gt;
&lt;br /&gt;
    Then run your miner program, connecting to 127.0.0.1 on port 9332 with any&lt;br /&gt;
    username and password.&lt;br /&gt;
&lt;br /&gt;
    If you are behind a NAT, you should enable TCP port forwarding on your&lt;br /&gt;
    router. Forward port 9333 to the host running P2Pool.&lt;br /&gt;
&lt;br /&gt;
    Run &amp;quot;python run_p2pool.py --help&amp;quot; for additional options.&lt;br /&gt;
&lt;br /&gt;
Notes for Litecoin:&lt;br /&gt;
    Requirements:&lt;br /&gt;
        In order to run P2Pool with the Litecoin network, you would need to build and install the&lt;br /&gt;
        ltc_scrypt module that includes the scrypt proof of work code that Litecoin uses for hashes.&lt;br /&gt;
&lt;br /&gt;
        Linux:&lt;br /&gt;
            cd litecoin_scrypt&lt;br /&gt;
            sudo python setup.py install&lt;br /&gt;
&lt;br /&gt;
        Windows:&lt;br /&gt;
            Install MinGW: http://www.mingw.org/wiki/Getting_Started&lt;br /&gt;
            Install Python 2.7: http://www.python.org/getit/&lt;br /&gt;
&lt;br /&gt;
            cd litecoin_scrypt&lt;br /&gt;
            C:\Python27\python.exe setup.py build --compile=mingw32 install&lt;br /&gt;
&lt;br /&gt;
            If you run into an error with unrecognized command line option &#039;-mno-cygwin&#039;, see this:&lt;br /&gt;
                http://stackoverflow.com/questions/6034390/compiling-with-cython-and-mingw-produces-gcc-error-unrecognized-command-line-o&lt;br /&gt;
    &lt;br /&gt;
    Running P2Pool:&lt;br /&gt;
        Run P2Pool with the &amp;quot;--net litecoin&amp;quot; option.&lt;br /&gt;
        Run your miner program, connecting to 127.0.0.1 on port 9327.&lt;br /&gt;
        Forward port 9338 to the host running P2Pool.&lt;br /&gt;
        &lt;br /&gt;
        Litecoin&#039;s use of ports 9332 and 9332 conflicts with P2Pool running on&lt;br /&gt;
        the Bitcoin network. To avoid problems, add these lines to litecoin.conf&lt;br /&gt;
        and restart litecoind:&lt;br /&gt;
            rpcport=10332&lt;br /&gt;
            port=10333&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Option Reference ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
usage: run_p2pool.py [-h] [--version] [--net {bitcoin,litecoin}] [--testnet]&lt;br /&gt;
                     [--debug] [-a ADDRESS] [--datadir DATADIR]&lt;br /&gt;
                     [--logfile LOGFILE] [--merged MERGED_URLS]&lt;br /&gt;
                     [--give-author DONATION_PERCENTAGE] [--iocp]&lt;br /&gt;
                     [--irc-announce] [--no-bugreport] [--p2pool-port PORT]&lt;br /&gt;
                     [-n ADDR[:PORT]] [--disable-upnp] [--max-conns CONNS]&lt;br /&gt;
                     [-w PORT or ADDR:PORT] [-f FEE_PERCENTAGE]&lt;br /&gt;
                     [--bitcoind-address BITCOIND_ADDRESS]&lt;br /&gt;
                     [--bitcoind-rpc-port BITCOIND_RPC_PORT]&lt;br /&gt;
                     [--bitcoind-p2p-port BITCOIND_P2P_PORT]&lt;br /&gt;
                     [BITCOIND_RPCUSERPASS [BITCOIND_RPCUSERPASS ...]]&lt;br /&gt;
&lt;br /&gt;
p2pool (version 0.11.1-8-ged9359d)&lt;br /&gt;
&lt;br /&gt;
optional arguments:&lt;br /&gt;
  -h, --help            show this help message and exit&lt;br /&gt;
  --version             show program&#039;s version number and exit&lt;br /&gt;
  --net {bitcoin,litecoin}&lt;br /&gt;
                        use specified network (default: bitcoin)&lt;br /&gt;
  --testnet             use the network&#039;s testnet&lt;br /&gt;
  --debug               enable debugging mode&lt;br /&gt;
  -a ADDRESS, --address ADDRESS&lt;br /&gt;
                        generate payouts to this address (default: &amp;lt;address&lt;br /&gt;
                        requested from bitcoind&amp;gt;)&lt;br /&gt;
  --datadir DATADIR     store data in this directory (default: &amp;lt;directory&lt;br /&gt;
                        run_p2pool.py is in&amp;gt;/data)&lt;br /&gt;
  --logfile LOGFILE     log to this file (default: data/&amp;lt;NET&amp;gt;/log)&lt;br /&gt;
  --merged MERGED_URLS  call getauxblock on this url to get work for merged&lt;br /&gt;
                        mining (example:&lt;br /&gt;
                        http://ncuser:ncpass@127.0.0.1:10332/)&lt;br /&gt;
  --give-author DONATION_PERCENTAGE&lt;br /&gt;
                        donate this percentage of work towards the development&lt;br /&gt;
                        of p2pool (default: 0.5)&lt;br /&gt;
  --iocp                use Windows IOCP API in order to avoid errors due to&lt;br /&gt;
                        large number of sockets being open&lt;br /&gt;
  --irc-announce        announce any blocks found on&lt;br /&gt;
                        irc://irc.freenode.net/#p2pool&lt;br /&gt;
  --no-bugreport        disable submitting caught exceptions to the author&lt;br /&gt;
  --disable-upnp        don&#039;t attempt to use UPnP to forward p2pool&#039;s P2P port&lt;br /&gt;
                        from the Internet to this computer&lt;br /&gt;
&lt;br /&gt;
p2pool interface:&lt;br /&gt;
  --p2pool-port PORT    use port PORT to listen for connections (forward this&lt;br /&gt;
                        port from your router!) (default: bitcoin:9333,&lt;br /&gt;
                        litecoin:9338)&lt;br /&gt;
  -n ADDR[:PORT], --p2pool-node ADDR[:PORT]&lt;br /&gt;
                        connect to existing p2pool node at ADDR listening on&lt;br /&gt;
                        port PORT (defaults to default p2pool P2P port) in&lt;br /&gt;
                        addition to builtin addresses&lt;br /&gt;
  --max-conns CONNS     maximum incoming connections (default: 40)&lt;br /&gt;
&lt;br /&gt;
worker interface:&lt;br /&gt;
  -w PORT or ADDR:PORT, --worker-port PORT or ADDR:PORT&lt;br /&gt;
                        listen on PORT on interface with ADDR for RPC&lt;br /&gt;
                        connections from miners (default: all interfaces,&lt;br /&gt;
                        bitcoin:9332, litecoin:9327)&lt;br /&gt;
  -f FEE_PERCENTAGE, --fee FEE_PERCENTAGE&lt;br /&gt;
                        charge workers mining to their own bitcoin address (by&lt;br /&gt;
                        setting their miner&#039;s username to a bitcoin address)&lt;br /&gt;
                        this percentage fee to mine on your p2pool instance.&lt;br /&gt;
                        Amount displayed at http://127.0.0.1:WORKER_PORT/fee&lt;br /&gt;
                        (default: 0)&lt;br /&gt;
&lt;br /&gt;
bitcoind interface:&lt;br /&gt;
  --bitcoind-address BITCOIND_ADDRESS&lt;br /&gt;
                        connect to this address (default: 127.0.0.1)&lt;br /&gt;
  --bitcoind-rpc-port BITCOIND_RPC_PORT&lt;br /&gt;
                        connect to JSON-RPC interface at this port (default:&lt;br /&gt;
                        bitcoin:8332, litecoin:9332 &amp;lt;read from bitcoin.conf if&lt;br /&gt;
                        password not provided&amp;gt;)&lt;br /&gt;
  --bitcoind-p2p-port BITCOIND_P2P_PORT&lt;br /&gt;
                        connect to P2P interface at this port (default:&lt;br /&gt;
                        bitcoin:8333, litecoin:9333 &amp;lt;read from bitcoin.conf if&lt;br /&gt;
                        password not provided&amp;gt;)&lt;br /&gt;
  BITCOIND_RPCUSERPASS  bitcoind RPC interface username, then password, space-&lt;br /&gt;
                        separated (only one being provided will cause the&lt;br /&gt;
                        username to default to being empty, and none will&lt;br /&gt;
                        cause P2Pool to read them from bitcoin.conf)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Interoperability table ==&lt;br /&gt;
P2pool works fine with most hardware. This lists some of the hardware confirmed to work and any special configuration required.&lt;br /&gt;
&lt;br /&gt;
* ASICminer blade 10GH/s (Requires adding +1 to username or proxy)&lt;br /&gt;
* Avalon 110nm 60-110 GH/s (All batches)&lt;br /&gt;
* Avalon based 55nm 200 GH/s (specific makers?)&lt;br /&gt;
* Avalon prototype 55nm 120GH/s (~ 20 exist)&lt;br /&gt;
* Icarus FPGA&lt;br /&gt;
* Bitfury strikes back H-card and M-card ([https://bitcointalk.org/index.php?topic=18313.msg4424081#msg4424081 instructions])&lt;br /&gt;
* Bitmain Antminer S1 180GH/s ([https://github.com/AntMiner/AntGen1/tree/master/firmware Requires 20131226 firmware.])&lt;br /&gt;
* Bitmain Antminer S3 440GH/s&lt;br /&gt;
* BFL SC Jalapeno, SC Single 30, 50, &amp;amp; 60 GH/s&lt;br /&gt;
* Spondoolies Tech SP 10&lt;br /&gt;
* Spondoolies Tech SP 30&lt;br /&gt;
&lt;br /&gt;
(Various GPU and most FPGAs other than BFL single FPGAs work fine too)&lt;br /&gt;
&lt;br /&gt;
This is a list of hardware with known issues that should not be used on p2pool.&lt;br /&gt;
&lt;br /&gt;
* Cointerra Terraminer IV (10-20% hash rate loss when mining on p2pool)&lt;br /&gt;
* Btimain Antminer S2 (10-20% hash rate loss when mining on p2pool, the S1 &amp;amp; S3 both work well on p2pool)&lt;br /&gt;
&lt;br /&gt;
== Protocol description ==&lt;br /&gt;
&lt;br /&gt;
P2Pool&#039;s protocol mirrors Bitcoin&#039;s P2P protocol in many ways. It uses the same framing (prefix, command, length, checksum, payload) and similar commands:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;version&#039;&#039;&#039; - sent to establish a connection - contains (&#039;&#039;version&#039;&#039;, &#039;&#039;services&#039;&#039;, &#039;&#039;addr_to&#039;&#039;, &#039;&#039;addr_from&#039;&#039;, &#039;&#039;nonce&#039;&#039;, &#039;&#039;sub_version&#039;&#039;, &#039;&#039;mode&#039;&#039;, &#039;&#039;best_share_hash&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;setmode&#039;&#039;&#039; - sent to update the &#039;&#039;mode&#039;&#039; sent in the &#039;&#039;&#039;version&#039;&#039;&#039; message - contains (&#039;&#039;mode&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;ping&#039;&#039;&#039; - sent to keep connection alive - contains ()&lt;br /&gt;
* &#039;&#039;&#039;addrme&#039;&#039;&#039; - request that the receiving node send out an addr for the sending node - contains (&#039;&#039;port&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;addrs&#039;&#039;&#039; - broadcast list of nodes&#039; addresses - contains (&#039;&#039;addrs&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;getaddrs&#039;&#039;&#039; - request that the receiving node send &#039;&#039;count&#039;&#039; addrs - contains (&#039;&#039;count&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;getshares&#039;&#039;&#039; - request that the receiving node send the shares referenced by &#039;&#039;hashes&#039;&#039; and &#039;&#039;parents&#039;&#039; of their parents, stopping at any share referenced by &#039;&#039;stops&#039;&#039; - contains (&#039;&#039;hashes&#039;&#039;, &#039;&#039;parents&#039;&#039;, &#039;&#039;stops&#039;&#039;)&lt;br /&gt;
* &#039;&#039;&#039;shares&#039;&#039;&#039; - broadcast message of the contents of shares - contains (&#039;&#039;shares&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
This project was announced on June 17, 2011 by Forrest Voight&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=18313.0 p2pool: Decentralized, DoS-resistant, Hop-Proof - Now active on mainnet!]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The pool began testing against mainnet in mid-July, 2011.  The pool was reviewed on a [[Bitcoin Miner]] post on July 26, 2011&amp;lt;ref&amp;gt;[http://www.bitcoinminer.com/post/8101660461 P2Pool Decentralized Pool Nearly Ready For Prime-Time]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The software author&#039;s address for donations can be found in the signature section of his [http://forum.bitcoin.org/index.php?action=profile;u=6447 forum profile].&lt;br /&gt;
&lt;br /&gt;
==Donating to P2Pool miners==&lt;br /&gt;
In order to encourage people to mine to P2Pool you can donate to the recent miners in proportion using a sendmany:&lt;br /&gt;
&lt;br /&gt;
For example, a bash script to donate 10 btc is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/src/bitcoin/src/bitcoind sendmany &amp;quot;&amp;quot; &amp;quot;$(GET http://127.0.0.1:9332/patron_sendmany/10)&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can replace &amp;quot;&amp;quot; with &amp;quot;accountname&amp;quot; if you want to pay from some specific bitcoind account, and you need to replace 127.0.0.1 with the address of your P2Pool node if you&#039;re not running one locally.&lt;br /&gt;
&lt;br /&gt;
Note that the amount you donate will be allocated to recent miners in proportion to the amount of work they&#039;ve done in the last 24 hours or so, but all the miner whose shares of the donated amount are less than 0.01 BTC will have their shares combined into a single amount which is awarded to one of them at random, with the chance of winning this &#039;lottery&#039; weighted by the miner&#039;s recent amount of work done.  You can change this 0.01 BTC threshold like this, for example, which says to pay 10 BTC, but to share it amongst more miners that the default, cutting off at 0.001 BTC instead of at 0.01 BTC.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/src/bitcoin/src/bitcoind sendmany &amp;quot;&amp;quot; &amp;quot;$(GET http://127.0.0.1:9332/patron_sendmany/10/0.001)&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you decide to donate you should announce it on the forums so that your donations provide the most incentive possible.&lt;br /&gt;
&lt;br /&gt;
==Sponsors==&lt;br /&gt;
&lt;br /&gt;
Thanks to:&lt;br /&gt;
&lt;br /&gt;
* The [https://bitcoinfoundation.org/ Bitcoin Foundation] for its generous support of P2Pool&lt;br /&gt;
* The [https://litecoin.org/ Litecoin Project] for its generous donations to P2Pool&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Comparison of mining pools]]&lt;br /&gt;
* [[Pooled Mining]]&lt;br /&gt;
* [[P2Pool code documentation]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://forum.bitcoin.org/index.php?topic=18313.0 P2Pool forum]&lt;br /&gt;
* [https://github.com/forrestv/p2pool p2pool] project on GitHub&lt;br /&gt;
* {{Freenode IRC|p2pool}} discussion and support&lt;br /&gt;
* [http://minefast.coincadence.com/p2pool-stats.php P2Pool Global Stats] stats page&lt;br /&gt;
* Up-to-date P2Pool mining stats: [http://minefast.coincadence.com/p2pool-stats.php Minefast.CoinCadence.com P2Pool stats]&lt;br /&gt;
* [http://poolnode.info poolnode.info] Public list of P2Pool BTC/LTC nodes.&lt;br /&gt;
* [https://www.bitcoinmining.com/bitcoin-mining-pools/ Bitcoin Mining Pools]&lt;br /&gt;
* [http://whatisp2pool.com whatisp2pool.com] An easy introduction to mining and P2Pool.&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=18313 Bitcointalk thread]&lt;br /&gt;
* [http://organofcorti.blogspot.com/2012/11/52-p2pool-achieving-expectations.html?m=1 Statistical analysis of P2Pool from Neighborhood Pool Watch]&lt;br /&gt;
* [http://chimera.labs.oreilly.com/books/1234000001802/ch08.html#mining_pools P2Pool section] of &amp;lt;i&amp;gt;[[Mastering Bitcoin]]&amp;lt;/i&amp;gt; by [[Wikipedia:Andreas Antonopoulos|Andreas M. Antonopoulos]]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=153232.0 A guide for mining efficiently on P2Pool, includes FUD repellent and FAQ]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Pool Operators]]&lt;br /&gt;
{{Pools}}&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Segwit_support&amp;diff=63637</id>
		<title>Segwit support</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Segwit_support&amp;diff=63637"/>
		<updated>2017-07-13T07:16:58Z</updated>

		<summary type="html">&lt;p&gt;Lclc: Undo revision 63636 by Sandakersmann (talk) Not a Bitcoin Dev&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;PLEASE NOTE:&#039;&#039;&#039; This list is not yet complete.&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Developers/businesses: Please add a row for yourself in the applicable table to reflect your positions. If for some reason you don&#039;t already have a wiki account that can edit the page, make an account and ask luke-jr for help if you get caught in the anti-spam.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{No}} || doesn&#039;t support (but might or might not go along with it with sufficient community support)&lt;br /&gt;
|-&lt;br /&gt;
| {{Deficient}} || okay with the idea, but considers it to have insufficient community support&lt;br /&gt;
|-&lt;br /&gt;
| {{Evaluating}} || still evaluating the idea&lt;br /&gt;
|-&lt;br /&gt;
| {{AccJuly}} || it is a workable solution, provided it is activated before August 1 (and therefore BIP148-compatible)&lt;br /&gt;
|-&lt;br /&gt;
| {{Wanting}} || positively likes the idea, but considers it to have insufficient community support&lt;br /&gt;
|-&lt;br /&gt;
| {{Weak}} || better than nothing at all&lt;br /&gt;
|-&lt;br /&gt;
| {{Acceptable}} || it is a workable solution&lt;br /&gt;
|-&lt;br /&gt;
| {{Prefer}} || it is what he would choose if it was only up to him and no outside influences&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Developers==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- README: please keep alphabetically ordered by surname! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note that support for a given proposal does not mean developers support merging it into Core or any other specific codebase.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! rowspan=2 | Developer&lt;br /&gt;
! rowspan=2 | Aff* &amp;lt;!-- Using one year before the the creation date of this page as the benchmark. Do not list yourself as affiliated with a project that you haven&#039;t made meaningful contributions to since then.  --&amp;gt;&lt;br /&gt;
! Segwit itself&lt;br /&gt;
! colspan=3 | Deployment methods&lt;br /&gt;
! colspan=2 | Hardfork bundles (Silbert agreement)&lt;br /&gt;
|-&lt;br /&gt;
! [https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki BIP 141] !! [https://github.com/bitcoin/bips/blob/master/bip-0148.mediawiki BIP 148] !! [https://github.com/bitcoin/bips/blob/master/bip-0149.mediawiki BIP 149] !! [https://github.com/bitcoin/bips/blob/master/bip-0091.mediawiki BIP 91] || Segwit2x || [https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-May/014445.html COOP]&lt;br /&gt;
|-&lt;br /&gt;
| Karl-Johan Alm || Core || {{Prefer}} || {{Prefer}} || {{Acceptable}} || {{Acceptable}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Bryan Bishop || || {{Prefer}} || {{Wanting}} || {{Acceptable}} || {{Weak}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| ฿tcDrak || Core || {{Prefer}} || {{Acceptable}} || {{Acceptable}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Chow || Core || {{Prefer}} || {{Prefer}} || {{Acceptable}} || {{Weak}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Wang Chun || [[F2Pool]] || {{Prefer}} || {{Acceptable}} || {{Acceptable}} || {{Acceptable}} || {{AccJuly}} ||&lt;br /&gt;
|-&lt;br /&gt;
| Matt Corallo || Core || {{Prefer}} || {{No}} || || {{Acceptable}} || {{No|LOL}} ||&lt;br /&gt;
|-&lt;br /&gt;
| Johnathan Corgan || Core || {{Prefer}} || {{Prefer}} || {{Acceptable}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Luke Dashjr || Core || {{Prefer}} || {{Prefer}} || {{No}} || {{AccJuly}} || {{No}} || {{Deficient}}&lt;br /&gt;
|-&lt;br /&gt;
| Christian Decker || c-lightning || {{Prefer}} || {{Acceptable}} ||  ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| Nicolas Dorier || Core || {{Prefer}} || {{Deficient}} || {{Acceptable}} || {{AccJuly}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Thaddeus Dryja || lit || {{Prefer}} || {{No}} || {{Acceptable}} || {{Acceptable}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--      | Marco Falke || Core || {{Prefer}} || {{Deficient}} || {{Prefer}} || {{Deficient}} || Obvious no || Obvious no&lt;br /&gt;
|-      --&amp;gt;&lt;br /&gt;
| Mark Friedenbach || BIP 68/112 || {{Prefer}} || {{Prefer}} || {{No}} || {{AccJuly}} || {{No|LOL}} || {{No|Nope}}&lt;br /&gt;
|-&lt;br /&gt;
| Pavel Janik || Core || {{Prefer}} || {{No}} || {{Acceptable}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Thomas Kerin || Core || {{Prefer}} || {{Wanting}} || {{Prefer}} || {{Weak}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Johnson Lau || Core || {{Prefer}} || {{Wanting}} || {{Acceptable}} || {{Acceptable}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Eric Lombrozo || || {{Prefer}} || {{Acceptable}} || {{Weak}} || {{AccJuly}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Greg Maxwell || Core || {{Prefer}} || {{Deficient}} || {{Acceptable}} || {{Weak}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Alex Morcos || Core || {{Prefer}} || {{Deficient}} || {{Acceptable}} || {{Weak}} || {{No}} ||&lt;br /&gt;
|-&lt;br /&gt;
| nopara73 || TumbleBit || {{Weak}} || {{Wanting}} || {{Prefer}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Laolu &amp;quot;roasbeef&amp;quot; Osuntokun || lnd || {{Prefer}} || || || || {{No}} ||&lt;br /&gt;
|-&lt;br /&gt;
| Jeremy Rubin || Core || {{Prefer}} || {{Deficient}} || {{No}} || {{AccJuly}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Pavol &amp;quot;stick&amp;quot; Rusnak || [[TREZOR]] || {{Prefer}} || {{Wanting}} || {{Acceptable}} || {{AccJuly}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Rusty Russell || c-lightning || {{Prefer}} || {{Prefer}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Gregory Sanders || Core || {{Prefer}} || {{Wanting}} || {{Acceptable}} || {{Weak}} || {{No}} ||&lt;br /&gt;
|-&lt;br /&gt;
| Jonas Schnelli || Core || {{Prefer}} || {{Wanting}} || {{Acceptable}} || {{Acceptable}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Patrick Strateman || Core || {{Prefer}} ||  ||  ||  || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Paul Sztorc ||  || {{Prefer}} || {{Deficient}} || {{Wanting}} || {{AccJuly}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Amir Taaki || libbtc || {{Acceptable}} || {{Prefer}} ||  ||  || {{No}} || {{No}} &lt;br /&gt;
|-&lt;br /&gt;
| Jorge Timon || Core || {{Prefer}} || {{No}} || {{Prefer}} || {{Deficient}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Peter Todd ||  || {{Prefer}} || {{Deficient}} || {{Wanting}} || {{AccJuly}} || {{No|LOL}} ||&lt;br /&gt;
|-&lt;br /&gt;
| Warren Togami || Elements || {{Prefer}} || {{Prefer}} || {{Acceptable}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Wladimir van der Laan || Core || {{Prefer}} || {{Prefer}} || {{Acceptable}} || {{Acceptable}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Thomas Voegtlin || Electrum || {{Prefer}} || {{Prefer}} || {{Acceptable}} || {{Acceptable}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Leo Wandersleb || Mycelium || {{Prefer}} || {{Prefer}} || {{Acceptable}} || {{Weak}} || {{No}} || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Pieter Wuille || Core || {{Prefer}} || || || || {{No}} ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;affiliation&amp;quot; is an optional field for the company or project the individual is associated with, that most qualifies the person to comment on the matter and is not meant as a company or project endorsement of the individual&#039;s position.&lt;br /&gt;
&lt;br /&gt;
==Businesses==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When adding companies below, sources for each position MUST be provided.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! rowspan=2 | Company &lt;br /&gt;
! rowspan=2 | Service&lt;br /&gt;
! Segwit itself&lt;br /&gt;
! colspan=3 | Deployment methods&lt;br /&gt;
! colspan=2 | Hardfork bundles (Silbert agreement)&lt;br /&gt;
|-&lt;br /&gt;
! [https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki BIP 141] !! [https://github.com/bitcoin/bips/blob/master/bip-0148.mediawiki BIP 148] !! [https://github.com/bitcoin/bips/blob/master/bip-0149.mediawiki BIP 149] !! [https://github.com/bitcoin/bips/blob/master/bip-0091.mediawiki BIP 91] || Segwit2x || [https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-May/014445.html COOP]&lt;br /&gt;
|-&lt;br /&gt;
| Abra || wallet || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || {{AccJuly}} || {{AccJuly}}&amp;lt;ref name=&amp;quot;silbert&amp;quot; /&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| Bitcoin India || exchange/miner || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| BitcoinReminder.com || service || {{Prefer}}&amp;lt;ref name=&amp;quot;bitcoinreminder_com&amp;quot;&amp;gt;[https://bitcoinreminder.com/informations/poli BitcoinReminder.com&#039;s position on scaling proposals]&amp;lt;/ref&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;bitcoinreminder_com&amp;quot;/&amp;gt; || {{Acceptable}}&amp;lt;ref name=&amp;quot;bitcoinreminder_com&amp;quot;/&amp;gt; || {{Weak}}&amp;lt;ref name=&amp;quot;bitcoinreminder_com&amp;quot;/&amp;gt; || {{No|LOL}}&amp;lt;ref name=&amp;quot;bitcoinreminder_com&amp;quot;/&amp;gt; || {{No}}&amp;lt;ref name=&amp;quot;bitcoinreminder_com&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Bitfinex || exchange || {{Acceptable}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Acceptable}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bitfury || miner || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Acceptable}} || || {{AccJuly}} || {{AccJuly}}&amp;lt;ref name=&amp;quot;silbert&amp;quot; /&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| Bitmain || miner || {{AccJuly}}&amp;lt;ref name=&amp;quot;bitmain&amp;quot;&amp;gt;[https://blog.bitmain.com/en/uahf-contingency-plan-uasf-bip148/ Bitmain&#039;s plot against BIP148]&amp;lt;/ref&amp;gt; || {{No}} || || {{AccJuly}} || {{AccJuly}}&amp;lt;ref name=&amp;quot;bitmain&amp;quot; /&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| Bitonic/BL3P.eu || exchange || {{Prefer}}&amp;lt;ref name=&amp;quot;bitonic&amp;quot;&amp;gt;[https://bitonic.nl/en/news/138/our-position-on-scaling-proposals Bitonic&#039;s position on scaling proposals]&amp;lt;/ref&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;bitonic&amp;quot;/&amp;gt; || {{Acceptable}}&amp;lt;ref name=&amp;quot;bitonic&amp;quot;/&amp;gt; || {{Weak}}&amp;lt;ref name=&amp;quot;bitonic&amp;quot;/&amp;gt; || {{No|LOL}}&amp;lt;ref name=&amp;quot;bitonic&amp;quot;/&amp;gt; || {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| Bitpay || wallet || {{Prefer}}&amp;lt;ref name=&amp;quot;bccore_swadoption&amp;quot;/&amp;gt; || {{No}} || || {{Prefer}} || {{Prefer}}&amp;lt;ref name=&amp;quot;silbert&amp;quot; /&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| Bitrated || reputation || {{Acceptable}}&amp;lt;ref name=&amp;quot;bitrated&amp;quot;&amp;gt;[https://twitter.com/bitrated/status/876805892003553281]&amp;lt;/ref&amp;gt; || {{Acceptable}}&amp;lt;ref name=&amp;quot;bitrated&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;bitrated&amp;quot; /&amp;gt; || {{AccJuly}}&amp;lt;ref name=&amp;quot;bitrated&amp;quot; /&amp;gt; || {{No}}&amp;lt;ref name=&amp;quot;bitrated&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;[https://medium.com/@shesek/why-i-dont-support-the-compromise-efforts-9d73a8cce6be Why I don’t support horse-trading compromises for Bitcoin protocol development]&amp;lt;/ref&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| Bitrefill || merchant || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bitsquare || exchange || {{Prefer}} || {{Prefer}}&amp;lt;ref name=&amp;quot;bitsquare&amp;quot;&amp;gt;[https://forum.bitsquare.io/t/bitsquare-will-support-uasf-bitcoin-not-bitmaincoin/2265 Bitsquare will support UASF Bitcoin not BitMainCoin]&amp;lt;/ref&amp;gt; || {{Acceptable}}&amp;lt;ref name=&amp;quot;bitsquare&amp;quot;/&amp;gt; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bitstamp || exchange || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bittylicious || exchange || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref&amp;gt;[https://twitter.com/Bittylicious_/status/867305106668224513 Bittylicious answer on Twitter]&amp;lt;/ref&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Blockchain.info || wallet || {{Acceptable}}&amp;lt;ref name=&amp;quot;bccore_swadoption&amp;quot;/&amp;gt; || || || {{AccJuly}} || {{AccJuly}}&amp;lt;ref name=&amp;quot;silbert&amp;quot; /&amp;gt; || &lt;br /&gt;
|-&lt;br /&gt;
| blockonomics || || {{Prefer}} || {{Prefer}}&amp;lt;ref&amp;gt;[https://twitter.com/blockonomics_co/status/851738251509497856 blockonomics announcement on Twitter]&amp;lt;/ref&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bustabit|| gambling || {{Prefer}}&amp;lt;ref name=&amp;quot;bustabit&amp;quot;&amp;gt;[https://www.bustabit.com/statement-on-forks Bustabit Statement on Bitcoin Forks]&amp;lt;/ref&amp;gt; || {{Acceptable}}&amp;lt;ref name=&amp;quot;bustabit&amp;quot;/&amp;gt; || || || {{AccJuly}}&amp;lt;ref name=&amp;quot;bustabit&amp;quot;/&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| Bylls || payments / exchange || {{Prefer}}&amp;lt;ref name=&amp;quot;bylls&amp;quot;&amp;gt;[https://twitter.com/myBylls/status/877959773794316288 Bylls supports Segwit softfork but no current HF plan]&amp;lt;/ref&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;bylls&amp;quot;&amp;gt;[https://twitter.com/myBylls/status/877959773794316288 Bylls supports Segwit softfork but no current HF plan]&amp;lt;/ref&amp;gt; || {{Acceptable}}&amp;lt;ref name=&amp;quot;bylls&amp;quot;&amp;gt;[https://twitter.com/myBylls/status/877965277316730880 Bylls twitter statement]&amp;lt;/ref&amp;gt; || {{AccJuly}}&amp;lt;ref name=&amp;quot;bylls&amp;quot;&amp;gt;[https://twitter.com/myBylls/status/877965277316730880 Bylls twitter statement]&amp;lt;/ref&amp;gt; || {{No}}&amp;lt;ref name=&amp;quot;bylls&amp;quot;&amp;gt;[https://twitter.com/myBylls/status/877965277316730880 Bylls twitter statement]&amp;lt;/ref&amp;gt; || {{No}}&amp;lt;ref name=&amp;quot;bylls&amp;quot;&amp;gt;[https://twitter.com/myBylls/status/877965277316730880 Bylls twitter statement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Ciphrex || wallet / dev stack || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Acceptable}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Coinbase || wallet || {{Acceptable}}&amp;lt;ref name=&amp;quot;bccore_swadoption&amp;quot;/&amp;gt; || || || {{AccJuly}} || {{AccJuly}}&amp;lt;ref name=&amp;quot;silbert&amp;quot; /&amp;gt; || &lt;br /&gt;
|-&lt;br /&gt;
| CoinGate || exchange || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| CoinJar || wallet || || {{Evaluating}}&amp;lt;ref&amp;gt;[https://twitter.com/GetCoinJar/status/875581525730787329 CoinJar answer on Twitter]&amp;lt;/ref&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Coinkite || || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| coinomi || wallet || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| DigitalBitbox || wallet(hardware) || {{Prefer}} || {{Acceptable}} || {{Prefer}}|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| Échange de Montréal || exchange || {{Prefer}}&amp;lt;ref name=&amp;quot;echangedemontreal&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;echangedemontreal&amp;quot; /&amp;gt; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Jaxx || || {{Prefer}}&amp;lt;ref name=&amp;quot;jaxx&amp;quot;&amp;gt;[https://twitter.com/Jaxx_Support/status/882607648457334785 Jaxx tweet]&amp;lt;/ref&amp;gt; || {{Acceptable}}&amp;lt;ref name=&amp;quot;jaxx&amp;quot;/&amp;gt; || || {{AccJuly}}&amp;lt;ref name=&amp;quot;jaxx&amp;quot;/&amp;gt; || {{AccJuly}}&amp;lt;ref name=&amp;quot;jaxx&amp;quot;/&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| Kraken || exchange || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| LightningASIC || miner || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| OneHash || betting || {{Prefer}}&amp;lt;ref&amp;gt;[https://blog.onehash.com/sick-of-presidential-election-3f1a2defbbbf OneHash, &amp;quot;Sick of presidential election ?!&amp;quot;]&amp;lt;/ref&amp;gt; || || || {{AccJuly}} || {{AccJuly}}&amp;lt;ref name=&amp;quot;silbert&amp;quot; /&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| Poloniex || exchange || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|QUOINE || exchange, trading, financial services || {{Evaluating}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Evaluating}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Evaluating}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Evaluating}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Evaluating}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Evaluating}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| Slushpool || miner || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Acceptable}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| TheRockTrading || exchange || || {{Evaluating}}&amp;lt;ref&amp;gt;[https://twitter.com/TheRockTrading/status/872464394034315269 @TheRockTrading message on Twitter]&amp;lt;/ref&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Vaultoro || exchange || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Acceptable}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || {{AccJuly}} || {{AccJuly}}&amp;lt;ref name=&amp;quot;silbert&amp;quot; /&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| Walltime || exchange || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Woleet || Timestamping || {{Prefer}}&amp;lt;ref name=&amp;quot;woleet&amp;quot;&amp;gt;[https://twitter.com/Woleet/status/884078514307297280]&amp;lt;/ref&amp;gt; || {{Prefer}}&amp;lt;ref name=&amp;quot;woleet&amp;quot;&amp;gt;[https://twitter.com/Woleet/status/884078514307297280]&amp;lt;/ref&amp;gt;|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Xapo || wallet || {{Prefer}}&amp;lt;ref name=&amp;quot;coindance&amp;quot; /&amp;gt; || || || {{AccJuly}}&amp;lt;ref name=&amp;quot;xapo&amp;quot;&amp;gt;[https://twitter.com/tedmrogers/status/883061218545614848 Xapo tweet]&amp;lt;/ref&amp;gt; || {{AccJuly}}&amp;lt;ref name=&amp;quot;xapo&amp;quot;/&amp;gt; || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;bccore_swadoption&amp;quot;&amp;gt;[https://bitcoincore.org/en/segwit_adoption/ Bitcoin Core&#039;s Segwit adoption list]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;coindance&amp;quot;&amp;gt;[https://coin.dance/poli Coin Dance, &amp;quot;Global Bitcoin Political Support &amp;amp; Public Opinion&amp;quot;]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;silbert&amp;quot;&amp;gt;[https://medium.com/@DCGco/bitcoin-scaling-agreement-at-consensus-2017-133521fe9a77 Digital Currency Group, &amp;quot;Bitcoin Scaling Agreement at Consensus 2017&amp;quot;]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;echangedemontreal&amp;quot;&amp;gt;[https://twitter.com/echangedemtl/status/875781093261271040 Échange de Montréal on twitter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Wiki:Community_portal&amp;diff=63377</id>
		<title>Bitcoin Wiki:Community portal</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Wiki:Community_portal&amp;diff=63377"/>
		<updated>2017-06-14T20:27:17Z</updated>

		<summary type="html">&lt;p&gt;Lclc: Change Switzerland URL to https://www.bitcoinassociation.ch/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bitcoin Community Forums on various platforms ==&lt;br /&gt;
* [http://bitcointalk.org/ Bitcointalk]&lt;br /&gt;
* [https://forum.bitcoin.com/ Bitcoin.com Forum]&lt;br /&gt;
* [https://bitco.in/forum/ Bitco.in]&lt;br /&gt;
* [http://www.reddit.com/r/Bitcoin/ /r/Bitcoin]&lt;br /&gt;
* [http://www.reddit.com/r/btc /r/btc]&lt;br /&gt;
* [http://www.reddit.com/r/bitcoin_uncensored /r/bitcoin_uncensored]&lt;br /&gt;
* [http://www.reddit.com/r/bitcoinxt /r/bitcoinxt]&lt;br /&gt;
* [https://plus.google.com/communities/115591368588047305300 Bitcoin Google+ Community]&lt;br /&gt;
* [https://www.cryptocompare.com/coins/btc/forum/USD CryptoCompare - Bitcoin Forum]&lt;br /&gt;
* [http://bitcoin.stackexchange.com/ The Bitcoin StackExchange]&lt;br /&gt;
* [http://bitcointrading.com Bitcoin Trading Forum]&lt;br /&gt;
* [http://groups.google.com/group/bitcoin-discussion Bitcoin google group]&lt;br /&gt;
* [http://www.facebook.com/bitcoins Facebook page]&lt;br /&gt;
* [https://www.facebook.com/buy.bitcoin.news Facebook Bitcoin page]&lt;br /&gt;
* [http://www.facebook.com/bitcoin.p2p.digital.currency Facebook page]&lt;br /&gt;
* [http://www.facebook.com/bitcoinaustria Bitcoin Austria Facebook page]&lt;br /&gt;
* [http://www.facebook.com/groups/136003253120130 Facebook Group]&lt;br /&gt;
* [https://plus.google.com/107581642674912229828/ Bitcoin Google+]&lt;br /&gt;
* [http://hubski.com/tag?id=bitcoin Bitcoin on Hubski]&lt;br /&gt;
&lt;br /&gt;
===Regions / Languages===&lt;br /&gt;
* [http://bitcoin-austria.at/ Bitcoin Austria]&lt;br /&gt;
* [https://coinforum.ca Canada&#039;s Bitcoin Community]&lt;br /&gt;
* [https://www.bitcoin-italia.org Bitcoin Italia]&lt;br /&gt;
* [http://www.bitcoin.org.il Isreali Bitcoin Community Forum]&lt;br /&gt;
* [http://bitcoincenterkorea.org Bitcoin Center Korea]&lt;br /&gt;
* [http://bitcoin.pl/forum/ Polish Bitcoin Community Forum]&lt;br /&gt;
* [http://btcsec.com/ BTCsec.com] Russian Website about Bitcoin&lt;br /&gt;
* [https://forum.btcsec.com/ BTCsec.com Bitcoin Community Forum (Russian)]&lt;br /&gt;
* [http://rubitcoin.com/ Russian Bitcoin Community Forum]&lt;br /&gt;
* [https://www.facebook.com/groups/bitcoinph/ Bitcoin Philippine Community]&lt;br /&gt;
&lt;br /&gt;
=== Local Communities ===&lt;br /&gt;
&#039;&#039;For an up-to-date list please see [http://www.reddit.com/r/Bitcoin/wiki/local_communities local communities]&lt;br /&gt;
* [http://www.reddit.com/r/ArgenBitcoin Argentina bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinAUS Australia bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinAT Austria bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinBE Belgian bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BrasilBitcoin Brazil bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinCA Canada bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinDK Denmark bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/bitcoinsuomi Finland bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinFrance France bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinDE Germany bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinGhana Ghana bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinGT Guatemala bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinIndia India bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinIran Iran bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinIT Italy bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinJP Japan bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/bitcoinlaos Laos bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinMalaysia Malaysia bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BITCOINMEX Mexico bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinNL The Netherlands bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinNO Norway bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinPL Poland bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/bitcoinsouthafrica South Africa bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/bitcoines Spain bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinSWE Sweden bitcoin community]&lt;br /&gt;
* [https://www.bitcoinassociation.ch/ Swiss (Switzerland) bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/btctaiwan Taiwan bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinTR Turkey bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinUK United Kingdom bitcoin community]&lt;br /&gt;
** [http://www.reddit.com/r/BitcoinLondon London bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinUSA USA bitcoin community]&lt;br /&gt;
** [http://www.reddit.com/r/BitcoinBayArea Bay Area, CA bitcoin community]&lt;br /&gt;
** [http://www.reddit.com/r/DenverBitcoin/ Denver, CO bitcoin community]&lt;br /&gt;
** [http://www.reddit.com/r/BitcoinAsheville Asheville, NC bitcoin community]&lt;br /&gt;
** [http://www.reddit.com/r/BitcoinAlbuquerque Albuquerque, NM bitcoin community]&lt;br /&gt;
** [http://www.reddit.com/r/BitcoinNY New York City, NY bitcoin community]&lt;br /&gt;
** [http://www.reddit.com/r/BitcoinPA Pennsylvania bitcoin community]&lt;br /&gt;
** [http://www.reddit.com/r/BitcoinNashville Nashville, TN bitcoin community]&lt;br /&gt;
** [http://reddit.com/r/BitcoinAustin/ Austin, TX bitcoin community]&lt;br /&gt;
** [http://www.reddit.com/r/BitcoinSeattle Seattle, WA bitcoin community]&lt;br /&gt;
* [http://www.reddit.com/r/BitcoinVzla Venezuela bitcoin community]&lt;br /&gt;
&lt;br /&gt;
== Bitcoin Community Groups on Bitcoin Wiki platform ==&lt;br /&gt;
&lt;br /&gt;
=== Special interests ===&lt;br /&gt;
* [[Bitcoin Wiki]]-group&lt;br /&gt;
&lt;br /&gt;
====Clusters====&lt;br /&gt;
There are various temporary and permanent clusters where bitcoin-friendly communities form. Temporary clusters are listed in [[Bitcoin Wiki:Community_portal#Events|events]].  Permanent communities include:&lt;br /&gt;
&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=66832.0 Free State Project] New Hampshire&lt;br /&gt;
* [http://www.thebitcointrader.com/2012/05/bitcoins-hogwarts-san-francisco-tech.html 20 Mission] San Francisco, CA&lt;br /&gt;
&lt;br /&gt;
== IRC ==&lt;br /&gt;
&lt;br /&gt;
* See [[IRC_channels|IRC channels]]&lt;br /&gt;
&lt;br /&gt;
==Wiki Users==&lt;br /&gt;
&lt;br /&gt;
* [http://en.bitcoin.it/wiki/Special:ListUsers List of Users] registered on the Bitcoin wiki.&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
Periodic events where Bitcoin community meets include PorcFest, Chaos Computer Camp, Burning Man, Bitcoin conferences and more.&lt;br /&gt;
&lt;br /&gt;
* [[Meetups]]&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=4526.0 Events, conferences and other events]&lt;br /&gt;
&lt;br /&gt;
==Bitcoin Related Publications==&lt;br /&gt;
&lt;br /&gt;
* [https://news.bitcoin.com/ Bitcoin News] articles and opinion pieces&lt;br /&gt;
* [http://twitter.com/TopNewsBitcoin/bitcoin TopNewsBitcoin/bitcoin] Twitter list&lt;br /&gt;
* See [[:Category:Blogs|Blogs]] category&lt;br /&gt;
* See [[:Category:Directories|Directories]] category&lt;br /&gt;
* See [[Press]]&lt;br /&gt;
&lt;br /&gt;
==Education==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Educational|Educational category]]&lt;br /&gt;
&lt;br /&gt;
== Maps ==&lt;br /&gt;
* [http://coinmap.org/ CoinMap], collaborative map based on OpenStreetMap data and rendering&lt;br /&gt;
* [[Bitcoin.local]] Local exchanges&lt;br /&gt;
* [[Bitcoin Users Worldwide]] - Find nearby Bitcoin users • Engage in local trade • Add your own offers • Get notifications&lt;br /&gt;
&lt;br /&gt;
== Merchants ==&lt;br /&gt;
*[https://localbitcoins.com/ LOCALBITCOINS] Buy and sell bitcoins near you, Instant. Secure. Private , Trade bitcoins in 13633 cities and 248 countries&lt;br /&gt;
&lt;br /&gt;
== Monitoring ==&lt;br /&gt;
*[https://markets.blockchain.info/ BLOCKCHAIN.INFO] News and market data for the Bitcoin ecosystem.&lt;br /&gt;
* [http://bitcoinchain.com/ BitcoinChain.com] provides Bitcoin Block Explorer, Exchange Markets, Mining Pools Data. &lt;br /&gt;
* [http://bitcoincharts.com/markets/ Bitcoin Charts] displays an overview of Bitcoin exchange markets.&lt;br /&gt;
* [https://www.cryptocompare.com/coins/btc/overview/USD CryptoCompare.com] Overview, Forum, Live Streaming Markets, Charts and Trades. &lt;br /&gt;
* The [http://www.bitcoinmonitor.com/ Bitcoin Monitor] visualizes transactions, new blocks and trades on markets as they are happening.&lt;br /&gt;
* [http://www.bitcoinwatch.com/ Bitcoin Watch] has various statistics on things like the size of the economy or the number of transactions.&lt;br /&gt;
* [http://bitcoinx.io/ BitcoinX.io] monitors and displays Bitcoin exchanges and Bitcoin wallets with rankings and tools.&lt;br /&gt;
*[https://blockchain.info/ BLOCKCHAIN.INFO - NORMAL] Discover the world&#039;s most popular Bitcoin wallet. View detailed information and charts on all Bitcoin transactions and blocks. Visit today.&lt;br /&gt;
&lt;br /&gt;
== Portfolio ==&lt;br /&gt;
* [http://cointracking.info CoinTracking.info (formerly my-btc.info)] A free profit/loss portfolio manager and tax tool for Bitcoin and over 3000 Altcoins.&lt;br /&gt;
* [http://myBitWorth.com myBitWorth] - allows you to track your bitcoin holdings over multiple addresses and portfolios on the bitcoin securities exchanges.&lt;br /&gt;
&lt;br /&gt;
== Bitcoin Project ==&lt;br /&gt;
* [http://www.bitcoin.org Bitcoin.org] Bitcoin.org project site&lt;br /&gt;
* [https://github.com/bitcoin GitHub] Bitcoin project site&lt;br /&gt;
* [[:Category:Developer|Developer]] pages&lt;br /&gt;
&lt;br /&gt;
== Non-profit Organizations ==&lt;br /&gt;
&lt;br /&gt;
* [[List_of_Bitcoin_non-profits_around_the_world|List of Bitcoin non-profits around the world]]&lt;br /&gt;
&lt;br /&gt;
== External Communities ==&lt;br /&gt;
* [http://www.etsy.com/teams/10366/bitcoin Bitcoin team] on Etsy, an e-commerce website focused on handmade or vintage items.&lt;br /&gt;
* [http://steamcommunity.com/groups/bitcoin Bitcoin group on Steam] platform by Valve, a gaming platform.&lt;br /&gt;
* [http://www.rugatu.com/ Rugatu], a Q&amp;amp;A community.&lt;br /&gt;
* [https://www.quora.com/topic/Bitcoin Quora] Bitcoin topic Q&amp;amp;A community.&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Amir_Taaki&amp;diff=62625</id>
		<title>Amir Taaki</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Amir_Taaki&amp;diff=62625"/>
		<updated>2017-05-30T13:50:40Z</updated>

		<summary type="html">&lt;p&gt;Lclc: Moved Darkwalelt and Darkleaks to inactive creations&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Active Creations==&lt;br /&gt;
* [[BIP]] process and several proposals&lt;br /&gt;
* [[Libbitcoin]] C++ developer toolkit&lt;br /&gt;
* [[Obelisk]] blockchain server (later [[Libbitcoin_Server|Bitcoin Server (bs)]])&lt;br /&gt;
* [[SubvertX|SubvertX (sx)]] Bitcoin command line application (later [[Libbitcoin_Explorer|Bitcoin Explorer (bx)]])&lt;br /&gt;
* [http://www.wired.com/2014/04/darkmarket Darkmarket] (later [https://openbazaar.org OpenBazaar])&lt;br /&gt;
* [[Freecoin]]&lt;br /&gt;
* [[Pastecoin]]&lt;br /&gt;
&lt;br /&gt;
==Defunct or Inactive Creations==&lt;br /&gt;
* [[Britcoin]] exchange&lt;br /&gt;
* [[Intersango]] exchange&lt;br /&gt;
* [[Spesmilo]] RPC client&lt;br /&gt;
* [[Bitcoin Consultancy]]&lt;br /&gt;
* Bitcoin Media Blog author&lt;br /&gt;
* [[Vibanko]] web wallet provider&lt;br /&gt;
* [[GLBSE]] exchange client&lt;br /&gt;
* [https://github.com/genjix/kartludox Kartludox] Bitcoin poker room&amp;lt;ref&amp;gt;[http://forumserver.twoplustwo.com/28/internet-poker/rake-free-open-poker-room-run-poker-community-938389 Rake-Free &amp;amp; Open Poker Room, Run By the Poker Community?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Python bindings for bitcoin &amp;lt;!-- link? --&amp;gt;&lt;br /&gt;
* [https://bitcoinmagazine.com/7892/shedding-light-on-the-dark-wallet Darkwallet]&lt;br /&gt;
* [http://reason.com/blog/2015/02/24/darkleaks-the-decentralized-information Darkleaks]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[User:Genjix]]&lt;br /&gt;
* [[Developers]]&lt;br /&gt;
* [[People]]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Amir_Taaki Wikipedia profile]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Gavin_Andresen&amp;diff=62624</id>
		<title>Gavin Andresen</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Gavin_Andresen&amp;diff=62624"/>
		<updated>2017-05-30T13:47:26Z</updated>

		<summary type="html">&lt;p&gt;Lclc: Change to past&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{infobox person|name=Gavin Andresen|image=[[File:Gavin Andresen.jpg|256px]]&lt;br /&gt;
|active=2010–present&lt;br /&gt;
|born=1966 (aged 48–49)&lt;br /&gt;
|residence=Amherst, Massachusetts&lt;br /&gt;
|twitter=gavinandresen&lt;br /&gt;
|reddit=gavinandresen&lt;br /&gt;
|bitcoinwiki=Gavinandresen&lt;br /&gt;
|bitcointalk=224&lt;br /&gt;
}}&#039;&#039;&#039;Gavin Andresen&#039;&#039;&#039; was the Chief Scientist for the [[Bitcoin_Foundation|Bitcoin Foundation]].&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{s-start|Bitcoin [[Core maintainer]]|[[Satoshi Nakamoto]]|2011–2014|[[Wladimir J. van der Laan]]}}&lt;br /&gt;
{{developers}}{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Core committers]]&lt;br /&gt;
[[Category:Core developers]]&lt;br /&gt;
{{wp|Gavin_Andresen}}&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Jeff_Garzik&amp;diff=62623</id>
		<title>Jeff Garzik</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Jeff_Garzik&amp;diff=62623"/>
		<updated>2017-05-30T13:44:15Z</updated>

		<summary type="html">&lt;p&gt;Lclc: Update to past&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{infobox person|name=Jeff Garzik|image=[[File:Jgarzik.jpg|256px]]&lt;br /&gt;
|active=2010–present&lt;br /&gt;
|residence=Atlanta, Georgia&lt;br /&gt;
|twitter=jgarzik&lt;br /&gt;
|reddit=jgarzik&lt;br /&gt;
|bitcoinwiki=Jgarzik&lt;br /&gt;
|bitcointalk=541&lt;br /&gt;
}}&#039;&#039;&#039;Jeff Garzik&#039;&#039;&#039;, Co-Founder of [http://bloq.com/ Bloq Inc], was a [https://github.com/bitcoin/bitcoin/commits?author=jgarzik contributor to Bitcoin Core].&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{developers}}{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Core committers]]&lt;br /&gt;
[[Category:Core developers]]&lt;br /&gt;
{{wp|Jeff Garzik}}&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=OP_RETURN&amp;diff=61694</id>
		<title>OP RETURN</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=OP_RETURN&amp;diff=61694"/>
		<updated>2016-10-07T11:13:07Z</updated>

		<summary type="html">&lt;p&gt;Lclc: Fix Link to code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;OP_RETURN&#039;&#039;&#039; is a [[script]] opcode used to mark a transaction output as invalid. Since the data after OP_RETURN are irrelevant to Bitcoin payments, arbitrary data can be added into the output after an OP_RETURN. Since any outputs with OP_RETURN are provably unspendable, OP_RETURN outputs can be used to [[Proof of burn|burn]] bitcoins.&lt;br /&gt;
&lt;br /&gt;
Currently, the default Bitcoin client relays OP_RETURN transactions up to 80 bytes [https://github.com/bitcoin/bitcoin/search?utf8=%E2%9C%93&amp;amp;q=MAX_OP_RETURN_RELAY], but does not provide a way for users to create OP_RETURN transactions.&lt;br /&gt;
&lt;br /&gt;
== Is storing data in the blockchain acceptable? ==&lt;br /&gt;
Some members of the Bitcoin community believe that use of OP_RETURN violates the contract of Bitcoin, because Bitcoin was intended to provide a record for financial transactions, not a record for arbitrary data. Despite this, use of OP_RETURN may continue unabated because there is no easy way to stop people from embedding arbitrary data in the blockchain if they want to, and OP_RETURN is reasonably efficient in terms of [http://i.imgur.com/VAGZWBK.png data bytes stored as a fraction of blockchain space consumed]. Compared to some other ways of storing data in the blockchain, OP_RETURN has the advantage of not creating bogus UTXO entries. [https://github.com/bitcoin/bitcoin/pull/5286 Discussion on GitHub pull request]&lt;br /&gt;
&lt;br /&gt;
From [https://bitcoin.org/en/release/v0.9.0#opreturn-and-data-in-the-block-chain Bitcoin Core release 0.9.0]:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
This change is not an endorsement of storing data in the blockchain. The OP_RETURN change creates a provably-prunable output, to avoid data storage schemes – some of which were already deployed – that were storing arbitrary data such as images as forever-unspendable TX outputs, bloating bitcoin&#039;s UTXO database.&lt;br /&gt;
&lt;br /&gt;
Storing arbitrary data in the blockchain is still a bad idea; it is less costly and far more efficient to store non-currency data elsewhere.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== OP_RETURN applications ==&lt;br /&gt;
OP_RETURN is used for writing human-language messages, digital asset proof-of-ownership, and storing data. Its use has been proposed for P2P application discovery. See the &amp;quot;prefixes&amp;quot; table below.&lt;br /&gt;
&lt;br /&gt;
== OP_RETURN prefixes ==&lt;br /&gt;
Often, OP_RETURN transactions include a prefix to identify which protocol they belong to. There is no standardized method of claiming OP_RETURN prefixes, and not all OP_RETURN transactions use prefixes. At the time of writing, this wiki page is probably the most complete list of OP_RETURN prefixes. Note that this table is an attempt to catalog OP_RETURN prefixes that are already in use, *not* a system for reserving OP_RETURN prefixes!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Prefix !! Protocol&lt;br /&gt;
|-&lt;br /&gt;
| SPK || [http://coinspark.org/developers/ CoinSpark]&lt;br /&gt;
|-&lt;br /&gt;
| DOCPROOF || [http://www.proofofexistence.com/ Proof of Existence]&lt;br /&gt;
|-&lt;br /&gt;
| CryptoTests- || [http://crypto-copyright.com/ Crypto Copyright]&lt;br /&gt;
|-&lt;br /&gt;
| CryptoProof- || [http://crypto-copyright.com/ Crypto Copyright]&lt;br /&gt;
|-&lt;br /&gt;
| BS || [http://blocksignit.com/ BlockSign]&lt;br /&gt;
|-&lt;br /&gt;
| OA || [https://github.com/OpenAssets/open-assets-protocol/blob/master/specification.mediawiki Open Assets]&lt;br /&gt;
|-&lt;br /&gt;
| STAMPD## || [http://stampd.io/ stampd]&lt;br /&gt;
|-&lt;br /&gt;
| Factom!! || [http://factom.org/ Factom]&lt;br /&gt;
|-&lt;br /&gt;
| FACTOM00 || [http://factom.org/ Factom]&lt;br /&gt;
|-&lt;br /&gt;
| Fa || [http://factom.org/ Factom]&lt;br /&gt;
|-&lt;br /&gt;
| FA || [http://factom.org/ Factom]&lt;br /&gt;
|-&lt;br /&gt;
| tradle || [http://tradle.io/ Tradle]&lt;br /&gt;
|-&lt;br /&gt;
| LaPreuve || [http://www.lapreuve.net/ LaPreuve]&lt;br /&gt;
|-&lt;br /&gt;
| hex:5888 || [http://blog.onename.com/blockstore-bitcoin/ Blockstore]&lt;br /&gt;
|-&lt;br /&gt;
| hex:5808 || [http://blog.onename.com/blockstore-bitcoin/ Blockstore]&lt;br /&gt;
|-&lt;br /&gt;
| id || [http://blog.onename.com/blockstore-bitcoin/ Blockstore]&lt;br /&gt;
|-&lt;br /&gt;
| BITPROOF || [https://bitproof.io/ Bitproof]&lt;br /&gt;
|-&lt;br /&gt;
| S1 || [https://stampery.co/ Stampery]&lt;br /&gt;
|-&lt;br /&gt;
| S2 || [https://stampery.co/ Stampery]&lt;br /&gt;
|-&lt;br /&gt;
| S3 || [https://stampery.co/ Stampery]&lt;br /&gt;
|-&lt;br /&gt;
| S4 || [https://stampery.co/ Stampery]&lt;br /&gt;
|-&lt;br /&gt;
| S5 || [https://stampery.co/ Stampery]&lt;br /&gt;
|-&lt;br /&gt;
| ASCRIBE || [https://www.ascribe.io/ Ascribe]&lt;br /&gt;
|-&lt;br /&gt;
| ProveBit || [https://github.com/thereal1024/ProveBit ProveBit]&lt;br /&gt;
|-&lt;br /&gt;
| EW  || [http://eternitywall.it/ Eternity Wall]&lt;br /&gt;
|-&lt;br /&gt;
| CC || [http://colu.co/ Colu]&lt;br /&gt;
|-&lt;br /&gt;
| omni || [http://www.omnilayer.org/ Omni Layer]&lt;br /&gt;
|-&lt;br /&gt;
| MG || [http://monegraph.com/ Monegraph]&lt;br /&gt;
|-&lt;br /&gt;
| RMBd || [https://app.remembr.io/ Remembr]&lt;br /&gt;
|-&lt;br /&gt;
| RMBe || [https://app.remembr.io/ Remembr]&lt;br /&gt;
|-&lt;br /&gt;
| ORIGMY || [http://originalmy.com/ OriginalMy]&lt;br /&gt;
|-&lt;br /&gt;
| BID || [http://bitpos.me/ Identity]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== External resources on OP_RETURN ==&lt;br /&gt;
=== Viewing OP_RETURN ===&lt;br /&gt;
* [http://coinsecrets.org/ coinsecrets.org]: An OP_RETURN transaction explorer]&lt;br /&gt;
* [http://bitcoinstrings.com/ bitcoinstrings.com]: A site showing raw strings in Bitcoin transactions&lt;br /&gt;
&lt;br /&gt;
=== Explaining OP_RETURN ===&lt;br /&gt;
* [https://github.com/coinspark/python-OP_RETURN python-OP_RETURN]&lt;br /&gt;
* [http://bitcoin.stackexchange.com/questions/29554/explanation-of-what-an-op-return-transaction-looks-like StackExchange: Explanation of what an OP_RETURN transaction looks like]&lt;br /&gt;
* [http://www.slideshare.net/coinspark/bitcoin-2-and-opreturns-the-blockchain-as-tcpip Metadata in the Blockchain: The OP_RETURN Explosion]&lt;br /&gt;
* [http://wlangiewicz.com/blog/2014/10/24/how-to-put-custom-messages-into-bitcoin-blockchain-op-return/ How to Put Custom Messages Into Bitcoin Blockchain - OP_RETURN]&lt;br /&gt;
{{DISPLAYTITLE:OP_RETURN}}&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=PHP_developer_intro&amp;diff=55759</id>
		<title>PHP developer intro</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=PHP_developer_intro&amp;diff=55759"/>
		<updated>2015-03-31T14:12:42Z</updated>

		<summary type="html">&lt;p&gt;Lclc: There is no RPC client functionality in bitcoind anymore. Use the bitcoin-cli utility instead.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;L&#039;&#039;&#039;inux &#039;&#039;&#039;A&#039;&#039;&#039;pache &#039;&#039;&#039;M&#039;&#039;&#039;ySQL &#039;&#039;&#039;P&#039;&#039;&#039;HP + Bitcoin tutorial.&lt;br /&gt;
&lt;br /&gt;
For this introduction we assume that you have GNU/Linux server with Apache and PHP and that you wish to interact with the Bitcoin network from a web application. We assume some knowledge of Bitcoin and experience in PHP.&lt;br /&gt;
&lt;br /&gt;
While this is written for PHP, the same principles apply for other languages. See the associated [[API reference (JSON-RPC)|API reference]] pages for info on other languages.&lt;br /&gt;
&lt;br /&gt;
The easiest way to get started is to run Bitcoin in daemon mode with which PHP communicates via local HTTP requests. A library called [http://jsonrpcphp.org/ JSON-RPC] is used to call the various functions of bitcoind, which will respond back with a [http://en.wikipedia.org/wiki/Json JSON object].&lt;br /&gt;
&lt;br /&gt;
It is however recommended to use one of the [[#Alternative_Libs_For_RPC|Alternative Libraries]] listed below instead, since they are more sophisticated.&lt;br /&gt;
&lt;br /&gt;
== Setting up Bitcoin ==&lt;br /&gt;
&lt;br /&gt;
You can download the Bitcoin daemon from the [[Main_Page|homepage]] and run one of the included binaries or compile your own from the included source code. See [[Running Bitcoin]] for details on configuring bitcoind.&lt;br /&gt;
&lt;br /&gt;
Before running bitcoind you will need to create a configuration file in the Bitcoin data directory (~/.bitcoin/bitcoin.conf on Linux):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
rpcuser=user&lt;br /&gt;
rpcpassword={you MUST pick a unique password to be secure}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
If you miss this step, bitcoind will remind you.&lt;br /&gt;
&lt;br /&gt;
Now run bitcoind:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ ./bitcoind&lt;br /&gt;
# wait a few seconds for it to start up&lt;br /&gt;
$ ./bitcoin-cli getinfo&lt;br /&gt;
# various information will be shown. If you get an error, try again until you see some useful output.&lt;br /&gt;
$ ./bitcoin-cli help&lt;br /&gt;
# get help on commands, note no dash before help&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bitcoin will begin synchronizing with the network and downloading a complete copy of the block chain. As of August 2012, more than 2gb of data must be downloaded and verified during this process. It may take two or more hours to complete. You will know when it&#039;s done when the block count reaches the [http://blockexplorer.com/q/getblockcount current count].&lt;br /&gt;
&lt;br /&gt;
== Getinfo (Bitcoind&#039;s version of Hello World) ==&lt;br /&gt;
&lt;br /&gt;
Assuming Bitcoin has finished the initialisation process; download the file jsonRPCClient.php from [http://jsonrpcphp.org/ JSON-RPC PHP] and place it in a web-accessible location.&lt;br /&gt;
&lt;br /&gt;
Second, create a PHP file with the following and visit it with your browser to test.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
  require_once &#039;jsonRPCClient.php&#039;;&lt;br /&gt;
  &lt;br /&gt;
  $bitcoin = new jsonRPCClient(&#039;http://user:password@127.0.0.1:8332/&#039;);&lt;br /&gt;
   &lt;br /&gt;
  echo &amp;quot;&amp;lt;pre&amp;gt;\n&amp;quot;;&lt;br /&gt;
  print_r($bitcoin-&amp;gt;getinfo());&lt;br /&gt;
  echo &amp;quot;&amp;lt;/pre&amp;gt;&amp;quot;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The jsonRPCClient library uses fopen() and will throw an exception saying &amp;quot;Unable to connect&amp;quot; if it receives a 404 or 500 error from bitcoind. This prevents you from being able to see error messages generated by bitcoind (as they are sent with status 404 or 500). The [[#Alternative_Libs_For_RPC|Alternative Libraries]] listed below are similar in function to JSON-RPC PHP but do not have this issue.&lt;br /&gt;
&lt;br /&gt;
== Precision ==&lt;br /&gt;
&lt;br /&gt;
Bitcoin amounts can range from 1 Satoshi (0.00000001 BTC) to nearly 2,100,000,000,000,000 (21,000,000 BTC).  To avoid rounding errors, you must make sure your PHP implementation supports the full range of Bitcoin values without losing precision.  Most PHP implementations use IEEE 64-bit double-precision floating point numbers with 53 bits of precision, which is enough to correctly represent the full range of bitcoin values.&lt;br /&gt;
&lt;br /&gt;
See [[Proper Money Handling (JSON-RPC)]] for more information.&lt;br /&gt;
&lt;br /&gt;
If your PHP implementation does not support 64-bit numbers (again, this is very rare), you must use a version of bitcoind that sends values as strings (genjix maintains a fork at http://github.com/genjix/bitcoin) and use the  [http://php.net/manual/en/ref.gmp.php GMP] and [http://php.net/manual/en/ref.bc.php BC Math] libraries for all calculations involving bitcoin amounts.&lt;br /&gt;
&lt;br /&gt;
== Accounts ==&lt;br /&gt;
&lt;br /&gt;
In Bitcoin, money is sent to addresses and many addresses can be held by one wallet. The balance shown by default in bitcoind is the sum of the bitcoins in all the addresses in the wallet.&lt;br /&gt;
&lt;br /&gt;
Bitcoin goes another step. You can have [[Accounts explained|accounts]]. Each account holds multiple addresses and acts like a mini-bitcoind. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ ./bitcoin-cli listaccounts&lt;br /&gt;
# show list of accounts and various info for each one&lt;br /&gt;
$ ./bitcoin-cli getaccountaddress user889&lt;br /&gt;
# get an address to receive money to that is unique for the account user889&lt;br /&gt;
$ ./bitcoin-cli getbalance user889&lt;br /&gt;
# get the sum of all the money in the addresses owned by the account user889&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In your application, each user should have a unique username. You may then query bitcoind for a unique address using $bitcoin-&amp;gt;getaccountaddress(&amp;quot;user889&amp;quot;); [gets the first address for user889] or $bitcoin-&amp;gt;getnewaddress(&amp;quot;user889&amp;quot;); [creates a new address for user889].&lt;br /&gt;
&lt;br /&gt;
The customer then deposits to this address.&lt;br /&gt;
&lt;br /&gt;
You can check the funds for that customer by doing $bitcoin-&amp;gt;getbalance(&amp;quot;user889&amp;quot;, 4);. The 4 indicates the minimum number of confirmations we will accept before assuming this payment is valid.&lt;br /&gt;
&lt;br /&gt;
If you will be using accounts for multiple deposits and withdrawals long-term, you may want to consider tracking user balances in your own database. This simplifies transfers between your application&#039;s accounts and decouples your accounts from the Bitcoin wallet.&lt;br /&gt;
&lt;br /&gt;
=== getnewaddress vs getaccountaddress ===&lt;br /&gt;
&lt;br /&gt;
Using getnewaddress helps increase maintain anonymity of your users by making it hard for a malicious agent to track payments flowing through your application. Running getnewaddress too often, however, will cause your wallet to become filled with many empty addresses.&lt;br /&gt;
&lt;br /&gt;
It is therefore recommended to in some way limit the number of unfunded addresses each user can request. Here is an example using sessions:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
    require_once(&#039;jsonRPCClient.php&#039;);&lt;br /&gt;
    $bitcoin = new jsonRPCClient(&#039;http://root:root@127.0.0.1:8332/&#039;); &lt;br /&gt;
    # now check for appropriate funds in user account&lt;br /&gt;
    try {&lt;br /&gt;
        $username = ...&lt;br /&gt;
        if(isset($_SESSION[&#039;sendaddress&#039;]))&lt;br /&gt;
            $sendaddress = $_SESSION[&#039;sendaddress&#039;];&lt;br /&gt;
        else {&lt;br /&gt;
            $sendaddress = $bitcoin-&amp;gt;getnewaddress($username);&lt;br /&gt;
            $_SESSION[&#039;sendaddress&#039;] = $sendaddress;&lt;br /&gt;
        }&lt;br /&gt;
        $balance = $bitcoin-&amp;gt;getbalance($username);&lt;br /&gt;
    }&lt;br /&gt;
    catch (Exception $e) {&lt;br /&gt;
        die(&amp;quot;&amp;lt;p&amp;gt;Server error! Please contact the admin.&amp;lt;/p&amp;gt;&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This creates a new address at the beginning of every new session, and stores it in the session variable.&lt;br /&gt;
&lt;br /&gt;
==Alternative Libs For RPC==&lt;br /&gt;
There are alternative PHP libraries for connecting to the bitcoind RPC which are recommended over using the plain jsonRPCClient.php class.&lt;br /&gt;
They do not rely on magic __call, use cURL instead of fopen and have better error handling (and can be installed using composer).&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/nbobtc/bitcoind-php NboBTC Bitcoind-PHP]&lt;br /&gt;
* [https://github.com/aceat64/EasyBitcoin-PHP EasyBitcoin-PHP]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[API reference (JSON-RPC)]]&lt;br /&gt;
* [[Lazy_API]]&lt;br /&gt;
* [https://github.com/cryptoapi/Payment-Gateway Bitcoin-PHP Payment library]&lt;br /&gt;
* [[Merchant Howto]]&lt;br /&gt;
* [[https://github.com/Bit-Wasp/bitcoin-lib-php Bitcoin-Lib-PHP - PHP Lib implementing signing of transactions, BIP32, etc]]&lt;br /&gt;
&lt;br /&gt;
[[es:Introducción para desarrolladores de PHP]]&lt;br /&gt;
[[de:Einführung_für_PHP-Entwickler]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer]]&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=API_reference_(JSON-RPC)&amp;diff=53702</id>
		<title>API reference (JSON-RPC)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=API_reference_(JSON-RPC)&amp;diff=53702"/>
		<updated>2015-01-05T22:40:36Z</updated>

		<summary type="html">&lt;p&gt;Lclc: Add QJsonRpc example (Qt/C++ lib)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Controlling Bitcoin ==&lt;br /&gt;
&lt;br /&gt;
Run &#039;&#039;bitcoind&#039;&#039; or &#039;&#039;bitcoin-qt -server&#039;&#039;. You can control it via the command-line bitcoin-cli utility or by [http://json-rpc.org/wiki/specification HTTP JSON-RPC] commands.&lt;br /&gt;
&lt;br /&gt;
You must create a bitcoin.conf configuration file setting an rpcuser and rpcpassword; see [[Running Bitcoin]] for details.&lt;br /&gt;
&lt;br /&gt;
Now run:&lt;br /&gt;
  $ ./bitcoind -daemon&lt;br /&gt;
  bitcoin server starting&lt;br /&gt;
  $ ./bitcoin-cli -rpcwait help&lt;br /&gt;
  # shows the help text&lt;br /&gt;
&lt;br /&gt;
A [[Original Bitcoin client/API Calls list|list of RPC calls]] will be shown.&lt;br /&gt;
&lt;br /&gt;
  $ ./bitcoin-cli getbalance&lt;br /&gt;
  2000.00000&lt;br /&gt;
&lt;br /&gt;
If you are learning the API, it is a very good idea to use the test network (run bitcoind -testnet and bitcoin-cli -testnet).&lt;br /&gt;
&lt;br /&gt;
== JSON-RPC ==&lt;br /&gt;
&lt;br /&gt;
Running Bitcoin with the -server argument (or running bitcoind) tells it to function as a [http://json-rpc.org/wiki/specification HTTP JSON-RPC] server, but &lt;br /&gt;
[http://en.wikipedia.org/wiki/Basic_access_authentication Basic access authentication] must be used when communicating with it, and, for security, by default, the server only accepts connections from other processes on the same machine.  If your HTTP or JSON library requires you to specify which &#039;realm&#039; is authenticated, use &#039;jsonrpc&#039;.&lt;br /&gt;
&lt;br /&gt;
Bitcoin supports SSL (https) JSON-RPC connections beginning with version 0.3.14.  See the [[Enabling SSL on original client daemon|rpcssl wiki page]] for setup instructions and a list of all bitcoin.conf configuration options.&lt;br /&gt;
&lt;br /&gt;
Allowing arbitrary machines to access the JSON-RPC port (using the rpcallowip [[Running_Bitcoin|configuration option]]) is dangerous and &#039;&#039;&#039;strongly discouraged&#039;&#039;&#039;-- access should be strictly limited to trusted machines.&lt;br /&gt;
&lt;br /&gt;
To access the server you should find a [http://json-rpc.org/wiki/implementations suitable library] for your language.&lt;br /&gt;
&lt;br /&gt;
== Proper money handling ==&lt;br /&gt;
&lt;br /&gt;
See the [[Proper Money Handling (JSON-RPC)|proper money handling page]] for notes on avoiding rounding errors when handling bitcoin values.&lt;br /&gt;
&lt;br /&gt;
== Python ==&lt;br /&gt;
&lt;br /&gt;
[http://json-rpc.org/wiki/python-json-rpc python-jsonrpc] is the official JSON-RPC implementation for Python.&lt;br /&gt;
It automatically generates Python methods for RPC calls.&lt;br /&gt;
However, due to its design for supporting old versions of Python, it is also rather inefficient.&lt;br /&gt;
[[User:jgarzik|jgarzik]] has forked it as [https://github.com/jgarzik/python-bitcoinrpc Python-BitcoinRPC] and optimized it for current versions.&lt;br /&gt;
Generally, this version is recommended.&lt;br /&gt;
&lt;br /&gt;
While BitcoinRPC lacks a few obscure features from jsonrpc, software using only the ServiceProxy class can be written the same to work with either version the user might choose to install:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
from jsonrpc import ServiceProxy&lt;br /&gt;
  &lt;br /&gt;
access = ServiceProxy(&amp;quot;http://user:password@127.0.0.1:8332&amp;quot;)&lt;br /&gt;
access.getinfo()&lt;br /&gt;
access.listreceivedbyaddress(6)&lt;br /&gt;
#access.sendtoaddress(&amp;quot;11yEmxiMso2RsFVfBcCa616npBvGgxiBX&amp;quot;, 10)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The latest version of python-bitcoinrpc has a new syntax.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
from bitcoinrpc.authproxy import AuthServiceProxy&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ruby ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;ruby&amp;quot;&amp;gt;&lt;br /&gt;
require &#039;net/http&#039;&lt;br /&gt;
require &#039;uri&#039;&lt;br /&gt;
require &#039;json&#039;&lt;br /&gt;
&lt;br /&gt;
class BitcoinRPC&lt;br /&gt;
  def initialize(service_url)&lt;br /&gt;
    @uri = URI.parse(service_url)&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
  def method_missing(name, *args)&lt;br /&gt;
    post_body = { &#039;method&#039; =&amp;gt; name, &#039;params&#039; =&amp;gt; args, &#039;id&#039; =&amp;gt; &#039;jsonrpc&#039; }.to_json&lt;br /&gt;
    resp = JSON.parse( http_post_request(post_body) )&lt;br /&gt;
    raise JSONRPCError, resp[&#039;error&#039;] if resp[&#039;error&#039;]&lt;br /&gt;
    resp[&#039;result&#039;]&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
  def http_post_request(post_body)&lt;br /&gt;
    http    = Net::HTTP.new(@uri.host, @uri.port)&lt;br /&gt;
    request = Net::HTTP::Post.new(@uri.request_uri)&lt;br /&gt;
    request.basic_auth @uri.user, @uri.password&lt;br /&gt;
    request.content_type = &#039;application/json&#039;&lt;br /&gt;
    request.body = post_body&lt;br /&gt;
    http.request(request).body&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
  class JSONRPCError &amp;lt; RuntimeError; end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
if $0 == __FILE__&lt;br /&gt;
  h = BitcoinRPC.new(&#039;http://user:password@127.0.0.1:8332&#039;)&lt;br /&gt;
  p h.getbalance&lt;br /&gt;
  p h.getinfo&lt;br /&gt;
  p h.getnewaddress&lt;br /&gt;
  p h.dumpprivkey( h.getnewaddress )&lt;br /&gt;
  # also see: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Erlang ==&lt;br /&gt;
Get the rebar dependency from https://github.com/edescourtis/ebitcoind . By default the client will use the configuration in &amp;lt;code&amp;gt;$HOME/.bitcoin/bitcoin.conf&amp;lt;/code&amp;gt; or you can instead specify a URI like this:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;erlang&amp;quot;&amp;gt;ebitcoind:start_link(&amp;lt;&amp;lt;&amp;quot;http://user:password@localhost:8332/&amp;quot;&amp;gt;&amp;gt;).&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a usage example:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;erlang&amp;quot;&amp;gt;&lt;br /&gt;
1&amp;gt; {ok,Pid} = ebitcoind:start_link().&lt;br /&gt;
{ok,&amp;lt;0.177.0&amp;gt;}&lt;br /&gt;
2&amp;gt; ebitcoind:getbalance(Pid).&lt;br /&gt;
8437.02478294&lt;br /&gt;
3&amp;gt; ebitcoind:getinfo(Pid).&lt;br /&gt;
{ok, #{&amp;lt;&amp;lt;&amp;quot;balance&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 8437.02478294,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;blocks&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 260404,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;connections&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 8,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;difficulty&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 148819199.80509263,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;errors&amp;quot;&amp;gt;&amp;gt; =&amp;gt; &amp;lt;&amp;lt;&amp;gt;&amp;gt;,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;keypoololdest&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 1420307921,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;keypoolsize&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 102,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;paytxfee&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 0.0,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;protocolversion&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 70002,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;proxy&amp;quot;&amp;gt;&amp;gt; =&amp;gt; &amp;lt;&amp;lt;&amp;gt;&amp;gt;,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;relayfee&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 1.0e-5,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;testnet&amp;quot;&amp;gt;&amp;gt; =&amp;gt; false,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;timeoffset&amp;quot;&amp;gt;&amp;gt; =&amp;gt; -3,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;version&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 90300,&lt;br /&gt;
  &amp;lt;&amp;lt;&amp;quot;walletversion&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 60000}}&lt;br /&gt;
4&amp;gt; ebitcoind:setgenerate(Pid,true).&lt;br /&gt;
{ok, null}&lt;br /&gt;
5&amp;gt; ebitcoind:getblocktemplate(Pid, #{}).                     &lt;br /&gt;
{ok,#{&amp;lt;&amp;lt;&amp;quot;bits&amp;quot;&amp;gt;&amp;gt; =&amp;gt; &amp;lt;&amp;lt;&amp;quot;181b0dca&amp;quot;&amp;gt;&amp;gt;,&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;coinbaseaux&amp;quot;&amp;gt;&amp;gt; =&amp;gt; #{&amp;lt;&amp;lt;&amp;quot;flags&amp;quot;&amp;gt;&amp;gt; =&amp;gt; &amp;lt;&amp;lt;&amp;quot;062f503253482f&amp;quot;&amp;gt;&amp;gt;},&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;coinbasevalue&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 2518690558,&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;curtime&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 1420421249,&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;height&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 337533,&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;mintime&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 1420416332,&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;mutable&amp;quot;&amp;gt;&amp;gt; =&amp;gt; [&amp;lt;&amp;lt;&amp;quot;time&amp;quot;&amp;gt;&amp;gt;,&amp;lt;&amp;lt;&amp;quot;transactions&amp;quot;&amp;gt;&amp;gt;,&amp;lt;&amp;lt;&amp;quot;prevblock&amp;quot;&amp;gt;&amp;gt;],&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;noncerange&amp;quot;&amp;gt;&amp;gt; =&amp;gt; &amp;lt;&amp;lt;&amp;quot;00000000ffffffff&amp;quot;&amp;gt;&amp;gt;,&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;previousblockhash&amp;quot;&amp;gt;&amp;gt; =&amp;gt; &amp;lt;&amp;lt;&amp;quot;000000000000000017ce0a0d328bf84cc597785844393e899e9a971a81679a5f&amp;quot;&amp;gt;&amp;gt;,&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;sigoplimit&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 20000,&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;sizelimit&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 1000000,&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;target&amp;quot;&amp;gt;&amp;gt; =&amp;gt; &amp;lt;&amp;lt;&amp;quot;00000000000000001b0dca00000000000000000000000000000000000000&amp;quot;...&amp;gt;&amp;gt;,&lt;br /&gt;
      &amp;lt;&amp;lt;&amp;quot;transactions&amp;quot;&amp;gt;&amp;gt; =&amp;gt; [#{&amp;lt;&amp;lt;&amp;quot;data&amp;quot;&amp;gt;&amp;gt; =&amp;gt; &amp;lt;&amp;lt;&amp;quot;01000000049b47ce225d29bff7c18b7df7d7df4693523a52&amp;quot;...&amp;gt;&amp;gt;,&lt;br /&gt;
         &amp;lt;&amp;lt;&amp;quot;depends&amp;quot;&amp;gt;&amp;gt; =&amp;gt; [],&lt;br /&gt;
         &amp;lt;&amp;lt;&amp;quot;fee&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 0,&lt;br /&gt;
         &amp;lt;&amp;lt;&amp;quot;hash&amp;quot;&amp;gt;&amp;gt; =&amp;gt; &amp;lt;&amp;lt;&amp;quot;6d0d76e1f27b3a6f7325923710dcdb4107c9&amp;quot;...&amp;gt;&amp;gt;,&lt;br /&gt;
         &amp;lt;&amp;lt;&amp;quot;sigops&amp;quot;&amp;gt;&amp;gt; =&amp;gt; 1},&lt;br /&gt;
      ...&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
&lt;br /&gt;
The [http://jsonrpcphp.org/ JSON-RPC PHP] library also makes it very easy to connect to Bitcoin.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
  require_once &#039;jsonRPCClient.php&#039;;&lt;br /&gt;
  &lt;br /&gt;
  $bitcoin = new jsonRPCClient(&#039;http://user:password@127.0.0.1:8332/&#039;);&lt;br /&gt;
   &lt;br /&gt;
  echo &amp;quot;&amp;lt;pre&amp;gt;\n&amp;quot;;&lt;br /&gt;
  print_r($bitcoin-&amp;gt;getinfo()); echo &amp;quot;\n&amp;quot;;&lt;br /&gt;
  echo &amp;quot;Received: &amp;quot;.$bitcoin-&amp;gt;getreceivedbylabel(&amp;quot;Your Address&amp;quot;).&amp;quot;\n&amp;quot;;&lt;br /&gt;
  echo &amp;quot;&amp;lt;/pre&amp;gt;&amp;quot;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The jsonRPCClient library uses fopen() and will throw an exception saying &amp;quot;Unable to connect&amp;quot; if it receives a 404 or 500 error from bitcoind. This prevents you from being able to see error messages generated by bitcoind (as they are sent with status 404 or 500). The [https://github.com/aceat64/EasyBitcoin-PHP EasyBitcoin-PHP library] is similar in function to JSON-RPC PHP but does not have this issue.&lt;br /&gt;
&lt;br /&gt;
== Java ==&lt;br /&gt;
&lt;br /&gt;
The easiest way to tell Java to use HTTP Basic authentication is to set a default Authenticator:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
  final String rpcuser =&amp;quot;...&amp;quot;;&lt;br /&gt;
  final String rpcpassword =&amp;quot;...&amp;quot;;&lt;br /&gt;
  &lt;br /&gt;
  Authenticator.setDefault(new Authenticator() {&lt;br /&gt;
      protected PasswordAuthentication getPasswordAuthentication() {&lt;br /&gt;
          return new PasswordAuthentication (rpcuser, rpcpassword.toCharArray());&lt;br /&gt;
      }&lt;br /&gt;
  });&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once that is done, [http://json-rpc.org/wiki/implementations any JSON-RPC library for Java] (or ordinary URL POSTs) may be used to communicate with the Bitcoin server.&lt;br /&gt;
&lt;br /&gt;
Instead to write your wrapper you can use [[Bitcoin-JSON-RPC-Client|this implementation]] or [https://github.com/johannbarbie/BitcoindClient4J this one] .&lt;br /&gt;
&lt;br /&gt;
== Perl ==&lt;br /&gt;
&lt;br /&gt;
The JSON::RPC package from CPAN can be used to communicate with Bitcoin.  You must set the client&#039;s credentials; for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;perl&amp;quot;&amp;gt;&lt;br /&gt;
  use JSON::RPC::Client;&lt;br /&gt;
  use Data::Dumper;&lt;br /&gt;
   &lt;br /&gt;
  my $client = new JSON::RPC::Client;&lt;br /&gt;
  &lt;br /&gt;
  $client-&amp;gt;ua-&amp;gt;credentials(&lt;br /&gt;
     &#039;localhost:8332&#039;, &#039;jsonrpc&#039;, &#039;user&#039; =&amp;gt; &#039;password&#039;  # REPLACE WITH YOUR bitcoin.conf rpcuser/rpcpassword&lt;br /&gt;
      );&lt;br /&gt;
  &lt;br /&gt;
  my $uri = &#039;http://localhost:8332/&#039;;&lt;br /&gt;
  my $obj = {&lt;br /&gt;
      method  =&amp;gt; &#039;getinfo&#039;,&lt;br /&gt;
      params  =&amp;gt; [],&lt;br /&gt;
   };&lt;br /&gt;
   &lt;br /&gt;
  my $res = $client-&amp;gt;call( $uri, $obj );&lt;br /&gt;
   &lt;br /&gt;
  if ($res){&lt;br /&gt;
      if ($res-&amp;gt;is_error) { print &amp;quot;Error : &amp;quot;, $res-&amp;gt;error_message; }&lt;br /&gt;
      else { print Dumper($res-&amp;gt;result); }&lt;br /&gt;
  } else {&lt;br /&gt;
      print $client-&amp;gt;status_line;&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Go ==&lt;br /&gt;
&lt;br /&gt;
The [https://github.com/conformal/btcrpcclient btcrpcclient package] can be used to communicate with Bitcoin.  You must provide credentials to match the client you are communicating with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;go&amp;quot;&amp;gt;&lt;br /&gt;
package main&lt;br /&gt;
&lt;br /&gt;
import (&lt;br /&gt;
	&amp;quot;github.com/conformal/btcnet&amp;quot;&lt;br /&gt;
	&amp;quot;github.com/conformal/btcrpcclient&amp;quot;&lt;br /&gt;
	&amp;quot;github.com/conformal/btcutil&amp;quot;&lt;br /&gt;
	&amp;quot;log&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
func main() {&lt;br /&gt;
	// create new client instance&lt;br /&gt;
	client, err := btcrpcclient.New(&amp;amp;btcrpcclient.ConnConfig{&lt;br /&gt;
		HttpPostMode: true,&lt;br /&gt;
		DisableTLS:   true,&lt;br /&gt;
		Host:         &amp;quot;127.0.0.1:8332&amp;quot;,&lt;br /&gt;
		User:         &amp;quot;rpcUsername&amp;quot;,&lt;br /&gt;
		Pass:         &amp;quot;rpcPassword&amp;quot;,&lt;br /&gt;
	}, nil)&lt;br /&gt;
	if err != nil {&lt;br /&gt;
		log.Fatalf(&amp;quot;error creating new btc client: %v&amp;quot;, err)&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// list accounts&lt;br /&gt;
	accounts, err := client.ListAccounts()&lt;br /&gt;
	if err != nil {&lt;br /&gt;
		log.Fatalf(&amp;quot;error listing accounts: %v&amp;quot;, err)&lt;br /&gt;
	}&lt;br /&gt;
	// iterate over accounts (map[string]btcutil.Amount) and write to stdout&lt;br /&gt;
	for label, amount := range accounts {&lt;br /&gt;
		log.Printf(&amp;quot;%s: %s&amp;quot;, label, amount)&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// prepare a sendMany transaction&lt;br /&gt;
	receiver1, err := btcutil.DecodeAddress(&amp;quot;1someAddressThatIsActuallyReal&amp;quot;, &amp;amp;btcnet.MainNetParams)&lt;br /&gt;
	if err != nil {&lt;br /&gt;
		log.Fatalf(&amp;quot;address receiver1 seems to be invalid: %v&amp;quot;, err)&lt;br /&gt;
	}&lt;br /&gt;
	receiver2, err := btcutil.DecodeAddress(&amp;quot;1anotherAddressThatsPrettyReal&amp;quot;, &amp;amp;btcnet.MainNetParams)&lt;br /&gt;
	if err != nil {&lt;br /&gt;
		log.Fatalf(&amp;quot;address receiver2 seems to be invalid: %v&amp;quot;, err)&lt;br /&gt;
	}&lt;br /&gt;
	receivers := map[btcutil.Address]btcutil.Amount{&lt;br /&gt;
		receiver1: 42,  // 42 satoshi&lt;br /&gt;
		receiver2: 100, // 100 satoshi&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// create and send the sendMany tx&lt;br /&gt;
	txSha, err := client.SendMany(&amp;quot;some-account-label-from-which-to-send&amp;quot;, receivers)&lt;br /&gt;
	if err != nil {&lt;br /&gt;
		log.Fatalf(&amp;quot;error sendMany: %v&amp;quot;, err)&lt;br /&gt;
	}&lt;br /&gt;
	log.Printf(&amp;quot;sendMany completed! tx sha is: %s&amp;quot;, txSha.String())&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .NET (C#) ==&lt;br /&gt;
The communication with the RPC service can be achieved using the standard http request/response objects.&lt;br /&gt;
A library for serialising and deserializing Json will make your life a lot easier:&lt;br /&gt;
&lt;br /&gt;
Json.Net ( http://james.newtonking.com/json ) is a high performance JSON package for .Net.  It is also available via NuGet from the package manager console ( Install-Package Newtonsoft.Json ).&lt;br /&gt;
&lt;br /&gt;
The following example uses Json.Net:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
 HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(&amp;quot;http://localhost.:8332&amp;quot;);&lt;br /&gt;
 webRequest.Credentials = new NetworkCredential(&amp;quot;user&amp;quot;, &amp;quot;pwd&amp;quot;);&lt;br /&gt;
 /// important, otherwise the service can&#039;t desirialse your request properly&lt;br /&gt;
 webRequest.ContentType = &amp;quot;application/json-rpc&amp;quot;;&lt;br /&gt;
 webRequest.Method = &amp;quot;POST&amp;quot;;&lt;br /&gt;
  &lt;br /&gt;
 JObject joe = new JObject();&lt;br /&gt;
 joe.Add(new JProperty(&amp;quot;jsonrpc&amp;quot;, &amp;quot;1.0&amp;quot;));&lt;br /&gt;
 joe.Add(new JProperty(&amp;quot;id&amp;quot;, &amp;quot;1&amp;quot;));&lt;br /&gt;
 joe.Add(new JProperty(&amp;quot;method&amp;quot;, Method));&lt;br /&gt;
 // params is a collection values which the method requires..&lt;br /&gt;
 if (Params.Keys.Count == 0)&lt;br /&gt;
 {&lt;br /&gt;
  joe.Add(new JProperty(&amp;quot;params&amp;quot;, new JArray()));&lt;br /&gt;
 }&lt;br /&gt;
 else&lt;br /&gt;
 {&lt;br /&gt;
     JArray props = new JArray();&lt;br /&gt;
     // add the props in the reverse order!&lt;br /&gt;
     for (int i = Params.Keys.Count - 1; i &amp;gt;= 0; i--)&lt;br /&gt;
     {&lt;br /&gt;
        .... // add the params&lt;br /&gt;
     }&lt;br /&gt;
     joe.Add(new JProperty(&amp;quot;params&amp;quot;, props));&lt;br /&gt;
     }&lt;br /&gt;
  &lt;br /&gt;
     // serialize json for the request&lt;br /&gt;
     string s = JsonConvert.SerializeObject(joe);&lt;br /&gt;
     byte[] byteArray = Encoding.UTF8.GetBytes(s);&lt;br /&gt;
     webRequest.ContentLength = byteArray.Length;&lt;br /&gt;
     Stream dataStream = webRequest.GetRequestStream();&lt;br /&gt;
     dataStream.Write(byteArray, 0, byteArray.Length);&lt;br /&gt;
     dataStream.Close();&lt;br /&gt;
     &lt;br /&gt;
     &lt;br /&gt;
     WebResponse webResponse = webRequest.GetResponse();&lt;br /&gt;
     &lt;br /&gt;
     ... // deserialze the response&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There is also a wrapper for Json.NET called Bitnet (https://sourceforge.net/projects/bitnet)&lt;br /&gt;
implementing Bitcoin API in more convenient way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
     BitnetClient bc = new BitnetClient(&amp;quot;http://127.0.0.1:8332&amp;quot;);&lt;br /&gt;
     bc.Credentials = new NetworkCredential(&amp;quot;user&amp;quot;, &amp;quot;pass&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
     var p = bc.GetDifficulty();&lt;br /&gt;
     Console.WriteLine(&amp;quot;Difficulty:&amp;quot; + p.ToString());&lt;br /&gt;
&lt;br /&gt;
     var inf = bc.GetInfo();&lt;br /&gt;
     Console.WriteLine(&amp;quot;Balance:&amp;quot; + inf[&amp;quot;balance&amp;quot;]);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A more complete library and wrapper for Bitcoin (also for Litecoin and all Bitcoin clones) is [https://github.com/GeorgeKimionis/BitcoinLib BitcoinLib] (https://github.com/GeorgeKimionis/BitcoinLib) which is also available via [https://www.nuget.org/packages/BitcoinLib/ NuGet] from the package manager console (Install-Package BitcoinLib). &lt;br /&gt;
&lt;br /&gt;
Querying the daemon with [https://github.com/GeorgeKimionis/BitcoinLib BitcoinLib] is as simple as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
     IBitcoinService bitcoinService = new BitcoinService();&lt;br /&gt;
&lt;br /&gt;
     double networkDifficulty = bitcoinService.GetDifficulty();&lt;br /&gt;
     decimal myBalance = bitcoinService.GetBalance();&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Node.js ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/freewil/node-bitcoin node-bitcoin] (npm: bitcoin) &lt;br /&gt;
&lt;br /&gt;
Example using node-bitcoin:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
var bitcoin = require(&#039;bitcoin&#039;);&lt;br /&gt;
var client = new bitcoin.Client({&lt;br /&gt;
  host: &#039;localhost&#039;,&lt;br /&gt;
  port: 8332,&lt;br /&gt;
  user: &#039;user&#039;,&lt;br /&gt;
  pass: &#039;pass&#039;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
client.getDifficulty(function(err, difficulty) {&lt;br /&gt;
  if (err) {&lt;br /&gt;
    return console.error(err);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  console.log(&#039;Difficulty: &#039; + difficulty);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example using Kapitalize:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&#039;javascript&#039;&amp;gt;&lt;br /&gt;
var client = require(&#039;kapitalize&#039;)()&lt;br /&gt;
&lt;br /&gt;
client.auth(&#039;user&#039;, &#039;password&#039;)&lt;br /&gt;
&lt;br /&gt;
client&lt;br /&gt;
.getInfo()&lt;br /&gt;
.getDifficulty(function(err, difficulty) {&lt;br /&gt;
  console.log(&#039;Dificulty: &#039;, difficulty)&lt;br /&gt;
})&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Command line (cURL) ==&lt;br /&gt;
&lt;br /&gt;
You can also send commands and see results using [http://curl.haxx.se/ cURL] or some other command-line HTTP-fetching utility; for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
  curl --user user --data-binary &#039;{&amp;quot;jsonrpc&amp;quot;: &amp;quot;1.0&amp;quot;, &amp;quot;id&amp;quot;:&amp;quot;curltest&amp;quot;, &amp;quot;method&amp;quot;: &amp;quot;getinfo&amp;quot;, &amp;quot;params&amp;quot;: [] }&#039; &lt;br /&gt;
    -H &#039;content-type: text/plain;&#039; http://127.0.0.1:8332/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will be prompted for your rpcpassword, and then will see something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
  {&amp;quot;result&amp;quot;:{&amp;quot;balance&amp;quot;:0.000000000000000,&amp;quot;blocks&amp;quot;:59952,&amp;quot;connections&amp;quot;:48,&amp;quot;proxy&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;generate&amp;quot;:false,&lt;br /&gt;
     &amp;quot;genproclimit&amp;quot;:-1,&amp;quot;difficulty&amp;quot;:16.61907875185736,&amp;quot;error&amp;quot;:null,&amp;quot;id&amp;quot;:&amp;quot;curltest&amp;quot;}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Clojure ==&lt;br /&gt;
&lt;br /&gt;
[https://github.com/aviad/clj-btc clj-btc] is a Clojure wrapper for the bitcoin API.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;clojure&amp;quot;&amp;gt;&lt;br /&gt;
user=&amp;gt; (require &#039;[clj-btc.core :as btc])&lt;br /&gt;
nil&lt;br /&gt;
user=&amp;gt; (btc/getinfo)&lt;br /&gt;
{&amp;quot;timeoffset&amp;quot; 0, &amp;quot;protocolversion&amp;quot; 70001, &amp;quot;blocks&amp;quot; 111908, &amp;quot;errors&amp;quot; &amp;quot;&amp;quot;,&lt;br /&gt;
 &amp;quot;testnet&amp;quot; true, &amp;quot;proxy&amp;quot; &amp;quot;&amp;quot;, &amp;quot;connections&amp;quot; 4, &amp;quot;version&amp;quot; 80500,&lt;br /&gt;
 &amp;quot;keypoololdest&amp;quot; 1380388750, &amp;quot;paytxfee&amp;quot; 0E-8M,&lt;br /&gt;
 &amp;quot;difficulty&amp;quot; 4642.44443532M, &amp;quot;keypoolsize&amp;quot; 101, &amp;quot;balance&amp;quot; 0E-8M,&lt;br /&gt;
 &amp;quot;walletversion&amp;quot; 60000}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Qt/C++ ==&lt;br /&gt;
&lt;br /&gt;
[https://bitbucket.org/devonit/qjsonrpc/overview QJsonRpc] is a Qt/C++ implementation of the JSON-RPC protocol. It integrates nicely with Qt, leveraging Qt&#039;s meta object system in order to provide services over the JSON-RPC protocol. QJsonRpc is licensed under the LGPLv2.1.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
 * Copyright (C) 2012-2013 Matt Broadstone&lt;br /&gt;
 * Contact: http://bitbucket.org/devonit/qjsonrpc&lt;br /&gt;
 *&lt;br /&gt;
 * This file is part of the QJsonRpc Library.&lt;br /&gt;
 *&lt;br /&gt;
 * This library is free software; you can redistribute it and/or&lt;br /&gt;
 * modify it under the terms of the GNU Lesser General Public&lt;br /&gt;
 * License as published by the Free Software Foundation; either&lt;br /&gt;
 * version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
 *&lt;br /&gt;
 * This library is distributed in the hope that it will be useful,&lt;br /&gt;
 * but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU&lt;br /&gt;
 * Lesser General Public License for more details.&lt;br /&gt;
 */&lt;br /&gt;
#include &amp;lt;QCoreApplication&amp;gt;&lt;br /&gt;
#include &amp;lt;QAuthenticator&amp;gt;&lt;br /&gt;
#include &amp;lt;QStringList&amp;gt;&lt;br /&gt;
#include &amp;lt;QDebug&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#include &amp;quot;qjsonrpchttpclient.h&amp;quot;&lt;br /&gt;
&lt;br /&gt;
class HttpClient : public QJsonRpcHttpClient&lt;br /&gt;
{&lt;br /&gt;
    Q_OBJECT&lt;br /&gt;
public:&lt;br /&gt;
    HttpClient(const QString &amp;amp;endpoint, QObject *parent = 0)&lt;br /&gt;
        : QJsonRpcHttpClient(endpoint, parent)&lt;br /&gt;
    {&lt;br /&gt;
        // defaults added for my local test server&lt;br /&gt;
        m_username = &amp;quot;bitcoinrpc&amp;quot;;&lt;br /&gt;
        m_password = &amp;quot;232fb3276bbb7437d265298ea48bdc46&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    void setUsername(const QString &amp;amp;username) {&lt;br /&gt;
        m_username = username;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    void setPassword(const QString &amp;amp;password) {&lt;br /&gt;
        m_password = password;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
private Q_SLOTS:&lt;br /&gt;
    virtual void handleAuthenticationRequired(QNetworkReply *reply, QAuthenticator * authenticator)&lt;br /&gt;
    {&lt;br /&gt;
        Q_UNUSED(reply)&lt;br /&gt;
        authenticator-&amp;gt;setUser(m_username);&lt;br /&gt;
        authenticator-&amp;gt;setPassword(m_password);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
private:&lt;br /&gt;
    QString m_username;&lt;br /&gt;
    QString m_password;&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
int main(int argc, char **argv)&lt;br /&gt;
{&lt;br /&gt;
    QCoreApplication app(argc, argv);&lt;br /&gt;
    if (app.arguments().size() &amp;lt; 2) {&lt;br /&gt;
        qDebug() &amp;lt;&amp;lt; &amp;quot;usage: &amp;quot; &amp;lt;&amp;lt; argv[0] &amp;lt;&amp;lt; &amp;quot;[-u username] [-p password] &amp;lt;command&amp;gt; &amp;lt;arguments&amp;gt;&amp;quot;;&lt;br /&gt;
        return -1;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    HttpClient client(&amp;quot;http://127.0.0.1:8332&amp;quot;);&lt;br /&gt;
    if (app.arguments().contains(&amp;quot;-u&amp;quot;)) {&lt;br /&gt;
        int idx = app.arguments().indexOf(&amp;quot;-u&amp;quot;);&lt;br /&gt;
        app.arguments().removeAt(idx);&lt;br /&gt;
        client.setUsername(app.arguments().takeAt(idx));&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    if (app.arguments().contains(&amp;quot;-p&amp;quot;)) {&lt;br /&gt;
        int idx = app.arguments().indexOf(&amp;quot;-p&amp;quot;);&lt;br /&gt;
        app.arguments().removeAt(idx);&lt;br /&gt;
        client.setPassword(app.arguments().takeAt(idx));&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    QJsonRpcMessage message = QJsonRpcMessage::createRequest(app.arguments().at(1));&lt;br /&gt;
    QJsonRpcMessage response = client.sendMessageBlocking(message);&lt;br /&gt;
    if (response.type() == QJsonRpcMessage::Error) {&lt;br /&gt;
        qDebug() &amp;lt;&amp;lt; response.errorData();&lt;br /&gt;
        return -1;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    qDebug() &amp;lt;&amp;lt; response.toJson();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Original_Bitcoin_client/API_Calls_list|API calls list]]&lt;br /&gt;
* [[Running Bitcoin]]&lt;br /&gt;
* [[Lazy API]]&lt;br /&gt;
* [[PHP developer intro]]&lt;br /&gt;
* [[Raw_Transactions|Raw Transactions API]]&lt;br /&gt;
* [https://gourl.io/bitcoin-payment-gateway-api.html GoUrl Bitcoin PHP Payment API]&lt;br /&gt;
* [http://blockchain.info/api/json_rpc_api Web Based JSON RPC interface.]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Developer]]&lt;br /&gt;
[[zh-cn:API_reference_(JSON-RPC)]]&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Meetups&amp;diff=40526</id>
		<title>Meetups</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Meetups&amp;diff=40526"/>
		<updated>2013-08-27T12:22:49Z</updated>

		<summary type="html">&lt;p&gt;Lclc: The Google group isn&amp;#039;t actively in use anymore&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Don&#039;t add everyone who&#039;s going in the &amp;quot;Who?&amp;quot; column, just prominent Bitcoin members and organizers. Also see [http://bitcoin.meetup.com bitcoin.meetup.com]. Also see [[Conferences]].&lt;br /&gt;
&lt;br /&gt;
Keep an eye on the [http://bitcointalk.org/index.php?board=86.0 Meetups] forum board on BitcoinTalk for announcements.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Group&lt;br /&gt;
! When?&lt;br /&gt;
! Where?&lt;br /&gt;
! Who?&lt;br /&gt;
! Other Notes&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Sydney-Bitcoin-Users-Group/ BitcoinSYD]&lt;br /&gt;
| Every Wednesday @ 1800&lt;br /&gt;
| [http://www.gposydney.com/GPO-SYDNEY-BARS-AND-CLUB-6.html GPO Bar], Downstairs, George St end. Look for the guy in the Red Cap.&lt;br /&gt;
| Local, National and International peeps looking to Talk and Trade Bitcoin&lt;br /&gt;
| We also post our meetups on Reddit and [https://www.facebook.com/pages/Bitcoin-Sydney-Australia/457681220943285 Facebook]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=27191.0;all Bitcoin Stammtisch]&lt;br /&gt;
| each first Thursday of the month&lt;br /&gt;
| [http://www.room77.de/ Room 77], Gräfestr. 77, Berlin-Kreuzberg&lt;br /&gt;
| Anyone interested in Bitcoin: technically, economically, socially or philosophically.&lt;br /&gt;
| If questions contact andreas(at)schildbach.de (founder).&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoins/ Bitcoin NYC]&lt;br /&gt;
| monthly&lt;br /&gt;
| [http://www.xcubicle.com/ xCubicle Hackerspace - New York, NY]&lt;br /&gt;
| Any and all Bitcoin aficionados. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [https://en.bitcoin.it/wiki/Bitcoin_Wednesday Bitcoin Wednesday Amsterdam]&lt;br /&gt;
| First Wednesday of the Month&lt;br /&gt;
| [http://lanyrd.com/2013/bitcoinamsterdam/ Sign Up - Amsterdam, The Netherlands]&lt;br /&gt;
| Open to anyone interested in Bitcoin. &lt;br /&gt;
| [https://www.PikaPay.com PikaPay.com @PikaPay or hello-AT-PikaPay.com]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://hitspace.org/ HIT Space - Hack it Together]&lt;br /&gt;
| monthly&lt;br /&gt;
| [http://hitspace.org/where-we-are/ HIT Space - Porto, Portugal]&lt;br /&gt;
| Hackerspace members and anyone who want to join us&lt;br /&gt;
| send us an email geral[at]hitspace.org&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://bitcoin-austria.at Bitcoin Austria]&lt;br /&gt;
| monthly - check the [http://bitcoin-austria.at wiki] or subscribe to the [http://lists.bitcoin-austria.at/listinfo/bitcoin mailinglist]&lt;br /&gt;
| [https://metalab.at/wiki/Lage Metalab], Vienna hacker space, Rathausstraße 6, 1010 Wien&lt;br /&gt;
| Everybody interested in Bitcoin &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://brmlab.cz brmlab, prague hackerspace]&lt;br /&gt;
| 14th Nov 2011&lt;br /&gt;
28th Nov 2011&lt;br /&gt;
([http://brmlab.cz/event/bitcoin_seminar])&lt;br /&gt;
| [http://brmlab.cz/place Brmlab, Bubenska 1]&lt;br /&gt;
| brmlab crew, slush, genjix&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.facebook.com/groups/175596065827848/ Bitcoin Boston]&lt;br /&gt;
| Every Friday at 4:30 and bi-weekly on Saturday or Sunday ([http://www.facebook.com/groups/175596065827848/ See Facebook page])&lt;br /&gt;
| Starbucks in Kendall Square (Ames St &amp;amp; Broadway) and bi-weekly at Starbucks in Harvard Square&lt;br /&gt;
| Anyone is welcome!&lt;br /&gt;
| Our bi-weekly meetings have been somewhat sporadic but we aim to gain some regularity.&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Milwaukee-Area-Bitcoin-Meetup/ Milwaukee Area Bitcoin Meetup]&lt;br /&gt;
| Every other Thursday at 6:00pm&lt;br /&gt;
| 17025 West Rogers Drive, New Berlin WI&lt;br /&gt;
| Open to anyone interested in Bitcoin&lt;br /&gt;
| [https://www.facebook.com/groups/BTCMKE Milwaukee Area Bitcoin Meetup Facebook]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin New York Bitcoin Users]&lt;br /&gt;
| 6:00 PM, 3rd Sunday of every month ([http://www.meetup.com/bitcoin/events/past past meetings])&lt;br /&gt;
| OnlyOneTV Studios - 290 Fifth Ave New York, NY&lt;br /&gt;
| Bruce Wagner (Organizer) and others&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin New York Bitcoin Users]&lt;br /&gt;
| 6:00 PM, every Wednesday of every month ([http://www.meetup.com/bitcoin/events/past past meetings])&lt;br /&gt;
| Just Sweet Dessert House - 83 Third Ave New York, NY&lt;br /&gt;
| Yifu Guo (Organizer) and crew&lt;br /&gt;
| hosted by Bitsyncom, the people behind [[Bitnavigator]], walk-ins welcome;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.meetup.com/MichiganBitcoinMeetup Michigan Bitcoin Meetup]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Kinnard Hockenhull (Organizer)&lt;br /&gt;
|Sponsored by [[BitBox]]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/PhillyBitcoin Philadelphia Bitcoin User Group]&lt;br /&gt;
| TBD&lt;br /&gt;
| TBD&lt;br /&gt;
| Brian Cohen (Organizer) and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinDC Washington, DC Bitcoin Users]&lt;br /&gt;
| 7:00 PM, 1st Monday of every month ([http://www.meetup.com/BitcoinDC/#past past meetings])&lt;br /&gt;
| Northside Social, 3211 Wilson Blvd Arlington, VA&lt;br /&gt;
| [[User:Dduane|Darrell Duane]] (Organizer) and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Silicon-Valley-Bitcoin-Users Silicon Valley Bitcoin Users]&lt;br /&gt;
| 7:00 PM, Tuesday, June 14, 2011 ([http://www.meetup.com/Silicon-Valley-Bitcoin-Users/events/past past meetings])&lt;br /&gt;
| 140B S Whisman Road Mountain View, CA &lt;br /&gt;
| Brian Mcqueen and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/BitcoinChicago Chicago]&lt;br /&gt;
| No regular schedule yet ([http://www.meetup.com/BitcoinChicago/events/past past meetings])&lt;br /&gt;
| Sunnyvale Art Gallery Cafe, 251 W El Camino Real Sunnyvale, CA&lt;br /&gt;
| Igor&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/denver-bitcoin Denver]&lt;br /&gt;
| First meeting June 4th, 2011 ([http://www.meetup.com/denver-bitcoin/events/past past meetings])&lt;br /&gt;
| Gypsy House Cafe - 1279 Marion St Denver, CO&lt;br /&gt;
| bearbones&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoinSF Bitcoin SF]&lt;br /&gt;
| Saturday, June 4, 2011 ([http://www.meetup.com/bitcoinSF past meetings])&lt;br /&gt;
| SFSU - 1600 Holloway Ave. San Francisco, CA&lt;br /&gt;
| Brian Mcqueen and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Los-Angeles-Digital-Currency-Innovators-Group Los Angeles Digital Currency Innovators]&lt;br /&gt;
| Thursday July 7th, 2011, 7 PM&lt;br /&gt;
| (mt)/Media Temple, Culver City, CA&lt;br /&gt;
| [[User:sgornick|Stephen Gornick]] (Interim organizer) and others&lt;br /&gt;
| Seeking meetup coordinator&lt;br /&gt;
|-&lt;br /&gt;
| [http://Hackerish.org Las Vegas Crypto Party]&lt;br /&gt;
| 3rd Thursday 7pm. [http://BitcoinsInVegas.com Weekly Wednesday lunch mobs]&lt;br /&gt;
| /Usr/Lib @ The Beat Coffee House, 520 Fremont, 2nd floor, Las Vegas, NV&lt;br /&gt;
| Julian Tosh / Tuxavant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/groups/195492163844669/ Free State Bitcoin Consortium]&lt;br /&gt;
| Every Saturday, at 6:30 PM&lt;br /&gt;
| Strange Brew Tavern, Manchester, NH&lt;br /&gt;
| ben-abuya (organizer)&lt;br /&gt;
| Weekly&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/groups/195492163844669/ Twin Cities Users]&lt;br /&gt;
| Friday, June 10, 2011, 6:30 PM&lt;br /&gt;
| Joule - 1200 Washington Ave S Minneapolis, MN&lt;br /&gt;
| Mac Manson&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Portland-Bitcoin-Meetup-Users Portland Bitcoin Users Meetup Group]&lt;br /&gt;
| forming&lt;br /&gt;
| &lt;br /&gt;
| Steven Wagner&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Bitcoin-Orlando Bitcoin Orlando]&lt;br /&gt;
| ([http://www.meetup.com/Bitcoin-Orlando#past past meetings])&lt;br /&gt;
| Frank &amp;amp; Steins 150 S. Magnolia Ave, Orlando, FL&lt;br /&gt;
| Antonio Gallippi&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.hive13.org/?p=310 Hive13 Hackerspace]&lt;br /&gt;
| Bitcoin Exchange, Every Tuesday, 7:30 PM&lt;br /&gt;
| Hive13 - 2929 Spring Grove Avenue, Cincinnati, OH&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.facebook.com/bitcoinaus Bitcoin Australia]: Melbourne &lt;br /&gt;
| [https://www.facebook.com/events/345430765511234/ Wednesday, 23 May 2012, 18:45]&lt;br /&gt;
| Melbourne CBD(TBA)&lt;br /&gt;
| Facebook, IRC, Bitcointalk Forum...&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin:Tokyo meetup|Tokyo]]&lt;br /&gt;
| Usually first monday of the month&lt;br /&gt;
| Shibuya&lt;br /&gt;
| Roger Ver (Organizer) and others&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://meetup.com/Bitcoin-Canada Vancouver Canada]&lt;br /&gt;
| ([http://www.meetup.com/Bitcoin-Canada/#past past meetings])&lt;br /&gt;
| The Brickhouse - 730 Main St.&lt;br /&gt;
| humble (and others)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://plus.google.com/u/0/communities/113055238568417913658 Zurich / Geneva Switzerland]&lt;br /&gt;
| Twice a month&lt;br /&gt;
| Kennedy&#039;s Irish Pub, Zurich; Lord Nelson Pub, Geneva&lt;br /&gt;
| Stefan Thomas (WeUseCoins), Mike Hearn (BitcoinJ), bitdragon, Luzius (Wuala), more ... &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Seattle Bitcoin Meetup&lt;br /&gt;
| [http://www.meetup.com/SeattleBitCoin/ Semi-regularly].&lt;br /&gt;
| [http://maps.google.com/maps?q=cafe+solstice&amp;amp;daddr=4116+University+Way,+Seattle,+WA+98105-6214&amp;amp;hl=en&amp;amp;ll=47.657424,-122.31313&amp;amp;spn=0.007328,0.01929&amp;amp;gl=us&amp;amp;view=map&amp;amp;geocode=CRT9Bdg7zX3vFdcx1wIdWqa1-CFcJ9qrr9CcEQ&amp;amp;t=h&amp;amp;z=16 Solstice Cafe, 2pm]&lt;br /&gt;
| [https://bitcointalk.org/index.php?action=profile;u=36217 indolering]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitcointalk.org/index.php?topic=135723.0 Munich Germany]&lt;br /&gt;
| First wednesday of the month, 6:00PM&lt;br /&gt;
| [http://www.openstreetmap.org/?minlon=11.5800867080688&amp;amp;minlat=48.1336479187012&amp;amp;maxlon=11.5804319381714&amp;amp;maxlat=48.1338386535645 Nero Pizza], Rumfordstrasse 34, 80469 München&lt;br /&gt;
| Bitcoin-users from Munich and around&lt;br /&gt;
| [http://www.meetup.com/Bitcoin-Munchen/ @meetup.com]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/bitcoin-il/ Israel Bitcoin Meetup Group]&lt;br /&gt;
| Occasional&lt;br /&gt;
| TBD&lt;br /&gt;
| Meni Rosenfeld&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meetup.com/Dallas-Bitcoin-User-Meetup/ Dallas Bitcoin Meetup Group]&lt;br /&gt;
| Biweekly on Saturdays, 6:00PM&lt;br /&gt;
| [http://freemandallas.com/ The Free Man Cajun Cafe]&lt;br /&gt;
| Justus Ranvier (organizer)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://en.bitcoin.it/wiki/Cafe Café Bitcoin Sevilla]&lt;br /&gt;
| &lt;br /&gt;
| Seville, Spain&lt;br /&gt;
| Randy Brito (rdymac / btcven), Eduardo (bitcoin.com.es), Jorge and Alfredo&lt;br /&gt;
| http://cafebitcoin.com&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [http://hackerspaces.org/wiki/List_of_Hacker_Spaces List of Hacker Spaces]&lt;br /&gt;
* [http://bitimap.net Bitimap.net - Find local meetups (up-to-date)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Local]]&lt;br /&gt;
[[Category:Meetups]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[de:Treffen]]&lt;/div&gt;</summary>
		<author><name>Lclc</name></author>
	</entry>
</feed>