This commit is contained in:
ThomasV 2011-11-22 20:32:07 +03:00
parent bd321714b7
commit 39c94ef3ab
1 changed files with 7 additions and 1 deletions

View File

@ -27,4 +27,10 @@ INSTALL
4. launch the server: nohup python -u server.py > /var/log/electrum.log & 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 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