Bitcoin Forum
August 04, 2024, 02:02:12 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoin core directory reset on mac  (Read 323 times)
thrilos (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 21, 2017, 10:40:55 AM
 #1

Hello! how do i reset the directory path of bitcoin core on macos?

i accidentaly choose the entire folder of application support.....
AdolfinWolf
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
October 21, 2017, 12:07:49 PM
 #2

Hello! how do i reset the directory path of bitcoin core on macos?

i accidentaly choose the entire folder of application support.....

I'm not an expert on macos, but isn't that like any other generic path, so something like this;


Quote


   1. echo $PATH and copy it's value
   2. export PATH=""
   3. export PATH="/path/you/want/to/keep"
https://stackoverflow.com/questions/15872666/how-to-remove-entry-from-path-on-mac

Then readd it with the right path to bitcoin Core? What version of MacOS are you using?

If this isn't fixing it, maybe reset your $PATH in general and readd the right bitcoin core  directory??


achow101
Moderator
Legendary
*
Offline Offline

Activity: 3472
Merit: 6797


Just writing some code


View Profile WWW
October 21, 2017, 04:50:57 PM
 #3

Start Bitcoin Core with the -choosedatadir option. You can either start it from the terminal (not sure how you do that on Macs) or add choosedatadir=1 to your bitcoin.conf file. If you add it to your bitcoin.conf file, you will want to remove it later and delete the bitcoin.conf file from your Application Support folder. Once Bitcoin Core has started with that option, you will be given a dialog to choose your datadir again.

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!