# Gavin Andresen # 2011-10-12 23:16:46 # https://bitcointalk.org/index.php?topic=5024.msg571260#msg571260 @s{quotedtext} @s{quotedtext} Thinking out loud: @p{par} If miners (or other nodes) not relaying transactions starts to become an issue, "we" could write code to detect and discourage it. @p{par} Detecting: the node says it is a full node but you get many fewer 'inv' messages from it compared to your other peers. @p{par} Discouraging: you refuse to relay or build on any new-block messages that you get from that node. @p{par} See @s{(link)} for a framework for the 'discourage' part. @p{brk}