The address is one I created using the CLI. Instead of the expected array with a hash of a generated block I just get an empty array [ ] and the balance is still 0.
I’ve read docs and searched for answers, but haven’t been succesful at generating blocks. I use Bitcoin Core v25.0 if that makes a difference.
The problem is that I can’t even mine 1, or 101. I’m running Bitcoin Core locally and using regtest mode. When I use the generatetoaddress command, the response is [ ].
I read something about that response is expected when you use the generatetoaddress on testnet, but I have set the network to regtest in the bitcoin.cont file…
Hey @zohaib29
That’s a really nice collection of scripts!
Unfortunately I’m still struggling with this issue. It might be a config thing since everything else seems to be working.