billywilly
Newbie
Offline
Activity: 15
Merit: 0
|
|
May 14, 2011, 01:04:34 AM |
|
have 2 6990's , waiting to updated guide :/
|
|
|
|
Inaba (OP)
Legendary
Offline
Activity: 1260
Merit: 1000
|
|
May 14, 2011, 01:21:36 AM |
|
I'm going to redo the whole guide here shortly. Been getting pushpoold running and I'm building out a pool on one of my systems and it's been taking a lot of my spare time.
I'll try to have an updated guide in the next day or so.
|
If you're searching these lines for a point, you've probably missed it. There was never anything there in the first place.
|
|
|
Internet151
|
|
May 14, 2011, 07:49:27 PM |
|
I'm going to redo the whole guide here shortly. Been getting pushpoold running and I'm building out a pool on one of my systems and it's been taking a lot of my spare time.
I'll try to have an updated guide in the next day or so.
I'm really looking forward to your updated guide, as I can't get linuxcoin working either.
|
|
|
|
freecoin
Newbie
Offline
Activity: 30
Merit: 0
|
|
May 14, 2011, 08:06:00 PM |
|
You should now have a fully functional Ubuntu 11.04 mining rig with Phoenix and poclbm installed.
Thanks for that. Looks like I got everything installed. Just now realizing why you didn't include Bitcoin in the guide - it's not necessary for mining in a pool (RPC). Is there any way to test my GPU hash rate without a pool? I installed Bitcoin using the guide here: http://bitcointalk.org/index.php?topic=6299.40 and I created the bitcoin.conf file but I cannot get solo GPU mining to work. Just want to test out these GPUs. ./poclbm.py No device specified or device not found, use -d to specify one of the following
[ 0] Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz [1] Cypress [2] Cypress
$ ./poclbm.py -d 2 --user user --pass password Problems communicating with bitcoin RPC
phoenix$ ./phoenix.py -u http://user:password@192.168.1.2:8332 -k poclbm DEVICE=1 [14/05/2011 16:01:57] Phoenix r76 starting... [14/05/2011 16:02:00] Failed to connect, retrying... [14/05/2011 16:02:18] Failed to connect, retrying... [0 Khash/sec] [0 Accepted] [0 Rejected] [RPC]Specs: Ubuntu 11.04 64-bit, Radeon 5970
|
|
|
|
ryepdx
|
|
May 16, 2011, 09:26:37 AM |
|
I followed your guide in a clean install of Ubuntu 32-bit, using the 32-bit ATI Stream SDK instead of the 64-bit, but Poclbm won't show either of my 6690s. Aticonfig shows them, so I know they're there and hooked up correctly. Any hints?
Thanks. :-)
|
|
|
|
foggyb
Legendary
Offline
Activity: 1736
Merit: 1006
|
|
May 17, 2011, 12:24:13 AM |
|
Please show guide for solo mining also! Thanks!
|
Hey everyone! 🎉 Dive into the excitement with the Gamble Games Eggdrop game! Not only is it a fun and easy-to-play mobile experience, you can now stake your winnings and accumulate $WinG token, which has a finite supply of 200 million tokens. Sign up now using this exclusive referral link! Start staking, playing, and winning today! 🎲🐣
|
|
|
chungenhung
Legendary
Offline
Activity: 1134
Merit: 1005
|
|
May 17, 2011, 02:34:15 AM |
|
Got error on Step 22. lester@Comp005:~/pyopencl-0.92$ make -j3 ctags -R src || true /bin/sh: ctags: not found /usr/bin/python setup.py build running build running build_py running build_ext building '_cl' extension gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl.cpp -o build/temp.linux-x86_64-2.7/src/wrapper/wrap_cl.o In file included from src/wrapper/wrap_cl.cpp:1:0: 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 lester@Comp005:~/pyopencl-0.92$ What is wrong here?
|
|
|
|
ryepdx
|
|
May 17, 2011, 02:52:46 AM |
|
Wow, I feel like a n00b. I followed your guide to a T, but ATI Stream SDK 2.1 does not support the 6990. I changed that to SDK 2.3 and now everything's working fine. :-)
|
|
|
|
jasonk
|
|
May 17, 2011, 05:43:32 AM |
|
Why doesn't someone compile a custom Ubuntu Bitcoin Mining package with all steps (or most steps at least) already done? I'm sure many people would be happy, and tip the person that makes the package.
|
|
|
|
ryepdx
|
|
May 17, 2011, 05:29:15 PM |
|
Why doesn't someone compile a custom Ubuntu Bitcoin Mining package with all steps (or most steps at least) already done? I'm sure many people would be happy, and tip the person that makes the package. Tip away: http://bitcointalk.org/index.php?topic=7374.0
|
|
|
|
Inaba (OP)
Legendary
Offline
Activity: 1260
Merit: 1000
|
|
May 17, 2011, 06:09:04 PM |
|
Why doesn't someone compile a custom Ubuntu Bitcoin Mining package with all steps (or most steps at least) already done? I'm sure many people would be happy, and tip the person that makes the package. Tip away: http://bitcointalk.org/index.php?topic=7374.0There are so many things wrong with that distro as to be practically unusable. It's a good start but it's not anywhere near ready for "production." It actually takes longer and is harder to setup than a fresh manual Ubuntu install.
|
If you're searching these lines for a point, you've probably missed it. There was never anything there in the first place.
|
|
|
JorgePasada
Member
Offline
Activity: 61
Merit: 10
|
|
May 17, 2011, 06:44:51 PM |
|
Btw, instead of exporting your library path, it's probably better to add the config file for those paths to /etc/ld.so.conf.d, then they are applied globally to all accounts.
How does one do this?
|
|
|
|
JorgePasada
Member
Offline
Activity: 61
Merit: 10
|
|
May 17, 2011, 06:47:13 PM |
|
Just finished following this guide to the best of my ability, using SDK 2.4 instead of 2.3. I got this error upon trying to run polbcm.py bitcoin@bitcoin:~/poclbm$ ./poclbm.py Traceback (most recent call last): File "./poclbm.py", line 27, in <module> platforms = cl.get_platforms() pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code
Any help?
|
|
|
|
dpc
Newbie
Offline
Activity: 12
Merit: 0
|
|
May 18, 2011, 07:48:14 PM |
|
After using SDK 2.3 instead of 2.1 everything works and I'm now a happy miner with ~155Mhash/s.
|
|
|
|
JorgePasada
Member
Offline
Activity: 61
Merit: 10
|
|
May 18, 2011, 08:11:33 PM |
|
I just got this working with SDK 2.4, haven't optimized or overclocked yet. Getting Modest #'s.
5970's are at 305 and 5850's are at 260-ish.
|
|
|
|
elrock
Newbie
Offline
Activity: 41
Merit: 0
|
|
May 18, 2011, 08:16:05 PM |
|
I just got this working with SDK 2.4, haven't optimized or overclocked yet. Getting Modest #'s.
5970's are at 305 and 5850's are at 260-ish.
How did you get SDK 2.4 to work? I am getting the same error message as you were and I haven't figured out how to fix it yet.
|
|
|
|
Inaba (OP)
Legendary
Offline
Activity: 1260
Merit: 1000
|
|
May 19, 2011, 01:45:22 AM |
|
I updated the guide to a more streamlined version the install. It's still based around v2.1... I don't really have any 6xxx cards to test out the 2.4 SDK.
|
If you're searching these lines for a point, you've probably missed it. There was never anything there in the first place.
|
|
|
csshih
Member
Offline
Activity: 96
Merit: 10
|
|
May 19, 2011, 04:08:39 AM Last edit: May 19, 2011, 04:20:17 AM by csshih |
|
9. screen -d -m -S stream wget http://download2-developer.amd.com/amd/Stream20GA/ati-stream-sdk-v2.1-lnx64.tgz9. sudo tar xvfz ati-stream-sdk-v2.1-lnx64.tgz -C /opt
whoops! I think I see a mistake. 9. screen -d -m -S stream wget http://download2-developer.amd.com/amd/Stream20GA/ati-stream-sdk-v2.1-lnx64.tgz 9a(or something). sudo tar xvfz ati-stream-sdk-v2.1-lnx64.tgz -C /opt
Is this what you mean? oh, you did it again here 28. chmod +x phoenix/phoenix.py poclbm/poclbm.py5. sudo aticonfig --initial -f --adapter=all
do this instead 28. chmod +x phoenix/phoenix.py poclbm/poclbm.py 28a. sudo aticonfig --initial -f --adapter=all
just making sure the noobs don't get confused. edit: oh wait you got it !
|
|
|
|
Inaba (OP)
Legendary
Offline
Activity: 1260
Merit: 1000
|
|
May 19, 2011, 04:17:10 AM |
|
Whoops, yeah it's fixed now! Thanks!
|
If you're searching these lines for a point, you've probably missed it. There was never anything there in the first place.
|
|
|
de4l
Member
Offline
Activity: 82
Merit: 10
|
|
May 19, 2011, 09:00:26 AM Last edit: May 19, 2011, 09:17:32 AM by de4l |
|
I'm getting hung up on step 25: make -j3 if someone could give me a hand I'd appreciate it, trying to make something that works better until/if linuxcoin gets fixed this is the error I get In file included from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13:0, from bpl-subset/bpl_subset/boost/python/slice.hpp:9, from src/wrapper/wrap_cl.hpp:41, from src/wrapper/wrap_cl.cpp:1: bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:75:24: fatal error: patchlevel.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 make: *** [all] Error 1 root@ubuntu:~/pyopencl-0.92#
ps. could this have anything to do with it? E: Unable to locate package libboost-all-dev
|
|
|
|
|