fibble (OP)
Newbie
Offline
Activity: 17
Merit: 0
|
|
March 03, 2011, 09:42:01 PM |
|
Hi,
I have a large number of pcs at my disposal that I can use for mining on an evening, but can't touch the HDDs, so I've rolled a custom ubuntu 10.10 ISO with jkzaliks CPU miner and the python openCL GPU miner ready to run.
I PXE boot it but it burns to cd or dvd or usb fine too. If anyone is interested ill upload the ISO somewhere to share.
Andy
|
|
|
|
smgoller
Newbie
Offline
Activity: 23
Merit: 0
|
|
March 03, 2011, 09:52:37 PM |
|
I'd be interested.
|
|
|
|
fibble (OP)
Newbie
Offline
Activity: 17
Merit: 0
|
|
March 03, 2011, 09:56:09 PM |
|
I'm about to head to bed but ill upload it first thing and post the link in this thread.
|
|
|
|
M4v3R
|
|
March 03, 2011, 10:22:42 PM |
|
What about other software on it, like ATI Stream SDK and fglrx?
|
|
|
|
Cerebrum
Newbie
Offline
Activity: 34
Merit: 0
|
|
March 04, 2011, 02:05:42 AM |
|
Sounds great, I just got two HD 5970's today in the mail, but I'm having problems getting the OpenCL Libraries to work properly.
|
|
|
|
AmpEater
|
|
March 04, 2011, 02:55:40 AM |
|
Sounds fantastic.
|
|
|
|
opticbit
|
|
March 04, 2011, 07:58:35 AM |
|
I'll try it.
|
|
|
|
fibble (OP)
Newbie
Offline
Activity: 17
Merit: 0
|
|
March 04, 2011, 12:43:03 PM Last edit: March 04, 2011, 01:05:02 PM by fibble |
|
Hey, Right, here is a version of the live ISO ive been using for mining. http://emphony.com/UbuntuLiveMiner.isoThe actual version i use has an entry in /etc/rc.local which automatically kicks off the python GPU miner and minerd in a screen session, but this has had to be removed as it had my Deepbit account credentials in the parameters. So you will have to kick off these processes manually. An SSH Daemon will start on boot so you can do this remotely if desired. root password = bcroot1 Python GPU miner and some other bits are in /mining cpu miner is at /usr/bin/minerd As root (or sudo) you can cd /mining python poclbm.py -d0 --host=deepbit.net --port=8332 --user=username --pass=password
Tested fine with on a few systems Nvidia cards - and also on some PCs with no GPU (just cpu mining) I dont have any ATI hardware, so im not sure if the stock drivers are any good for gpu mining. If not and someone can give me an idea of what extra needs installing i will happily integrate the ATI drivers and any other software for them to test. Any issues/requests/etc just let me know. Andy If anyone finds it useful feel free to donate to: 13Lyi1Z5JkGdRg2S4Y5o2BVfZFFRmcx6Zm
|
|
|
|
Syke
Legendary
Offline
Activity: 3878
Merit: 1193
|
|
March 04, 2011, 04:48:03 PM |
|
I dont have any ATI hardware, so im not sure if the stock drivers are any good for gpu mining.
No they're not. This will not work with GPU mining. Look around for all the other threads on how to install the drivers/sdk for ATI hardware.
|
Buy & Hold
|
|
|
M4v3R
|
|
March 04, 2011, 05:59:50 PM |
|
Things you have to integrate to make it work with ATI: ATI Stream SDKThere are few versions, for both 32 bit and 64 bit systems. The needed ones are v2.1 and v2.2. For me, the 2.1 didn't work, but for many it does (and does it even faster). Link: http://developer.amd.com/gpu/AMDAPPSDK/downloads/pages/AMDAPPSDKDownloadArchive.aspxUnpack to: /opt ICD registration filesJust two files that are needed for OpenCL to work. Link: http://developer.amd.com/Downloads/icd-registration.tgzUnpack to: / (creates a directory in /etc) ATI proprietary graphics driverThe fglrx driver is needed for OpenCL to work. For it to be activated, a Xorg.conf must be generated by aticonfig utility that ships with the driver. How to install: $ sudo apt-get install python-software-properties $ sudo add-apt-repository ppa:ubuntu-x-swat/x-updates $ sudo apt-get install fglrx $ sudo apt-get install fglrx-amdcccle $ sudo apt-get install fglrx-modaliases $ sudo aticonfig --initial -f --adapter=all Exported variabledFor OpenCL programs to know where the SDK is, an environment variable must be set. Preferably it should be set in .profile or .bashrc files. Note that the path is dependant on which SDK is in use and which platform you are. There should be an easy way to pick the desired SDK. export LD_LIBRARY_PATH=/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/:$LD_LIBRARY_PATH export DEKSTOP=:0 That's all I can think of at the moment.
|
|
|
|
fibble (OP)
Newbie
Offline
Activity: 17
Merit: 0
|
|
March 04, 2011, 09:22:08 PM |
|
Thanks for the info, ill get that integrated and post a new ISO for someone with an ATI GPU to test.
Andy
|
|
|
|
JWU42
Legendary
Offline
Activity: 1666
Merit: 1000
|
|
March 04, 2011, 09:29:28 PM |
|
Post the .iso and I'll test it...
|
|
|
|
bitjet
|
|
March 04, 2011, 10:32:26 PM |
|
fibble if I can get it to work on my setup (2xati 5970) I'll def drop you some coin!
Thanks!
|
|
|
|
bitjet
|
|
March 06, 2011, 07:20:28 AM |
|
Still interested.
|
|
|
|
fibble (OP)
Newbie
Offline
Activity: 17
Merit: 0
|
|
March 06, 2011, 11:29:14 AM |
|
Hey,
work on the ISO lost the battle with my 3.5yr old for my attention this weekend!
I will have time tonight and tomorrow to integrate the ATI stuff, and should have a 5870 arriving on tuesday to test it and improve things myself.
Andy
|
|
|
|
JWU42
Legendary
Offline
Activity: 1666
Merit: 1000
|
|
March 06, 2011, 12:43:47 PM |
|
Andy,
What kind of man are you spending time with your family [/end sarcasm]
Hope you and the little one had fun!
Post it when you can and I am happy to test it.
Cheers!
|
|
|
|
Lardie
Newbie
Offline
Activity: 18
Merit: 0
|
|
March 06, 2011, 03:42:51 PM |
|
Hey,
work on the ISO lost the battle with my 3.5yr old for my attention this weekend!
I will have time tonight and tomorrow to integrate the ATI stuff, and should have a 5870 arriving on tuesday to test it and improve things myself.
Andy
Will there be anyway to install it directly to a hard drive?
|
|
|
|
slush
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
March 06, 2011, 04:04:10 PM Last edit: March 06, 2011, 09:49:47 PM by slush |
|
I don't recommend using Ubuntu for many GPUs at all. I've been using Ubuntu, but had troubles with third card in my setup. Reinstall to Squeeze helped.
As there are many users reporting troubles with Ubuntu & GPUs, I think there is something broken inside.
Edit: I found the trouble: don't use 32bit Ubuntu (or whatever else 32bit distro)! ATI drivers allocate 256 MB of virtual memory for every core, so setup with 8 cores ate whole 32bit memory space. 64bit installation should work fine (I didn't tested it yet). Thanks ArtForz for investigation.
|
|
|
|
JWU42
Legendary
Offline
Activity: 1666
Merit: 1000
|
|
March 06, 2011, 05:05:44 PM |
|
I am a longtime Gentoo man myself (home server mostly)...
|
|
|
|
aistto
Legendary
Offline
Activity: 1001
Merit: 1005
|
|
March 06, 2011, 09:57:25 PM |
|
I don't recommend using Ubuntu for many GPUs at all. I've been using Ubuntu, but had troubles with third card in my setup. Reinstall to Squeeze helped.
As there are many users reporting troubles with Ubuntu & GPUs, I think there is something broken inside.
Edit: I found the trouble: don't use 32bit Ubuntu (or whatever else 32bit distro)! ATI drivers allocate 256 MB of virtual memory for every core, so setup with 8 cores ate whole 32bit memory space. 64bit installation should work fine (I didn't tested it yet). Thanks ArtForz for investigation.
I had same problem with 3-rd gpu (5970 + 5870 or 3x5870 don't work). I used integrated video on mobo as primary:) or i misundertsand something about "ubuntu+gpu" problem?
|
|
|
|
|