From 1a1352e1178310c4ff5859e2553b1aeb436779a9 Mon Sep 17 00:00:00 2001 From: Eagle[TM] Date: Sun, 21 Apr 2013 20:29:27 +0200 Subject: [PATCH] fix download link to bitcoind --- HOWTO.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HOWTO.md b/HOWTO.md index 7e88f97..9384b68 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -98,9 +98,9 @@ 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 https://github.com/bitcoin/bitcoin/archive/v0.8.1.tar.gz - $ tar xfz v0.8.1.tar.gz - $ cd bitcoin-0.8.1 + $ 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 $ patch -p1 < ~/src/electrum/server/patch/patch $ cd src && make USE_UPNP= -f makefile.unix -- 1.7.1