mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-02 17:56:16 +00:00
365 B
365 B
Mining IPC
Mining.createNewBlocknow has acooldownbehavior (enabled by default) that waits for IBD to finish and for the tip to catch up. This usually prevents a flood of templates during startup, but is not guaranteed. (#34184)Mining.interrupt()can be used to interruptMining.waitTipChangedandMining.createNewBlock. (#34184)