Skip to main content

dumpwallet

dumpwallet "filename"

Dumps all wallet keys in a human-readable format to a server-side file. This does not allow overwriting existing files. Imported scripts are not currently included in wallet dumps, these must be backed up separately. Note that if your wallet contains keys which are not derived from your HD seed (e.g. imported keys), these are not covered by only backing up the seed itself, and must be backed up too (e.g. ensure you back up the whole dumpfile).

yerbas-cli dumpwallet "test"

Arguments

ArgumentTypeDescription
"filename"(string)The filename
Arguments:
1. "filename" (string, required) The filename

Output

ResultTypeDescription
.........
Result:
{
...
}

Examples

curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "dumpwallet", "params": ["test"] }' -H 'content-type: text/plain;' http://127.0.0.1:9998/