Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Topic OP
Hidden bitcoin core RPC commands
by
tiagocs
on 01/07/2020, 17:31:49 UTC
⭐ Merited by ETFbitcoin (1)
Recently I learned about
Code:
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
Code:
bitcoin-cli help
?