Ok, *really* fix to use the correct bitcoinrpc module.
[electrum-server.git] / README
1 Electrum - server for the Electrum client
2
3 Licence: GNU GPL v3
4 Author: thomasv@gitorious
5 Language: Python
6
7 Features: 
8
9 * The server uses a patched version of the Bitcoin daemon that can
10 forward transactions, and bitcoin-abe * The server code is open
11 source. Anyone can run a server, removing single points of failure
12 concerns.
13
14 * The server knows which set of Bitcoin addresses belong to the same
15 wallet, which might raise concerns about anonymity. However, it should
16 be possible to write clients capable of using several servers.
17
18
19 INSTALL
20
21 1. patch and recompile the bitcoin daemon - bitcoinrpc.diff
22
23 2. install bitcoin-abe : https://github.com/jtobey/bitcoin-abe
24
25 3. download bitcoin-python: https://github.com/laanwj/bitcoin-python
26    patch it with bitcoinrpc_connection.py.diff
27
28 4. launch the server:  nohup python -u server.py > /var/log/electrum.log &
29
30 5. if you have a webserver, you can use electrum.php to forward http requests to the server
31
32
33 Note: 
34 You do not want to run bitcoin-abe and the server simultaneously, because they will both try to update the database. 
35 If you want bitcoin-abe to be available on your website, run it with the --no-update option
36