diff --git a/bitcoin/docker-compose.yml b/bitcoin/docker-compose.yml index 82bb64d..6f934e5 100644 --- a/bitcoin/docker-compose.yml +++ b/bitcoin/docker-compose.yml @@ -28,7 +28,7 @@ services: ipv4_address: $APP_BITCOIN_IP bitcoind: - image: lncm/bitcoind:v23.0@sha256:57317c90d89156a30327fe1b8e51b836e0fd1a8ba13721eb2e75e6b35a570e26 + image: lncm/bitcoind:v24.0@sha256:db19fe46f30acd3854f4f0d239278137d828ce3728f925c8d92faaab1ba8556a command: "${APP_BITCOIN_COMMAND}" restart: on-failure stop_grace_period: 15m30s @@ -49,4 +49,4 @@ services: - ${APP_DATA_DIR}/torrc:/etc/tor/torrc:ro - ${TOR_DATA_DIR}:/data environment: - HOME: "/tmp" \ No newline at end of file + HOME: "/tmp" diff --git a/bitcoin/umbrel-app.yml b/bitcoin/umbrel-app.yml index 7deada5..ca5f345 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: "23.0" +version: "24.0" tagline: Run your personal node powered by Bitcoin Core description: >- Run your Bitcoin node and independently store and validate @@ -36,28 +36,17 @@ defaultPassword: "" releaseNotes: >- - P2P and network changes - - Fee estimation changes - - - Rescan startup parameter removed - - - Tracepoints and Userspace, Statically Defined Tracing support - - Updated RPCs - New RPCs - - - File changes - - - Updated settings - - - Tools and Utilities changes - - - GUI changes - - - Low-level changes (RPC and tests) - - - Full details here: https://bitcoincore.org/en/releases/23.0/ - - - Bugfix: Use specific Tor port for peers from Tor network + + - Updated REST APIs + + - New settings + + - Low-level changes + + + Full details here: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-24.0.md submitter: Umbrel -submission: https://github.com/getumbrel/umbrel/commit/b0ba869953d024595bac84b8987de34aee561392 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel/commit/b0ba869953d024595bac84b8987de34aee561392