bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/importwallet
Wallet

importwallet

Imports keys from a wallet dump file (see dumpwallet). Requires a new wallet backup. Only for legacy wallets.

Parameters

filenamestringREQUIRED
The wallet file path

Returns

nullnull on success

Code Examples

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

Example Response

null
← Previous
importpubkey
Next →
keypoolrefill

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗