Merge pull request #33 from hachre/patch-1
authorThomasV <thomasv1@gmx.de>
Sun, 5 May 2013 19:42:45 +0000 (12:42 -0700)
committerThomasV <thomasv1@gmx.de>
Sun, 5 May 2013 19:42:45 +0000 (12:42 -0700)
Fixed some things in the Bitcoind compile description

HOWTO.md

index 41b2ec5..bd1ece7 100644 (file)
--- 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