Post
Topic
Board Mining (Altcoins)
Re: [XPM]unofficial jhPrimeminer thread
by
bronxbob
on 17/12/2013, 01:13:04 UTC
Does anyone have a working OSX binary and could upload it somewhere? I've got a quite a few macs here but am unable to compile.

Just a heads up, you should really vet any binaries anyone offers you whether here or anywhere.

That being said, I did not put any malicious code into this binary. It was compiled on OS X 10.8.5, I would assume it works on 10.9 also, but I haven't tested it.

Here's a binary for OS X I compiled:

http://69.67.252.135/jhPrimeminerOSX.zip

Here is the method I used to compile it on OS X:

Code:
Install Xcode from Appstore
 
Install Xcode Command Line tools (Open the Xcode application, go to the Preferences window, to the Downloads section, and click the Install button next to Command Line Tools)
 
Install Macports (http://www.macports.org/install.php)

From command line:

sudo xcodebuild -license
 
sudo port install openssl gmp git-core
 
git clone https://github.com/tandyuk/jhPrimeminer.git
 
cd jhPrimeminer
 
nano Makefile  (remove “std=c++0x” from second line)
 
make

It will compile with about 3 million warnings, but it will compile. Wink