X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=README;h=6bfd3b8fef0e0341e894f18eaa794d3279f8dd1a;hb=b4d2d66cf0bf793cf862d6882c17a400a517742a;hp=aba2beaa23546e4450398c3400ef8af517e049ae;hpb=6db1a31e58ee15c448448139e7d3a9e72b14268f;p=electrum-nvc.git diff --git a/README b/README index aba2bea..6bfd3b8 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Electrum - a lightweight Bitcoin client and its server Licence: GNU GPL v3 -Author: thomasv1@gmx.de +Author: thomasv@gitorious Language: Python Main features: @@ -9,7 +9,7 @@ Main features: Client: * The client uses a deterministic wallet; if the wallet is lost, it can be recovered from its passphrase. * The client does not download the Bitcoin blockchain; it requests that information from the server - * The client does not send its private keyes to the server. + * The client does not send its private keys to the server. * The client does not need to open a port, it simply polls the server for updates. Server: @@ -22,7 +22,7 @@ However, it should be possible to write clients capable of using several servers INSTALLATION Client: -1. install python-edcsa and pycrypto: +1. install python-ecdsa and pycrypto: * sudo easy_install ecdsa * sudo easy_install pycrypto 2. run the client: @@ -31,7 +31,7 @@ Client: Server: 1. patch and recompile the bitcoin daemon - bitcoinrpc.diff -2. install bitcoin-abe -3. install bitcoinrpc, patch it too -3. launch the server: - python server.py +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 +4. launch the server: python server.py