chore: update btc & dash, update dash flags

This commit is contained in:
Neal 2021-05-27 14:19:43 -04:00 committed by Josh Harvey
parent b26e5d3d41
commit 0fbd598db0
2 changed files with 7 additions and 7 deletions

View file

@ -21,8 +21,8 @@ module.exports = {
const BINARIES = { const BINARIES = {
BTC: { BTC: {
url: 'https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-x86_64-linux-gnu.tar.gz', url: 'https://bitcoincore.org/bin/bitcoin-core-0.21.1/bitcoin-0.21.1-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-0.20.1/bin' dir: 'bitcoin-0.21.1/bin'
}, },
ETH: { ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.3-991384a7.tar.gz', 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' dir: 'zcash-4.4.0/bin'
}, },
DASH: { DASH: {
url: 'https://github.com/dashpay/dash/releases/download/v0.16.1.1/dashcore-0.16.1.1-x86_64-linux-gnu.tar.gz', 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.16.1/bin' dir: 'dashcore-0.17.0/bin'
}, },
LTC: { LTC: {
url: 'https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz', url: 'https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz',

View file

@ -21,9 +21,9 @@ function buildConfig () {
rpcpassword=${common.randomPass()} rpcpassword=${common.randomPass()}
dbcache=500 dbcache=500
keypool=10000 keypool=10000
litemode=1 disablegovernance=1
prune=4000 prune=4000
txindex=0 txindex=0
enableprivatesend=1 enablecoinjoin=1
privatesendautostart=1` coinjoinautostart=1`
} }