Bitcoin Forum
June 24, 2024, 12:23:04 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: SGminer linux ?  (Read 175 times)
igotek (OP)
Hero Member
*****
Offline Offline

Activity: 2072
Merit: 608


Online Security & Investment Corporation


View Profile WWW
October 07, 2017, 09:20:25 PM
 #1

I need sgminer for linux but modified for X11 gost.
I found it for windows but i need for linux.

I cannot live, I cannot die, trapped in myself.
Hold my breath as I wish for death. Oh please god, help me !
Vann
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 606



View Profile
October 07, 2017, 09:47:22 PM
Last edit: October 07, 2017, 10:11:41 PM by Vann
 #2

This fork builds fine on Linux

https://github.com/ivansib/sgminer

1. Install AMD APP-SDK

http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/

2. Install dependencies

sudo apt-get install libcurl4-openssl-dev pkg-config libtool libncurses5-dev

3. Clone the repo and copy the ADL header files to the ADL_SDK folder

git clone https://github.com/ivansib/sgminer

4. Build

cd sgminer
git submodule init
git submodule update
./autogen.sh
./configure CFLAGS="-O2 -Wall -march=native -std=gnu99" CPPFLAGS="-O2 -I/opt/AMDAPPSDK-3.0/include" LDFLAGS="-L/opt/AMDAPPSDK-3.0/lib"
make
strip sgminer

5. Check to see if works and detects your GPU:

./sgminer -n
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!