Is there a standard wallet format that can be read with different bitcoin clients, and that is likely to be compatible to future bitcoin clients as well and thus is usable for long term storage of bitcoins? Or how am I supposed to transfer bitcoins between different bitcoin clients/computers/client versions?
Asked
Active
Viewed 654 times
6
-
The existing wallet.dat is likely to not be used at some point in the future by Bitcoin-Qt even. – Stephen Gornick Sep 14 '12 at 22:44
1 Answers
2
There is the Wallet Import Format, which should be a standard for Bitcoin wallets. As to how popular it is, I don't have any data on it. Alternatively, storing the raw private key should suffice, as it can be converted to any other fancy format whenever needed.

ThePiachu
- 43,091
- 25
- 139
- 348
-
1The wallet import format for private keys is by no means a format for wallets. Wallets contain transactions and keys, in its most basic form, and tons of metadata. – Pieter Wuille Sep 18 '12 at 22:55