From 75a33e67e3d064fa076c761005bc6e60f1ca0be3 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 18 Feb 2025 11:34:27 +0700 Subject: [PATCH 1/2] update docker-compose template --- templates/compose.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose.template b/templates/compose.template index 8bfdf47..88372fd 100644 --- a/templates/compose.template +++ b/templates/compose.template @@ -29,7 +29,7 @@ services: {% elif config.local_node.node == 'bchn' %} # Bitcoin Cash Node bch-node: - image: zquestz/bitcoin-cash-node:${TAG_BITCOINCASHNODE:-26.0.0} + image: zquestz/bitcoin-cash-node:${TAG_BITCOINCASHNODE:-28.0.1} container_name: bch-node volumes: - ./data/bitcoind:/data From c0df4568248be0ae509e05af9d221bc70167a6d8 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 25 Feb 2025 11:31:50 +0700 Subject: [PATCH 2/2] fix bitcoin unlimited version --- templates/compose.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose.template b/templates/compose.template index 88372fd..ea1e994 100644 --- a/templates/compose.template +++ b/templates/compose.template @@ -10,7 +10,7 @@ services: {% if config.local_node.node == 'bu' %} # Bitcoin Unlimited Node bch-node: - image: ghcr.io/actorforth/bitcoin-unlimited:${TAG_BITCOINUNLIMITED:-release-2.0.0.0} + image: ghcr.io/actorforth/bitcoin-unlimited:${TAG_BITCOINUNLIMITED:-release-2.1.0.0} container_name: bch-node volumes: - ./data/bitcoind:/data