Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我广播了具有更高随机数的交易,例如:我当前的随机数是 n,我广播了从 n+2 到 n+{larger_number} 的交易,我观察到它们存储在以太坊网络中,这会对以太坊网络构成威胁吗?
每个节点选择存储和转发待处理事务的时间。它可以随时选择删除待处理的事务。因此,如果网络开始受到猛烈抨击,高随机数交易(和低 gas 价格交易)将开始下降。
在实践中,大多数节点都遵循相当简单的丢弃规则。例如,查看以下geth设置:
geth
--txpool.lifetime 24h0m0s
--txpool.globalqueue 8192