Skip to content

Commit

Permalink
Update Bitcoin Node to Core v25.0 (getumbrel#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jun 7, 2023
1 parent 7b60ef0 commit 01aaf95
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bitcoin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
ipv4_address: $APP_BITCOIN_IP

bitcoind:
image: getumbrel/bitcoind:v24.0.1@sha256:33ff257bd8a24b41bef5b5c3aea1e32ea6dcc08917e24122728687eb393814fa
image: lncm/bitcoind:v25.0@sha256:fad11d4874f1c2dc4373f6fea913bf95e0f0491f377b9a0930f488565e6266f0
command: "${APP_BITCOIN_COMMAND}"
restart: unless-stopped
stop_grace_period: 15m30s
Expand Down
24 changes: 12 additions & 12 deletions bitcoin/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: bitcoin
category: Finance
name: Bitcoin Node
version: "24.0.1-2"
version: "25.0"
tagline: Run your personal node powered by Bitcoin Core
description: >-
Run your Bitcoin node and independently store and validate
Expand Down Expand Up @@ -35,24 +35,24 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
Advanced settings are here!
What's new in Bitcoin Core version 25.0?
- Toggle Tor, Clearnet, and I2P for outgoing connections, and enable Mempool Full RBF.
- P2P and network changes
- New and updated RPCs as well as low-level changes
- Enable incoming connections to run a listening node and help others sync their node.
- New and updated settings
- Compatibility updates
- Wallet updates
- REST changes
- Switch networks between mainnet, testnet, regtest, and signet.
- Reduced peers.dat corruption risks
- Setting up a new node? Speed up your initial sync by increasing the cache size.
- Finally, you can run a pruned node, which allows you to delete old blocks that are not relevant to you to save on storage space.
Note: This update fixes a bug with pruning in the previous 24.0.1 update.
Read the full release notes for additional information and detailed changes at https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-25.0.md
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b

0 comments on commit 01aaf95

Please sign in to comment.