bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/dumpwallet
Wallet

dumpwallet

Dumps all wallet keys in a human-readable format to a server-side file. Only for legacy wallets.

Parameters

filenamestringREQUIRED
The filename to dump to (absolute path on server)

Returns

objectObject with filename

Code Examples

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

Example Response

{
  "filename": "/tmp/dump.txt"
}
← Previous
bumpfee
Next →
encryptwallet

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗