Post
Topic
Board Bitcoin Technical Support
Re: Safe to restart Core after out of space crash?
by
ranochigo
on 10/06/2021, 05:28:00 UTC
BTW, I never understood how chainstate is stored, but it seems every run touches practically all chainstate files, based on file modification times.
Looks alright to me. During startup, Core checks the last X blocks for inconsistencies. Specifically, the debug.log prints that they've checked the last X blocks for coin database inconsistencies.

I don't think it does a full check of the entire chainstate, as it'll take too much time. Do CMIIW.