You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
320 B
8 lines
320 B
4 years ago
|
## CLI
|
||
|
|
||
|
A new `bitcoin-cli -generate` command, equivalent to RPC `generatenewaddress`
|
||
|
followed by `generatetoaddress`, can generate blocks for command line testing
|
||
|
purposes. This is a client-side version of the
|
||
|
[former](https://github.com/bitcoin/bitcoin/issues/14299) `generate` RPC. See
|
||
|
the help for details. (#19133)
|