sudo apt-get update
sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev
libssl-dev libgmp-dev gcc g++ git screen
git clone https://github.com/optiminer/cpuminer-xzc
cd cpuminer-xzc/
nano cpuminer.sh
does not work, get an error
source : https://github.com/zcoinofficial/zcoin/wiki/Pool-Mining-Guide
sudo su
passwd
(enter a new root password, yr gnna do just as equal damage with sudo..)
apt-get update
apt-get install -y build-essential automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev
libssl-dev libgmp-dev git screen
git clone https://github.com/zcoinofficial/cpuminer-xzc
cd cpuminer-xzc
./autogen.sh
./build.sh
./cpuminer -a lyra2z -o stratum+tcp://xzc.suprnova.cc:1598 -u barrystyle.0 -p x -q
or
apt-get update && apt-get install -y build-essential automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev
libssl-dev libgmp-dev git screen && git clone https://github.com/zcoinofficial/cpuminer-xzc && cd cpuminer-xzc && ./autogen.sh && ./build.sh && ./cpuminer -a lyra2z -o stratum+tcp://xzc.suprnova.cc:1598 -u barrystyle.0 -p x -q
sometimes