Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: 2bfree on January 16, 2014, 07:31:22 PM



Title: Wallets from mac to pc, can you encrypt and move them?
Post by: 2bfree on January 16, 2014, 07:31:22 PM
Is there a guide somewhere how I can move all my Mac altcoin wallets and move them to windows (and encrypt them first)??


Title: Re: Wallets from mac to pc, can you encrypt and move them?
Post by: instacalm on January 16, 2014, 07:34:39 PM
Copy the wallet.dat and that's it, all you need is your private key which is in the wallets.


Title: Re: Wallets from mac to pc, can you encrypt and move them?
Post by: 2bfree on January 16, 2014, 07:41:50 PM
Copy the wallet.dat and that's it, all you need is your private key which is in the wallets.

I have been searching for that file on my mac and can't find it there is a .app file which is the wallet but where does it make and store the wallet.dat file?


Title: Re: Wallets from mac to pc, can you encrypt and move them?
Post by: iGotSpots on January 16, 2014, 07:45:18 PM
You can do this in the console, as well, if you can't locate the %appdata% folder on mac

Just use private keys

Code:
dumpprivkey <address here>

^ Copy that key

Open on new machine

Code:
importprivkey <priv key you copied> <label>

Remove all the < and > obviously


Title: Re: Wallets from mac to pc, can you encrypt and move them?
Post by: instacalm on January 16, 2014, 07:50:54 PM
Copy the wallet.dat and that's it, all you need is your private key which is in the wallets.

I have been searching for that file on my mac and can't find it there is a .app file which is the wallet but where does it make and store the wallet.dat file?

Open Finder, choose Go -> Go to Folder (Command+Shift+G) then enter
Code:
~/Library/Application Support/

Inside of that folder you will find a folder for each of your clients, e.g. Bitcoin (~/Library/Application Support/Bitcoin/). In that particular folder you find your desired wallet.dat.


Title: Re: Wallets from mac to pc, can you encrypt and move them?
Post by: 2bfree on January 16, 2014, 11:17:48 PM
Copy the wallet.dat and that's it, all you need is your private key which is in the wallets.

I have been searching for that file on my mac and can't find it there is a .app file which is the wallet but where does it make and store the wallet.dat file?

Open Finder, choose Go -> Go to Folder (Command+Shift+G) then enter
Code:
~/Library/Application Support/

Inside of that folder you will find a folder for each of your clients, e.g. Bitcoin (~/Library/Application Support/Bitcoin/). In that particular folder you find your desired wallet.dat.

Thank you @instacash, I see the problem i don't have bitcoin-qt i have one of the other wallets but for example for fathercoin i see wallet.dat

It's now a problem dealing with all of them all over the place there are so many.


Title: Re: Wallets from mac to pc, can you encrypt and move them?
Post by: PinkPotatos on January 16, 2014, 11:25:17 PM
short answer. yes


Title: Re: Wallets from mac to pc, can you encrypt and move them?
Post by: 2bfree on January 16, 2014, 11:38:22 PM
Copy the wallet.dat and that's it, all you need is your private key which is in the wallets.

I have been searching for that file on my mac and can't find it there is a .app file which is the wallet but where does it make and store the wallet.dat file?

Open Finder, choose Go -> Go to Folder (Command+Shift+G) then enter
Code:
~/Library/Application Support/

Inside of that folder you will find a folder for each of your clients, e.g. Bitcoin (~/Library/Application Support/Bitcoin/). In that particular folder you find your desired wallet.dat.

Some of the wallets don't have a mac version I just downloaded one the qt version on my mac but running virtual windows xp but I don't see wallet.dat is that hidden someone as well?