walletconfirmbackup - Zcash 5.5.0 RPC

walletconfirmbackup "emergency recovery phrase"

CAUTION: This is an internal method that is not intended to be called directly by
users. Please use the zcashd-wallet-tool utility (built or installed in the same directory
as zcashd) instead. In particular, this method should not be used from zcash-cli, in order
to avoid exposing the recovery phrase on the command line.

Notify the wallet that the user has backed up the emergency recovery phrase,
which can be obtained by making a call to z_exportwallet. The zcashd embedded wallet
requires confirmation that the emergency recovery phrase has been backed up before it
will permit new spending keys or addresses to be generated.

Arguments:
1. "emergency recovery phrase" (string, required) The full recovery phrase returned as part
   of the data returned by z_exportwallet. An error will be returned if the value provided
   does not match the wallet's existing emergency recovery phrase.

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


Maintained by @_garethtdavies; modified by: mdr0id;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