Commit 2ad034a 1 parent 49938ee commit 2ad034a Copy full SHA for 2ad034a
File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,13 @@ Notable changes
59
59
P2P and network changes
60
60
-----------------------
61
61
62
+ - This release removes support for Tor version 2 hidden services in favor of Tor
63
+ v3 only, as the Tor network [ dropped support for Tor
64
+ v2] ( https://blog.torproject.org/v2-deprecation-timeline ) with the release of
65
+ Tor version 0.4.6. Henceforth, Bitcoin Core ignores Tor v2 addresses; it
66
+ neither rumors them over the network to other peers, nor stores them in memory
67
+ or to ` peers.dat ` . (#22050 )
68
+
62
69
- Added NAT-PMP port mapping support via
63
70
[ ` libnatpmp ` ] ( https://miniupnp.tuxfamily.org/libnatpmp.html ) . (#18077 )
64
71
@@ -142,8 +149,8 @@ Tools and Utilities
142
149
- A new CLI ` -addrinfo ` command returns the number of addresses known to the
143
150
node per network type (including Tor v2 versus v3) and total. This can be
144
151
useful to see if the node knows enough addresses in a network to use options
145
- like ` -onlynet=<network> ` or to upgrade to current and future Tor releases
146
- that support Tor v3 addresses only. (#21595 )
152
+ like ` -onlynet=<network> ` or to upgrade to this release of Bitcoin Core 22.0
153
+ that supports Tor v3 only. (#21595 )
147
154
148
155
Wallet
149
156
------
You can’t perform that action at this time.
0 commit comments