build: bump bitcoin build tag to v0.12.0-bitcore-beta2

This commit is contained in:
Braydon Fuller 2016-04-12 16:42:00 -04:00
parent c36b0777d4
commit 042576474f
5 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@ whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
zmqpubrawtx=tcp://127.0.0.1:30332
zmqpubhashblock=tcp://127.0.0.1:30332
rpcallowip=127.0.0.1

View File

@ -3,6 +3,7 @@ whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
addnode=127.0.0.1:30432
addnode=127.0.0.1:30433
port=30431

View File

@ -3,6 +3,7 @@ whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
addnode=127.0.0.1:30431
addnode=127.0.0.1:30433
port=30432

View File

@ -3,6 +3,7 @@ whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
addnode=127.0.0.1:30431
addnode=127.0.0.1:30432
port=30433

View File

@ -5,7 +5,7 @@ platform=`uname -a | awk '{print tolower($1)}'`
arch=`uname -m`
version="0.12.0"
url="https://github.com/braydonf/bitcoin/releases/download"
tag="v0.12.0-bitcore-beta1"
tag="v0.12.0-bitcore-beta2"
cd "${root_dir}/bin"