我正在尝试安装一个bsc完全节点,我正在遵循bsc教程(https://docs.binance.org/smart-chain/developer/fullnode.html)。但我遇到了一个问题。在最后一步,当我启动节点时,它说:
信息05-27点09:59:45.452启动地理信息在以太主干网.致命:./config.toml,第35行:字段'OracleThreshold‘未在gasprice.Config中定义,请参见\https://godoc.org/github.com/ethereum/go-ethereum/eth/gasprice#Config中的可用字段
我看到这家伙增加了类似的问题..。https://githubmemory.com/repo/binance-chain/bsc/issues/255
希望你能帮我,谢谢。
发布于 2021-07-05 16:10:17
只需删除这一行(第35行: OracleThreshold = 20)。由于go- field已被更新,并且配置模型发生了更改,所以在https://godoc.org/github.com/ethereum/go-ethereum/eth/gasprice#Config ->中可以看到模型中没有"OracleThreshold“字段。
https://ethereum.stackexchange.com/questions/99773
复制相似问题