File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ Tools and Utilities
77
77
78
78
- Update ` -getinfo ` to return data in a user-friendly format that also reduces vertical space. (#21832 )
79
79
80
+ - CLI ` -addrinfo ` now returns a single field for the number of ` onion ` addresses
81
+ known to the node instead of separate ` torv2 ` and ` torv3 ` fields, as support
82
+ for Tor V2 addresses was removed from Bitcoin Core in 22.0. (#22544 )
83
+
80
84
Wallet
81
85
------
82
86
Original file line number Diff line number Diff line change @@ -23,10 +23,9 @@ There are several ways to see your local onion address in Bitcoin Core:
23
23
You may set the ` -debug=tor ` config logging option to have additional
24
24
information in the debug log about your Tor configuration.
25
25
26
- CLI ` -addrinfo ` returns the number of addresses known to your node per network
27
- type, including Tor v2 and v3. This is useful to see how many onion addresses
28
- are known to your node for ` -onlynet=onion ` and how many Tor v3 addresses it
29
- knows when upgrading to Bitcoin Core v22.0 and up that supports Tor v3 only.
26
+ CLI ` -addrinfo ` returns the number of addresses known to your node per
27
+ network. This can be useful to see how many onion peers your node knows,
28
+ e.g. for ` -onlynet=onion ` .
30
29
31
30
## 1. Run Bitcoin Core behind a Tor proxy
32
31
You can’t perform that action at this time.
0 commit comments