URI: 
       tnote - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 39c94ef3abc9e1996adfaa3ecc16ad1d3f892574
   DIR parent bd321714b796b0cae182022f79a7b30ef749e791
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Tue, 22 Nov 2011 20:32:07 +0300
       
       note
       
       Diffstat:
         M server/README                       |       9 +++++++--
       
       1 file changed, 7 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/server/README b/server/README
       t@@ -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
       +