Bitcoin Forum
April 23, 2024, 11:51:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 »  All
  Print  
Author Topic: Building a rock solid multi-gpu linux mining rig with CEntOS 6.0  (Read 49494 times)
Viceroy (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
April 11, 2013, 07:21:44 PM
 #21

After a fresh install this seems to be working to block yum from upgrading outside the distro I'm using (centos 6.0 for test)


Code:
####  become root user
su -

#### change directory to yum repo directory
cd /etc/yum.repos.d

#### move original file to backup
mv -f CentOS-Base.repo CentOS-Base.repo.old

# COPY the following into your buffer
## (in windows you use ctrl-c)
##
## start copy ---->>

# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the #mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#

[base]
name=CentOS-$releasever - Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
baseurl=http://vault.centos.org/6.0/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#released updates
[updates]
name=CentOS-$releasever - Updates
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
baseurl=http://vault.centos.org/6.0/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
baseurl=http://vault.centos.org/6.0/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
baseurl=http://vault.centos.org/6.0/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
baseurl=http://vault.centos.org/6.0/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

## <<----  end copy
##
## then using the built in world processor in linux type

vi CentOS-Base.repo

# while in Vi hit [insert key]
# then paste the contents of your buffer with the right mouse button
# then hit the escape key
# hit :
# then hit x
# then hit the [enter key]
# this will save the file and exit

# test out your changes

1713873092
Hero Member
*
Offline Offline

Posts: 1713873092

View Profile Personal Message (Offline)

Ignore
1713873092
Reply with quote  #2

1713873092
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713873092
Hero Member
*
Offline Offline

Posts: 1713873092

View Profile Personal Message (Offline)

Ignore
1713873092
Reply with quote  #2

1713873092
Report to moderator
1713873092
Hero Member
*
Offline Offline

Posts: 1713873092

View Profile Personal Message (Offline)

Ignore
1713873092
Reply with quote  #2

1713873092
Report to moderator
1713873092
Hero Member
*
Offline Offline

Posts: 1713873092

View Profile Personal Message (Offline)

Ignore
1713873092
Reply with quote  #2

1713873092
Report to moderator
gnarcoinguy
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
April 11, 2013, 08:05:37 PM
 #22

5.9 didn't work for me either. For the record I've now installed Doze 7 and am mining like a champ.  I hate windows especially for a machine that I plan on running 24/7, but oh well.  I'm installing cygwin now to make it at least easier to manage remotely. 
Viceroy (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
April 11, 2013, 09:51:43 PM
Last edit: April 11, 2013, 11:23:03 PM by Viceroy
 #23

5.9 didn't work for me either. For the record I've now installed Doze 7 and am mining like a champ.  I hate windows especially for a machine that I plan on running 24/7, but oh well.  I'm installing cygwin now to make it at least easier to manage remotely.  

I just completed my install with centos 6.0 and after locking up yum it works exactly as expected....

Code:
---------------------------------------------------------------------------
 [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:                | 335.0M/285.1Mh/s | A:1 R:0 HW:0 U: 1.25/m I:12
 GPU 1:                | 295.1M/285.1Mh/s | A:3 R:0 HW:0 U: 3.75/m I:12
 GPU 2:                | 374.0M/285.1Mh/s | A:2 R:0 HW:0 U: 2.50/m I:12
 GPU 3:                | 350.7M/285.1Mh/s | A:3 R:0 HW:0 U: 3.75/m I:12
---------------------------------------------------------------------------

Give it a try if you like, here's the update directions... gonna clean it up and repost, but here it is for now...


Code:
#############################################################
####
####  Installing mining Software on CEntOS or Fedora based distributions
####  
####  Currently 2 GPU's working under Centos 6.4 w/SDK 12.7 & Driver 12.3
####  Currently 4 GPU's working under Centos 6.0 w/SDK 12.4 & Driver 11.4
####
####  testing to increase GPU's per motherboard
####  
####  by:  Viceroy who accepts tips at   144RtpxYKbigosiqTyXNwzwtH6Z7s96xUx
####
#############################################################
####
#############################################################
####  Section 0 - Table of Contents
#############################################################
####
####  Section 0 Table of Contents
####  Section 1 Disclaimers
####  Section 2 Setting up CentOS
####  Section 3 Setting up Base Packages
####  Section 4        Installing ATI Development Kit (SDK)  
####  Section 5         Installing ATI Catalyst Drivers
####  Section 6         Testing ATI Catalyst Drivers
####
#############################################################
####  Section 1 - Disclaimers
#############################################################
####
####  I am not responsible for you using these instructions.  
####
####  If you choose to follow anything you read here that is
####  your problem, not mine.  I have written these instructions
####  for my personal use for my particular machine in an effort
####  to help me mine bitcoin.  If you follow these instructions
####  you may or may not have success, neither of which are any
####  concern of mine because you are the fool who followed me
####  off the bridge.  I did not push you.
####
####  I am proposing here to build a TOTALLY INSECURE HIGH
####  POWERED PASSWORD CRACKING MACHINE which MAY OR MAY NOT
####  BE LEGAL TO POSESS WHERE YOU LIVE.  If the policeman
####  puts you in jail because you followed what I wrote here
####  that is your fault, not mine.  You need to be aware of
####  local, national and international laws before you decide
####  to build a high powered password cracker.  If this gets
####  into the wrong hands and it starts a nuclear war and
####  and some hostile government decides to end the world
####  guess what... that's not my fault either.  
####
####  Be responsible, do no let Kim Jong Un get this machine
####  http://en.wikipedia.org/wiki/Kim_Jong-un
####
#############################################################
####  Section 2 - Setting up Centos
#############################################################
####
####  While at your windows desktop machine you need to
####  download the ISO from http://vault.centos.org/6.0/isos/
####
####  (I will be using the 64 bit OS from here on out)
####
####  The ISO can be burned to CD, DVD or USB
####
####  (I will burn the ISO to a 2GB+ USB flash drive)
####
####  Download the ISO from:
####  http://vault.centos.org/6.0/isos/x86_64/CentOS-6.0-x86_64-LiveCD.iso
####
####  Download and install Pendrivelinux Windows Software:
####  http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
####
####  0. Plug in your flash drive and wait for it to register
####
####  1. start pendrivelinux universal USB installer
####  2. selects CentOS from "other distros alphabetically"
####  3. select the CentOS LIVE iso you downloaded
####     (CentOS-6.0-x86_64-LiveCD.iso)
####  4. select your drive letter and format the drive
####  5. safely remove flash drive and plug into new machine
####  6. boot up and install CentOS with the menus
####  7. after intallation log in as root (or su) and:
#### 7a. set up network so IP is fixed so you can log in remotely
#### 7b. turn on the SSH daemon so you can log in (service sshd start)
#### 7c. make sshd starts each time you boot (chkconfig sshd on)
####  8. now I like to go back to my nice desk and chair
####    8a. dowload and install putty so you can talk to your box
####    http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
####    using a new ssh connection, connect to your machine as the
####    user you set up during installation.  (it's a bad idea to log
####    in as root from a remote location).
####   9. while you are sitting there at your desk download and install
####    xming windows xwindow emulator from here:
####    http://sourceforge.net/project/downloading.php?group_id=156984&filename=Xming-6-9-0-31-setup.exe
####  10. modify yum
####
####  cut and paste one command at a time
####

####  become root user
su -

#### change directory to yum repo directory
cd /etc/yum.repos.d

#### move original file to backup
mv -f CentOS-Base.repo CentOS-Base.repo.old

# COPY the following into your buffer
## (in windows you use ctrl-c)
##
## start copy ---->>

# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the #mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#

[base]
name=CentOS-$releasever - Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
baseurl=http://vault.centos.org/6.0/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#released updates
[updates]
name=CentOS-$releasever - Updates
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
baseurl=http://vault.centos.org/6.0/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
baseurl=http://vault.centos.org/6.0/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
baseurl=http://vault.centos.org/6.0/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
baseurl=http://vault.centos.org/6.0/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

## <<----  end copy
##
## then using the built in world processor in linux type

vi CentOS-Base.repo

# while in Vi hit [insert key]
# then paste the contents of your buffer with the right mouse button
# then hit the escape key
# hit :
# then hit x
# then hit the [enter key]
# this will save the file and exit

# test out your changes

yum check-update



#############################################################
####  Section 3 - Setting up Base Packages
#############################################################

####  become root user
su -

yum -y groupinstall x11

#### if you see an error about yum being locked be patient it will unlock in a minute
yum -y install gcc rpm-build git wget make kernel-devel python python-libs numpy openssl openssl-devel ncurses ncurses-devel ncurses-libs autoconf automake m4 pkgconfig libcurl-devel libtool libudev libusb glx-utils libX11 libstdc++ compat-libstdc++*

####  create new user or place all items in personal home directory
useradd miner

####  become prefered user (no password needed)
su -l miner

####  create a directory to hold all the packages
cd ~
mkdir miningpacks
cd miningpacks

####  download all driver package as user "miner"
####
####       wget http://download2-developer.amd.com/amd/APPSDK/AMD-APP-SDK-v2.4-lnx64.tgz
####       wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-3-x86.x86_64.run
####
####  goin old-school - working version is best ...
####  note:  modern versions may break other things
####
wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-4-x86.x86_64.run

####chmod a+x amd-driver-*
chmod a+x ati-driver-*


exit #go back to being root user

#############################################################
####  Section 4 - Installing ATI Development Kit (SDK)
#############################################################
####
####
####  Install this BEFORE you install the drivers
####
#############################################################
####
####
####  preparing the machine for a new SDK install
####
####
####  First Seek and Destroy ALL Existing ATI Drivers:
####      only needed if you are rebuilding.  If fresh
####      install this command will fail, no directory.
####
cd /usr/share/ati
./amd-uninstall.sh --force

#### more cleaning to be sure
####
#rm -Rf /etc/ati
#rm -Rf /usr/lib/fglrx
#rm -Rf /usr/share/ati
#rm -Rf /opt/AMD*
#reboot  #HIGHLY RECOMMENDED IF YOU REMOVED FILES

####
####  installing the new SDK install
####

####  become root user
su -  

####  become prefered user (no password needed)
su -l miner

####  move to directory to where you are holding the packages
cd ~
cd miningpacks

####  download SDK
####    
####     wget http://download2-developer.amd.com/amd/APPSDK/AMD-APP-SDK-v2.4-lnx32.tgz
####     wget http://download2-developer.amd.com/amd/APPSDK/AMD-APP-SDK-v2.6-lnx32.tgz
####     wget http://developer.amd.com/wordpress/media/2012/11/AMD-APP-SDK-v2.8-lnx64.tgz
####
####  again, oldschool because working beats not-working:
##
wget http://download2-developer.amd.com/amd/APPSDK/AMD-APP-SDK-v2.4-lnx64.tgz


exit #go back to being root user

#### newer style SDK install
####
#### cd /home/miner/miningpacks/
#### mkdir APP-SDK-2point7-temp
#### cd APP-SDK-2point7-temp
#### cp ../AMD-APP-SDK-v2.7-lnx64.tgz .
#### tar xzf AMD-APP-SDK-v2.7-lnx64.tgz
#### ./Install-AMD-APP.sh
#### cd ..
#### rm -rf APP-SDK-2point7-temp
#### #reboot

### old school style SDK install
cd /opt
tar -xf /home/miner/miningpacks/AMD-APP-SDK*
cd /
tar xf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz
ln -sf /opt/AMD-APP-SDK-v2.4-lnx64/include/CL /usr/include
ln -sf /opt/AMD-APP-SDK-v2.4-lnx64/lib/x86_64/* /usr/lib/
ldconfig
reboot

#### echo AMDAPPSDKROOT=/root/AMD-APP-SDK-v2.4-lnx64 >> .bashrc
#### echo AMDAPPSDKSAMPLESROOT=/root/AMD-APP-SDK-v2.4-lnx64 >> .bashrc
#### echo LD_LIBRARY_PATH=/root/AMD-APP-SDK-v2.4-lnx64/lib/x86_64 >> .bashrc


#############################################################
####  Section 5 - Installing ATI Catalyst Drivers for linux
#############################################################
####
####
####  Install this AFTER you install the SDK
####
#############################################################

####  become root user
su -

##
## important note on installing AMD Drivers under linux:
##
## be certain you have the kernel-devel for YOUR kernel
yum list installed | grep kernel-*

##
## output should look like this
#dracut-kernel.noarch                004-32.el6                         installed
#kernel.x86_64                       2.6.32-71.el6                      installed
#kernel-devel.x86_64                 2.6.32-71.29.1.el6                 @updates
#kernel-firmware.noarch              2.6.32-71.el6                      installed
#kernel-headers.x86_64               2.6.32-71.29.1.el6                 @updates
#[root@localhost ~]#
#
#  notice that I DO NOT have a matched kernel and kernel-devel version.  
#  they must match EXACTLY or you will not be successful in the
#  next steps.  I have:
#     kernel.x86_64                       2.6.32-71.el6                      installed
#       and
#     kernel-devel.x86_64                 2.6.32-71.29.1.el6                 @updates
#
#  the difference is so slight you may have missed it
#     my subversion  32-71.29.1.el6 does NOT match 32-71.el6

##
## check your distribution
uname -r

##
## you can have multiple kernel-devel's that is not a problem
## if you are lucky this command works
yum install kernel-devel-$(uname -r)

#### if this was successful move on to the next section
####     proceed to package generation


####******#*#*#*#*#*##*#*####******#*#*#*#*#*##*#*
####
####  optional section if kernels do not match
####
####
#### You will need to find another "kernel" with
###  a matching "kernel-devel" package
####
#### yum --showduplicates list kernel-devel
####
#### to download a specific package just add
#### the version to the name, for example if
#### I want kernel-devel 2.6.32-358.el6 I
#### just add a hyphen
####
#### yum install kernel-devel-2.6.32-358.el6
####
####
####******#*#*#*#*#*##*#*####******#*#*#*#*#*##*#*


#############################################################
####  Generate a Distribution Specific Package of fglrx
#############################################################

# as root

####  Move to package directory
####    using menus generate RPM package for your OS
####    (generate centos 64 packages)
####
cd /home/miner/miningpacks/

####  chmod u+x *-driver-installer*  #step taken earlier
####  //alternative:// sh amd-driver-installer  
sh ati-driver-installer-*

#### (file was downloaded above)
####
####
####  Install generated package
cd /home/miner/miningpacks/
yum -y install fglrx64_p_i_c-* --nogpgcheck
aticonfig --adapter=all --initial --force
reboot


#############################################################
####  Section 6 - Testing ATI Catalyst Drivers
#############################################################


#### check installation by reading output from
more /usr/share/ati/fglrx-install.log

#### further testing SHOULD be done at this time against this page:
####
#### http://wiki.cchtml.com/index.php/Frequently_Asked_Questions#How_do_I_know_fglrx_is_installed_correctly.3F


#### one possible error
####
####[Message] Kernel Module : Precompiled kernel module version mismatched.
####[Error] Kernel Module : Kernel module build environment not found - please consult readme.
####
####
####  This error indicated you do not have the correct kernel-devel libs to match your kernel
####     (I told you it wouldn't work).
####
####  with xming installed on my pc when I use putty I don't even need to
####  export my display.  I can just start playing with opencl and opengl
####  libraries and samples.  But only if I did everything correctly
####  and there were no hardware issues along the way.
####
####  my machines 'hello world' test passed with flying colors
####
aticonfig --lsa

## output looks like this:
#* 0. 0e:00.0 AMD Radeon HD 6800 Series
#  1. 0f:00.0 AMD Radeon HD 6800 Series
#  2. 07:00.0 AMD Radeon HD 6800 Series
#  3. 06:00.0 AMD Radeon HD 6800 Series
#
#* - Default adapter
#
# which is EXACTLY what I want!!!

glxgears

## Segmentation fault
##
## uh-oh I broke something!
## oh yea, I remember
##
## I forgot to log into the linux box.
## so here's what I need to make this work
## I go to the centos box and log in as my
## regular user in the graphical interface.
## then I pull down the menu and open a
## terminal window which must be 'turning
## x on for my local user'.  Once I open
## that terminal (xterm) I can walk away
## and do everything else remotely.  So
## here we go, let's have some fun...
##
glxgears

## Segmentation fault
## oh yea... duh
export DISPLAY=:0
glxgears

##40014 frames in 5.0 seconds = 8002.695 FPS
##40291 frames in 5.0 seconds = 8058.047 FPS
##40288 frames in 5.0 seconds = 8057.494 FPS
##40287 frames in 5.0 seconds = 8057.313 FPS
## ^C
##
## don't be hatin on me now...


#############################################################
####  Install ATI Display Library Development Kit (ADL SDK):
#############################################################

###wget http://developer.amd.com/wordpress/media/2012/11/AMD-APP-SDK-v2.8-lnx64.tgz
### cannot find APP without going through website license
### pain in the ass requires a browser download
###

####  become root user
su -

####  become prefered user (no password needed)
su -l miner

####  move to directory to where you are holding the packages
cd ~
cd miningpacks

####  place ADL zip in current directory

mkdir ADL-SDK-5point0-temp
cd ADL-SDK-5point0-temp
cp ../ADL_SDK_5.0.zip .
unzip ADL_SDK_5.0.zip



#############################################################
####  Install CGMiner
#############################################################

####  become root user
su -

####  become prefered user (no password needed)
su -l miner

####  move to home directory
cd ~

####  download CGMiner from author
git clone https://github.com/ckolivas/cgminer


####  copy ADL libraries to correct location
cd /home/miner/cgminer/ADL_SDK
cp /home/miner/miningpacks/ADL-SDK-5point0-temp/include/*.h .
rm -rf /home/miner/miningpacks/ADL-SDK-5point0-temp/
cd ..

./autogen.sh

make

exit #go back to being root user

cd /home/miner/cgminer/
make install

reboot #if you have not after changes to libraries

#if you did everything as I have above you are finished
#and can run cgminer.  test with  ./cgminer -n

#############################################################
####  The End
#############################################################
gnarcoinguy
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
April 11, 2013, 10:11:30 PM
Last edit: April 11, 2013, 10:25:25 PM by gnarcoinguy
 #24

You happen to have a good link to vanilla Centos6.0x64?  All the ones I've tried say its deprecated and point to a newer version.  The link in your howto doesn't work...

edit: n/m finally found one.  http://mirrors.usc.edu/pub/linux/distributions/centos/6.0/isos/x86_64/
Viceroy (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
April 11, 2013, 10:25:44 PM
Last edit: April 11, 2013, 11:02:18 PM by Viceroy
 #25

You happen to have a good link to vanilla Centos6.0x64?  All the ones I've tried say its deprecated and point to a newer version.  The link in your howto doesn't work...

The vault appears to be down right now.  It is the place to get this.

Here's the google mirror of the centos vault Smiley

http://webcache.googleusercontent.com/search?q=cache:http://vault.centos.org/6.0/isos/x86_64/

Unfortunately the individual links appear down.  I'm certain it will be back shortly.

edit:
it came back

papaminer
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Free World


View Profile WWW
April 24, 2013, 04:57:48 PM
 #26

have you tried running centos 6 on thumb drive is it possible?


฿: 1L7dSte4Rs4KyyxRCgrqSWYtkXdAb4Gy1z

MORE INFO ABOUT ME: BTC
Viceroy (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
April 24, 2013, 05:00:42 PM
 #27

Yea, when you put the "LIVE" CD or DVD on a thumb drive you can launch and run from that.  There is no reason to install the OS to the hard drive if you do not want to.  The flash drive is slower than the hard drive though.
papaminer
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Free World


View Profile WWW
April 24, 2013, 06:07:00 PM
 #28

kool..

thanks a lot for the howto...

will try doing it later... i have 2 pc doing nothing... and has hd 6870 x2 and hd 6950 x2... i just hope the mobo have pcie x1 so i can just buy risers to x16 and get more gpu's..

have you tried using 3 or quad hd 7970 on this setup?

฿: 1L7dSte4Rs4KyyxRCgrqSWYtkXdAb4Gy1z

MORE INFO ABOUT ME: BTC
papaminer
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Free World


View Profile WWW
April 24, 2013, 06:10:50 PM
 #29

Yeah.. i know it is slow.. i just tried it last night with ubuntu from kano's tutorial on cgminer... I did see some advice on getting a faster thumb drive.. like the patriot supersonic boost XT usb 3.0... i am currently heading to the store to get 2... and will try it with centos 6..

Yea, when you put the "LIVE" CD or DVD on a thumb drive you can launch and run from that.  There is no reason to install the OS to the hard drive if you do not want to.  The flash drive is slower than the hard drive though.

฿: 1L7dSte4Rs4KyyxRCgrqSWYtkXdAb4Gy1z

MORE INFO ABOUT ME: BTC
Viceroy (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
April 24, 2013, 06:18:40 PM
 #30

have you tried using 3 or quad hd 7970 on this setup?

I have six AX6870x2's they are dual gpu cards.  When I try to run three of them I have heat problems.  I can only run two per motherboard.
papaminer
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Free World


View Profile WWW
April 24, 2013, 09:37:39 PM
 #31

lol.. this is harder than I thought..

i am stuck at section 2 - 7a

plus.. all the changes I make on the OS.. does not get saved when rebooted... (which is good coz I know i messed up... lol)


Sad

฿: 1L7dSte4Rs4KyyxRCgrqSWYtkXdAb4Gy1z

MORE INFO ABOUT ME: BTC
Viceroy (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
April 25, 2013, 12:32:58 AM
 #32

The guide is designed to install centos and the drivers on a fresh machine.  If you intend to follow the guide you will be over-writing your hard drive.  You asked if you could use centos on a USB, yes.  But I have no idea how to build an executable centos miner on a usb.  This guide does not do that.
papaminer
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Free World


View Profile WWW
April 25, 2013, 01:26:28 AM
 #33

Hi,


the reason why I got stucked in section 2 7a. was because of auto eth0... and I cannot seemed to find it or over ride it... but I was able to just use it as it is... and not create eth0 anymore..

anyway...
I was able to get up to Section 4...

we're supposed to uncompress 2.4 right? and this tutorial:


### old school style SDK install
cd /opt
tar -xf /home/miner/miningpacks/AMD-APP-SDK*
cd /
tar xf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz
ln -sf /opt/AMD-APP-SDK-v2.4-lnx64/include/CL /usr/include
ln -sf /opt/AMD-APP-SDK-v2.4-lnx64/lib/x86_64/* /usr/lib/
ldconfig
reboot

#### echo AMDAPPSDKROOT=/root/AMD-APP-SDK-v2.4-lnx64 >> .bashrc
#### echo AMDAPPSDKSAMPLESROOT=/root/AMD-APP-SDK-v2.4-lnx64 >> .bashrc
#### echo LD_LIBRARY_PATH=/root/AMD-APP-SDK-v2.4-lnx64/lib/x86_64 >> .bashrc


is this supposed to be a root user or miner?

I cannot seem to follow the glowing text above...
and when I do:

tar -xf /home/miner/miningpacks/AMD-APP-SDK-v2.4-lnx64.tgz


im getting these:

Code:
tar: AMD-APP-SDK-v2.4-lnx64/Makefile: Cannot open: File exists
tar: AMD-APP-SDK-v2.4-lnx64: Cannot utime: Read-only file system
tar: AMD-APP-SDK-v2.4-lnx64: Cannot change ownership to uid 0, gid 0: Read-only file system
tar: AMD-APP-SDK-v2.4-lnx64: Cannot change mode to rwxr-xr-x: Read-only file system
tar: Exiting with failure status due to previous errors
[root@centos6 opt]#


฿: 1L7dSte4Rs4KyyxRCgrqSWYtkXdAb4Gy1z

MORE INFO ABOUT ME: BTC
Viceroy (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
April 25, 2013, 01:33:45 AM
 #34

all tar stuff is as root.  if you did the previous section all the stuff should be in /home/miner so that looks ok.  looks like you are trying to over write existing files.  go back to the top where it shows the directories to remove for a clean install

I'd like to see you remove the /opt/ amd directories and try that part again.  or perhaps you are trying to tar as a user other than root ... that could be the problem.   the  idea is to store the packages in the user directory and actually run the program as a user.  but some of The stuff like installing drivers or compiling the mining program require you to be root.
papaminer
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Free World


View Profile WWW
April 25, 2013, 02:47:45 AM
 #35

uhmmm stuck again.. lol

Quote
[root@livecd miningpacks]# export DISPLAY=:0
[root@livecd miningpacks]# glxgears
No protocol specified
Error: couldn't open display :0
[root@livecd miningpacks]#

฿: 1L7dSte4Rs4KyyxRCgrqSWYtkXdAb4Gy1z

MORE INFO ABOUT ME: BTC
Viceroy (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
April 25, 2013, 10:57:07 AM
 #36

ok, you look awfully close to success....

What I do, and I cannot explain why this works, is I go to the machine directly (the head) and I log in as a regular user.  Then I open a "terminal window" by pulling down from the menu on the top left.    This must cause the X system to turn on as that user because doing that step then allows me to log in remotely and set my display (export DISPLAY=:0).  Once that is done I can use all the X tools. 

If I use xming on my PC the gears pop up on my local (remotely connected) machine.  IF I am at the head, or am not using an x-windows emulator on my pc the gears program pops up on the "head" of the linux box.

If you can see the gears, you can probably mine.
papaminer
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Free World


View Profile WWW
April 25, 2013, 03:27:55 PM
 #37

I already did this.. but no success...

also my current setup is with 2 pc.. 1 monitor/1keyboard/1mouse... and using KVM to switch to different pc/monitor...

but I can already see all 2 gpus...

Code:
[root@livecd ~]# aticonfig --lsa
No protocol specified
* 0. 01:00.0 AMD Radeon HD 6900 Series
  1. 02:00.0 AMD Radeon HD 6900 Series

* - Default adapter


ok, you look awfully close to success....

What I do, and I cannot explain why this works, is I go to the machine directly (the head) and I log in as a regular user.  Then I open a "terminal window" by pulling down from the menu on the top left.    This must cause the X system to turn on as that user because doing that step then allows me to log in remotely and set my display (export DISPLAY=:0).  Once that is done I can use all the X tools. 

If I use xming on my PC the gears pop up on my local (remotely connected) machine.  IF I am at the head, or am not using an x-windows emulator on my pc the gears program pops up on the "head" of the linux box.

If you can see the gears, you can probably mine.

฿: 1L7dSte4Rs4KyyxRCgrqSWYtkXdAb4Gy1z

MORE INFO ABOUT ME: BTC
Viceroy (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
April 25, 2013, 03:46:07 PM
 #38

so it is good that you see the gpus you are very close.  you need to be able to use fglrx as well.  you are using the drivers from the guide, not the latest drivers right?
papaminer
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Free World


View Profile WWW
April 25, 2013, 03:52:26 PM
 #39

Yes.. I used the old school drivers like the tutorial said...

i think i messed up with basic libraries.. i also can't install cgminer properly.

Code:
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBCURL... no
checking for LIBCURL... no
configure: error: Missing required libcurl dev >= 7.18.2
[miner@livecd cgminer]$

If I re-do everything.. it will be my 5th time.. lol..

so it is good that you see the gpus you are very close.  you need to be able to use fglrx as well.  you are using the drivers from the guide, not the latest drivers right?

฿: 1L7dSte4Rs4KyyxRCgrqSWYtkXdAb4Gy1z

MORE INFO ABOUT ME: BTC
papaminer
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Free World


View Profile WWW
April 25, 2013, 03:56:47 PM
 #40

btw...

if I do this properly on this thumb drive...

can I just copy the entire thumb drive and paste it into another thumb drive and it is going to be a clone?

or I have to re-do everything on each thumb drive?


฿: 1L7dSte4Rs4KyyxRCgrqSWYtkXdAb4Gy1z

MORE INFO ABOUT ME: BTC
Pages: « 1 [2] 3 4 5 »  All
  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!