bitcoin-python not python-bitcoin :)

This commit is contained in:
ThomasV 2011-11-22 20:18:25 +03:00
parent 5f7fd983e1
commit bd321714b7
1 changed files with 5 additions and 2 deletions

View File

@ -19,9 +19,12 @@ 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/toomanysecrets0/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