From 39c94ef3abc9e1996adfaa3ecc16ad1d3f892574 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 22 Nov 2011 20:32:07 +0300 Subject: [PATCH] note --- server/README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/server/README b/server/README index e114afd0c..c3b5b532a 100644 --- a/server/README +++ b/server/README @@ -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 +