Bitcoin Forum
May 10, 2024, 05:44:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Question about moving Wallet Block chain info  (Read 1192 times)
catoboli (OP)
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
July 20, 2014, 02:23:20 AM
 #1

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.

Free SIGNs giving everyday. Be part, do not miss!. SqqPHCSJq8vFQt8PcadP1Y8iTxi9qAZWSt
1715319870
Hero Member
*
Offline Offline

Posts: 1715319870

View Profile Personal Message (Offline)

Ignore
1715319870
Reply with quote  #2

1715319870
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715319870
Hero Member
*
Offline Offline

Posts: 1715319870

View Profile Personal Message (Offline)

Ignore
1715319870
Reply with quote  #2

1715319870
Report to moderator
1715319870
Hero Member
*
Offline Offline

Posts: 1715319870

View Profile Personal Message (Offline)

Ignore
1715319870
Reply with quote  #2

1715319870
Report to moderator
TimS
Sr. Member
****
Offline Offline

Activity: 250
Merit: 253


View Profile WWW
July 20, 2014, 02:29:51 AM
 #2

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.
catoboli (OP)
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
July 20, 2014, 02:44:55 AM
 #3

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.

Free SIGNs giving everyday. Be part, do not miss!. SqqPHCSJq8vFQt8PcadP1Y8iTxi9qAZWSt
catoboli (OP)
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
July 20, 2014, 03:06:50 AM
 #4

I was able to get this working on the windows ones, any idea on how to do it on the mac apps?

Free SIGNs giving everyday. Be part, do not miss!. SqqPHCSJq8vFQt8PcadP1Y8iTxi9qAZWSt
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
July 20, 2014, 04:21:04 AM
 #5

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.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
catoboli (OP)
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
July 20, 2014, 05:57:19 AM
 #6

Thank you.... How would i undo this if i needed to?

Free SIGNs giving everyday. Be part, do not miss!. SqqPHCSJq8vFQt8PcadP1Y8iTxi9qAZWSt
catoboli (OP)
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
July 20, 2014, 06:10:59 AM
 #7

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.

Free SIGNs giving everyday. Be part, do not miss!. SqqPHCSJq8vFQt8PcadP1Y8iTxi9qAZWSt
RedDiamond
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 22, 2014, 06:53:43 AM
 #8

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.
catoboli (OP)
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
July 23, 2014, 11:31:34 PM
 #9

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.

Free SIGNs giving everyday. Be part, do not miss!. SqqPHCSJq8vFQt8PcadP1Y8iTxi9qAZWSt
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!