Bitcoin core full node won't start on mac reboot!

0

I had been running bitcoin core qt for a few months fine and then on rebooting my mac and opening the application the following prompt popped up

Error: Cannot parse configuration file: specified data directory ""/Users/username/Library/Application Support/Bitcoin/"" does not exist..

I'm a long way from being technically competent but i'm 99% sure the data directory does exist.

Any advice on what else this could be? or what i'm doing wrong?

thanks.

peace

philip badboy

Posted 2019-02-21T04:32:02.420

Reputation: 1

this error pops up if the mentioned directory is not found... so please dbl check if it exists... otherwise startup bitcoin-qt with --resetguisettings (/Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt --resetguisettings).Jonas Schnelli 2019-02-21T05:52:21.970

Answers

0

1) Place bitcoin core in the application folder 2) Start terminal 3) Paste

/Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt --resetguisettings

4) Hit enter

maddog

Posted 2019-02-21T04:32:02.420

Reputation: 1