 |
February 05, 2012, 12:43:25 AM |
|
problems on 2 separate Ubuntu 10.04 boxes. one updated 2 weeks, ago one updated today
-poclbm breaks after stopping and restarting miners. -Problem occurs on all pools - miners that were not restarted are working fine so far
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)
|