Pages:
Author

Topic: Smartcoin Linux mining administration. [MULTI-MACHINE SUPPORT NOW IN!] - page 37. (Read 105029 times)

jr. member
Activity: 50
Merit: 10
gyzer - I appreciate your tenacity in trying to get this installed.

The pyOpenCL thing is a LD_LIBRARY_PATH nightmare at times too...

I'll be uploading changes shortly that should put an end to the path madness (Including PyOpenCL hopefully), I'll report back....

NP. I've been waiting for this program to have a release for awhile now. Thank you for being so responsive to my posts.
full member
Activity: 238
Merit: 100
gyzer - I appreciate your tenacity in trying to get this installed.

The pyOpenCL thing is a LD_LIBRARY_PATH nightmare at times too...

I'll be uploading changes shortly that should put an end to the path madness (Including PyOpenCL hopefully), I'll report back....
jr. member
Activity: 50
Merit: 10
It's looking like there is a problem with smartcoin and opencl. When I go to configure device I get an error saying that it couldn't import opencl. I deleted my gpu's in configure device and when I try to add them back in I get an error saying that there is a syntax error at the point where its asking me if I want to disable the device.
hero member
Activity: 504
Merit: 502
Will overclocking beyond 900MHz core be implented?

This isnt overclocking software, you need to manage your overclocking via aticonfig and if that is maxed you would most likely have to use something like radeon bios editor to raise the maximum core clock.
newbie
Activity: 53
Merit: 0
Will overclocking beyond 900MHz core be implented?
full member
Activity: 238
Merit: 100
you need to set up some workers.
Assuming that its in Automatic profile, they will kick in as you add them

If you have any problems and they all report down, you could disconnect from smartcoin (ctrl+a d), then connect to the screen session which runs the miners (screen -r miner) and see if there are any errors on any of those windows (ctrl+a p and ctrl+a n will go to previous and next windows)
jr. member
Activity: 50
Merit: 10
Ok so I finally got into smartcoin, configured everything and I go to 5 to select my profile and then when I hit ctrl + a 1 my status screen shows no activity. Did I not start it running by selecting the profile in option 5? Is there something else I need to do in order to start it up?
jr. member
Activity: 50
Merit: 10
I FIXED IT.

The install script had a grep statement at the beginning looking for AMD-APP-SDK so I changed that to ati-app-sdk and it installed.

Strange how that could work since the 2.1 version is refered to as ATI-STREAM-SDK

Sorry thats what I meant.
hero member
Activity: 504
Merit: 502
I FIXED IT.

The install script had a grep statement at the beginning looking for AMD-APP-SDK so I changed that to ati-app-sdk and it installed.

Strange how that could work since the 2.1 version is refered to as ATI-STREAM-SDK
jr. member
Activity: 50
Merit: 10
I FIXED IT.

The install script had a grep statement at the beginning looking for AMD-APP-SDK so I changed that to ati-app-sdk and it installed.
jr. member
Activity: 50
Merit: 10
I don't think you need sudo, that may be the problem.
Also, you don't need to run the installer as sudo either

You can
echo $LD_LIBRARY_PATH to see if its set

When I sudo su and I'm root and I run the above command it gives me the correct result but when I go to run the install script it gives me the same error as before.
full member
Activity: 238
Merit: 100
I don't think you need sudo, that may be the problem.
Also, you don't need to run the installer as sudo either

You can
echo $LD_LIBRARY_PATH to see if its set
jr. member
Activity: 50
Merit: 10
I ran the corrected export command and it worked. But still when I go to run the smartcoin_install.sh I get the following error:

Code:
It appears that the AMD APP SDK is not in your LD_LIBRARY_PATH
This is required for smartcoin to work properly!
Please add the AMD APP SDK path to LD_LIBRARY_PATH and try again.

Now is this looking specifically for the AMD APP SDK 2.4? Because I'm using the ati app sdk 2.1. Is this a problem?

code is slightly different for 2.1 64bit

Code:
export LD_LIBRARY_PATH="/home/your_username_here/ati-stream-sdk-v2.1-lnx64/lib/x86_64/:$LD_LIBRARY_PATH"


That is exactly what I ran and it ran correctly. My path is in /root though but that is where I have all my mining stuff and I haven't had any problems so far. I am running the export command as root and I am running the smartcoin install script as root as well.
hero member
Activity: 504
Merit: 502
I ran the corrected export command and it worked. But still when I go to run the smartcoin_install.sh I get the following error:

Code:
It appears that the AMD APP SDK is not in your LD_LIBRARY_PATH
This is required for smartcoin to work properly!
Please add the AMD APP SDK path to LD_LIBRARY_PATH and try again.

Now is this looking specifically for the AMD APP SDK 2.4? Because I'm using the ati app sdk 2.1. Is this a problem?

code is slightly different for 2.1 64bit

Code:
export LD_LIBRARY_PATH="/home/your_username_here/ati-stream-sdk-v2.1-lnx64/lib/x86_64/:$LD_LIBRARY_PATH"
jr. member
Activity: 50
Merit: 10
I ran the corrected export command and it worked. But still when I go to run the smartcoin_install.sh I get the following error:

Code:
It appears that the AMD APP SDK is not in your LD_LIBRARY_PATH
This is required for smartcoin to work properly!
Please add the AMD APP SDK path to LD_LIBRARY_PATH and try again.

Now is this looking specifically for the AMD APP SDK 2.4? Because I'm using the ati app sdk 2.1. Is this a problem?
hero member
Activity: 504
Merit: 502
This will work for 64bit:

Code:
export LD_LIBRARY_PATH="/home/your_username_here/AMD-APP-SDK-v2.4-lnx64/lib/x86_64/:$LD_LIBRARY_PATH"
member
Activity: 90
Merit: 10
sorry, i made a type:
it should be:
Code:
export LD_LIBRARY_PATH="/home/your_username_here/AMD-APP-SDK-v2.4-lnx32/lib/x86/:$LD_LIBRARY_PATH"

Also, its a common misconception that you already have LD_LIBRARY path set because your miners work.  Its difficult to explain, but it can still work if launched manually from the right directory. However, it doesn't work the same if being launched from another program or subshell, as they have there own idea of what the current directory is




What about 64bits on Ubuntu 11.04 - just change the path accordingly?

Thx!
full member
Activity: 238
Merit: 100
sorry, i made a type:
it should be:
Code:
export LD_LIBRARY_PATH="/home/your_username_here/AMD-APP-SDK-v2.4-lnx32/lib/x86/:$LD_LIBRARY_PATH"

Also, its a common misconception that you already have LD_LIBRARY path set because your miners work.  Its difficult to explain, but it can still work if launched manually from the right directory. However, it doesn't work the same if being launched from another program or subshell, as they have there own idea of what the current directory is

jr. member
Activity: 50
Merit: 10
Ok so I already have the LD_LIBRARY_PATH set and when I go to install it says that it isn't. I'm using a 64bit version of Ubuntu 10.04 and I'm using sdk 2.1 not 2.4. My phoenix miners work so my LD_LIBRARY_PATH in .bashrc is correct.

What am I doing wrong here?
jr. member
Activity: 50
Merit: 10
I'm having problems with your export command. What file does that need to be changed in?
Pages:
Jump to: