From fbcb8b5ff2352753fe54fcc90613e79100aa7f58 Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Mon, 5 Mar 2018 11:52:45 +0000 Subject: [PATCH] Update BTC to 0.16.0, native SegWit (#104) Adds native SegWit support on BTC. --- lib/blockchain/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index e3a3b428..fc898726 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -21,8 +21,8 @@ module.exports = { const BINARIES = { BTC: { - url: 'https://bitcoin.org/bin/bitcoin-core-0.15.1/bitcoin-0.15.1-x86_64-linux-gnu.tar.gz', - dir: 'bitcoin-0.15.1/bin' + url: 'https://bitcoin.org/bin/bitcoin-core-0.16.0/bitcoin-0.16.0-x86_64-linux-gnu.tar.gz', + dir: 'bitcoin-0.16.0/bin' }, ETH: { url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.1-1e67410e.tar.gz',