Post
Topic
Board Mining (Altcoins)
Re: [XPM]unofficial jhPrimeminer thread
by
neo101one
on 29/08/2013, 22:10:57 UTC
I have recently uploaded Rdebourbon's 3.2 code, ported to linux.
It has Mumu's latest mods, plus the optimizations from HP10.
Find it on my github: https://github.com/tandyuk/jhPrimeminer

Build instructions:

Ubuntu (13.04):
sudo apt-get install build-essential libgmp-dev openssl libssl-dev git
git clone https://github.com/tandyuk/jhPrimeminer.git
cd jhPrimeminer
make


Centos (6.4):
yum -y groupinstall "Development Tools"
yum -y install openssh-clients openssl-devel gmp-devel gmp gmp-static git
git clone https://github.com/tandyuk/jhPrimeminer.git
cd jhPrimeminer
make


Please consider donating if you find this useful - Donations are what funds the ongoing development of this!

thanks Tandy!