Skip to content

Add bitcoin-core@28.0#150

Open
rabm2k7 wants to merge 2 commits intoruimarinho:masterfrom
rabm2k7:feature/bitcoin-core-28.0
Open

Add bitcoin-core@28.0#150
rabm2k7 wants to merge 2 commits intoruimarinho:masterfrom
rabm2k7:feature/bitcoin-core-28.0

Conversation

@rabm2k7
Copy link
Copy Markdown

@rabm2k7 rabm2k7 commented Mar 10, 2026

Summary

  • Adds 28/Dockerfile (Debian-based, prebuilt binaries) for Bitcoin Core 28.0
  • Adds 28/alpine/Dockerfile (Alpine-based, built from source) for Bitcoin Core 28.0
  • Updates README.md to reflect 28.0 as latest

Changes vs 24.0.1

  • Updated GPG signing keys to match the 28.0 release signers
  • Removed --with-libs configure flag (libbitcoinconsensus was removed in 28.0)
  • Removed strip libbitcoinconsensus.* lines in Alpine Dockerfile
  • Removed sed compat.h patch (fixed upstream in 28.0)

Test plan

  • Build Debian image: docker build -t bitcoin-core:28.0 ./28
  • Build Alpine image: docker build -t bitcoin-core:28.0-alpine ./28/alpine
  • Verify bitcoind -version outputs Bitcoin Core version v28.0
  • Test basic RPC functionality in regtest mode

🤖 Generated with Claude Code

@rabm2k7 rabm2k7 force-pushed the feature/bitcoin-core-28.0 branch from 10d98bd to 9ce30e2 Compare March 10, 2026 20:24
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@rabm2k7 rabm2k7 force-pushed the feature/bitcoin-core-28.0 branch from 9ce30e2 to 9b43bb2 Compare March 10, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant