X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=HOWTO.md;h=20b1868ff9fbec6d70c73884dab05b5487efa4ba;hp=bd1ece717605cbecdaac2ac86566fb6cee94f597;hb=9e6ad63d279c4a8c7a27177629d6e7d901b7aa9d;hpb=d956f1efe03b8c13c0de285960366733400f24ae diff --git a/HOWTO.md b/HOWTO.md index bd1ece7..20b1868 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -98,13 +98,13 @@ 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 - $ tar xfz bitcoin-0.8.1-linux.tar.gz - $ cd bitcoin-0.8.1-linux/src + $ cd ~/src && wget http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.3/bitcoin-0.8.3-linux.tar.gz + $ tar xfz bitcoin-0.8.3-linux.tar.gz + $ cd bitcoin-0.8.3-linux/src $ patch -p1 < ~/src/electrum/server/patch/patch $ cd src $ make USE_UPNP= -f makefile.unix - $ ln -s ~/src/bitcoin-0.8.1-linux/src/src/bitcoind ~/bin/bitcoind + $ ln -s ~/src/bitcoin-0.8.3-linux/src/src/bitcoind ~/bin/bitcoind ### Step 4. Configure and start bitcoind