Author

Topic: How to export private keys from QT and import into blockchain.info ? (Read 541 times)

copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
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)

newbie
Activity: 32
Merit: 0
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.
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
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.
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
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?
Jump to: