Browse Source

Update bitcoin-knots to v27.1.2 (#1666)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Léo Haf 5 months ago
committed by GitHub
parent
commit
9e12ce1bde
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      bitcoin-knots/docker-compose.yml
  2. 1
      bitcoin-knots/exports.sh
  3. 8
      bitcoin-knots/umbrel-app.yml

2
bitcoin-knots/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3005
server:
image: retropexx/umbrel-bitcoin-knots:v0.5.3@sha256:c21fc893fb943c92fb078afb7622ab0741eccccf9073629a5bda713ed7a8f537
image: ghcr.io/retropex/umbrel-bitcoin-knots:v0.5.6@sha256:ea2dbea78c257b8670035f1fed389ced6071b95491ff22058300016819d9013a
depends_on: [bitcoind]
restart: on-failure
volumes:

1
bitcoin-knots/exports.sh

@ -113,6 +113,7 @@ BIN_ARGS+=( "-zmqpubsequence=tcp://0.0.0.0:${APP_BITCOIN_KNOTS_ZMQ_SEQUENCE_PORT
# BIN_ARGS+=( "-peerbloomfilters=1" )
# BIN_ARGS+=( "-peerblockfilters=1" )
# BIN_ARGS+=( "-rpcworkqueue=128" )
BIN_ARGS+=( "-blocknotify='curl -s -m 5 http://datum_datum_1:21000/NOTIFY'" )
export APP_BITCOIN_KNOTS_COMMAND=$(IFS=" "; echo "${BIN_ARGS[@]}")

8
bitcoin-knots/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: bitcoin-knots
category: bitcoin
name: Bitcoin Knots
version: "27.1.1"
version: "27.1.2"
tagline: Run your personal node powered by Bitcoin Knots
description: >-
Take control of your digital sovereignty by running a Bitcoin node that aligns with your needs and preferences.
@ -27,9 +27,7 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
This release updates Bitcoin Knots to version 27.1
Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v27.1.knots20240801
This release updates Bitcoin Knots on umbrelOS to be compatible with Datum
and introduces several new configuration options in Advanced Settings for configuring your node's block construction policy.
submitter: Léo Haf
submission: https://github.com/getumbrel/umbrel-apps/pull/953

Loading…
Cancel
Save