The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
52 views

What is the wallet in MultiBit?

What is the actual wallet? The slight confusion comes from the install note - "Backup all your wallets. You can do this by exporting your private keys using 'Tools | Export Private Keys'." If a ...
1
vote
2answers
170 views

How to transfer private addresses from one wallet to another?

My wallet has 3 addresses. My other wallet has 5 addresses. I just want to synchronize those. How would I do so?
1
vote
0answers
56 views

Problem with importing key to blockchain.info

Problem downloaded my wallet into a drive which does not have enough disk space left. has not currently synced yet transferred bitcoins by mistake whilst it was syncing I have backed up my ...
5
votes
5answers
946 views

Dumping private keys from wallet.dat from command line (pywallet.py alternatives)

I have somewhere in my hard disks some copies of old wallets which I need to analyse. My idea was importing them into blockchain.info, but to do that apparently you need to dump them with ...
1
vote
1answer
2k views

How do I export my private keys from my Bitcoin-Qt client?

Trying to use this posted method: To export a private key from your Satoshi bitcoin-qt client: launch your bitcoin client as usual and wait for it to load the blockchain and start up click on 'help' ...
2
votes
1answer
415 views

How to transfer addresses from Satoshi client to MultiBit?

I'm trying to take an address from my Satoshi client and transfer it into my new MultiBit client. I have found several questions similar to this, and have tried all their solutions, but to no avail. ...
3
votes
2answers
940 views

How can I export all my private keys using bitcoind?

I know that PyWallet has a -dumpwallet but without using pywallet, how can I export all the addresses and privatekeys with the stock bitcoind? Is there an API command that lists all addresses held by ...