mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-13 11:09:16 +01:00
bip 133: remove implementation detail
This commit is contained in:
parent
b3a93c4201
commit
fa02af6e89
1 changed files with 2 additions and 2 deletions
|
@ -34,11 +34,11 @@ Feefilter messages are not sent to whitelisted peers if the "-whitelistforcerela
|
|||
|
||||
There are privacy concerns with deanonymizing a node by the fact that it is broadcasting identifying information about its mempool min fee. To help ameliorate this concern, the implementation quantizes the filter value broadcast with a small amount of randomness, in addition, the messages are broadcast to different peers at individually randomly distributed times.
|
||||
|
||||
If a node is using prioritisetransaction to accept transactions whose actual fee rates might fall below the node's mempool min fee, it may want to consider setting "-feefilter=0" to make sure it is exposed to all possible txid's.
|
||||
If a node is using prioritisetransaction to accept transactions whose actual fee rates might fall below the node's mempool min fee, it may want to consider disabling the fee filter to make sure it is exposed to all possible txid's.
|
||||
|
||||
==Backward compatibility==
|
||||
|
||||
Older clients remain fully compatible and interoperable after this change. The sending of feefilter messages can be disabled by unsetting the "-feefilter" option.
|
||||
Older clients remain fully compatible and interoperable after this change. Also, clients implementing this BIP can choose to not send any feefilter messages.
|
||||
|
||||
==Implementation==
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue