Bitcoin Forum
April 26, 2024, 11:05:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Import xpub from blockchain.info to Bitcoin Core  (Read 633 times)
zoltanb (OP)
Member
**
Offline Offline

Activity: 162
Merit: 24


View Profile
September 13, 2017, 11:54:05 AM
 #1

Is there any way to easily import a blockchain.info wallet to Bitcoin Core?
All I can get from blockchain.info is the Extended Public Key xPub: xpub............................

How do I import this into my bitcoin core?
1714172707
Hero Member
*
Offline Offline

Posts: 1714172707

View Profile Personal Message (Offline)

Ignore
1714172707
Reply with quote  #2

1714172707
Report to moderator
1714172707
Hero Member
*
Offline Offline

Posts: 1714172707

View Profile Personal Message (Offline)

Ignore
1714172707
Reply with quote  #2

1714172707
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
aleksej996
Sr. Member
****
Offline Offline

Activity: 490
Merit: 389


Do not trust the government


View Profile
September 13, 2017, 12:05:13 PM
 #2

There is really no need of importing a public key. It is public after all, it is designed for everyone to eventually know it.
You need a private key to use your bitcoins, that is what you should be importing in Bitcoin Core.
I believe they start with xpriv...
I believe it is BIP38 encrypted and you should find an opens source program to decrypt it. You can use https://www.bitaddress.org , it is also available on GitHub and you should download the code and run it offline.
zoltanb (OP)
Member
**
Offline Offline

Activity: 162
Merit: 24


View Profile
September 13, 2017, 12:12:38 PM
 #3

There is really no need of importing a public key. It is public after all, it is designed for everyone to eventually know it.
You need a private key to use your bitcoins, that is what you should be importing in Bitcoin Core.
I believe they start with xpriv...
I believe it is BIP38 encrypted and you should find an opens source program to decrypt it. You can use https://www.bitaddress.org , it is also available on GitHub and you should download the code and run it offline.

Can you post a step by step guide? I would like to access my blockchain.info funds from Bitcoin Core. I believe I can only to this if I import somehow the private key from blockchain.info into Bitcoin Core. But I can't seem to find from where do I get the private key from blockchain.info. Please advise.
aleksej996
Sr. Member
****
Offline Offline

Activity: 490
Merit: 389


Do not trust the government


View Profile
September 13, 2017, 12:29:44 PM
 #4

There is really no need of importing a public key. It is public after all, it is designed for everyone to eventually know it.
You need a private key to use your bitcoins, that is what you should be importing in Bitcoin Core.
I believe they start with xpriv...
I believe it is BIP38 encrypted and you should find an opens source program to decrypt it. You can use https://www.bitaddress.org , it is also available on GitHub and you should download the code and run it offline.

Can you post a step by step guide? I would like to access my blockchain.info funds from Bitcoin Core. I believe I can only to this if I import somehow the private key from blockchain.info into Bitcoin Core. But I can't seem to find from where do I get the private key from blockchain.info. Please advise.

I don't use online wallets, they are not secure, but I found this topic for you https://bitcointalk.org/index.php?topic=2063572.0 .
Just follow the first part on exporting your private key from the blockchain.info

This should give you the xpriv key. Then go to https://github.com/pointbiz/bitaddress.org/releases download the latest version's source code in zip format.
Unplug your Internet cable.
Unzip it and I guess you open a file bitaddress.org.html in your browser.

Then go to "Wallet Details" tab, put your private key in and I guess it should tell you your private key at "Private Key WIF".
Then open Bitcoin Core, go to Help->Debug Window and click the "Console" tab. There type in "importprivkey <your private key>".

You should encrypt your wallet as well before hand if you didn't already by going to Settings->Encrypt wallet...
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!