note
authorThomasV <thomasv@gitorious>
Tue, 22 Nov 2011 17:32:07 +0000 (20:32 +0300)
committerThomasV <thomasv@gitorious>
Tue, 22 Nov 2011 17:32:07 +0000 (20:32 +0300)
server/README

index e114afd..c3b5b53 100644 (file)
@@ -27,4 +27,10 @@ INSTALL
 
 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
+