Recently I learned about
bitcoin-cli reconsiderblock <block_hash>
, which saved me from having to start the synchronization from scratch (was getting constantly ERROR: AcceptBlockHeader: block 00.. is marked invalid and the blockheader had a invalid difficulty).
Does anybody know about other hidden RPC commands that are not listed under
bitcoin-cli help
?