Difference between revisions of "Category:Clients"

From Bitcoin Wiki
Jump to: navigation, search
(See Also: Dead Link)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Bitcoin clients''' are software that can connect to the network, download the [[blockchain]], manages wallets, and send or receive bitcoins.
+
'''Bitcoin clients''' are software that can connect to the network (implement the p2p protocol), download the [[blockchain]], manages wallets, and send or receive bitcoins, these clients intend to be alternatives to the original Bitcoin client.
 +
 
 +
Software or API wrappers that merely connects to an already running bitcoind to provide an alternative user interface or language binding is found in the category [[:Category:Frontends|Frontends]].
  
 
==See Also==
 
==See Also==
  
 +
* [[:Category:Frontends|Frontends]]
 
* [[Protocol rules]]
 
* [[Protocol rules]]
* [[:Category:Frontends|Frontends]]
+
* [[:Category:User Interfaces|User Interfaces]]
 +
* [[:Category:Wallets|Wallets]]
 +
* [[:Category:Nodes|Nodes]]
 +
* [https://bitcoin.org/en/choose-your-wallet Choose your Bitcoin wallet] on [[Bitcoin.org]]
 +
* [http://dre.tx0.org/compare.htm Open-Source Bitcoin Clients for the Desktop]
 +
 
  
 
[[fr:Catégorie:Clients Bitcoin]]
 
[[fr:Catégorie:Clients Bitcoin]]
 
[[de:Kategorie:Client-Anwendungen]]
 
[[de:Kategorie:Client-Anwendungen]]
 
[[Category:Software]]
 
[[Category:Software]]
[[Category:Main category]]
 

Latest revision as of 14:49, 6 July 2015

Bitcoin clients are software that can connect to the network (implement the p2p protocol), download the blockchain, manages wallets, and send or receive bitcoins, these clients intend to be alternatives to the original Bitcoin client.

Software or API wrappers that merely connects to an already running bitcoind to provide an alternative user interface or language binding is found in the category Frontends.

See Also