Author

Topic: Hidden bitcoin core RPC commands (Read 191 times)

newbie
Activity: 28
Merit: 24
July 01, 2020, 02:38:51 PM
#4
Thank you both!
staff
Activity: 3458
Merit: 6793
Just writing some code
July 01, 2020, 12:53:59 PM
#3
The current hidden RPCs are:
Code:
invalidateblock
reconsiderblock
waitfornewblock
waitforblock
waitforblockheight
syncwithvalidationinterfacequeue
dumptxoutset
estimaterawfee
setmocktime
mockscheduler
echo
echojson

These RPCs are pretty much used only for tests and shouldn't be relied on for normal use. Their APIs may not be stable and may change at any time. These RPCs may also be removed at any time.
legendary
Activity: 3472
Merit: 3217
Playbet.io - Crypto Casino and Sportsbook
July 01, 2020, 12:50:46 PM
#2
Take a look at this one I just found them on Google and got the source from here "Full list of RPCs - including hidden RPCs"

And this is the link below that I got from the link above including the other hidden RPC commands.
- https://github.com/bitcoin/bitcoin/blob/b05a89b2def301704df8f22f05a45ccf891c2b83/src/rpcserver.cpp#L268-380
newbie
Activity: 28
Merit: 24
July 01, 2020, 12:31:49 PM
#1
Recently I learned about
Code:
bitcoin-cli reconsiderblock 
, 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
?
Jump to: