Post
Topic
Board Mining (Altcoins)
Re: Stratum Based Open Source ZEC ZCASH GPU Miner - ZOGMINER
by
krile
on 27/10/2016, 07:00:40 UTC
Here's a compiled Windows version of nheqminer for CPU and GPU:

https://github.com/ocminer/nheqminer/releases/tag/0.2a

Any hint on getting this to compile on 14.04?

It errors out around boost thread...

Got it working fine on 16.04. Getting only 7 sol/s on a dual quad core xeon setup.

Same problem here with 14.04...

The repo was just updated. It compiles now on ubuntu 14.04:

Code:
sudo apt-get install cmake build-essential libboost-all-dev
git clone https://github.com/ocminer/nheqminer.git
cd nheqminer/nheqminer
mkdir build
cd build
cmake ..
make