按照教程搭建BSC节点,eth.syncing = false 怎么回事?

zsl705 zsl705 提出于 2022-11-08 08:21 6081 浏览

我参考如下教程:

超级详细BSC链智能全节点搭建全教程详细步骤 - 2022最新版 https://learnblockchain.cn/article/3888

我的是固态硬盘 ,搭建了bsc节点,但不能同步到最新区块,目前区块就是下载的区块高度(geth-20221101-not-fastnode.tar.lz4)

请问哪里出错了,是要等待吗?还是我的启动命令要修改? geth --config ./config.toml --datadir ./node --txlookuplimit 0 --cache 86016 --rpc.allow-unprotected-txs --syncmode full --tries-verify-mode none --diffblock 5000 --rpc.txfeecap 0 --rpc.gascap 0 --http --http.corsdomain "*" --pruneancient=true --diffsync=true --http.api eth,web3,debug,txpool,net,admin,debug --http --http.addr 0.0.0.0

请大侠们指点一下,谢谢!

1.png

2.png

最佳答案

2022-11-09 18:55

先确保你的geth是最新的,别跟随教程下旧的。 如果是刚启动显示false,可以不管他,等等就好了,等几个小时后看看有没有新块的日志

zen
zen

采纳率 39% · 回答于 2022-11-08 21:44

其它 3 个回答

zsl705 2022-11-08 08:30
zsl705 2022-11-08 22:49
zsl705 2022-11-08 23:30

写回答

你需要登录后才可以回答问题,登录