Update BTC to 0.16.0, native SegWit (#104)

Adds native SegWit support on BTC.
This commit is contained in:
Neal Conner 2018-03-05 11:52:45 +00:00 committed by Josh Harvey
parent a8d6cddba9
commit fbcb8b5ff2

View file

@ -21,8 +21,8 @@ module.exports = {
const BINARIES = { const BINARIES = {
BTC: { BTC: {
url: 'https://bitcoin.org/bin/bitcoin-core-0.15.1/bitcoin-0.15.1-x86_64-linux-gnu.tar.gz', url: 'https://bitcoin.org/bin/bitcoin-core-0.16.0/bitcoin-0.16.0-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-0.15.1/bin' dir: 'bitcoin-0.16.0/bin'
}, },
ETH: { ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.1-1e67410e.tar.gz', url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.1-1e67410e.tar.gz',