Pages:
Author

Topic: python OpenCL bitcoin miner - page 15. (Read 1239035 times)

legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
May 04, 2011, 10:04:49 PM

Not really, without seeing/knowing your whole set-up. Does it boot up with all 4 GPU cards installed?

If it does and you are in linux did you look into the /etc/X11/xorg.conf to see if they all getting the drivers loaded ... etc, etc.

At a lower level

$lspci

will tell you what hardware is being recognised on the bus. Probably not a bug related to the miner s.ware so maybe somewhere else is better for this kind of system debugging.
member
Activity: 98
Merit: 10
Testing
May 04, 2011, 09:16:01 PM

Sounds like you need some technical advice and bitcoins. I'm sure if you put up a "Wanted To Buy" on the Market[lace you'll get urgent help if paying in BTC.
what? lol


I suppose i could since its costing not to get this working

the rig works fine with 3 GPUs

none of the GPU miners work when I install card #4...ideas?
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
May 04, 2011, 08:43:23 PM

Sounds like you need some technical advice and bitcoins. I'm sure if you put up a "Wanted To Buy" on the Market[lace you'll get urgent help if paying in BTC.
member
Activity: 98
Merit: 10
Testing
May 04, 2011, 07:45:38 PM
I have an urgent problem need help with

4x6870s installed into mobo, dummy plugged 3 of them so that I get 4 GPU recognized in win 7 64bit

if i launch poclbm or guiminer the programs close instantly.. same with batch scripting, nothing launches correctly

what do i need to provide to help fix this
hero member
Activity: 868
Merit: 1008
May 04, 2011, 03:50:13 PM
Teknohog, could you please try with Stream 2.1. I can't see why 'vectors' would give invalid results.

With SDK 2.1, the miner does not even compile with vectors Sad

Code:
/tmp/OCLQa31hL.cl(128): error: mixed vector-scalar operation not allowed
          unless up-convertable(scalar-type=>vector-element-type)
        sharound(E,F,G,H,A,B,C,D,R(36),0x650A7354);

But it gets stranger. After reinstalling 2.2, I am getting accepted results with vectors, using the latest version of poclbm. So this looks like an error in my system, and poclbm is fine Smiley

(Possible sources of error: overheated GPU, which is now cooler after the SDK changes; pyopencl, which is the only component I have to manually compile and install with every SDK change.)

I'm encountering this same issue (python 2.6.6 on Ubunu 10.10 with SDK 2.1 and the latest pyopencl (as of this writing)...I've tried uninstalling/reinstalling pyopencl...nothing seems to work.  Wondering if anyone else has had this problem and solved it.
member
Activity: 92
Merit: 10
May 04, 2011, 10:56:06 AM
When I put -f to 2000, my whole pc crashed. Wondering why?

Wanted to test how low I could get the gpu usage while idle. With -f 1000 I got 70%.
newbie
Activity: 1
Merit: 0
May 03, 2011, 05:53:13 AM
What ought to be the problem? when i run this script it says thatdevice could not bee found.  I use ati radeon HD 4850
legendary
Activity: 1284
Merit: 1001
May 02, 2011, 04:45:19 AM
I just got this error while it was mining:
02/05/2011 11:39:32, 0cfa6185, accepted
02/05/2011 11:39:48, warning: job finished, miner is idle
02/05/2011 11:39:49, Unexpected error:
Traceback (most recent call last):
  File "/home/user/poclbm/BitcoinMiner.py", line 172, in mine
    self.sendResult(self.resultQueue.get(False))
  File "/home/user/poclbm/BitcoinMiner.py", line 197, in sendResult
    d = result['work']['data']
TypeError: 'NoneType' object is unsubscriptable
02/05/2011 11:40:04, dacd0ae0, accepted
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
April 30, 2011, 08:10:37 PM

actually with the latest m0mchill release i'm back using it again  Undecided ... got some on phoenix also ... racing! ... the competition is great.

(hashkill looks like a bit of dark horse, but has a good pedigree on hash track course, so keep an eye on that one)
legendary
Activity: 1441
Merit: 1000
Live and enjoy experiments
April 30, 2011, 07:44:49 PM

m0mchill,

just sent you a donation for all the sterling work that your miner has done for me .... moved over to phoenix now but your efforts were appreciated.

cheers,

moa
+1, such a wonderful job. I have been using your miner for months now, sent some coins via youtipit to show my appreciation.
newbie
Activity: 43
Merit: 0
April 30, 2011, 07:40:33 PM
m0mchil, I've been using your miner for months now with no issues, but the latest version seems to be causing me an issue:

Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.pyo", line 525, in __bootstrap_inner
  File "threading.pyo", line 477, in run
  File "BitcoinMiner.pyo", line 272, in miningThread
  File "BitcoinMiner.pyo", line 373, in loadKernel
IOError: [Errno 13] Permission denied: '4cd591f539230b2adbff06c9d1a53ce6.elf'


Windows, 9800GTX+, using all the same flags I always have. Tried on two different pools just to make sure it wasn't a pool problem & both pools work fine with the version I was using before (3/11)

Any ideas? Smiley

I solved this myself, It was a permissions/folder attributes issue. I don't know exactly what the correct permissions are, but an xcopy /O /K of the previous version's folder; subsequently updated with the contents of the new version; works fine.
newbie
Activity: 43
Merit: 0
April 30, 2011, 06:42:24 PM
m0mchil, I've been using your miner for months now with no issues, but the latest version seems to be causing me an issue:

Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.pyo", line 525, in __bootstrap_inner
  File "threading.pyo", line 477, in run
  File "BitcoinMiner.pyo", line 272, in miningThread
  File "BitcoinMiner.pyo", line 373, in loadKernel
IOError: [Errno 13] Permission denied: '4cd591f539230b2adbff06c9d1a53ce6.elf'


Windows, 9800GTX+, using all the same flags I always have. Tried on two different pools just to make sure it wasn't a pool problem & both pools work fine with the version I was using before (3/11)

Any ideas? Smiley
member
Activity: 116
Merit: 10
April 30, 2011, 02:27:28 PM
Quote
Q: Does my video card / driver supports OpenCL?

AMD - 4xxx and up.

You mean HD-4xxx and up, do you?

https://secure.wikimedia.org/wikipedia/en/wiki/Radeon#Processor_generations
legendary
Activity: 1500
Merit: 1022
I advocate the Zeitgeist Movement & Venus Project.
April 30, 2011, 06:33:05 AM
I'm getting Long Poll Exceptions on BTCMine.com's pool.

Code:
30/04/2011 06:29:35, long poll exception:
Traceback (most recent call last):
  File "BitcoinMiner.pyo", line 259, in longPollThread
  File "BitcoinMiner.pyo", line 222, in request
  File "httplib.pyo", line 974, in getresponse
  File "httplib.pyo", line 391, in begin
  File "httplib.pyo", line 349, in _read_status
  File "socket.pyo", line 397, in readline
timeout: timed out
newbie
Activity: 1
Merit: 0
April 30, 2011, 04:59:58 AM
I know this is a tired subject, but I'm another victim of the "100% CPU" problem. Though everyone else seemed to have it with AMD cards, and I have an nVidia 9500 running on amd64 Linux.

Code:
./poclbm.py --host=<...> --port=8332 --user=<...> --pass=<...> --frames=76 --vectors --device=0 --platform=0

It is actually using the GPU since it goes up to 5.5 Mhps (my CPUs only go up to 2 Mhps on their own, also I was running minerd at the same time on those CPUs), but still uses a large chunk of my CPU (1 whole CPU), so it's not that I have somehow selected the CPU driver.

I've tried playing with some of the settings, turning off vectors only made it worse (it ate 1 CPU and a bit of another), changing the value of frames to 0 or 30 had no difference.
I have tried running it without minerd hogging the CPUs but that made no difference…


If I get this to work I'll be able to pull off over 13 Mhps (4×2Mhps + 5.5 Mhps - rounding), but if the script itself takes up a whole CPU the minerd's performance halves, so I get hardly 9-10 Mhps.


Oh, and hi!, BTW ;-)
legendary
Activity: 1500
Merit: 1022
I advocate the Zeitgeist Movement & Venus Project.
April 30, 2011, 02:39:25 AM
Holy crap, I haven't updated in a whole month!
full member
Activity: 336
Merit: 100
April 29, 2011, 08:21:49 PM
How can you tell what version you are running?

Also, how come in cmd, I'm getting about 320Mhash/s (I have 2 cores), but in deeptbit, the average is only 400Mhash/s.
member
Activity: 104
Merit: 10
April 29, 2011, 05:53:30 PM
@m0mchil Thank you for the recent update to your miner!  It added 30 Mh/s to my miner.  How sweet that is!
hero member
Activity: 588
Merit: 500
April 29, 2011, 12:47:25 PM
After updating to 20110428 I have the following error (Fedora 15 x86_64; Python 2.7.1). Previous version ran fine.

EDIT: Nevermind, I just git cloned the repo instead of downloading stuff manually as this outdated guide suggests (maybe it should be updated). Everything is working.
sr. member
Activity: 302
Merit: 250
April 29, 2011, 12:31:32 PM
I can confirm I'm getting greatly increased speeds.
On my XFX 5870's I went from ~330MHash to ~365MHash, each card, with no noticeable increase in temperature.
Pages:
Jump to: