Skip to content

Import and Export Private Key

catchingknives edited this page Jan 10, 2019 · 5 revisions

Note: As dumpwallet and dumpprivkey have been used by scammers, we have introduced a safety net to these commands. Please refer to the relevant Pull Request.

You can export the private key that belongs to a specific address in wallet with the command dumpprivkey followed by the target address.

Export private key

You can import a private key into the wallet with the command importprivkey followed by the target private key.

Import key

If you try to import the private key again, the wallet will display an error message indicating that you already imported the private key into the wallet.

Import again

Clone this wiki locally