Go to file
ThomasV 8af3e689fc skip data files install on windows 2012-06-10 15:43:10 +02:00
docs mv client/* . && rm -fr client 2012-04-29 17:49:41 +01:00
icons mv client/* . && rm -fr client 2012-04-29 17:49:41 +01:00
lib v0.57a 2012-06-10 15:34:02 +02:00
LICENCE mv client/* . && rm -fr client 2012-04-29 17:49:41 +01:00
MANIFEST.in version 0.50: localisation using gettext 2012-05-18 15:28:55 +02:00
README define aes and ecdsa as dependencies 2012-05-10 17:37:49 +04:00
RELEASE-NOTES mv client/* . && rm -fr client 2012-04-29 17:49:41 +01:00
app.fil restore app.fil 2012-05-30 14:44:34 +02:00
blocks add init_socket to scripts 2012-05-17 20:26:37 +02:00
electrum fix: distinguish between addr and m_addr 2012-06-08 20:51:10 +02:00
electrum.desktop gnome desktop 2012-05-14 13:35:22 +02:00
electrum.png gnome desktop 2012-05-14 13:35:22 +02:00
electrum4a.py revert previous; fix qr code for make_address 2012-05-21 17:18:46 +02:00
icons.qrc mv client/* . && rm -fr client 2012-04-29 17:49:41 +01:00
mki18n.py strip translation messages 2012-06-09 17:35:07 +02:00
peers setup package in lib subdirectory 2012-05-10 14:38:49 +02:00
remote.php mv client/* . && rm -fr client 2012-04-29 17:49:41 +01:00
remote_wallet.py mv client/* . && rm -fr client 2012-04-29 17:49:41 +01:00
setup.py skip data files install on windows 2012-06-10 15:43:10 +02:00
upgrade.py mv client/* . && rm -fr client 2012-04-29 17:49:41 +01:00
watch_address add init_socket to scripts 2012-05-17 20:26:37 +02: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

To install Electrum, type:

  sudo python setup.py install


RUN

To start Electrum in GUI mode, type:

  electrum


If arguments are passed to the command line, Electrum will run in text mode:

  electrum balance
  electrum help



HELP

the most up-to-date information is on the wiki:
https://en.bitcoin.it/wiki/Electrum


BROWSER CONFIGURATION 

see http://ecdsa.org/bitcoin_URIs.html