I have some funds on My Wallet account (Blockchain.info) and I'd like to have a possibility to use them with my bitcoin-qt client. Is there a possibility to do that? Please give short description. I get many "Yes" answears on some forum but still can not do that.
Asked
Active
Viewed 139 times
1 Answers
2
Yes, export the private key(s) of the addresses that have funds on blockchain.info using the settings/advanced section and then import them into the bitcoin-qt software. You will then have full access to the address(es) in both wallets.
in the bitcoin-qt debug console..
importprivkey "keyhere"
Edit: Don't forget change from transactions may not go back into the original address - so once you've made a transaction it may be that you have to repeat the export & import private key process to have the funds available on both wallets.

George
- 608
- 3
- 7
reference client
wallet you should immediately delete them fromblockchain.info
, as maintaining the same private keys in more than one active wallets could soon result in weird behavior and unexpected errors, eg if yourref client
is not fully synched when you spend inblockchain.info
the output of one of the imported keys and then you try to send another tx from yourreference client
which attempts to spend this very output (double spend
) then yourref client
wallet will become corrupted. – Nov 18 '14 at 18:17reference client
deal with it? How can you be confident that a double spend will not occur when creating offline transactions in a wallet with shared keys? – Nov 18 '14 at 21:39.dat
file, however it would make the wallet unusable shortly after so please let's stop playing with semantics. Also, please refer to these threads for more on that: http://bitcoin.stackexchange.com/a/3499/11221, also: https://bitcointalk.org/index.php?topic=5324.msg77896#msg77896 and:http://bitcoin.stackexchange.com/questions/490/can-i-use-my-wallet-on-different-computers/509#509 – Nov 19 '14 at 01:22