Bitcoin Core Github
45 subscribers
118K links
Download Telegram
🚀 fanquake merged a pull request: "doc: remove release note fragment"
(https://github.com/bitcoin/bitcoin/pull/33346)
📝 fanquake opened a pull request: "build: bump `CLIENT_VERSION_MAJOR` to 30"
(https://github.com/bitcoin/bitcoin/pull/33347)
Last step before branch off.
👍 hebasto approved a pull request: "build: bump `CLIENT_VERSION_MAJOR` to 30"
(https://github.com/bitcoin/bitcoin/pull/33347#pullrequestreview-3200673497)
ACK 9f744fffc39d93c9966dec1d61f113a7521983ad.
🚀 fanquake merged a pull request: "build: bump `CLIENT_VERSION_MAJOR` to 30"
(https://github.com/bitcoin/bitcoin/pull/33347)
💬 fanquake commented on issue "Release Schedule for 30.0":
(https://github.com/bitcoin/bitcoin/issues/32275#issuecomment-3269994120)
`30.x` has been branched off: https://github.com/bitcoin/bitcoin/tree/30.x.
💬 hebasto commented on pull request "ci, iwyu: Treat warnings as errors for specific directories":
(https://github.com/bitcoin/bitcoin/pull/31308#issuecomment-3270036463)
Rebased due to a conflict with https://github.com/bitcoin/bitcoin/pull/30469.
📝 fanquake opened a pull request: "contrib: add bitcoin binary to gen-manpages"
(https://github.com/bitcoin/bitcoin/pull/33348)
This was missed in #31375.
💬 fanquake commented on pull request "multiprocess: Add bitcoin wrapper executable":
(https://github.com/bitcoin/bitcoin/pull/31375#issuecomment-3270040917)
`gen-manpages.py` followup in #33348.
📝 fanquake opened a pull request: "[30.x] v30.0rc1"
(https://github.com/bitcoin/bitcoin/pull/33349)
* Bumps version to `v30.0rc1`.
* Generates example bitcoin.conf.
* Generates the manpages (will backport #33348).
* Points release-notes.md to the devwiki (https://github.com/bitcoin-core/bitcoin-devwiki/wiki/v30.0-Release-Notes-Draft).
👍 dergoegge approved a pull request: "contrib: add bitcoin binary to gen-manpages"
(https://github.com/bitcoin/bitcoin/pull/33348#pullrequestreview-3200876564)
ACK 53e6db91ef59a80d9141f6bbc56dd547b6c1b46b
🚀 fanquake merged a pull request: "contrib: add bitcoin binary to gen-manpages"
(https://github.com/bitcoin/bitcoin/pull/33348)
💬 fanquake commented on pull request "contrib: add bitcoin binary to gen-manpages":
(https://github.com/bitcoin/bitcoin/pull/33348#issuecomment-3270141486)
Partial (f5887a8de4c8b3492aa8713c59c4e3819fd4e42b) backport to 30.x in #33349.
🤔 naiyoma reviewed a pull request: "net: Prevent node from binding to the same `CService`"
(https://github.com/bitcoin/bitcoin/pull/33231#pullrequestreview-3200967067)

Tested ACK 4d4789dffad55b96f1cb96b718cc6923f5344454

Manually tested with different duplicate bindings.
```
./build/bin/bitcoind -bind=0.0.0.0=onion -bind=0.0.0.0=onion
./build/bin/bitcoind -bind=0.0.0.0 -bind=0.0.0.0
./build/bin/bitcoind -whitebind=relay@127.0.0.1:8333 -whitebind=mempool@127.0.0.1:8333
```
On master, the error message is misleading
```
2025-09-09T10:59:38Z [net:error] Unable to bind to 0.0.0.0:8334 on this computer. Bitcoin Core is probably already running.
2025-09
...
👍 hebasto approved a pull request: "[30.x] v30.0rc1"
(https://github.com/bitcoin/bitcoin/pull/33349#pullrequestreview-3200973343)
ACK d00b82fc96e194a9826a76c9374f809ebbdc356a. On Ubuntu 25.04, I've got the same generated files.
👋 fanquake's pull request is ready for review: "[30.x] v30.0rc1"
(https://github.com/bitcoin/bitcoin/pull/33349)
🤔 janb84 reviewed a pull request: "[30.x] v30.0rc1"
(https://github.com/bitcoin/bitcoin/pull/33349#pullrequestreview-3201057744)
ACK d00b82fc96e194a9826a76c9374f809ebbdc356a

On Nix (on mac host):
- builds
- tests
- Generates the same files (except for the date in the generated manpages)
💬 Sjors commented on pull request "index: Fix coinstats overflow":
(https://github.com/bitcoin/bitcoin/pull/30469#issuecomment-3270333059)
I built the index with v29.1 as well as c76797481155754329ec6a6f58e8402569043944.

`getblockstats` gives the same result for both at height 913,859. The new `coinstatsindex` directory is 213 MB, so a bit bigger than the original `coinstats`, but small in any case.
👍 stickies-v approved a pull request: "[30.x] v30.0rc1"
(https://github.com/bitcoin/bitcoin/pull/33349#pullrequestreview-3201216362)
ACK d00b82fc96e194a9826a76c9374f809ebbdc356a - getting identical manpages and bitcoin.conf output. Other changes LGTM too.
🚀 fanquake merged a pull request: "[30.x] v30.0rc1"
(https://github.com/bitcoin/bitcoin/pull/33349)
💬 fanquake commented on issue "Release Schedule for 30.0":
(https://github.com/bitcoin/bitcoin/issues/32275#issuecomment-3270474209)
`v30.0rc1` has been tagged: https://github.com/bitcoin/bitcoin/releases/tag/v30.0rc1.