Electrum: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Created page with "Electrum is a lightweight Bitcoin client. Main features: * Encrypted wallet * Deterministic key generation. If you lose your wallet, you can recover it from its passphrase. *...")
 
No edit summary
Line 1: Line 1:
Electrum is a lightweight Bitcoin client.
Electrum is a lightweight Bitcoin client.


Main features:
===Main features:===
* Encrypted wallet
* Encrypted wallet
* Deterministic key generation. If you lose your wallet, you can recover it from its passphrase.
* Deterministic key generation. If you lose your wallet, you can recover it from its passphrase.
Line 10: Line 10:
* Python. Very compact code, easy to contribute.
* Python. Very compact code, easy to contribute.


The project is hosted at https://gitorious.org/electrum
===links===
 
*homepage: http://ecdsa.org/electrum
download:
*source code: https://gitorious.org/electrum
<pre>git clone git://gitorious.org/electrum/electrum.git</pre>
*download: <tt>git clone git://gitorious.org/electrum/electrum.git</tt>


[[category:Clients]]
[[category:Clients]]

Revision as of 13:18, 5 November 2011

Electrum is a lightweight Bitcoin client.

Main features:

  • Encrypted wallet
  • Deterministic key generation. If you lose your wallet, you can recover it from its passphrase.
  • No blockchain download; the client requests that information from a server
  • Private keys are not shared with the server.
  • Firewall friendly: The client does not need to open a port, it simply polls the server for updates.
  • No single point of failure: The server code is open source, anyone can run a server.
  • Python. Very compact code, easy to contribute.

links