Skip to content

Commit 49d503a

Browse files
committed
doc: update -addrinfo in release-notes.md and tor.md
1 parent 75ea9ec commit 49d503a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

doc/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Tools and Utilities
7777

7878
- Update `-getinfo` to return data in a user-friendly format that also reduces vertical space. (#21832)
7979

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+
8084
Wallet
8185
------
8286

doc/tor.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ There are several ways to see your local onion address in Bitcoin Core:
2323
You may set the `-debug=tor` config logging option to have additional
2424
information in the debug log about your Tor configuration.
2525

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`.
3029

3130
## 1. Run Bitcoin Core behind a Tor proxy
3231

0 commit comments

Comments
 (0)