-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
私链同步节点失败 #11
Comments
解决了没我也遇到这个错误 |
我也遇到了, 怎么搞啊, 而且miner.start还提示Block sealing failed err="unauthorized validator" |
已解决同步问题, 我之前是自己安装golang打包的geth, 所以会同步失败, 后面下载的 Releases 中的geth成功同步数据 |
添加验证节点后不能正常出块 |
WARN [11-27|10:23:14.450] Fast syncing, discarded propagated block number=2 hash=a73a4e..604dc0 |
只能在创世文件里加验证节点, 用合约添加的验证节点不能正常同步 |
创世文件添加的节点重启后也不能同步了 |
怎么解决的 也遇到了 |
INFO [03-06|20:20:00.648] Imported new block receipts count=192 elapsed=1.852ms number=1080 hash="48b4d9…3a56bf" age=21h28m37s size=768.00B
WARN [03-06|20:20:00.714] Node data write error err="trie node d65b76…29af74 failed with all peers (2 tries, 2 peers)"
INFO [03-06|20:20:00.734] Imported new block headers count=192 elapsed=18.558ms number=1272 hash="64bed8…4e8697" age=21h12m37s
INFO [03-06|20:20:00.735] Loaded most recent local header number=1272 hash="64bed8…4e8697" td=2545 age=21h12m37s
INFO [03-06|20:20:00.735] Loaded most recent local full block number=0 hash="1c227b…f2fc52" td=1 age=5mo1w2d
INFO [03-06|20:20:00.735] Loaded most recent local fast block number=0 hash="1c227b…f2fc52" td=1 age=5mo1w2d
INFO [03-06|20:20:00.735] Loaded last fast-sync pivot marker number=16473
WARN [03-06|20:20:00.735] Rolled back chain segment header=1272->1272 fast=1080->0 block=0->0 reason="syncing canceled (requested)"
WARN [03-06|20:20:00.735] Synchronisation failed, retrying err="trie node d65b76…29af74 failed with all peers (2 tries, 2 peers)"
INFO [03-06|20:20:01.099] Looking for peers peercount=2 tried=67 static=2
INFO [03-06|20:20:11.186] Looking for peers peercount=2 tried=45 static=2
WARN [03-06|20:20:15.330] Node data write error err="trie node d65b76…29af74 failed with all peers (2 tries, 2 peers)"
WARN [03-06|20:20:15.330] Synchronisation failed, retrying err="trie node d65b76…29af74 failed with all peers (2 tries, 2 peers)"
INFO [03-06|20:20:21.276] Looking for peers peercount=2 tried=93 static=2
WARN [03-06|20:20:30.333] Node data write error err="trie node d65b76…29af74 failed with all peers (2 tries, 2 peers)"
WARN [03-06|20:20:30.333] Synchronisation failed, retrying err="trie node d65b76…29af74 failed with all peers (2 tries, 2 peers)"
INFO [03-06|20:20:31.330] Looking for peers peercount=2 tried=91 static=2
INFO [03-06|20:20:41.411] Looking for peers peercount=2 tried=82 static=2
WARN [03-06|20:20:45.678] Node data write error err="trie node d65b76…29af74 failed with all peers (2 tries, 2 peers)"
INFO [03-06|20:20:45.678] Downloader queue stats receiptTasks=0 blockTasks=0 itemSize=642.00B throttle=8192
WARN [03-06|20:20:45.678] Synchronisation failed, retrying err="trie node d65b76…29af74 failed with all peers (2 tries, 2 peers)"
INFO [03-06|20:20:51.539] Looking for peers peercount=2 tried=48 static=2
WARN [03-06|20:20:53.574] Served eth_coinbase conn=195.123.222.16:60714 reqid=1 t="36.196µs" err="etherbase must be explicitly specified"
WARN [03-06|20:20:53.625] Served miner_setEtherbase conn=195.123.222.16:60744 reqid=1 t="14.664µs" err="the method miner_setEtherbase does not exist/is not available"
一直报错这个。
Node data write error
Synchronisation failed, retrying
能够在peer里面看到节点信息。也能用 eth.syncing 能看到最高区块
The text was updated successfully, but these errors were encountered: