•Issue•
I tried to run the cpuminer binary included with
MacMiner 1.4.5 on a Mac with OS X Lion 10.7.5 and an Intel Core 2 Duo CPU but it didn't work, as soon as I click "Start" I get a crash report.
If I try to check cpuminer version from the command line with
$ /Applications/MacMiner.app/Contents/Resources/minerd --version
I get a rude Segmentation Fault error.
•Solution•
Download the latest
cpuminer OS X binary from the project's
download page.
At the time of writing the latest version is v2.3.2 and the direct download link is:
http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.3.2-osx64.zip/downloadUncompress the ZIP file and move the resulting minerd file file into the
/Applications/MacMiner.app/Contents/Resources/ folder (overwrite the existing minerd file).
Unfortunately this doesn't completely fix the issue and if you try lo launch cpuminer from MacMiner it will crash after a few seconds, use Terminal.app with the following command instead
$ /Applications/MacMiner.app/Contents/Resources/minerd -o http://host:port -u username -p password -t thread-count
where
thread-count is the number of cores you have (double that if you have
Hyper-threading).
•Disclaimer•
I would have been happy to post in the
official MacMiner thread but this happens to be my first post on the forum. I searched the forum and it seems this has not been reported yet.