electrum-bitcoinprivate/client
ThomasV aa1ec8c292 use os.join 2011-11-14 19:11:31 +01:00
..
LICENCE readmes 2011-11-10 01:23:34 +01:00
README m 2011-11-10 01:27:52 +01:00
electrum.py use os.join 2011-11-14 19:11:31 +01:00
gui.py use os.join 2011-11-14 19:11:31 +01:00
mnemonic.py optimisation (edit distance) 2011-11-10 00:47:54 +01:00

README

Electrum - lightweight Bitcoin client

Licence: GNU GPL v3
Author: thomasv@gitorious
Language: Python

Features:

* Encrypted wallet: the file that contains your bitcoins is protected with a password. You are protected from thieves.
* Deterministic key generation: If you lose your wallet, you can recover it from its seed. You are protected from your own mistakes.
* No blockchain download: the client requests blockchain information from a server. No delays, always up-to-date.
* Transactions are signed locally: Your private keys are not shared with the server. You do not have to trust the server with your money.
* Privacy: The server does not know you, it does not store user accounts. You are not tied to a particular server.
* No single point of failure: The server code is open source, anyone can run a server.
* Firewall friendly: The client does not need to open a port, it simply polls the server for updates.
* Open Source: Anyone can audit the code.
* Python. Very compact code, easy to contribute.



INSTALL

You need install pygtk, python-ecdsa and pycrypto

* sudo easy_install ecdsa
* sudo easy_install pycrypto


RUN

python electrum.py

If arguments are passed to the command line, Electrum will run in text mode.
Example:
  python electrum.py balance