define aes and ecdsa as dependencies
[electrum-nvc.git] / README
1 Electrum - lightweight Bitcoin client
2
3 Licence: GNU GPL v3
4 Author: thomasv@gitorious
5 Language: Python
6
7 Features:
8
9 * Encrypted wallet: the file that contains your bitcoins is protected with a password. You are protected from thieves.
10 * Deterministic key generation: If you lose your wallet, you can recover it from its seed. You are protected from your own mistakes.
11 * No blockchain download: the client requests blockchain information from a server. No delays, always up-to-date.
12 * Transactions are signed locally: Your private keys are not shared with the server. You do not have to trust the server with your money.
13 * Privacy: The server does not know you, it does not store user accounts. You are not tied to a particular server.
14 * No single point of failure: The server code is open source, anyone can run a server.
15 * Firewall friendly: The client does not need to open a port, it simply polls the server for updates.
16 * Open Source: Anyone can audit the code.
17 * Python. Very compact code, easy to contribute.
18
19
20 INSTALL
21
22 To install Electrum, type:
23
24   sudo python setup.py install
25
26
27 RUN
28
29 To start Electrum in GUI mode, type:
30
31   electrum
32
33
34 If arguments are passed to the command line, Electrum will run in text mode:
35
36   electrum balance
37   electrum help
38
39
40
41 HELP
42
43 the most up-to-date information is on the wiki:
44 https://en.bitcoin.it/wiki/Electrum
45
46
47 BROWSER CONFIGURATION 
48
49 see http://ecdsa.org/bitcoin_URIs.html