Browse Source

Update Bitcoin app to 24.0.1-2

main
Luke Childs 2 years ago
parent
commit
4b47293c7a
  1. 2
      bitcoin/docker-compose.yml
  2. 2
      bitcoin/exports.sh
  3. 5
      bitcoin/umbrel-app.yml

2
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:

2
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" )

5
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

Loading…
Cancel
Save