Closed hyeongjun-dev closed 2 years ago
@devgang-eth, it looks like you wiped all your node data and are starting again? If so, the issue is that the data you're looking for has already been pruned by the rest of the network. To avoid this issue, you'll need to run state sync in fast sync mode (which skips the history). Add the following to your config and restart your node and it should sync:
state_sync:
state_sync_driver:
bootstrapping_mode: DownloadLatestStates
Note: it may take up to 2 hours before you start seeing any increases in synced versions (as it needs to download the latest state first) 😄
@JoshLind Many thanks for your detailed guide :) I wiped all my node's data and restarted with updated to above configuration of fast mode. After updated, It works well now ! I will close the issue
After resolved recent network stuck issue, full node revision has been updated to
testnet_392dbd870a5dfc8e02503f8b2537903dc259baf1
. But after updated to the version, I guess through logs that full node can't sync state.Attached logs: