1
I want to experiment in the regtest network. But I don't understand how I can get funds to play with. I did:
bitcoind -regtest -daemon
bitcoin-cli -regtest sendtoaddress 2N3V4PeQXoD6TFM9ZvDMX81kzbuNtc5YPW4 1
and get:
error code: -6
error message:
Insufficient funds
Thanks! hmm that's odd. Before I tried generating 5 blocks, and it didn't allow me to spend. But with 101 it worked. Do you understand why? – relG – 2017-04-26T13:23:04.657
3
@relG: It's because of the 100 block maturation time.
– Nate Eldredge – 2017-04-26T14:57:23.373