electrum-bitcoinprivate/server
ThomasV 000d5f5c31 minor fix in recv loop 2011-12-06 14:48:51 +03:00
..
patches server code 2011-11-04 18:15:16 +01:00
LICENSE readmes 2011-11-10 01:23:34 +01:00
README Ok, *really* fix to use the correct bitcoinrpc module. 2011-11-23 15:06:07 +02:00
README-IRC.txt typos 2011-12-01 19:43:30 +03:00
electrum.conf.sample * move server's hostname on IRC to realname, part 1: config file and connect command 2011-11-30 15:34:16 +02:00
electrum.php show hostnames 2011-11-23 13:16:36 +03:00
server.py minor fix in recv loop 2011-12-06 14:48:51 +03:00
start start and stop 2011-11-23 13:50:04 +03:00
stop start and stop 2011-11-23 13:50:04 +03:00

README

Electrum - server for the Electrum client

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

Features: 

* The server uses a patched version of the Bitcoin daemon that can
forward transactions, and bitcoin-abe * The server code is open
source. Anyone can run a server, removing single points of failure
concerns.

* The server knows which set of Bitcoin addresses belong to the same
wallet, which might raise concerns about anonymity. However, it should
be possible to write clients capable of using several servers.


INSTALL

1. patch and recompile the bitcoin daemon - bitcoinrpc.diff

2. install bitcoin-abe : https://github.com/jtobey/bitcoin-abe

3. download bitcoin-python: https://github.com/laanwj/bitcoin-python
   patch it with bitcoinrpc_connection.py.diff

4. launch the server:  nohup python -u server.py > /var/log/electrum.log &

5. if you have a webserver, you can use electrum.php to forward http requests to the server


Note: 
You do not want to run bitcoin-abe and the server simultaneously, because they will both try to update the database. 
If you want bitcoin-abe to be available on your website, run it with the --no-update option