From bd321714b796b0cae182022f79a7b30ef749e791 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 22 Nov 2011 20:18:25 +0300 Subject: [PATCH] bitcoin-python not python-bitcoin :) --- server/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/server/README b/server/README index 837b5420..e114afd0 100644 --- a/server/README +++ b/server/README @@ -19,9 +19,12 @@ 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. install bitcoinrpc : https://gitorious.org/python-bitcoin - patch it too, see bitcoinrpc_connection.py.diff + +3. download bitcoin-python: https://github.com/toomanysecrets0/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 \ No newline at end of file