Bitcoin Forum

Other => Beginners & Help => Topic started by: Rothgar on October 04, 2012, 11:50:33 AM



Title: Basic question
Post by: Rothgar on October 04, 2012, 11:50:33 AM
If you have a wallet.dat from the original client.  How easy is it to transfer this wallet to other clients? 


Title: Re: Basic question
Post by: Stephen Gornick on October 04, 2012, 12:09:56 PM
If you have a wallet.dat from the original client.  How easy is it to transfer this wallet to other clients?  

They generally are not compatible.  The Bitcoin.org client is generally backwards compatible (a current release of the Bitcoin.org client can use an older version of the wallet.dat) but a Bitcoin.org wallet.dat can't be used by MultiBit, for instance.

If you want to transfer keys, you'll need to export and import.  

For exporting you might use the BitcoinTools and do dumpwallet

 For linux,  ./dbdump.py --wallet

 - https://github.com/gavinandresen/bitcointools

Import instructions will vary based on which client you are referring to.

At some point the wallet.dat in the Bitcoin.org clinet will be going away, replaced with some other type of file.


Title: Re: Basic question
Post by: Gabi on October 04, 2012, 12:13:31 PM
If you have a wallet.dat from the original client.  How easy is it to transfer this wallet to other clients? 
To another bitcoin qt client (the one you download from the bitcoin page) just copy paste it

For other clients, i don't know


Title: Re: Basic question
Post by: Rothgar on October 04, 2012, 12:28:48 PM
Thanks Stephen G   ;D