Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: sengazumi on October 30, 2016, 10:50:46 AM



Title: Installing zcash in ubuntu
Post by: sengazumi on October 30, 2016, 10:50:46 AM
Im doing this to install and create a miner


sudo apt-get install qt5-default

git clone https://github.com/nicehash/nheqminer.git
cd nheqminer
mkdir build
cd build
qmake ../nheqminer/nheqminer.pro
make        after running "make" i get following error:

../nheqminer/3rdparty/boost/predef/architecture/x86.h:8:46: fatal error: boost/predef/architecture/x86/32.h: No such file or directory
compilation terminated.
Makefile:1859: recipe for target 'main.o' failed
make: *** [main.o] Error 1


Title: Re: Installing zcash in ubuntu
Post by: dr04 on October 30, 2016, 06:19:22 PM
The same problem fix:
make clean
/build $ cmake -DXENON=1 ../nheqminer/
make -j3