Post
Topic
Board Bitcoin Technical Support
Re: bitcoind is crashing soon after start, how to fix ? centos linux
by
btctousd81
on 10/03/2019, 16:48:32 UTC
which directory data should i remove , so it will start downloading blockchain again ?

/root/.bitcoin/blocks  ?
/root/.bitcoin/chainstate

You only need to delete /root/.bitcoin/blocks

You might want to delete chainstate (which contain all UTXO) and txindex (which contain all transaction index) folder as well since both of them will be recreated anyway and just in case if those two are corrupted as well.

thanks.,

i cleaned

/root/.bitcoin/blocks
/root/.bitcoin/chainstate

and started bitcoind.,

now its started to download blocks.,