Bitcoin Forum
April 28, 2024, 04:45:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  Print  
Author Topic: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO  (Read 281372 times)
elsteve
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 05, 2011, 12:44:01 AM
 #261

I've got all 4 of my miners up and running on my 6990's no problem. The ati-config commands work great. (I do have to sudo for all of them, but that's fine)

Now, I'd like to use AMDOverdriveCtrl to set my memory clock below what the aticonfig program allows.

I've downloaded & installed the package and am running it from another linux machine with: ssh -X remotebox AMDOverdriveCtrl

It's telling me 'This program depends on the proprietary Catalyst drivers. Please check the driver installation.'


Do I really want to download the 11.5 drivers and install them or will this hose everything else?

thanks!
1714322710
Hero Member
*
Offline Offline

Posts: 1714322710

View Profile Personal Message (Offline)

Ignore
1714322710
Reply with quote  #2

1714322710
Report to moderator
1714322710
Hero Member
*
Offline Offline

Posts: 1714322710

View Profile Personal Message (Offline)

Ignore
1714322710
Reply with quote  #2

1714322710
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
pandemic
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
June 05, 2011, 01:30:51 AM
 #262

The ?? is literal, there is/was no intention and you do not have to replace it.  ?? is like *, except only for individual characters under the ? .  You did the right thing as far as the input goes, but you are missing the file.

So, I was afraid of this, but I need to ask, which guide are you using, the 2.1 or the 2.4 guide?

I was following 2.1. I followed it exactly. Should I try 2.4?
SchizophrenicX
Member
**
Offline Offline

Activity: 112
Merit: 100

"I'm not psychic; I'm just damn good"


View Profile
June 05, 2011, 03:50:42 AM
 #263

I've got all 4 of my miners up and running on my 6990's no problem. The ati-config commands work great. (I do have to sudo for all of them, but that's fine)

Now, I'd like to use AMDOverdriveCtrl to set my memory clock below what the aticonfig program allows.

I've downloaded & installed the package and am running it from another linux machine with: ssh -X remotebox AMDOverdriveCtrl

It's telling me 'This program depends on the proprietary Catalyst drivers. Please check the driver installation.'


Do I really want to download the 11.5 drivers and install them or will this hose everything else?

thanks!

Awesome, anyway I think in this guide you've already got the files required to get the mem clock down to where AMDOverdriveCtrl can. So you could essentially do the clocking using ATIconfig. Except, I hasn't got to that part just yet.

elsteve
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 05, 2011, 04:25:48 AM
 #264

I've got all 4 of my miners up and running on my 6990's no problem. The ati-config commands work great. (I do have to sudo for all of them, but that's fine)

Now, I'd like to use AMDOverdriveCtrl to set my memory clock below what the aticonfig program allows.

I've downloaded & installed the package and am running it from another linux machine with: ssh -X remotebox AMDOverdriveCtrl

It's telling me 'This program depends on the proprietary Catalyst drivers. Please check the driver installation.'


Do I really want to download the 11.5 drivers and install them or will this hose everything else?

thanks!

Awesome, anyway I think in this guide you've already got the files required to get the mem clock down to where AMDOverdriveCtrl can. So you could essentially do the clocking using ATIconfig. Except, I hasn't got to that part just yet.

Not so much - the aticonfig only allows lowering the memory clock rate to 1250 - amdoverdrivectrl will let me take it down to 625... i may clone this install for safe-keeping and do another 'different' setup to see what happens...
paperfree
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 05, 2011, 05:12:40 PM
 #265

Found a typo in the 2.4 guide on step 22 for the 32-bit version:
32-bit 22. ./configure.py --cl-inc-dir=/opt/AMD-APP-SDK-v2.4-lnx6432/include/ --cl-lib-dir=/opt/AMD-APP-SDK-v2.4-lnx32/lib/x86

the highlighted 64 should be removed.

I was having the same problem as Schizo during the make -j3 step:

src/wrapper/wrap_cl.hpp:20:19: fatal error: CL/cl.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
make: *** [all] Error 1

After fixing the typo, this error went away, and now everything seems to be working great!
Flappy
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
June 06, 2011, 05:57:59 AM
 #266

step 25 failed with:
    /bin/sh: ctags: not found

fixed by doing:
    sudo apt-get install exuberant-ctags
SchizophrenicX
Member
**
Offline Offline

Activity: 112
Merit: 100

"I'm not psychic; I'm just damn good"


View Profile
June 06, 2011, 06:02:00 AM
 #267

Persistence setting is only for a live installation.  I don't see any reason why you'd create an install like that, especially on a USB stick.

Hi Inaba, so what u're saying is that I could install the full OS onto the USB stick. Sorry cuz when I searched for USB installation the first thing I got was on LiveCDs, didn't know u can do that. Smiley I'll try it out today on my new prototype rig

Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
June 06, 2011, 02:38:11 PM
 #268

step 25 failed with:
    /bin/sh: ctags: not found

fixed by doing:
    sudo apt-get install exuberant-ctags


Glad it's working for you, but I feel the need to reiterate the fact that if you are installing extra packages because of a problem and it's not listed in the guide, something is wrong elsewhere and installing extra packages is a band aid to the problem, not a solution.  The guide as written works if the steps are followed exactly.  Installing extra packages or making changes not in the guide indicate that at some point there was a deviation from the guide.

Persistence setting is only for a live installation.  I don't see any reason why you'd create an install like that, especially on a USB stick.

Hi Inaba, so what u're saying is that I could install the full OS onto the USB stick. Sorry cuz when I searched for USB installation the first thing I got was on LiveCDs, didn't know u can do that. Smiley I'll try it out today on my new prototype rig

Yes, that's what I'm saying.  You may have to change a setting in your bios so that your motherboard recognizes a USB stick as a hard drive and not a floppy, but all my motherboards have this as a default and I did not have to adjust the setting.


If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
Flappy
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
June 06, 2011, 08:33:08 PM
 #269

Ok, I tried to install on a fresh Natty Narwhal 64bit USB instance (created with Universal-USB-Installer-1.8.4.7.exe)

Fails on step 4 - just says screen is terminating.
When I run without screen it says - E: unable to locate libboost-all-dev
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
June 06, 2011, 09:38:40 PM
 #270

I'm going to be using this tutorial later tonight. Just to confirm - this is using the *Desktop* version of Natty, correct? (and NOT the server version?)

I assumed that the Desktop version was required in order to take advantage of Xserver and such. (needed for GPU activities)

That's correct, use the desktop version.
Ok, I tried to install on a fresh Natty Narwhal 64bit USB instance (created with Universal-USB-Installer-1.8.4.7.exe)

Fails on step 4 - just says screen is terminating.
When I run without screen it says - E: unable to locate libboost-all-dev


Nowhere in the guide does it say to use "Universal-USB-Installer," whatever that is.  I just finished installing Natty on another USB stick on a different machine.  Zero Problems.

FOLLOW THE GUIDE.



If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
chungenhung
Legendary
*
Offline Offline

Activity: 1134
Merit: 1005


View Profile
June 06, 2011, 10:12:03 PM
 #271

how big should the usb stick be?
darkpandora
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
June 06, 2011, 10:23:19 PM
 #272

i followed this guide and at first i got some problems, but later when i tried again after fresh reinstall, i didnt get any problems.

but i have tow question. i have installed SSH, how do i connect to my mining rig with SSh on my main computer? is it possible to start mining with SSH when the mining rig restarts?

K U R D I  S T A N
K U R D I S T A N
K U R D I S T A N
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
June 06, 2011, 10:34:42 PM
 #273

how big should the usb stick be?

4 Gig would probably be sufficient, but 8 GB probably better.

I use 8 GB Patriot Rage XT sticks (http://www.amazon.com/gp/product/B003WUX6PG)

i followed this guide and at first i got some problems, but later when i tried again after fresh reinstall, i didnt get any problems.

but i have tow question. i have installed SSH, how do i connect to my mining rig with SSh on my main computer? is it possible to start mining with SSH when the mining rig restarts?

You need an SSH client, such as PuTTY.  I use SecureCRT but it costs money, PuTTY is free.  To answer your question, yes, you can start mining with SSH, that's what I do.  None of my mining boxes have monitors on them (or dummy plugs).

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
darkpandora
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
June 06, 2011, 10:39:12 PM
 #274

how big should the usb stick be?

4 Gig would probably be sufficient, but 8 GB probably better.

I use 8 GB Patriot Rage XT sticks (http://www.amazon.com/gp/product/B003WUX6PG)

i followed this guide and at first i got some problems, but later when i tried again after fresh reinstall, i didnt get any problems.

but i have tow question. i have installed SSH, how do i connect to my mining rig with SSh on my main computer? is it possible to start mining with SSH when the mining rig restarts?

You need an SSH client, such as PuTTY.  I use SecureCRT but it costs money, PuTTY is free.  To answer your question, yes, you can start mining with SSH, that's what I do.  None of my mining boxes have monitors on them (or dummy plugs).


thats great, i was worried to have monitor, keyboard and mouse in the kitchen hehe. i have used putty, but i used it on a server i owned a year ago, i just inserted the IP for my server and i could see the desktop and connect. how do i conned to linux when the machine is in LAN network? is there a guide?

K U R D I  S T A N
K U R D I S T A N
K U R D I S T A N
chungenhung
Legendary
*
Offline Offline

Activity: 1134
Merit: 1005


View Profile
June 07, 2011, 12:31:53 AM
 #275

how big should the usb stick be?

4 Gig would probably be sufficient, but 8 GB probably better.

I use 8 GB Patriot Rage XT sticks (http://www.amazon.com/gp/product/B003WUX6PG)
So I just used a Kingston 4GB that I have laying around, and the installation process complain that there is not enough space.
I guess I will need 8GB then.
What is the best partition for a 8GB USB?
chungenhung
Legendary
*
Offline Offline

Activity: 1134
Merit: 1005


View Profile
June 07, 2011, 03:20:56 AM
 #276

How do I start one miner, then start the second miner, then the third, and then able to switch back to the first to check the progress?
Also, the miner should not quit when I exit the shell or SSH.
Help please, thank you guys
SchizophrenicX
Member
**
Offline Offline

Activity: 112
Merit: 100

"I'm not psychic; I'm just damn good"


View Profile
June 07, 2011, 04:14:32 AM
 #277

Ok, I tried to install on a fresh Natty Narwhal 64bit USB instance (created with Universal-USB-Installer-1.8.4.7.exe)

Fails on step 4 - just says screen is terminating.
When I run without screen it says - E: unable to locate libboost-all-dev


Thx Inaba, I frequently encountered this problem as I was also using LiveCD installation. You'll have to go to System Settings > Software/Update Manager > Open Source > Check the 'Universe' thing.

Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
June 07, 2011, 04:22:17 AM
 #278

How do I start one miner, then start the second miner, then the third, and then able to switch back to the first to check the progress?
Also, the miner should not quit when I exit the shell or SSH.
Help please, thank you guys

You will want to use screen.

I create two shell scripts, the first one is to start the miners for whatever pool I want to join and has my poclbm.py command line in it.

The second script is the script that starts all the miner script(s) that I created to start poclbm.

I then use screen like this:

screen -d -m -S gpu1 ./miner.sh

This starts a screen session named "gpu1" with the miner.sh script.

Then, to reconnect to that session, I use screen -r gpu1

To detach from that session, I use CTRL-A D

The miner will stay running even if you log out and when you log back in you can re-attach to that screen if you want, with screen -r gpu1


If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
Adam
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
June 07, 2011, 06:02:50 AM
Last edit: June 07, 2011, 01:16:54 PM by Adam
 #279

I'm getting the following error:

Traceback (most recent call last):
  File "./poclbm.py", line 3, in <module>
    import pyopencl as cl
ImportError: No module named pyopencl

When I try to run either miner.  I've tried repeating the steps several times but can't get anything working.  Just wondering if this is a common problem where it might be something obvious?

Edit: Got it working.  I had originally messed up one of the lines and redoing the steps couldn't fix it (unless there were instructions in the code whizzing by that I didn't read).  Anyway I did a fresh install and it seems to be ok now.

BattleTitans.io  ▼  Mobile PvP Arena of the Future  ▼  BattleTitans.io
The Most Promising ICO in October    [Join Now!]

▼  [FB]  ▬  [TW]  ▬  [TG]  ▬▬▬  [YU]  ▼
nakowa
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 07, 2011, 11:29:51 AM
 #280

I have only one 6990 card on board, but when I use aticonfig --list-adapters, I got:

* 0. 08:00.0 AMD Radeon HD 6990
   1. 07:00.0 AMD Radeon HD 6990

and I run the miner:
./poclbm -u ** --pass ** -o ***... -d 0

this miner give me about 330 mH/s rate
but when I try to launch another miner, using device 1, I got error:

pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code

any suggestions? thanks.


How do I start one miner, then start the second miner, then the third, and then able to switch back to the first to check the progress?
Also, the miner should not quit when I exit the shell or SSH.
Help please, thank you guys

You will want to use screen.

I create two shell scripts, the first one is to start the miners for whatever pool I want to join and has my poclbm.py command line in it.

The second script is the script that starts all the miner script(s) that I created to start poclbm.

I then use screen like this:

screen -d -m -S gpu1 ./miner.sh

This starts a screen session named "gpu1" with the miner.sh script.

Then, to reconnect to that session, I use screen -r gpu1

To detach from that session, I use CTRL-A D

The miner will stay running even if you log out and when you log back in you can re-attach to that screen if you want, with screen -r gpu1


Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  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!