The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
395 views

Wallet balance zero after restoring wallet.dat

I recently restored my wallet.dat file from another machine. The wallet.dat came from a Linux machine (debian), and was restored to a Windows bitcoin install. After restoring I can see the correct ...
2
votes
1answer
158 views

There is at least one totally “offline” backup of blockchain?

I know that it can be a little paranoid yet, but anyone ever did an offline backup of blockchain in case of a kind of geomagnetic storm? Imagine if all clients of the world lost the data. I know the ...
5
votes
1answer
2k views

How to import a private key to an encrypted wallet (on standard client)

I have a standard client (QT client on OSX) with an encrypted wallet. I've tried to import keys with pywallet, but while it claimed to be importing them, when I ran again the bitcoin client, it said ...
6
votes
4answers
2k views

How to restore locally a MyWallet backup?

The website blockchain.info has an online wallet system MyWallet which creates backups with a .aes.json extension. While I understand it's a json file encrypted with AES using my passphrase, I'm still ...