I’ve downloaded and totally synced with my Mac final Saturday, my Bitcoin Core model is v0.21.0 and my Bitcoin-Qt model 5.9.8.
I did run different RPC instructions similar to "getrpcinfo" and it did present consequence:
{
"active_commands": [
{
"method": "getrpcinfo",
"duration": 72
}
],
"logpath": "/Customers/jsjs77/Library/Software Help/Bitcoin/debug.log"
}
"getbalance" –

{
"mine": {
"trusted": 0.00000000,
"untrusted_pending": 0.00000000,
"immature": 0.00000000
}
}
However then, after I need to run this "generatetoaddress nblocks "handle" it doesn’t present block hash consequence:

generatetoaddress 11 1MDihWw2UfkYyAwrQDWNFbmaH6bx4NBFtL

[
]
I’ve tried the next strategies:
bitcoin-cli generatetoaddress 11 1MDihWw2UfkYyAwrQDWNFbmaH6bx4NBFtL.

Methodology not discovered (code -32601)
and
bitcoin-cli -regtest generatetoaddress 11 1MDihWw2UfkYyAwrQDWNFbmaH6bx4NBFtL
Methodology not discovered (code -32601)
Is that this obtained to do with the adjustments of newest model? I actually need assistance. Thanks

