prepare for datum

This commit is contained in:
Léo Haf 2024-10-18 23:33:51 +02:00
parent 1c4d3dbd02
commit 7ad9605c70
Signed by: Retropex
GPG Key ID: 0E37EBAB8574F005
6 changed files with 8 additions and 6 deletions

View File

@ -40,7 +40,7 @@ services:
ipv4_address: $APP_BITCOIN_IP
bitcoind:
image: retropexx/bitcoind:v27.2@sha256:d8519754120133324c54a9c638a5da63580a4581c9671190613db0de01e0da4b
image: ghcr.io/retropex/bitcoin:v27.1@sha256:58553f26a73be8aed2c318e49fbbd3dc16e4e6158e4d75a59fcb42a2ce104e97
command: "${APP_BITCOIN_COMMAND}"
restart: unless-stopped
stop_grace_period: 15m30s

View File

@ -110,6 +110,7 @@ BIN_ARGS+=( "-blockfilterindex=1" )
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_COMMAND=$(IFS=" "; echo "${BIN_ARGS[@]}")

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: btc-knots
category: Bitcoin
name: Bitcoin Knots arm64
version: "27.1.1"
version: "27.1.2"
tagline: Run your personal node powered by Bitcoin Knots
icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg
description: >-
@ -23,7 +23,7 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
This release updates Bitcoin Knots to version v27.1.knots20240801
This release make Bitcoin Knots compatible with Datum.
Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v27.1.knots20240801

View File

@ -40,7 +40,7 @@ services:
ipv4_address: $APP_BITCOIN_IP
bitcoind:
image: retropexx/bitcoind:v27.2@sha256:d8519754120133324c54a9c638a5da63580a4581c9671190613db0de01e0da4b
image: ghcr.io/retropex/bitcoin:v27.1@sha256:58553f26a73be8aed2c318e49fbbd3dc16e4e6158e4d75a59fcb42a2ce104e97
command: "${APP_BITCOIN_COMMAND}"
restart: unless-stopped
stop_grace_period: 15m30s

View File

@ -110,6 +110,7 @@ BIN_ARGS+=( "-blockfilterindex=1" )
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_COMMAND=$(IFS=" "; echo "${BIN_ARGS[@]}")

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: btc-knotsx86
category: Bitcoin
name: Bitcoin Knots x86
version: "27.1.1"
version: "27.1.2"
tagline: Run your personal node powered by Bitcoin Knots for x86 platform
icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg
description: >-
@ -23,7 +23,7 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
This release updates Bitcoin Knots to version v27.1.knots20240801
This release make Bitcoin Knots compatible with Datum.
Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v27.1.knots20240801