Author

Topic: Help me find my bitcoin files (OSX) (Read 931 times)

member
Activity: 115
Merit: 10
March 27, 2013, 05:14:30 PM
#6
Can someone please confirm? Is there any way to run bitcoind on OSX? Is there another command line tool I can use to automate sending/receiving? I need to automate some things at the command line.
full member
Activity: 562
Merit: 100
March 24, 2013, 07:36:15 PM
#5
Thanks for the quick reply. I totally missed the tilde.

Is there any way to get into that directory with the finder? I can't see it in my home directory. How can I open that file with TextEdit?


In the finder menu under 'Go' there is a 'Go to Folder...' menu option (shift-apple-G), you can type '~/Library' in there to open the library. I'm sure there's some simple 'chmod' type thing you can do in the terminal if you want to make it permanently visible, you should be able to find out with a little googling. -edit or read the above post!
legendary
Activity: 3472
Merit: 4794
March 24, 2013, 07:32:26 PM
#4
Thanks for the quick reply. I totally missed the tilde.

Is there any way to get into that directory with the finder? I can't see it in my home directory.

I believe that OSX hides the Library folder by default.  I think you can run:

And the main follow-up question: how do I run Bitcoin from the command line? I mean bitcoind, which I believe comes installed with the Bitcoin app. I can't find this file anywhere.

I don't think there is a bitcoind for OSX.  Or at least there wasn't the last time I looked, but it's been almost a year.
member
Activity: 115
Merit: 10
March 24, 2013, 07:08:28 PM
#3
Thanks for the quick reply. I totally missed the tilde.

Is there any way to get into that directory with the finder? I can't see it in my home directory. How can I open that file with TextEdit?

And the main follow-up question: how do I run Bitcoin from the command line? I mean bitcoind, which I believe comes installed with the Bitcoin app. I can't find this file anywhere.
legendary
Activity: 3472
Merit: 4794
March 24, 2013, 06:51:54 PM
#2
1) Where is my wallet.dat file?

~/Library/Application\ Support/Bitcoin/wallet.dat

Please note the tilde at the beginning.  This indicates your current user's "home" directory.  Most likely this will be:

/Users/{yourUserIdHere}/Library/Application Support/Bitcoin/wallet.dat

2) How do I get into the Bitcoin directory?

3) How can I save a bitcoin.conf file there?

4) How do I run bitcoin from the command line?

Quote
/Applications/Bitcoin-Qt.app

This assumes that you installed Bitcoin-Qt into the /Applications folder.  If you did not, then you'll have to determine where you did install it.
member
Activity: 115
Merit: 10
March 24, 2013, 06:35:28 PM
#1
I am still struggling to get bitcoin working from the command line. I tried to copy a new bitoin.conf file into /Library/Application\ Support/Bitcoin, but messed something up and the directory disappeared. So I uninstalled Bitcoin, and installed the new version 0.8.1.

Now when I do cd /Library/Application\ Support, I see:

Code:
-rwxr-xr-x@  1 gmiwenht  staff  3493 Mar 24 18:06 Bitcoin

when I try to cd into that, it tells me

Code:
-bash: cd: Bitcoin: Not a directory

When I open my client, it still somehow finds my old wallet, which I thought I deleted.

Can someone please help me, in really simple terms:

1) Where is my wallet.dat file?
2) How do I get into the Bitcoin directory?
3) How can I save a bitcoin.conf file there?
4) How do I run bitcoin from the command line?
Jump to: