Browse Source
Update Bitcoin to v0.24.0 (#308)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Michael Henke
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
13 additions and
24 deletions
-
bitcoin/docker-compose.yml
-
bitcoin/umbrel-app.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" |
|
|
|
HOME: "/tmp" |
|
|
|
|
|
@ -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 |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/b0ba869953d024595bac84b8987de34aee561392 |
|
|
|