yoyow-org / yoyow-core-testnet

4 stars 1 forks source link

时间太快导致同步日志不显示 #5

Open abitmore opened 7 years ago

abitmore commented 7 years ago

yoyow_node.exe 启动如果带 --replay 参数, replay 完过一会屏幕就没有日志输出了,通过 yoyow_client 连上去检查发现已经同步,并且一直会收到新块。 ··· 2265584ms th_a main.cpp:179 main ] Started yoyow node on a chain with 112998 blocks. 2265585ms th_a main.cpp:180 main ] Chain ID is 7ec6a131f0f5a6cc586b9d48277171143069c1983 48186b517b9d89c08f55eb4 2266000ms th_a witness.cpp:186 block_production_loo ] Not producing block because production is disabled un til we receive a recent block (see: --enable-stale-production) ··· 和见证人是离线状态有没有关系?

abitmore commented 7 years ago

带 --resync-blockchain 启动也是一样

abitmore commented 7 years ago

是时间同步问题。