build: bump bitcoin build tag to v0.12.0-bitcore-beta2
This commit is contained in:
parent
c36b0777d4
commit
042576474f
@ -3,6 +3,7 @@ whitelist=127.0.0.1
|
|||||||
txindex=1
|
txindex=1
|
||||||
addressindex=1
|
addressindex=1
|
||||||
timestampindex=1
|
timestampindex=1
|
||||||
|
spentindex=1
|
||||||
zmqpubrawtx=tcp://127.0.0.1:30332
|
zmqpubrawtx=tcp://127.0.0.1:30332
|
||||||
zmqpubhashblock=tcp://127.0.0.1:30332
|
zmqpubhashblock=tcp://127.0.0.1:30332
|
||||||
rpcallowip=127.0.0.1
|
rpcallowip=127.0.0.1
|
||||||
|
|||||||
@ -3,6 +3,7 @@ whitelist=127.0.0.1
|
|||||||
txindex=1
|
txindex=1
|
||||||
addressindex=1
|
addressindex=1
|
||||||
timestampindex=1
|
timestampindex=1
|
||||||
|
spentindex=1
|
||||||
addnode=127.0.0.1:30432
|
addnode=127.0.0.1:30432
|
||||||
addnode=127.0.0.1:30433
|
addnode=127.0.0.1:30433
|
||||||
port=30431
|
port=30431
|
||||||
|
|||||||
@ -3,6 +3,7 @@ whitelist=127.0.0.1
|
|||||||
txindex=1
|
txindex=1
|
||||||
addressindex=1
|
addressindex=1
|
||||||
timestampindex=1
|
timestampindex=1
|
||||||
|
spentindex=1
|
||||||
addnode=127.0.0.1:30431
|
addnode=127.0.0.1:30431
|
||||||
addnode=127.0.0.1:30433
|
addnode=127.0.0.1:30433
|
||||||
port=30432
|
port=30432
|
||||||
|
|||||||
@ -3,6 +3,7 @@ whitelist=127.0.0.1
|
|||||||
txindex=1
|
txindex=1
|
||||||
addressindex=1
|
addressindex=1
|
||||||
timestampindex=1
|
timestampindex=1
|
||||||
|
spentindex=1
|
||||||
addnode=127.0.0.1:30431
|
addnode=127.0.0.1:30431
|
||||||
addnode=127.0.0.1:30432
|
addnode=127.0.0.1:30432
|
||||||
port=30433
|
port=30433
|
||||||
|
|||||||
@ -5,7 +5,7 @@ platform=`uname -a | awk '{print tolower($1)}'`
|
|||||||
arch=`uname -m`
|
arch=`uname -m`
|
||||||
version="0.12.0"
|
version="0.12.0"
|
||||||
url="https://github.com/braydonf/bitcoin/releases/download"
|
url="https://github.com/braydonf/bitcoin/releases/download"
|
||||||
tag="v0.12.0-bitcore-beta1"
|
tag="v0.12.0-bitcore-beta2"
|
||||||
|
|
||||||
cd "${root_dir}/bin"
|
cd "${root_dir}/bin"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user