1
0

* Update server HOWTO to Bitcoin 0.5.2

This commit is contained in:
Ovidiu Constantin
2012-02-16 13:31:05 +02:00
parent 81f25b5f87
commit 4fa237315e
2 changed files with 87 additions and 5 deletions

View File

@@ -55,11 +55,11 @@ Step 2. Install a patched version of bitcoind
Electrum server requires some small modifications to the bitcoind daemon. The patch is included in the Electrum sources we just downloaded, now we will download the Bitcoin sources, patch, compile and install the binary to our ~/bin directory.
$ cd ~/src
$ wget https://github.com/bitcoin/bitcoin/tarball/v0.5.1 -O bitcoin-0.5.1.tgz
$ tar xvzf bitcoin-0.5.1.tgz
$ mv bitcoin-bitcoin-5623ee7 bitcoin-0.5.1
$ cd bitcoin-0.5.1/src
$ patch -p 2 < ~/src/electrum/server/patches/bitcoin-0.5.1.diff
$ wget https://github.com/bitcoin/bitcoin/tarball/v0.5.2 -O bitcoin-0.5.2.tgz
$ tar xvzf bitcoin-0.5.2.tgz
$ mv bitcoin-bitcoin-fb24b05 bitcoin-0.5.2
$ cd bitcoin-0.5.2/src
$ patch -p 2 < ~/src/electrum/server/patches/bitcoin-0.5.2.diff
$ make -f makefile.unix
$ strip bitcoind
$ mv bitcoind ~/bin