From 4b47293c7a5ffa4f9f999dea9ce52847e2f8a288 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 22 Dec 2022 13:48:31 +0000 Subject: [PATCH] Update Bitcoin app to 24.0.1-2 --- bitcoin/docker-compose.yml | 2 +- bitcoin/exports.sh | 2 +- bitcoin/umbrel-app.yml | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bitcoin/docker-compose.yml b/bitcoin/docker-compose.yml index ef12cfa..656a352 100644 --- a/bitcoin/docker-compose.yml +++ b/bitcoin/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3005 server: - image: getumbrel/umbrel-bitcoin:v0.4.0@sha256:c857f9030efc43d8bd3c0f3f4e4f90f5d8d57cdf820ad17405fee1ae537d5f53 + image: getumbrel/umbrel-bitcoin:v0.4.1@sha256:edc0567efeadf30128313308e2dadbfaa1f339ce666579646c3b9353834bb888 depends_on: [bitcoind] restart: on-failure volumes: diff --git a/bitcoin/exports.sh b/bitcoin/exports.sh index e329eaf..9acef78 100644 --- a/bitcoin/exports.sh +++ b/bitcoin/exports.sh @@ -105,7 +105,7 @@ BIN_ARGS+=( "-zmqpubrawblock=tcp://0.0.0.0:${APP_BITCOIN_ZMQ_RAWBLOCK_PORT}" ) BIN_ARGS+=( "-zmqpubrawtx=tcp://0.0.0.0:${APP_BITCOIN_ZMQ_RAWTX_PORT}" ) BIN_ARGS+=( "-zmqpubhashblock=tcp://0.0.0.0:${APP_BITCOIN_ZMQ_HASHBLOCK_PORT}" ) BIN_ARGS+=( "-zmqpubsequence=tcp://0.0.0.0:${APP_BITCOIN_ZMQ_SEQUENCE_PORT}" ) -BIN_ARGS+=( "-txindex=1" ) +# BIN_ARGS+=( "-txindex=1" ) BIN_ARGS+=( "-blockfilterindex=1" ) BIN_ARGS+=( "-peerbloomfilters=1" ) BIN_ARGS+=( "-peerblockfilters=1" ) diff --git a/bitcoin/umbrel-app.yml b/bitcoin/umbrel-app.yml index c169bf6..aa87e21 100644 --- a/bitcoin/umbrel-app.yml +++ b/bitcoin/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: bitcoin category: Finance name: Bitcoin Node -version: "24.0.1" +version: "24.0.1-2" tagline: Run your personal node powered by Bitcoin Core description: >- Run your Bitcoin node and independently store and validate @@ -50,5 +50,8 @@ releaseNotes: >- - Finally, you can run a pruned node, which allows you to delete old blocks that are not relevant to you to save on storage space. + + + Note: This update fixes a bug with pruning in the previous 24.0.1 update. submitter: Umbrel submission: https://github.com/getumbrel/umbrel/commit/b0ba869953d024595bac84b8987de34aee561392