Skip to content

SCRIV Linux OS Mining Guide AMD GPU

GitMyCodeUp edited this page May 18, 2018 · 3 revisions

AMD GPUs

Install drivers for your graphical card and amd-app-sdk toolkit.


Open terminal and run:

sudo apt-get install git autoconf automake libtool build-essential libncurses5-dev libcurl4-gnutls-dev -y

git clone https://github.com/genesismining/sgminer-gm.git

cd sgminer-gm

git submodule init

git submodule update

autoreconf -i

CFLAGS="-O2 -Wall -march=native -std=gnu99" ./configure

make

make install


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

sudo nano scriv-pool.sh

Paste this command:

./sgminer -T --algorithm 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.

Clone this wiki locally