brownie TransactionReceipt.wait(n) 哪个值要避免前面 运行 与 geth?

brownie TransactionReceipt.wait(n) which value to avoid front run with geth?

我是这些以太坊主题的新手,我想知道确认是如何工作的以及为什么价值会改变?

另一个问题是,如果我有自己的 GETH 节点,我应该设置什么值来避免前端 运行 如果我自己开采交易,这应该足够了,我知道该值应该是 1?

感谢您的评论。

And the other question is if I have my own GETH node what value should I put to avoid the front run if I mine my own transaction this should be enough and I understand the value should be 1?

除非你拥有相当大的散列能力,价值数百万美元,否则你不太可能能够挖掘自己的交易。另外确认值与抢跑无关。

To avoid frontrunning, instead set slippage parameter for your trades.