@@ -78,13 +78,6 @@ Configuration option changes
7878 documentation] ( https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md#usage )
7979 for details.
8080
81- - The ` enablebip61 ` option (introduced in Bitcoin Core 0.17.0) is
82- used to toggle sending of BIP 61 reject messages. Reject messages have no use
83- case on the P2P network and are only logged for debugging by most network
84- nodes. The option will now by default be off for improved privacy and security
85- as well as reduced upload usage. The option can explicitly be turned on for
86- local-network debugging purposes.
87-
8881- The ` rpcallowip ` option can no longer be used to automatically listen
8982 on all network interfaces. Instead, the ` rpcbind ` parameter must also
9083 be used to specify the IP addresses to listen on. Listening for RPC
@@ -181,6 +174,16 @@ Deprecated or removed RPCs
181174 continue using ` generate ` in this version, restart bitcoind with the
182175 ` -deprecatedrpc=generate ` configuration option.
183176
177+ Deprecated P2P messages
178+ -----------------------
179+
180+ - BIP 61 reject messages are now deprecated. Reject messages have no use
181+ case on the P2P network and are only logged for debugging by most network
182+ nodes. Furthermore, they increase bandwidth and can be harmful for privacy
183+ and security. It has been possible to disable BIP 61 messages since v0.17
184+ with the ` -enablebip61=0 ` option. BIP 61 messages will be disabled by default
185+ in a future version, before being removed entirely.
186+
184187New RPCs
185188--------
186189
0 commit comments