mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 10:50:41 +02:00
prepare for datum
This commit is contained in:
parent
1c4d3dbd02
commit
7ad9605c70
@ -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
|
||||
|
@ -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[@]}")
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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[@]}")
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user