From 0fbd598db07bc23bb27e5c5b2597e9df84856d38 Mon Sep 17 00:00:00 2001 From: Neal Date: Thu, 27 May 2021 14:19:43 -0400 Subject: [PATCH] chore: update btc & dash, update dash flags --- lib/blockchain/common.js | 8 ++++---- lib/blockchain/dash.js | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 40bf4569..eb1e5249 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -21,8 +21,8 @@ module.exports = { const BINARIES = { BTC: { - url: 'https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-x86_64-linux-gnu.tar.gz', - dir: 'bitcoin-0.20.1/bin' + url: 'https://bitcoincore.org/bin/bitcoin-core-0.21.1/bitcoin-0.21.1-x86_64-linux-gnu.tar.gz', + dir: 'bitcoin-0.21.1/bin' }, ETH: { url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.3-991384a7.tar.gz', @@ -33,8 +33,8 @@ const BINARIES = { dir: 'zcash-4.4.0/bin' }, DASH: { - url: 'https://github.com/dashpay/dash/releases/download/v0.16.1.1/dashcore-0.16.1.1-x86_64-linux-gnu.tar.gz', - dir: 'dashcore-0.16.1/bin' + url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.2/dashcore-0.17.0.2-x86_64-linux-gnu.tar.gz', + dir: 'dashcore-0.17.0/bin' }, LTC: { url: 'https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz', diff --git a/lib/blockchain/dash.js b/lib/blockchain/dash.js index fda8a523..af6b4d85 100644 --- a/lib/blockchain/dash.js +++ b/lib/blockchain/dash.js @@ -21,9 +21,9 @@ function buildConfig () { rpcpassword=${common.randomPass()} dbcache=500 keypool=10000 -litemode=1 +disablegovernance=1 prune=4000 txindex=0 -enableprivatesend=1 -privatesendautostart=1` +enablecoinjoin=1 +coinjoinautostart=1` }