| Title: can't locate wallet.dat on os x 10.8.2 Post by: yodog on November 13, 2012, 07:46:03 PM just bought a new mbp and am trying to get my old wallet.dat(old mbp died) into my new mac's bitcoin file.. but I go lib/app support/ there is no bitcoin folder... any idea where i can find it so I can replace it with my old wallet back up. Title: Re: can't locate wallet.dat on os x 10.8.2 Post by: Jutarul on November 13, 2012, 08:49:08 PM just bought a new mbp and am trying to get my old wallet.dat(old mbp died) into my new mac's bitcoin file.. but I go lib/app support/ there is no bitcoin folder... any idea where i can find it so I can replace it with my old wallet back up. open the terminal application type in: find / -name "wallet.dat" or if you want to get rid of all the permission problems: sudo find / -name "wallet.dat" may take a while... Title: Re: can't locate wallet.dat on os x 10.8.2 Post by: DannyHamilton on November 13, 2012, 09:07:14 PM /Users/{yourUserID}/Library/Application Support/Bitcoin/wallet.dat Note: Library *may* be a hidden directory, you might not find it by browsing in the "Finder", but if you choose "Go to Folder" in the "Go" menu in the Finder, you can enter the path to bring up the contents. Title: Re: can't locate wallet.dat on os x 10.8.2 Post by: yodog on November 13, 2012, 11:21:08 PM /Users/{yourUserID}/Library/Application Support/Bitcoin/wallet.dat Note: Library *may* be a hidden directory, you might not find it by browsing in the "Finder", but if you choose "Go to Folder" in the "Go" menu in the Finder, you can enter the path to bring up the contents. this worked thank you! Title: Re: can't locate wallet.dat on os x 10.8.2 Post by: Haole on November 14, 2012, 02:34:48 AM You can also just make your Library folder visible (http://osxdaily.com/2011/07/04/show-library-directory-in-mac-os-x-lion/) too if you want. I just got a new MBP this weekend too, congrats on the new 'puter! |