FeatherCoin / Feathercoin

https://feathercoin.com
MIT License
128 stars 124 forks source link

wallet stops syncing if checkpoint orphaned #384

Closed cipig closed 4 years ago

cipig commented 4 years ago

all my wallets stopped syncing

2020-01-20T19:15:25Z ERROR: ProcessNewBlock: AcceptBlock FAILED ( (code 0))
2020-01-20T19:15:25Z ERROR: AcceptBlock: rejected by synchronized checkpoint

reason: 2020-01-20T19:14:02Z LoadBlockIndexDB(): synchronized checkpoint 3e31786265b00985cdf59774db7b11124eadb5de8c50dbf343a498833501f12e which is a orphaned block: http://explorer.feathercoin.com/block/3e31786265b00985cdf59774db7b11124eadb5de8c50dbf343a498833501f12e

btw, how can i disable the checkpointing stuff?

Bushstar commented 4 years ago

I'm creating an updated version of Feathercoin now and will push the code changes as soon as possible.

Bushstar commented 4 years ago

@cipig 0.18.2 update is available from below, ACP needs some testing and I'll add something to allow skipping of it entirely for circumstances like this.

https://github.com/FeatherCoin/Feathercoin/releases/tag/v0.18.2

cipig commented 4 years ago

Thanks for the quick fix. Wallets are working again after updating to latest master.