Compiling Sgminer (aka Cgminer 3.7.2) on 64bit Xubuntu Walkthrough (NOOB GUIDE)

Описание к видео Compiling Sgminer (aka Cgminer 3.7.2) on 64bit Xubuntu Walkthrough (NOOB GUIDE)

Here is a guide for compiling sgminer on Ubuntu
Please keep in mind this is a guide for noobs by a noob.

Lines I use in the video in order: also instructions for some steps

sudo aticonfig --adapter=all --odgt

sudo apt-get install autoconf opencl-headers libcurl4-openssl-dev libtool libncurses5-dev

cd Downloads

wget https://github.com/veox/sgminer/archi...

tar -xf 4.0.0.tar.gz

cd sgminer-4.0.0

*Download ADL_SDK_6.0.zip from http://developer.amd.com/tools-and-sd...

*Extract/unzip ADL_SDK_6.0.zip

*Copy files inside of include folder and paste them inside the ADL_SDK folder inside sgminer-4.0.0

*Return to terminal that we have been working in

libtoolize

autoreconf -ivf

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

sudo make install

To check that it is working: sgminer -n
If it shows all your gpus it is running correctly

See Part2 to learn how to get sgminer to run in a mining pool.

Thanks for watching!

Комментарии

Информация по комментариям в разработке