Skip to content

Commit a7f5d18

Browse files
committed
doc: add release notes for bitcoin#22729
1 parent 8754d05 commit a7f5d18

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/release-notes-22729.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Notable changes
2+
===============
3+
4+
P2P and network changes
5+
-----------------------
6+
7+
- Previously if Bitcoin Core was listening for P2P connections, either using
8+
default settings or via `bind=addr:port` it would always also bind to
9+
`127.0.0.1:8334` to listen for Tor connections. It was not possible to switch
10+
this off, even if the node didn't use Tor. This has been changed and now
11+
`bind=addr:port` results in binding on `addr:port` only. The default behavior
12+
of binding to `0.0.0.0:8333` and `127.0.0.1:8334` has not been changed.
13+
14+
If you are using a `bind=...` configuration without `bind=...=onion` and rely
15+
on the previous implied behavior to accept incoming Tor connections at
16+
`127.0.0.1:8334`, you need to now make this explicit by using
17+
`bind=... bind=127.0.0.1:8334=onion`. (#22729)
18+
19+
- Bitcoin Core will now fail to start up if any of its P2P binds fail, rather
20+
than the previous behaviour where it would only abort startup if all P2P
21+
binds had failed. (#22729)

0 commit comments

Comments
 (0)