Pages:
Author

Topic: python OpenCL bitcoin miner - page 4. (Read 1238952 times)

sr. member
Activity: 415
Merit: 250
Money is the root of all evil.
February 05, 2012, 03:28:42 PM
The problem is triggered by a feature in poclbm I suspect most of the users don't care at all - detecting if a real block is found if mining against a pool. The feature was introduced back in July 2011 and was fixed twice even before being released. Apparently, the fix was not good enough and with the last difficulty adjustment the problem showed up again.

I sincerely hope it is really fixed now. Latest github should be OK. I plan a windows binary release for today.

Thanks man, your effort is appreciated..
newbie
Activity: 21
Merit: 0
February 05, 2012, 02:39:11 PM
Is windows binary going to be released?
BTW, thanks for the help and support!!
newbie
Activity: 56
Merit: 0
February 05, 2012, 10:43:05 AM
Watching
sr. member
Activity: 454
Merit: 250
February 05, 2012, 08:46:46 AM
ahhh- been up all night dealing with this and hunting down a bad case fan, didn't catch that a windows fix hasn't been released just yet
legendary
Activity: 1855
Merit: 1016
February 05, 2012, 08:34:19 AM
The problem is triggered by a feature in poclbm I suspect most of the users don't care at all - detecting if a real block is found if mining against a pool. The feature was introduced back in July 2011 and was fixed twice even before being released. Apparently, the fix was not good enough and with the last difficulty adjustment the problem showed up again.

I sincerely hope it is really fixed now. Latest github should be OK. I plan a windows binary release for today.

Can a pro show us noobs how to implement the fix? I'd be happy to throw a coin or two someones way for a quick tutorial on getting it back working correctly.

You can see in BOLD, pull from git if you are Linux user, wait if you are windows user for binary release.
sr. member
Activity: 454
Merit: 250
February 05, 2012, 08:19:12 AM
The problem is triggered by a feature in poclbm I suspect most of the users don't care at all - detecting if a real block is found if mining against a pool. The feature was introduced back in July 2011 and was fixed twice even before being released. Apparently, the fix was not good enough and with the last difficulty adjustment the problem showed up again.

I sincerely hope it is really fixed now. Latest github should be OK. I plan a windows binary release for today.

Can a pro show us noobs how to implement the fix? I'd be happy to throw a coin or two someones way for a quick tutorial on getting it back working correctly.
full member
Activity: 171
Merit: 127
February 05, 2012, 07:37:55 AM
The problem is triggered by a feature in poclbm I suspect most of the users don't care at all - detecting if a real block is found if mining against a pool. The feature was introduced back in July 2011 and was fixed twice even before being released. Apparently, the fix was not good enough and with the last difficulty adjustment the problem showed up again.

I sincerely hope it is really fixed now. Latest github should be OK. I plan a windows binary release for today.
hero member
Activity: 681
Merit: 500
sr. member
Activity: 403
Merit: 250
newbie
Activity: 35
Merit: 0
February 04, 2012, 08:47:26 PM
February 4 2012

poclbm throws errors after restart Ubuntu 10.04
problems also reported w/ guiminer on windows 7


one month old poclbm error message

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 505, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/xxxx/poclbm/HttpTransport.py", line 164, in long_poll_thread
    self.queue_work(result['result'])
  File "/home/xxxx/poclbm/Transport.py", line 117, in queue_work
    self.process(work)
  File "/home/xxxx/poclbm/Transport.py", line 76, in process
    self.set_difficulty(work.difficulty)
  File "/home/xxxx/poclbm/Transport.py", line 71, in set_difficulty
    self.true_target = np.array(unpack('IIIIIIII', true_target.decode('hex')), dtype=np.uint32)
error: unpack requires a string argument of length 32



most recent poclbm

Traceback (most recent call last):
  File "/home/xxxx/poclbm/HttpTransport.py", line 51, in loop_internal
    rv = self.send(result)
  File "/home/xxxx/poclbm/Transport.py", line 115, in send
    is_block = belowOrEquals(h[:7], self.true_target[:7])
TypeError: 'NoneType' object is not subscriptable



phoenix miner works correctly (run w/ phatk2)
sr. member
Activity: 252
Merit: 250
November 05, 2011, 05:45:37 AM
Is the exe still up to date and includes the latest kernel? Is 100% CPU usage problem still there?
hero member
Activity: 518
Merit: 500
September 11, 2011, 08:38:14 AM
hmm, there seems to be a bug in poclbm,

yesterday, me and some others experienced trouble mining with it. We were mining the solidcoin chain, and the problem seems to be difficulty-related(as soon as diff changed, things went back to normal). However, everytime the miner found a share, instead of submitting it, it put out a python stacktrace like this:

Quote
10/09/2011 16:38:06, Setting server (antares @ go.mine-for.us:16101)           
go.mine-for.us:16101 10/09/2011 16:38:07, Unexpected error:                     
Traceback (most recent call last):
  File "/home/jo/m0mchil-poclbm-076f85c/HttpTransport.py", line 45, in loop
    self.queue_work(work)
  File "/home/jo/m0mchil-poclbm-076f85c/Transport.py", line 117, in queue_work
    self.process(work)
  File "/home/jo/m0mchil-poclbm-076f85c/Transport.py", line 76, in process
    self.set_difficulty(work.difficulty)
  File "/home/jo/m0mchil-poclbm-076f85c/Transport.py", line 71, in set_difficulty
    self.true_target = np.array(unpack('IIIIIIII', true_target.decode('hex')), dtype=np.uint32)
error: unpack requires a string argument of length 32
go.mine-for.us:16101 10/09/2011 16:38:08, LP connected to go.mine-for.us:16101 
go.mine-for.us:16101 10/09/2011 16:38:12, Unexpected error:                     
Traceback (most recent call last):
  File "/home/jo/m0mchil-poclbm-076f85c/HttpTransport.py", line 50, in loop
    rv = self.send(result)
  File "/home/jo/m0mchil-poclbm-076f85c/Transport.py", line 88, in send
    is_block = belowOrEquals(h[:7], self.true_target[:7])
TypeError: 'NoneType' object is not subscriptable
go.mine-for.us:16101 10/09/2011 16:38:26, Unexpected error:                     
Traceback (most recent call last):
  File "/home/jo/m0mchil-poclbm-076f85c/HttpTransport.py", line 50, in loop
    rv = self.send(result)
  File "/home/jo/m0mchil-poclbm-076f85c/Transport.py", line 88, in send
    is_block = belowOrEquals(h[:7], self.true_target[:7])
TypeError: 'NoneType' object is not subscriptable
go.mine-for.us:16101 [204.392 MH/s (~0 MH/s)] [Rej: 0/0 (0.00%)]^C             
bye
sr. member
Activity: 476
Merit: 250
Power to the people!
August 26, 2011, 12:53:27 PM
Im trying to recompile python and learn how to do some stuff and i keep getting this error .


Traceback (most recent call last):
  File "poclbm.py", line 48, in
    miner = BitcoinMiner(devices[options.device], options, VERSION, HttpTranspor
t.HttpTransport)
NameError: name 'devices' is not defined
sr. member
Activity: 476
Merit: 250
Power to the people!
August 21, 2011, 05:46:53 PM
Any one know any tweaks to keep pocbm from freezing up my pc when im using it i can mine for days if i dont use my pc but at random if im using my pc it will just lock up.  I know im running some high clocks on my gpus but its wierd only happens when i try to play a video or open a web browser sometimes im using a 5870@1100/600mhz and a 5970@940/500mhz.
newbie
Activity: 25
Merit: 0
August 20, 2011, 11:22:07 AM
Would you mind updating the windows executable please  Grin
hero member
Activity: 792
Merit: 1000
Bite me
August 11, 2011, 07:50:41 AM
^ I ment that is how you add a backup server
the blank lines are just the scroller - you cannot get rid of them ATM,
member
Activity: 246
Merit: 10
August 11, 2011, 07:31:26 AM
No, empty fields still there
hero member
Activity: 792
Merit: 1000
Bite me
August 11, 2011, 06:20:41 AM
poclbm.exe -d0 -v -w128 lolo.1:[email protected]:8344 lolo:[email protected]:8332
may help
member
Activity: 246
Merit: 10
August 11, 2011, 05:10:17 AM
Thanks!
+0.1 BTC for help))
Its working... but something wrong

Can I use onlu GPU? 1 kernel on my athlon is using by 100%...
And second question - what is the best settings for my 5870 with using the backup deepbit server?
legendary
Activity: 1148
Merit: 1001
Radix-The Decentralized Finance Protocol
August 11, 2011, 02:49:41 AM
Help me please.
I'm download the latest version, but it's dont work with old configures...
start poclbm.exe --host=arsbitcoin.com --port=8344 --user=lolo.1 --pass=lolopass --device=0 -v 99 -f 7
I use win7 32bit
What's wrong?

Try:

Code:
poclbm.exe http://lolo.1:[email protected]:8344 --device=0 -v 99 -f 7

The instructions are here: https://github.com/m0mchil/poclbm (scroll down to the end). You can now add a backup pool.
Pages:
Jump to: