Author

Topic: Question about moving Wallet Block chain info (Read 1196 times)

member
Activity: 78
Merit: 10
So i think i must be doing something wrong because even moving the file through terminal didn't work should the command look like this

mv ~/Library/Application Support/Potcoin/ /Volumes/AJ's External/Crypto Data

the whole terminal looks like this

Last login: Wed Jul 23 19:13:48 on ttys000
ajs-imac:~ AJ$ mv ~/Library/Application Support/Potcoin/ /Volumes/AJ's External/Crypto Data
>




i have actually been able to get bit coin to work but that is because the first time i ran the QT it asked where i wanted the data location and i chose my external so thats working fine its getting all my other ones on to my external that don't ask.
sr. member
Activity: 294
Merit: 250
you can do it on mac without using the -datadir option by using a symbolic link. in a terminal, type in:
Code:
ln -s ~/Library/Application Support/Bitcoin/ /new/location
then run bitcoin as normal.

Tried getting this to work on a few alt coins, no luck, not sure if I'm typing it into terminal wrong or something. i type it in the way you have it with the new location and terminal just moves to the next line. no confirmation or anything, but no effect, the QT acts as if the data is in the application support folder.

Did you move the Bitcoin directory into new location before creating the link? Like this:

Code:
mv ~/Library/Application Support/Bitcoin/ /new/location
ln -s /new/location/Bitcoin ~/Library/Application Support/Bitcoin

It is ok that you not get any confirmation after typing the command. It means that no error occured.
member
Activity: 78
Merit: 10
you can do it on mac without using the -datadir option by using a symbolic link. in a terminal, type in:
Code:
ln -s ~/Library/Application Support/Bitcoin/ /new/location
then run bitcoin as normal.

Tried getting this to work on a few alt coins, no luck, not sure if I'm typing it into terminal wrong or something. i type it in the way you have it with the new location and terminal just moves to the next line. no confirmation or anything, but no effect, the QT acts as if the data is in the application support folder.
member
Activity: 78
Merit: 10
Thank you.... How would i undo this if i needed to?
legendary
Activity: 2058
Merit: 1431
you can do it on mac without using the -datadir option by using a symbolic link. in a terminal, type in:
Code:
ln -s ~/Library/Application Support/Bitcoin/ /new/location
then run bitcoin as normal.
member
Activity: 78
Merit: 10
I was able to get this working on the windows ones, any idea on how to do it on the mac apps?
member
Activity: 78
Merit: 10
Thanks for the super quick reply, good article. now i just have to figure out how to do what it says. i get most of it but not all.
sr. member
Activity: 250
Merit: 253
Yes, add a -datadir= parameter to the shortcut you use to start QT. https://en.bitcoin.it/wiki/Data_directory has an example. I'd expect most altcoins have the same option.
member
Activity: 78
Merit: 10
With block chain info gradually getting larger and larger, especially now that i hold more than just bit coin i was curious if there was a way to make the QT wallets store their info in a different location.

I have a nice RAID hard drive that i would like them all to run off, its there any way to stop the application from putting their config info someplace other than the application support folder.

I use most of my wallets on my mac, some i keep in windows also on my mac but through parallels.
Jump to: