Please describe the feature you’d like to see added.
Able to mine blocks through the Bitcoin-Qt while in Regtest mode.
Is your feature related to a problem, if so please describe it.
Feature addresses none ideal uX with Bitcoin-Qt and mining regtest blocks. Currently if you want to use the console of Bitcoin-Qt you would need to close this out and then use bitcoin-cli
separately to mine blocks.
When running Bitcoin-Qt in regtest mode it’s clear by seeing a blue Bitcoin logo instead of the orange one. However, there is no way to thoroughly test some capabilities without having the ability to mine blocks.
Describe the solution you’d like
Bitcoin-Qt is able to use generate
or -generate
flag similar to what bitcoin-cli
can do.
Currently if you run generate
the response is:
0has been replaced by the -generate cli option. Refer to -help for more information.
1 (code -1)
Describe any alternatives you’ve considered
Having bitcoin-cli shipped with all binaries on bitcoincore.org.
Please leave any additional context
low priority