Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POCLBM fails on 7970 #54

Closed
marcus905 opened this issue Nov 26, 2012 · 13 comments
Closed

POCLBM fails on 7970 #54

marcus905 opened this issue Nov 26, 2012 · 13 comments

Comments

@marcus905
Copy link

This is the log:

2012-11-26 14:22:25: Listener for "GPU0" started
2012-11-26 14:22:25: Listener for "GPU0": 26/11/2012 14:22:25, ADL_Adapter_Active_Get failed, cutoff temperature disabled for 0:0:Tahiti
2012-11-26 14:22:25: Listener for "GPU0": Traceback (most recent call last):
2012-11-26 14:22:25: Listener for "GPU0": File "poclbm.py", line 78, in
2012-11-26 14:22:25: Listener for "GPU0": File "OpenCLMiner.pyo", line 100, in initialize
2012-11-26 14:22:25: Listener for "GPU0": File "OpenCLMiner.pyo", line 129, in init
2012-11-26 14:22:25: Listener for "GPU0": TypeError: 'NoneType' object has no attribute 'getitem'
2012-11-26 14:22:31: Listener for "GPU0" shutting down

@colindean
Copy link

I'm seeing this on my Radeon HD 6850 on Windows 7 x64.

2012-11-27 19:57:31: Running command: poclbm.exe user:password@api2.bitcoin.cz:8332 --device=0 --platform=0 --verbose -r1 -v 2 -w 128 -f 30
2012-11-27 19:57:31: Listener for "6850" started
2012-11-27 19:57:31: Listener for "6850": 27/11/2012 19:57:31,  need more than 1 value to unpack
2012-11-27 19:57:32: Listener for "6850": 27/11/2012 19:57:32, ADL_Adapter_Active_Get failed, cutoff temperature disabled for 0:0:Barts
2012-11-27 19:57:32: Listener for "6850": Traceback (most recent call last):
2012-11-27 19:57:32: Listener for "6850": File "Switch.pyo", line 45, in __init__
2012-11-27 19:57:32: Listener for "6850": File "Switch.pyo", line 59, in parse_server
2012-11-27 19:57:32: Listener for "6850": ValueError: need more than 1 value to unpack
2012-11-27 19:57:32: Listener for "6850": Traceback (most recent call last):
2012-11-27 19:57:32: Listener for "6850": File "poclbm.py", line 78, in <module>
2012-11-27 19:57:32: Listener for "6850": File "OpenCLMiner.pyo", line 100, in initialize
2012-11-27 19:57:32: Listener for "6850": File "OpenCLMiner.pyo", line 129, in __init__
2012-11-27 19:57:32: Listener for "6850": TypeError: 'NoneType' object has no attribute '__getitem__'

I've tried re-creating the profiles, running poclbm by itself at the command line, etc. Can't get it to work :-(

Here's a link to the discussion on the forum post. I can't post there myself yet because of the newbie requirements.

@colindean
Copy link

So there are two errors in my log above: one is an incorrect parsing of the options. Apparently, the -v 2 option is no longer valid. It's just -v. That takes care of the first error.

@colindean
Copy link

Looks like the culprit may be a lookup that doesn't exist.

https://github.com/m0mchil/poclbm/blob/master/OpenCLMiner.py#L129

I filed the issue upstream, too. Ironically, it's m0mchil#54.

@colindean
Copy link

@m0mchil fixed it in m0mchil#54.

@Kiv
Copy link
Owner

Kiv commented Nov 28, 2012

Ok, thanks. I'll put out a new release with the fix included when I get a chance. Thanks for the report.

@Kiv Kiv closed this as completed Nov 28, 2012
@colindean
Copy link

Thanks for the attention and quick resolution!

@colindean
Copy link

Any chance of that release coming soon? @slush0 started paying tx fees, but only to Stratum miners, and I'd of course like to benefit from that ;-)

@Kiv
Copy link
Owner

Kiv commented Dec 3, 2012

New release is uploading now, just for you :)

@colindean
Copy link

❤️

@colindean
Copy link

Pleased to report that it is working. Thanks!

@Knoech
Copy link

Knoech commented Dec 17, 2012

Hello Kiv,

first I well tell you you make a very good job...
I have a question for the guiminer...
can you make an option that the miner can connct trough a Proxy???

I have wahn to connet with clients (win XP) to a pool but i must connet with a proxy at work...
Thx an please give me a feedback...is that a parameter i must write in a config dat?

@colindean
Copy link

@Knoech you should probably file a separate issue for that question/feature request.

@Knoech
Copy link

Knoech commented Dec 18, 2012

i make a new post...for file a separate issue...thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants