<?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=Jim618</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=Jim618"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Jim618"/>
	<updated>2026-06-06T02:25:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Clients&amp;diff=40706</id>
		<title>Clients</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Clients&amp;diff=40706"/>
		<updated>2013-09-04T11:58:00Z</updated>

		<summary type="html">&lt;p&gt;Jim618: Updated MultiBit download link to https&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
&lt;br /&gt;
This table compares the features of the different clients. All of the listed clients are open-source.&lt;br /&gt;
&lt;br /&gt;
===Feature key===&lt;br /&gt;
&lt;br /&gt;
; Wallet Security : How well the client protects your [[private key]]s from people with access to the machine the wallet is stored on. The private keys can be encrypted, for example. The private keys can also be either stored on your device or on a remote server.&lt;br /&gt;
; Network Security : Clients which more fully implement the Bitcoin network protocol are safer -- they can&#039;t be as easily tricked by powerful attackers. A client which &#039;&#039;fully&#039;&#039; implements the protocol will always use the correct [[block chain]] and will never allow [[double-spending|double-spends]] or invalid transactions to exist in the block chain under any circumstances. Clients which only &#039;&#039;partially&#039;&#039; implement the protocol typically trust that 50% or more of the network&#039;s mining power is honest. Some clients trust one or more &#039;&#039;remote servers&#039;&#039; to protect them from double-spends and other network attacks.&lt;br /&gt;
; Setup Time : Some clients require that you download and verify a large amount of data before you can send or receive BTC.&lt;br /&gt;
; Maturity : When the project was started.&lt;br /&gt;
&lt;br /&gt;
===Table===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- please keep this alphabetic --&amp;gt;&lt;br /&gt;
{| class=&#039;wikitable&#039; style=&#039;text-align: center&#039;&lt;br /&gt;
! Client !! Get Started !! Audience !! Wallet Security !! Network Security !! Backups !! Setup Time !! Disk Space !! Maturity !! Multi-user !! Available for&lt;br /&gt;
|-&lt;br /&gt;
! Armory&lt;br /&gt;
|| [http://bitcoinarmory.com/index.php/get-armory Download] || Power users || {{CLGood|Encrypted, on-device}} || Addon || {{CLBest|One-time}} || Varies || {{CLBad|6+ GB}} || Jul 2011 || {{CLBest|Multi-wallet}} || {{CLLinux}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin Wallet&lt;br /&gt;
|| [https://play.google.com/store/apps/details?id=de.schildbach.wallet Google Play] [https://appworld.blackberry.com/webstore/content/23952882/ BlackBerry World] || {{CLGood|End-users}} || {{CLGood|Isolated, on-device}} || Partial || Manual || 1 hour || 30 MB || {{CLGood|Mar 2011}} || on JB tablets || {{CLAndroid}} [[file:ico-blackberry.png]]&lt;br /&gt;
|-&lt;br /&gt;
! {{CLGood|Bitcoin-Qt}}&lt;br /&gt;
|| [http://sourceforge.net/projects/bitcoin/files/Bitcoin/ Download] || {{CLGood|End-users}} || {{CLGood|Encrypted, on-device}} || {{CLBest|Full}} || Manual || {{CLBad|Hours}} || {{CLBad|6+ GB}} || {{CLGood|May 2011}} || No || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! bitcoind&lt;br /&gt;
|| [http://sourceforge.net/projects/bitcoin/files/Bitcoin/ Download] || Programmers || {{CLGood|Encrypted, on-device}} || {{CLBest|Full}} || Manual || {{CLBad|Hours}} || {{CLBad|6+ GB}} || {{CLBest|Aug 2009}} || {{CLGood|Virtual accounts}} || {{CLLinux}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! Electrum&lt;br /&gt;
|| [http://ecdsa.org/electrum/ Download] || Power users || {{CLGood|Encrypted, on-device}} || Minimal || {{CLBest|Memorized}} || {{CLGood|Minutes}} || {{CLGood|5 MB}} || Nov 2011 || No || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! MultiBit&lt;br /&gt;
|| [https://multibit.org/releases.html Download] || {{CLGood|End-users}} || {{CLGood|Encrypted, on-device}} || Partial || {{CLGood|Automatic (local)}} || {{CLBest|Seconds}} || 50 MB || Jul 2011 || {{CLBest|Multi-wallet}} || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! My Wallet&lt;br /&gt;
|| [https://blockchain.info/wallet/new Web-based] || {{CLBest|Everyone}} || Encrypted, on a server || {{CLBad|Remote}} || {{CLGood|Automatic}} || {{CLGood|Minutes}} || {{CLBest|None}} || Dec 2011 || {{CLBest|Yes}} || {{CLAndroid}}{{CLiOS}}{{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! Gocoin&lt;br /&gt;
|| [https://github.com/piotrnar/gocoin Build yourself] || Power users || Designated offline PC || {{CLBest|Full}} || {{CLBest|Memorized}} || {{CLBad|Hours}} || {{CLBad|6+GB}} || May 2013 || {{CLBest|Multi-wallet}} || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- For Wallet Security: CLBest is reserved for multisig-based --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For developers==&lt;br /&gt;
&lt;br /&gt;
This table shows additional information about various Bitcoin clients that may be relevant to developers.&lt;br /&gt;
&lt;br /&gt;
{| class=&#039;wikitable&#039; style=&#039;text-align: center&#039;&lt;br /&gt;
! Client !! Website !! Source Code !! License !! Discussion !! Architecture&lt;br /&gt;
|-&lt;br /&gt;
! Armory&lt;br /&gt;
|| [http://bitcoinarmory.com/ Link] ||[https://github.com/etotheipi/BitcoinArmory/ Github] || AGPLv3 || [https://bitcointalk.org/index.php?board=97.0 Bitcointalk] || Integrated&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin Wallet&lt;br /&gt;
|| [https://code.google.com/p/bitcoin-wallet/ Link] || [https://code.google.com/p/bitcoin-wallet/source/checkout Google Code] [https://github.com/schildbach/bitcoin-wallet Github] || GPLv3 || [https://bitcointalk.org/index.php?board=100.0 Bitcointalk] / [https://groups.google.com/forum/?fromgroups#!forum/bitcoinj Google Groups] || [[Thin Client Security#Simplified Payment Verification (SPV)|SPV]]&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin-Qt / bitcoind&lt;br /&gt;
|| [http://bitcoin.org/ Link] || [https://github.com/bitcoin/bitcoin Github] || MIT || [https://lists.sourceforge.net/lists/listinfo/bitcoin-development Sourceforge] || Integrated&lt;br /&gt;
|-&lt;br /&gt;
! Electrum&lt;br /&gt;
|| [http://ecdsa.org/electrum/ Link] || [https://gitorious.org/electrum Gitorious] || GPLv3 || [https://lists.sourceforge.net/lists/listinfo/electrum-discuss Sourceforge] || [[Thin Client Security#Server-Trusting Clients|Server-Client]]&lt;br /&gt;
|-&lt;br /&gt;
! MultiBit&lt;br /&gt;
|| [http://multibit.org/ Link] || [https://github.com/jim618/multibit Github] || MIT || [https://groups.google.com/forum/?fromgroups#!forum/bitcoin-multibit Google Groups] || [[Thin Client Security#Simplified Payment Verification (SPV)|SPV]]&lt;br /&gt;
|-&lt;br /&gt;
! My Wallet&lt;br /&gt;
|| [https://blockchain.info/wallet/ Link] || [https://github.com/blockchain/My-Wallet/ Github] || BSD* || None || [[Thin Client Security#Server-Trusting Clients|Server-Client]]&lt;br /&gt;
|-&lt;br /&gt;
! bits of proof&lt;br /&gt;
|| [http://bitsofproof.com Link] || [https://github.com/bitsofproof/supernode Github] || Apache 2.0 || [https://bitcointalk.org/index.php?topic=122013.0 Bitcointalk] || [[Thin Client Security#Server-Trusting Clients|Server-Client]]&lt;br /&gt;
|-&lt;br /&gt;
! Gocoin&lt;br /&gt;
|| [https://en.bitcoin.it/wiki/Gocoin Link] || [https://github.com/piotrnar/gocoin Github] || GPLv3 || [https://bitcointalk.org/index.php?topic=199306.0 Bitcointalk] || Integrated&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Software#Bitcoin_clients|List of clients]]&lt;br /&gt;
* [[Bitcoin Ladder]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jim618</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Clients&amp;diff=40705</id>
		<title>Clients</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Clients&amp;diff=40705"/>
		<updated>2013-09-04T11:55:36Z</updated>

		<summary type="html">&lt;p&gt;Jim618: MultiBit stores various backups (wallets and private keys) automatically, but they are stored locally.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
&lt;br /&gt;
This table compares the features of the different clients. All of the listed clients are open-source.&lt;br /&gt;
&lt;br /&gt;
===Feature key===&lt;br /&gt;
&lt;br /&gt;
; Wallet Security : How well the client protects your [[private key]]s from people with access to the machine the wallet is stored on. The private keys can be encrypted, for example. The private keys can also be either stored on your device or on a remote server.&lt;br /&gt;
; Network Security : Clients which more fully implement the Bitcoin network protocol are safer -- they can&#039;t be as easily tricked by powerful attackers. A client which &#039;&#039;fully&#039;&#039; implements the protocol will always use the correct [[block chain]] and will never allow [[double-spending|double-spends]] or invalid transactions to exist in the block chain under any circumstances. Clients which only &#039;&#039;partially&#039;&#039; implement the protocol typically trust that 50% or more of the network&#039;s mining power is honest. Some clients trust one or more &#039;&#039;remote servers&#039;&#039; to protect them from double-spends and other network attacks.&lt;br /&gt;
; Setup Time : Some clients require that you download and verify a large amount of data before you can send or receive BTC.&lt;br /&gt;
; Maturity : When the project was started.&lt;br /&gt;
&lt;br /&gt;
===Table===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- please keep this alphabetic --&amp;gt;&lt;br /&gt;
{| class=&#039;wikitable&#039; style=&#039;text-align: center&#039;&lt;br /&gt;
! Client !! Get Started !! Audience !! Wallet Security !! Network Security !! Backups !! Setup Time !! Disk Space !! Maturity !! Multi-user !! Available for&lt;br /&gt;
|-&lt;br /&gt;
! Armory&lt;br /&gt;
|| [http://bitcoinarmory.com/index.php/get-armory Download] || Power users || {{CLGood|Encrypted, on-device}} || Addon || {{CLBest|One-time}} || Varies || {{CLBad|6+ GB}} || Jul 2011 || {{CLBest|Multi-wallet}} || {{CLLinux}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin Wallet&lt;br /&gt;
|| [https://play.google.com/store/apps/details?id=de.schildbach.wallet Google Play] [https://appworld.blackberry.com/webstore/content/23952882/ BlackBerry World] || {{CLGood|End-users}} || {{CLGood|Isolated, on-device}} || Partial || Manual || 1 hour || 30 MB || {{CLGood|Mar 2011}} || on JB tablets || {{CLAndroid}} [[file:ico-blackberry.png]]&lt;br /&gt;
|-&lt;br /&gt;
! {{CLGood|Bitcoin-Qt}}&lt;br /&gt;
|| [http://sourceforge.net/projects/bitcoin/files/Bitcoin/ Download] || {{CLGood|End-users}} || {{CLGood|Encrypted, on-device}} || {{CLBest|Full}} || Manual || {{CLBad|Hours}} || {{CLBad|6+ GB}} || {{CLGood|May 2011}} || No || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! bitcoind&lt;br /&gt;
|| [http://sourceforge.net/projects/bitcoin/files/Bitcoin/ Download] || Programmers || {{CLGood|Encrypted, on-device}} || {{CLBest|Full}} || Manual || {{CLBad|Hours}} || {{CLBad|6+ GB}} || {{CLBest|Aug 2009}} || {{CLGood|Virtual accounts}} || {{CLLinux}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! Electrum&lt;br /&gt;
|| [http://ecdsa.org/electrum/ Download] || Power users || {{CLGood|Encrypted, on-device}} || Minimal || {{CLBest|Memorized}} || {{CLGood|Minutes}} || {{CLGood|5 MB}} || Nov 2011 || No || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! MultiBit&lt;br /&gt;
|| [http://multibit.org/releases.html Download] || {{CLGood|End-users}} || {{CLGood|Encrypted, on-device}} || Partial || {{CLGood|Automatic (local)}} || {{CLBest|Seconds}} || 50 MB || Jul 2011 || {{CLBest|Multi-wallet}} || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! My Wallet&lt;br /&gt;
|| [https://blockchain.info/wallet/new Web-based] || {{CLBest|Everyone}} || Encrypted, on a server || {{CLBad|Remote}} || {{CLGood|Automatic}} || {{CLGood|Minutes}} || {{CLBest|None}} || Dec 2011 || {{CLBest|Yes}} || {{CLAndroid}}{{CLiOS}}{{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|-&lt;br /&gt;
! Gocoin&lt;br /&gt;
|| [https://github.com/piotrnar/gocoin Build yourself] || Power users || Designated offline PC || {{CLBest|Full}} || {{CLBest|Memorized}} || {{CLBad|Hours}} || {{CLBad|6+GB}} || May 2013 || {{CLBest|Multi-wallet}} || {{CLLinux}}{{CLMac}}{{CLWin}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- For Wallet Security: CLBest is reserved for multisig-based --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For developers==&lt;br /&gt;
&lt;br /&gt;
This table shows additional information about various Bitcoin clients that may be relevant to developers.&lt;br /&gt;
&lt;br /&gt;
{| class=&#039;wikitable&#039; style=&#039;text-align: center&#039;&lt;br /&gt;
! Client !! Website !! Source Code !! License !! Discussion !! Architecture&lt;br /&gt;
|-&lt;br /&gt;
! Armory&lt;br /&gt;
|| [http://bitcoinarmory.com/ Link] ||[https://github.com/etotheipi/BitcoinArmory/ Github] || AGPLv3 || [https://bitcointalk.org/index.php?board=97.0 Bitcointalk] || Integrated&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin Wallet&lt;br /&gt;
|| [https://code.google.com/p/bitcoin-wallet/ Link] || [https://code.google.com/p/bitcoin-wallet/source/checkout Google Code] [https://github.com/schildbach/bitcoin-wallet Github] || GPLv3 || [https://bitcointalk.org/index.php?board=100.0 Bitcointalk] / [https://groups.google.com/forum/?fromgroups#!forum/bitcoinj Google Groups] || [[Thin Client Security#Simplified Payment Verification (SPV)|SPV]]&lt;br /&gt;
|-&lt;br /&gt;
! Bitcoin-Qt / bitcoind&lt;br /&gt;
|| [http://bitcoin.org/ Link] || [https://github.com/bitcoin/bitcoin Github] || MIT || [https://lists.sourceforge.net/lists/listinfo/bitcoin-development Sourceforge] || Integrated&lt;br /&gt;
|-&lt;br /&gt;
! Electrum&lt;br /&gt;
|| [http://ecdsa.org/electrum/ Link] || [https://gitorious.org/electrum Gitorious] || GPLv3 || [https://lists.sourceforge.net/lists/listinfo/electrum-discuss Sourceforge] || [[Thin Client Security#Server-Trusting Clients|Server-Client]]&lt;br /&gt;
|-&lt;br /&gt;
! MultiBit&lt;br /&gt;
|| [http://multibit.org/ Link] || [https://github.com/jim618/multibit Github] || MIT || [https://groups.google.com/forum/?fromgroups#!forum/bitcoin-multibit Google Groups] || [[Thin Client Security#Simplified Payment Verification (SPV)|SPV]]&lt;br /&gt;
|-&lt;br /&gt;
! My Wallet&lt;br /&gt;
|| [https://blockchain.info/wallet/ Link] || [https://github.com/blockchain/My-Wallet/ Github] || BSD* || None || [[Thin Client Security#Server-Trusting Clients|Server-Client]]&lt;br /&gt;
|-&lt;br /&gt;
! bits of proof&lt;br /&gt;
|| [http://bitsofproof.com Link] || [https://github.com/bitsofproof/supernode Github] || Apache 2.0 || [https://bitcointalk.org/index.php?topic=122013.0 Bitcointalk] || [[Thin Client Security#Server-Trusting Clients|Server-Client]]&lt;br /&gt;
|-&lt;br /&gt;
! Gocoin&lt;br /&gt;
|| [https://en.bitcoin.it/wiki/Gocoin Link] || [https://github.com/piotrnar/gocoin Github] || GPLv3 || [https://bitcointalk.org/index.php?topic=199306.0 Bitcointalk] || Integrated&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Software#Bitcoin_clients|List of clients]]&lt;br /&gt;
* [[Bitcoin Ladder]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jim618</name></author>
	</entry>
</feed>