Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #255 from CounterpartyXCP/develop
Browse files Browse the repository at this point in the history
Revert "update bitcoind to 0.11.1"
  • Loading branch information
Robby Dermody committed Nov 1, 2015
2 parents f18320c + 47f7644 commit c1346ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ def do_backend_rpc_setup():

def install_from_source():
#Install bitcoind (btcbrak's 0.10.2 addrindex branch)
BITCOIND_VERSION="0.11-1"
BITCOIND_DEB_VERSION="0.11.1"
BITCOIND_VERSION="0.10-2"
BITCOIND_DEB_VERSION="0.10.2"

#Install deps (see https://help.ubuntu.com/community/bitcoin)
runcmd("apt-get -y install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-dev libboost-all-dev software-properties-common checkinstall")
Expand All @@ -285,10 +285,10 @@ def install_from_source():
runcmd("ln -sf /usr/local/bin/bitcoind /usr/bin/bitcoind && ln -sf /usr/local/bin/bitcoin-cli /usr/bin/bitcoin-cli")

def install_binaries():
BITCOIND_URL="https://github.com/btcdrak/bitcoin/releases/download/v0.11.1-addrindex/bitcoin-0.11.1-addrindex-linux64.tar.gz"
BITCOIND_FILENAME="bitcoin-0.11.1-addrindex-linux64.tar.gz"
BITCOIND_DIRNAME="bitcoin-0.11.1"
BITCOIND_SHA256_HASH="37e0cc8defa5b41b09f9802d3a1e80103b14ac3704494d84b92120762119efdb"
BITCOIND_URL="https://github.com/btcdrak/bitcoin/releases/download/addrindex-0.10.2/bitcoin-addrindex-0.10.2-linux64.tar.gz"
BITCOIND_FILENAME="bitcoin-addrindex-0.10.2-linux64.tar.gz"
BITCOIND_DIRNAME="bitcoin-0.10.2"
BITCOIND_SHA256_HASH="69068c4e04ec42d26e2b53bf79a682aaa180d06047daa0b30903ad1638d73dc5"

runcmd("apt-get -y remove bitcoin.addrindex bitcoin-addrindex-0.10", abort_on_failure=False) #remove old versions

Expand Down

0 comments on commit c1346ec

Please sign in to comment.