Update BTC to 0.16.0, native SegWit (#104)
Adds native SegWit support on BTC.
This commit is contained in:
parent
a8d6cddba9
commit
fbcb8b5ff2
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue