<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Infrastructure</id>
	<title>Infrastructure - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Infrastructure"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Infrastructure&amp;action=history"/>
	<updated>2026-05-15T10:22:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Infrastructure&amp;diff=5464&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Overview ==  === Components === *Peer/Node -- Maintains connections with the BitCoin network, and relays BitCoin traffic based on policies.  *Wallet -- Maintains private ke...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Infrastructure&amp;diff=5464&amp;oldid=prev"/>
		<updated>2019-06-04T10:02:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Overview ==  === Components === *Peer/Node -- Maintains connections with the BitCoin network, and relays BitCoin traffic based on policies.  *Wallet -- Maintains private ke...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Components ===&lt;br /&gt;
*Peer/Node -- Maintains connections with the BitCoin network, and relays BitCoin traffic based on policies. &lt;br /&gt;
*Wallet -- Maintains private key database, and controls balances for the user. &lt;br /&gt;
*UI -- End-user interface. Could be a wx/Qt/GTK GUI, CLI, Android app, iPhone app, etc... &lt;br /&gt;
*Miner -- Tries to solve blocks for the wallet.&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
*p2p -- Used for communication between Peers/Nodes, and also between your personal Peer/Node and your Wallet(s)&lt;br /&gt;
*JSON-RPC -- Old wallet-control protocol; suitable for web integration&lt;br /&gt;
*wallet -- Used for communication between your Wallet(s) and your Miner(s) and User Interface(s)&lt;br /&gt;
&lt;br /&gt;
=== Diagram ===&lt;br /&gt;
 ___________&lt;br /&gt;
 | |--(p2p protocol)---ooooooooooooooo&lt;br /&gt;
 | Peer/Node |--(p2p protocol)--o Other Peers o&lt;br /&gt;
 |___________|--(p2p protocol)---ooooooooooooooo&lt;br /&gt;
 |&lt;br /&gt;
 (p2p protocol)&lt;br /&gt;
 _____|_____ _________&lt;br /&gt;
 | | | |&lt;br /&gt;
 | Wallet |--(wallet protocol)--| Miner |&lt;br /&gt;
 |___________| |_________|&lt;br /&gt;
 |&lt;br /&gt;
 (wallet protocol)&lt;br /&gt;
 _____|__________&lt;br /&gt;
 | |&lt;br /&gt;
 | User Interface |&lt;br /&gt;
 |________________|&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
=== Peer/Node ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Software&lt;br /&gt;
|-&lt;br /&gt;
| [[bitcoin.pl]]&lt;br /&gt;
|-&lt;br /&gt;
| [[bitcoind]]&lt;br /&gt;
|-&lt;br /&gt;
| [[bitcoin-alt]]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitCoinJ|bitcoinj]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Pycoin]]&lt;br /&gt;
|-&lt;br /&gt;
| [[wxBitcoin]]&lt;br /&gt;
|-&lt;br /&gt;
| [[QBitcoin|QBitcoin CORE]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Wallet ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Software !! Old JSON-RPC !! New [[Wallet protocol]]&lt;br /&gt;
|-&lt;br /&gt;
| [[bitcoind]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[BitCoinJ|bitcoinj]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[wxBitcoin]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[QBitcoin Wallet]] || || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Miner ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Software !! Old JSON-RPC !! New [[Wallet protocol]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cpu_Miner]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[DiabloMiner]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Poclbm]] || || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== User Interface ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Software !! Old JSON-RPC !! New [[Wallet protocol]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin-js-remote]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[BitCoinJ|bitcoinj]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[BitDroid]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[QBitcoin|QBitcoin API Client]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[QBitcoin|QBitcoin CLI]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[QBitcoin|QBitcoin GUI]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Java Bitcoin Client]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Spesmilo]] || || &lt;br /&gt;
|-&lt;br /&gt;
| [[wxBitcoin]] || || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://bitcoin.it/ http://bitcoin.it/]&lt;br /&gt;
==See Also on BitcoinWiki==&lt;br /&gt;
* [[Gemini (digital currency exchange)]]&lt;br /&gt;
* [[BitcoinUSD]]&lt;br /&gt;
* [[BitcoinUSA]]&lt;br /&gt;
* [[BitMe]]&lt;br /&gt;
* [[ECurrencyZone]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>