我尝试安装全节点Binance智能链(https://docs.binance.org/smart-chain/developer/fullnode.html)。我遵守网站上的所有指示。
在命令之后
geth --config ./config.toml --datadir ./node -pprof.addr 0.0.0.0 --metrics --pprof我收到消息
ERROR[04-08|14:47:00.953] Unavailable modules in HTTP API list unavailable=[parlia] available="[admin debug web3 eth txpool personal ethash miner net]"
WARN [04-08|14:47:33.190] Invalid header encountered number=1 hash="040553…2ad0f6" parent="0d2184…d57b5b" err="extra-data too long: 97 > 32"
INFO [04-08|14:47:33.190] Downloader queue stats receiptTasks=0 blockTasks=0 itemSize=0.00B throttle=8192
WARN [04-08|14:47:33.190] Synchronisation failed, dropping peer peer=6c7bc767b533972a12b605c1f086c6503df257cb91296bed6faaae3dcc2ef5a8 err="retrieved hash chain is invalid: extra-data too long: 97 > 32"我不明白我怎么能修好它。我保存并解压缩了这个快照(https://docs.binance.org/smart-chain/validator/snapshot.html),但它不起作用。
我从/bsc文件夹安装get (1.10.1-稳定-c2d2f4ed)。求你帮帮我。
发布于 2021-04-09 08:32:27
@Unhead8 8,我做了以下步骤:
但我会犯错
ERROR[04-09|08:28:14.062] Unavailable modules in HTTP API list unavailable=[parlia] available="[admin debug web3 eth txpool personal ethash miner net]"
INFO [04-09|08:28:14.064] HTTP server started endpoint=127.0.0.1:8545 prefix= cors= vhosts=localhost
INFO [04-09|08:28:14.106] Initialized state bloom items=25 errorrate=0.000 elapsed=53.250ms
INFO [04-09|08:28:14.794] New local node record seq=2 id=6dc53e10d69a5ce5 ip=138.68.86.198 udp=30311 tcp=30311
INFO [04-09|08:28:24.419] Looking for peers peercount=0 tried=125 static=23
ERROR[04-09|08:28:26.146] Snapshot extension registration failed peer=98998f1a err="peer connected on snap without compatible eth support"
INFO [04-09|08:28:35.024] Looking for peers peercount=0 tried=120 static=23
INFO [04-09|08:28:39.004] Block synchronisation started
WARN [04-09|08:28:40.974] Node data write error err="trie node 65bc0c…a126f6 failed with all peers (2 tries, 2 peers)"
INFO [04-09|08:28:40.975] Downloader queue stats receiptTasks=0 blockTasks=0 itemSize=0.00B throttle=8192
WARN [04-09|08:28:40.975] Synchronisation failed, retrying err="trie node 65bc0c…a126f6 failed with all peers (2 tries, 2 peers)"https://ethereum.stackexchange.com/questions/96913
复制相似问题