Electrum: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Eldentyrell (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
===Screenshot=== | ===Screenshot=== | ||
[[Image:Capture-Electrum.png]] | [[Image:Capture-Electrum.png]] | ||
=== Security === | |||
See [Thin Client Security] | |||
===links=== | ===links=== |
Revision as of 00:45, 15 January 2012
Electrum is a lightweight Bitcoin client, based on a client-server protocol. It was released on november 5, 2011.
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.
Screenshot
Security
See [Thin Client Security]
links
- homepage: http://ecdsa.org/electrum
- source code: https://gitorious.org/electrum
- download: git clone git://gitorious.org/electrum/electrum.git