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 STEPBackup 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 STEPConvert 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 STEPImport 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.
importprivkey xxxxxx
- Go to "
Window" -> "
Receiving addresses" to see the Bitcoin Address that has successfully imported with the private key.