Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bitcoin-dot-org
developer.bitcoin.org
Commits
765d39d0
Commit
765d39d0
authored
Feb 27, 2021
by
Cornelius Schumacher
Browse files
Remove docs for removed command
parent
7ef0454d
Changes
1
Hide whitespace changes
Inline
Side-by-side
reference/rpc/generate.rst
deleted
100644 → 0
View file @
7ef0454d
.. This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
generate
========
``generate nblocks ( maxtries )``
Mine up to nblocks blocks immediately (before the RPC call returns) to an address in the wallet.
Argument #1 - nblocks
~~~~~~~~~~~~~~~~~~~~~
**Type:** numeric, required
How many blocks are generated immediately.
Argument #2 - maxtries
~~~~~~~~~~~~~~~~~~~~~~
**Type:** numeric, optional, default=1000000
How many iterations to try.
Result
~~~~~~
::
[ blockhashes ] (array) hashes of blocks generated
Examples
~~~~~~~~
.. highlight:: shell
Generate 11 blocks::
bitcoin-cli generate 11
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment