From 0b0d6bb18980423ce8851d6d0ba43d91d0923da5 Mon Sep 17 00:00:00 2001 From: Harald Glatt Date: Sun, 28 Apr 2013 16:19:44 +0300 Subject: [PATCH] Fixed some things in the Bitcoind compile description - fixed: added 'cd src' in between patch and make, because make has to be run in src/src not in src - fixed: added 'ln' line after the compile so that the calls to 'bitcoind' later in the HOWTO actually work --- HOWTO.md | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HOWTO.md b/HOWTO.md index 6f3dae3..d39bb5c 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -102,7 +102,9 @@ it needs to be patched with an electrum specific patch. $ tar xfz bitcoin-0.8.1-linux.tar.gz $ cd bitcoin-0.8.1-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 ### Step 4. Configure and start bitcoind -- 1.7.1