Suggested by ismaelsadeeq in #29415.
Creates doc/privacy.md as a single home for Bitcoin Core's privacy tools for transaction broadcasting and network connectivity.
Commit 1: Move the "Privacy recommendations" sections from
doc/tor.mdanddoc/i2p.mdintoprivacy.md, replacing them with pointers. The two files contained the same multi-network unlinkability warning duplicated verbatim; this consolidation removes the duplication. No content changes.Commit 2: Add a "Transaction broadcasting privacy" section documenting
-privatebroadcast, its prerequisites (Tor or I2P), current scope (sendrawtransactiononly, with a link to the tracking issue for planned wallet-level support), and the related RPCs (getprivatebroadcastinfo,abortprivatebroadcast).