z_importwallet - Hush 3.10.0 RPC

z_importwallet "filename"

Imports taddr and zaddr keys from a wallet export file (see z_exportwallet).

Arguments:
1. "filename"    (string, required) The wallet file
2. rescan      (boolean, optional, default=yes) Rescan the wallet for transactions

Examples:

Dump the wallet
> hush-cli z_exportwallet "nameofbackup"

Import the wallet
> hush-cli z_importwallet "path/to/exportdir/nameofbackup"

Import using the json rpc call
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "z_importwallet", "params": ["path/to/exportdir/nameofbackup"] }' -H 'content-type: text/plain;' http://127.0.0.1:18031/

Import the wallet without rescan
> hush-cli z_importwallet "path/to/exportdir/nameofbackup" no 

Import without Rescan using the json rpc call
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "z_importwallet", "params": ["path/to/exportdir/nameofbackup" no] }' -H 'content-type: text/plain;' http://127.0.0.1:18031/


Maintained by The Hush Developers

Welcome to the Hush full node RPC developer documentation!!! You finally made it.




Auction










Lotto