0
I'm running the generate command on a bitcoin core fork (with difficulty = 1) and bitcoind running in another window and outputting the best/vs. hashes as it should when generate is running.
However, nothing has been mined yet; generate keeps returning empty brackets. A similar command worked on this machine so I know its powerful enough to mine at this low difficulty.
How do I check what's going wrong? Perhaps a verbose option for generate or something other than debug.log (this just outputs keypool return/keypool reserve throughout. I have also tried to mine in the debug console of QT client but with no luck either.
1
You can also use external mining software such as cpuminer.
– Nate Eldredge – 2018-01-18T14:09:52.110Nate that looks like a great idea. Thanks! – user3190635 – 2018-01-18T16:45:27.143