X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=HOWTO.md;h=d39bb5c080cbdc6c0203950a4c2356db8ebc90b6;hb=0b0d6bb18980423ce8851d6d0ba43d91d0923da5;hp=6f3dae3a547f10d2ee5e3a7594a7c7d3c5601b93;hpb=920820677bd52c2147b593973815a6e189a393aa;p=electrum-server.git 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