initial
[electrum-nvc.git] / README
1 Electrum - a lightweight Bitcoin client and its server
2
3 Licence: GNU GPL v3
4 Author: thomasv1@gmx.de
5 Language: Python
6
7 Main features:
8
9 Client:
10  * The client uses a deterministic wallet; if the wallet is lost, it can be recovered from its passphrase.
11  * The client does not download the Bitcoin blockchain; it requests that information from the server
12  * The client does not send its private keyes to the server.
13  * The client does not need to open a port, it simply polls the server for updates.
14
15 Server:
16  * The server uses a patched version of the Bitcoin daemon that can forward transactions, and bitcoin-abe
17  * The server code is open source. Anyone can run a server, removing single points of failure concerns.
18  * The server knows which set of Bitcoin addresses belong to the same wallet, which might raise concerns about anonymity. 
19 However, it should be possible to write clients capable of using several servers.
20
21 ----------------------------------------------------------
22 INSTALLATION
23
24 Client:  
25 1. install python-edcsa and pycrypto:
26    * sudo easy_install ecdsa
27    * sudo easy_install pycrypto
28 2. run the client:
29    python electrum
30
31 Server:
32
33 1. patch and recompile the bitcoin daemon - bitcoinrpc.diff
34 2. install bitcoin-abe
35 3. install bitcoinrpc, patch it too
36 3. launch the server: 
37    python server.py