bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/keypoolrefill
Wallet

keypoolrefill

Fills the keypool. Requires wallet passphrase to be set with walletpassphrase call if wallet is encrypted.

Parameters

newsizenumberoptional
The new keypool size. Default: 100

Returns

nullnull on success

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"keypoolrefill","params":[200]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

null
← Previous
importwallet
Next →
listaddressgroupings

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗