[#CChainParams-MineBlocksOnDemand] = xref:CChainParams.adoc[CChainParams]::MineBlocksOnDemand :relfileprefix: ../ :mrdocs: Reports whether blocks can be mined on demand without retargeting. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool MineBlocksOnDemand() const; ---- == Return Value `true` when proof‐of‐work difficulty retargeting is disabled. [.small]#Created with https://www.mrdocs.com[MrDocs]#