mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 13:14:56 +01:00
Upgraded to Bitcoin Core 0.19.0.1 because of a bug with proxy on 0.18
This commit is contained in:
2
build.sh
2
build.sh
@@ -11,7 +11,7 @@ NOTIFIER_VERSION="v0.2.4-local"
|
||||
PROXYCRON_VERSION="v0.2.4-local"
|
||||
OTSCLIENT_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"
|
||||
GRAFANA_VERSION="v0.2.4-local"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ export DEFAULT_CERT_HOSTNAME=disk0book.local
|
||||
export PROXYCRON_VERSION=v0.2.4
|
||||
export PYCOIN_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 DEFAULT_DATADIR_BASE=$HOME
|
||||
export GATEKEEPER_VERSION=v0.2.4
|
||||
|
||||
2
dist/setup.sh
vendored
2
dist/setup.sh
vendored
@@ -750,7 +750,7 @@ PROXYCRON_VERSION="v0.2.4"
|
||||
OTSCLIENT_VERSION="v0.2.4"
|
||||
PYCOIN_VERSION="v0.2.4"
|
||||
CYPHERAPPS_VERSION="v0.2.2"
|
||||
BITCOIN_VERSION="v0.18.0"
|
||||
BITCOIN_VERSION="v0.19.0.1"
|
||||
LIGHTNING_VERSION="v0.7.1"
|
||||
|
||||
SETUP_DIR=$(dirname $(realpath $0))
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
##########################
|
||||
|
||||
bitcoin:
|
||||
image: cyphernode/bitcoin:v0.18.0
|
||||
image: cyphernode/bitcoin:v0.19.0.1
|
||||
command: $USER bitcoind
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user