Post
Topic
Board Wallet software
Merits 10 from 6 users
Re: How can I import Blockchain.Com Wallet in Bitcoin Core ?
by
Husna QA
on 01/09/2022, 04:46:31 UTC
⭐ Merited by Welsh (3) ,Cricktor (2) ,ETFbitcoin (2) ,Pmalek (1) ,kawetsriyanto (1) ,DdmrDdmr (1)
I have a Wallet in Blockchain.Com. I want import it to my Bitcoin Core QT. It is not allowing me to import it. Can anyone assist me and guide me step by step to import my Bitcoin Address ?

Thank you for your help.

FIRST STEP
Backup seed phrases on https://www.blockchain.com/ (skip this step if you have already backed it up).

- Login to https://www.blockchain.com/, then at the account, go to "Security" settings.



- In "Secret Private Key Recovery Phrase", click "Backup", then click "View Secret Private Key Recovery Phrase".





- Save Recovery Phrase.




SECOND STEP
Convert BIP39 mnemonic phrases to private keys.

- Download bip39-standalone.html (standalone offline version) here:
https://github.com/iancoleman/bip39#standalone-offline-version



- Then TURN OFF INTERNET ACCESS.
- Open the file "beep39-standalone.html" (offline).
- In the "BIP39 Mnemonic" column, fill in the recovery phrase obtained from https://www.blockchain.com/.



- Scroll to the bottom. In "Derived Addresses", save the Private Key of the Bitcoin address you created on https://www.blockchain.com/.



- Close the "beep39-standalone.html" file and re-enable internet access.


THIRD STEP
Import the Private key to Bitcoin Core.

- Run Bitcoin Core, then open "Console" via the "Window" menu.



- In the input field type: importprivkey "privkey" (the contents of the private key previously obtained from "beep39-standalone.html" ). Then the Rescanning (Wallet) will appear.

Code:
importprivkey xxxxxx




- Go to "Window" -> "Receiving addresses" to see the Bitcoin Address that has successfully imported with the private key.