Skip to content

SCRIV Linux OS Mining Guide CPU

GitMyCodeUp edited this page May 18, 2018 · 2 revisions

Intel and AMD CPUs


Open terminal and run:

sudo apt-get install build-essential libcurl4-openssl-dev git automake

sudo git clone https://github.com/JayDDee/cpuminer-opt.git

cd cpuminer-opt

./autogen.sh

./configure.sh

./build.sh


Create a configuration file for pool mining (pw.scriv.network in this example):

sudo nano scriv-pool.sh

Paste this command:

./cpuminer-avx2 -a tribus -o stratum+tcp://45.77.95.68:8533 -u INSERT_YOUR_ADDRESS -p c=SCV

Change INSERT_YOUR_ADDRESS to your SCRIV address.

To save hit "Ctrl+O" -> Hit "Ctrl+X".

sudo chmod +x scriv-pool.sh

./scriv-pool.sh

If everything have been configured right - mining process will be started.


You can track mining process at pw.scriv.network.


Solo-mining is disabled, you can mine SCRIV at pools only.