keypoolrefill
Wallet
Summary
Refills each descriptor keypool in the wallet up to the specified number of new keys.
Description
Refills each descriptor keypool in the wallet up to the specified number of new keys. By default, descriptor wallets on this chain have 1 active ranged descriptor ("p2mr") with 1000 entries.
Requires wallet passphrase to be set with walletpassphrase call if wallet is encrypted.
Arguments
newsize(NUM): The new keypool size
Results
value(NONE): No description.
Examples
qbit-cli keypoolrefill
curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "keypoolrefill", "params": []}' -H 'content-type: application/json' http://127.0.0.1:8352/