I’m experimenting with the blockchain, writing a block indexer / local node monitor.
In my testing I wrote a small python script that uses AuthServiceProxy.batch() to get the hash of each block.
After several hundred thousand, maybe even pushing a million RPC calls I’m finding my chain state is corrupted.
Bitcoin Core will just crash on load and I have to reindex the whole blockchain, this has happened twice now.
Is there something I’m doing wrong?