zack-bitcoin/amoveo

节点运行几天后 block 高度与 api 高度不同

Closed this issue · 2 comments

touzi commented

我的节点运行了几天都很正常, 今天早上发现 block 高度与 api 高度不同.

image

api 高度是同步的, block 高度没有同步. 然后我今天通过 make prod-restart 重启了节点, 貌似也没有开始同步 block , 我需要在观察一段时间

touzi commented

我继续尝试输入 sync:start(). 然后开始同步了, 但为什么 block 会自动停止同步?

I think you need sync_mode:normal().

Also good to do keys:unlock("").

I wrote about them here: https://github.com/zack-bitcoin/amoveo/blob/master/docs/getting-started/sync.md

Also, your node needs to have externally accessible IP address so that the other nodes can send messages to you.