mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
doc: update -addrinfo in release-notes.md and tor.md
This commit is contained in:
parent
75ea9ecf11
commit
49d503aefa
2 changed files with 7 additions and 4 deletions
|
@ -77,6 +77,10 @@ Tools and Utilities
|
|||
|
||||
- Update `-getinfo` to return data in a user-friendly format that also reduces vertical space. (#21832)
|
||||
|
||||
- CLI `-addrinfo` now returns a single field for the number of `onion` addresses
|
||||
known to the node instead of separate `torv2` and `torv3` fields, as support
|
||||
for Tor V2 addresses was removed from Bitcoin Core in 22.0. (#22544)
|
||||
|
||||
Wallet
|
||||
------
|
||||
|
||||
|
|
|
@ -23,10 +23,9 @@ There are several ways to see your local onion address in Bitcoin Core:
|
|||
You may set the `-debug=tor` config logging option to have additional
|
||||
information in the debug log about your Tor configuration.
|
||||
|
||||
CLI `-addrinfo` returns the number of addresses known to your node per network
|
||||
type, including Tor v2 and v3. This is useful to see how many onion addresses
|
||||
are known to your node for `-onlynet=onion` and how many Tor v3 addresses it
|
||||
knows when upgrading to Bitcoin Core v22.0 and up that supports Tor v3 only.
|
||||
CLI `-addrinfo` returns the number of addresses known to your node per
|
||||
network. This can be useful to see how many onion peers your node knows,
|
||||
e.g. for `-onlynet=onion`.
|
||||
|
||||
## 1. Run Bitcoin Core behind a Tor proxy
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue