at this moment I am running just full node without LN. I found this interesting and because my plan is to run LN node too I decide to enable "NEUTRINO". So I did put those two lines in config and restart bitcoind. After some time bitcoind start to restarting, so did ckech log and found following error:
2024-02-28T18:29:12Z ERROR: UndoReadFromDisk: Checksum mismatch 2024-02-28T18:29:12Z *** ThreadSync: Failed to write block 0000000000000000000558868ed1f96fc38462812fa50da74073438b97c368f4 to index database
I know, this is different topic but maybe someone knows about this issue. Thank you for any help / tip.
I think you have some bad blocks on that drive. Try to rescan your blocks to reindex.
Why do you want to activate neutrino on your core node if you are not gonna share that neutrino connection to others? Please read carefully the documentation about neutrino and how to use it.
reply
I did RPC call getblockstats on that block and get error:
bitcoin-cli getblockstats 740198 error code: -1 error message: Can't read undo data from disk
ok, looks that I need to rescan, but not sure what you mean. Should I put 'reindex=1' in config and restart bitcoind?
I think that I understand what that mean to activate neutrino. I will not used it at the moment and probably it is not necessary for my future LN node but I am accepting inbound connection from internet now and would like to see what happen and to help a little ...
reply
Should I put 'reindex=1' in config and restart bitcoind?
Yes. Be aware that will take time, so be patient and watch the logs
reply