Issue with regtest

Hello everyone,

As mentioned, I have an issue with generating the first block on the regtest. Here is a screenshot of the error message I get
Capture

Anyone can help?

Thank you

1 Like

@Theo1997 hello sir, use this command instead, they change the command long ago

bitcoin-cli -regtest generatetoaddress 101 [btcaddress]

without the brackets, just paste the address you generate before.

bitcoin-cli -regtest generatetoaddress 101 address123123

remember you can check here every new command that you could use Bitcoin Developer Examples

3 Likes

Thank you sir, working now, very helpful

3 Likes