Something like this in Terminal (I'll be by a Mac tomorrow but I think I got it):
Code:
./Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt -keypool=1000
This is just the path to the applications folder and then to the binary runtime (the actual program) inside the application bundle.
This will launch Bitcoin, so you want to quit it prior to this command.
Ah, thanks so much!!! That worked, once I removed the period at the beginning of the path.
So, to summarize, I quit out of Bitcoin-Qt, then I launched OS X Terminal and typed:
/Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt -keypool=1000
And that did the trick!! Thank you so much!!
