-snip- What is likely the problem?
That can be determined by an error line in your "
debug.log" file in your bitcoin data directory.
I am trying to download Bitcoin Core, but I keep running into the problem: "Unable to replay blocks. You will need to rebuild the database using reindex chainstate."
This message suggests you to start bitcoin core with
--reindex-chainstate command line arg.
E.g.: in your command line:
bitcoin-qt --reindex-chainstateThat will delete your current UTXO set and rebuild it using your existing blockchain on disk.
However, for pruned mode, you'll have to redownload the blockchain to do that so in case you've enabled "
prune block storage" setting, you'll basically need to start from scratch.