chore: update btc & dash, update dash flags
This commit is contained in:
parent
6e976b2b3c
commit
ce42741bd8
2 changed files with 7 additions and 7 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue