Bitcoin Forum
May 09, 2024, 02:00:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: How to export private keys from QT and import into blockchain.info ?  (Read 532 times)
forzendiablo (OP)
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
July 25, 2015, 01:45:37 PM
 #1

Currently i dont have enough space to run Bitcoin core yet i need to get my bicoins to use.

I know Blockchain.info lets you import other wallet keys.

What command i need to run on QT [yes i can start it, just cant fully sync it] to get my BTCs into blockchains site?

yolo
1715220052
Hero Member
*
Offline Offline

Posts: 1715220052

View Profile Personal Message (Offline)

Ignore
1715220052
Reply with quote  #2

1715220052
Report to moderator
1715220052
Hero Member
*
Offline Offline

Posts: 1715220052

View Profile Personal Message (Offline)

Ignore
1715220052
Reply with quote  #2

1715220052
Report to moderator
1715220052
Hero Member
*
Offline Offline

Posts: 1715220052

View Profile Personal Message (Offline)

Ignore
1715220052
Reply with quote  #2

1715220052
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715220052
Hero Member
*
Offline Offline

Posts: 1715220052

View Profile Personal Message (Offline)

Ignore
1715220052
Reply with quote  #2

1715220052
Report to moderator
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
July 25, 2015, 01:58:40 PM
 #2

Please don't use Blockchain.info. Many people's wallets have been hacked because of Blockchain.info's fault. If you can't use Bitcoin Core, why don't you use thin clients like Electrum and Multibit HD?

To export private key, run dumpprivkey address. If your wallet is locked, you will have to unlock your wallet first by running walletpassphrase passphrase timeout (timeout is in seconds).

Eg:-

walletpassphrase pass1234 300  - This will unlock a wallet for 300 seconds(5 minutes).
dumpprivkey 1MZakirz92c76pK6BNy1NAEmbWYpDcP7mh  - This will show private key for 1MZakirz92c76pK6BNy1NAEmbWYpDcP7mh. (If this address is in the wallet.)

P.S. You will have to export private keys one by one.

scientific
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
July 25, 2015, 03:41:36 PM
 #3

You can also use pywallet to dump all the private keys at once and paste the output into the blockchain.info wallet.

https://github.com/jackjack-jj/pywallet

You will need to have Python installed.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
July 26, 2015, 03:52:43 PM
 #4

You can also use pywallet to dump all the private keys at once and paste the output into the blockchain.info wallet.

https://github.com/jackjack-jj/pywallet

You will need to have Python installed.

Or directly export all private keys in with dumpwallet

Quote from: help dumpwallet
dumpwallet "filename"

Dumps all wallet keys in a human-readable format.

Arguments:
1. "filename" (string, required) The filename

Examples:
> bitcoin-cli dumpwallet "test"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "dumpwallet", "params": ["test"] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/
(code -1)


Im not really here, its just your imagination.
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!