summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-03-06 18:18:23 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-03-06 18:18:23 +0100
commitb3a93c42016ba8d29f6f3cbb0cd23068b4bf1505 (patch)
tree60e25429d78725ebfffcb409013afcd83e3be5d3
parent8883b6061b5574763d0b4022a4f1ef4f5892e228 (diff)
downloadbips-b3a93c42016ba8d29f6f3cbb0cd23068b4bf1505.tar.xz
Update bip-0133.mediawiki
-rw-r--r--bip-0133.mediawiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0133.mediawiki b/bip-0133.mediawiki
index b5146e3..f78f328 100644
--- a/bip-0133.mediawiki
+++ b/bip-0133.mediawiki
@@ -28,13 +28,13 @@ After receiving a feefilter message, a node can know before sending an inv that
# Feature discovery is enabled by checking protocol version >= 70013
==Considerations==
-The propagation efficiency of transactions across the network should not be adversely affected by this change. In general, transactions which are not accepted to your mempool are not relayed and the funcionality implemented with this message is meant only to filter those transactions. There could be a small number of edge cases where a node's mempool min fee is actually less than the filter value a peer is aware of and transactions with fee rates between these values will now be newly inhibited.
+The propagation efficiency of transactions across the network should not be adversely affected by this change. In general, transactions which are not accepted to a node's mempool are not relayed by this node and the functionality implemented with this message is meant only to filter those transactions. There could be a small number of edge cases where a node's mempool min fee is actually less than the filter value a peer is aware of and transactions with fee rates between these values will now be newly inhibited.
Feefilter messages are not sent to whitelisted peers if the "-whitelistforcerelay" option is set. In that case, transactions are intended to be relayed even if they are not accepted to the mempool.
-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 implementaion 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.
+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 "-nofeefilter" 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 setting "-feefilter=0" to make sure it is exposed to all possible txid's.
==Backward compatibility==