Post
Topic
Board Mining (Altcoins)
Re: CPU Mining for BitZeny
by
Racooma
on 26/12/2017, 10:53:20 UTC
If you use Ubuntu,
procedures how to build are following:

sudo apt update
sudo apt upgrade

sudo apt-get install git
git clone https://github.com/macchky/cpuminer.git

cd cpuminer
sudo apt-get install libcurl4-openssl-dev gcc-mingw-w64 automake gcc make

./autogen.sh
./configure CFLAGS="-O3 -march=native -funroll-loops -fomit-frame-pointer"
 make

# and run like this
./minerd -a yescrypt -o stratum+tcp://zenypool.com:4444 -u Username.user -p password

and also refer to this page:
https://zenypool.com/index.php?page=gettingstarted

Happy mining!