Privacy feature: allow running a private server, that does not register on IRC. New...
[electrum-server.git] / README
diff --git a/README b/README
index 837b542..17042b4 100644 (file)
--- a/README
+++ b/README
@@ -19,9 +19,18 @@ 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/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
\ No newline at end of file
+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
+