polar
polar copied to clipboard
Feature Request: GUI block height should detect manually mined blocks using `bitcoin-cli`
trafficstars
Running bitcoin-cli generatetoaddress to mine blocks does not increase the block height shown in the GUI.
However, we can check the current block height by running bitcoin-cli getblockchaininfo and see that the command actually worked.
If we click "Quick Mine" in the GUI, it will update to include the blocks that were mined through the command line.