mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 02:31:07 +00:00
714 B
714 B
P2P and network changes
- Normally local transactions are broadcast to all connected peers with
which we do transaction relay. Now, for the
sendrawtransactionRPC this behavior can be changed to only do the broadcast via the Tor or I2P networks. A new boolean option-privatebroadcasthas been added to enable this behavior. This improves the privacy of the transaction originator in two aspects:- Their IP address (and thus geolocation) is never known to the recipients.
- If the originator sends two otherwise unrelated transactions, they will not be linkable. This is because a separate connection is used for broadcasting each transaction. (#29415)