keypoolrefill - Zcash 6.2.0 RPC

keypoolrefill ( newsize )

keypoolrefill is DEPRECATED and will be removed in a future release.
It will not be needed for Zallet.
See https://zcash.github.io/zcash/user/deprecation.html for more information.

Fills the keypool associated with the legacy transparent value pool. This should only be
used when interoperability with legacy Bitcoin infrastructure is required.


Arguments
1. newsize     (numeric, optional, default=100) The new keypool size

Examples:
> zcash-cli keypoolrefill 
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "keypoolrefill", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/


License of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT (github repo)

Note it uses a mainnet zcash node