Bitcoin Forum
May 08, 2024, 05:35:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: SGminer linux ?  (Read 175 times)
igotek (OP)
Hero Member
*****
Offline Offline

Activity: 2044
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 !
1715189705
Hero Member
*
Offline Offline

Posts: 1715189705

View Profile Personal Message (Offline)

Ignore
1715189705
Reply with quote  #2

1715189705
Report to moderator
1715189705
Hero Member
*
Offline Offline

Posts: 1715189705

View Profile Personal Message (Offline)

Ignore
1715189705
Reply with quote  #2

1715189705
Report to moderator
1715189705
Hero Member
*
Offline Offline

Posts: 1715189705

View Profile Personal Message (Offline)

Ignore
1715189705
Reply with quote  #2

1715189705
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
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!