Bitcoin node don't start

My bitcoin node is stuck at “starting”

In the logs i get this :
2023-11-13T21:57:49Z LevelDB read failure: Corruption: block checksum mismatch: /data/.bitcoin/chainstate/3198606.ldb
2023-11-13T21:57:49Z Fatal LevelDB error: Corruption: block checksum mismatch: /data/.bitcoin/chainstate/3198606.ldb
2023-11-13T21:57:49Z You can use -debug=leveldb to get more complete diagnostic messages
2023-11-13T21:57:49Z Fatal LevelDB error: Corruption: block checksum mismatch: /data/.bitcoin/chainstate/3198606.ldb
2023-11-13T21:57:49Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2023-11-13T21:57:49Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2023-11-13T21:57:49Z Shutdown: In progress…
2023-11-13T21:57:49Z scheduler thread exit
2023-11-13T21:57:49Z Flushed fee estimates to fee_estimates.dat.
2023-11-13T21:57:51Z Shutdown: done

How can i restart bitcoin-core with the -reindex or -reindex-chainstate ?

Have you checked this ? → Fatal LevelDB error: Corruption: block checksum mismatch · Issue #21724 · bitcoin/bitcoin · GitHub

1 Like

i’m trying to reindex the blocks with reindex=1
it’s not stuck anymore for now, reindexing block from local files.