X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=HOWTO.md;h=8231394fba9f218ddd22837d697882bff57879cf;hp=9384b68abe6af6cc472d9e25b9731e9a69faf676;hb=7eef5f1c82245e9f7f0932f435394c961e1237e9;hpb=aa8454ee6f18f592e3d679cfde036fd77da111ab diff --git a/HOWTO.md b/HOWTO.md index 9384b68..8231394 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -98,11 +98,11 @@ In order for the latest versions of Electrum to work properly we will need to us bitcoind 0.8.1 stable or higher. It can be downloaded from github and it needs to be patched with an electrum specific patch. - $ cd src && wget http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.1/bitcoin-0.8.1-linux.tar.gz + $ cd ~/src && wget http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.1/bitcoin-0.8.1-linux.tar.gz $ tar xfz bitcoin-0.8.1-linux.tar.gz - $ cd bitcoin-0.8.1-linux + $ cd bitcoin-0.8.1-linux/src $ patch -p1 < ~/src/electrum/server/patch/patch - $ cd src && make USE_UPNP= -f makefile.unix + $ make USE_UPNP= -f makefile.unix ### Step 4. Configure and start bitcoind