Upgraded to Bitcoin Core 0.19.0.1 because of a bug with proxy on 0.18

This commit is contained in:
kexkey
2019-12-21 13:40:14 -05:00
committed by kexkey
parent 9b30cb4787
commit 31dc575655
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ NOTIFIER_VERSION="v0.2.4-local"
PROXYCRON_VERSION="v0.2.4-local" PROXYCRON_VERSION="v0.2.4-local"
OTSCLIENT_VERSION="v0.2.4-local" OTSCLIENT_VERSION="v0.2.4-local"
PYCOIN_VERSION="v0.2.4-local" PYCOIN_VERSION="v0.2.4-local"
BITCOIN_VERSION="v0.18.0" BITCOIN_VERSION="v0.19.0.1"
LIGHTNING_VERSION="v0.7.1" LIGHTNING_VERSION="v0.7.1"
GRAFANA_VERSION="v0.2.4-local" GRAFANA_VERSION="v0.2.4-local"

View File

@@ -6,7 +6,7 @@ export DEFAULT_CERT_HOSTNAME=disk0book.local
export PROXYCRON_VERSION=v0.2.4 export PROXYCRON_VERSION=v0.2.4
export PYCOIN_VERSION=v0.2.4 export PYCOIN_VERSION=v0.2.4
export SETUP_VERSION=v0.2.4 export SETUP_VERSION=v0.2.4
export BITCOIN_VERSION=v0.18.0 export BITCOIN_VERSION=v0.19.0.1
export LIGHTNING_VERSION=v0.7.1 export LIGHTNING_VERSION=v0.7.1
export DEFAULT_DATADIR_BASE=$HOME export DEFAULT_DATADIR_BASE=$HOME
export GATEKEEPER_VERSION=v0.2.4 export GATEKEEPER_VERSION=v0.2.4

2
dist/setup.sh vendored
View File

@@ -750,7 +750,7 @@ PROXYCRON_VERSION="v0.2.4"
OTSCLIENT_VERSION="v0.2.4" OTSCLIENT_VERSION="v0.2.4"
PYCOIN_VERSION="v0.2.4" PYCOIN_VERSION="v0.2.4"
CYPHERAPPS_VERSION="v0.2.2" CYPHERAPPS_VERSION="v0.2.2"
BITCOIN_VERSION="v0.18.0" BITCOIN_VERSION="v0.19.0.1"
LIGHTNING_VERSION="v0.7.1" LIGHTNING_VERSION="v0.7.1"
SETUP_DIR=$(dirname $(realpath $0)) SETUP_DIR=$(dirname $(realpath $0))

View File

@@ -8,7 +8,7 @@ services:
########################## ##########################
bitcoin: bitcoin:
image: cyphernode/bitcoin:v0.18.0 image: cyphernode/bitcoin:v0.19.0.1
command: $USER bitcoind command: $USER bitcoind
volumes: volumes: