Patrick||Rodgers
Newbie
Offline
Activity: 35
Merit: 0
|
|
February 05, 2012, 12:47:26 AM |
|
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)
|
|
|
|
Jine
|
|
February 05, 2012, 01:46:06 AM |
|
|
Previous founder of Bit LC Inc. | I've always loved the idea of bitcoin.
|
|
|
Keefe
|
|
February 05, 2012, 11:16:11 AM |
|
|
|
|
|
m0mchil (OP)
|
|
February 05, 2012, 11: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.
|
|
|
|
Sannyasi
|
|
February 05, 2012, 12:19:12 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.
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.
|
|
|
|
dishwara
Legendary
Offline
Activity: 1855
Merit: 1016
|
|
February 05, 2012, 12:34:19 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.
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.
|
|
|
|
Sannyasi
|
|
February 05, 2012, 12:46:46 PM |
|
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
|
|
|
|
A1BITCOINPOOL
Newbie
Offline
Activity: 56
Merit: 0
|
|
February 05, 2012, 02:43:05 PM |
|
Watching
|
|
|
|
mmbregman
Newbie
Offline
Activity: 21
Merit: 0
|
|
February 05, 2012, 06:39:11 PM |
|
Is windows binary going to be released? BTW, thanks for the help and support!!
|
|
|
|
kpriess
Sr. Member
Offline
Activity: 415
Merit: 250
Money is the root of all evil.
|
|
February 05, 2012, 07:28:42 PM Last edit: February 05, 2012, 11:12:15 PM by kpriess |
|
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..
|
|
|
|
ensign_lee
|
|
February 06, 2012, 03:35:37 AM |
|
How will Windows users get the update if we're using GUIminer? Do you we have to re-download it? Or will it automaticlaly push after we restart either the computer or the miner?
|
|
|
|
thatonegirlt
Member
Offline
Activity: 80
Merit: 10
|
|
February 06, 2012, 11:02:25 AM |
|
You'll definitely have to redownload whatever file was modified. I see no reason why any other way would make any sense.
|
Heard of TripleMining? Join my minipool at thatonegirlt.triplemining.com/register
If you feel in a donating mood, fyi: BTC: 1Aojiin3eXgDoEmSKkCaec1kh678Q96BmH NMC: N16kRfVy43shrE1jnrFP7hzwfFcvb9UHrM LTC: LMk3hTQVNZdKsKYEf1VViVYepgm8F5GVnj
|
|
|
Idzy
Member
Offline
Activity: 95
Merit: 10
|
|
February 06, 2012, 11:22:41 PM |
|
Where does one get the windows binary once it has been released since the one I have now came with guiminer
|
|
|
|
ensign_lee
|
|
February 07, 2012, 08:51:51 PM |
|
Windows fix out yet? And for those of us with GUIminer, do we have to request an update to GUIminer? Or can we simply install the latest of polcbm?
|
|
|
|
m0mchil (OP)
|
|
February 08, 2012, 02:06:18 PM |
|
New windows binary (2012_02_05) is out.
Changes:
-- support for proxy servers including socks5 (hint: tor) -- fixed bug in calculation of true target
|
|
|
|
finway
|
|
February 08, 2012, 02:07:44 PM |
|
python miner...interesting.
|
|
|
|
Portnoy
Legendary
Offline
Activity: 2030
Merit: 1000
My money; Our Bitcoin.
|
|
February 08, 2012, 04:53:44 PM |
|
New windows binary (2012_02_05) is out.
Changes:
-- support for proxy servers including socks5 (hint: tor) -- fixed bug in calculation of true target
Anyone know how that can be used to fix the GUIMiner? Just copying the files from poclbm_py2exe_20120205.7z into the guiminer directory doesn't work.
|
|
|
|
Mageant
Legendary
Offline
Activity: 1147
Merit: 1001
|
|
February 08, 2012, 06:04:21 PM |
|
I get the following errors in my logfile with the latest version (I use Windows XP): Traceback (most recent call last): File "guiminer.py", line 14, in <module> ImportError: No module named wx Traceback (most recent call last): File "guiminer.py", line 14, in <module> ImportError: No module named wx
|
cjgames.com
|
|
|
martychubbs
|
|
February 08, 2012, 07:57:43 PM Last edit: February 12, 2012, 08:17:51 PM by martychubbs |
|
I get the following errors in my logfile with the latest version (I use Windows XP): Traceback (most recent call last): File "guiminer.py", line 14, in <module> ImportError: No module named wx Traceback (most recent call last): File "guiminer.py", line 14, in <module> ImportError: No module named wx I don't think you can copy the contents of poclbm_py2exe_20120205 to guiminer... Try this: extract poclbm_py2exe_20120205.7z using 7zip to c:\poclbm_py2exe_20120205\ then create a text file in c:\poclbm_py2exe_20120205\ paste this updated example in it: start "GPU1" /AFFINITY 1 /D"c:\poclbm_py2exe_20120205" poclbm.exe MartyChubbs:password@mmpool.bitparking.com:15098 -d0 -v -w128 start "GPU2" /AFFINITY 1 /D"c:\poclbm_py2exe_20120205" poclbm.exe MartyChubbs:password@mmpool.bitparking.com:15098 -d1 -v -w128 start "GPU3" /AFFINITY 1 /D"c:\poclbm_py2exe_20120205" poclbm.exe MartyChubbs:password@mmpool.bitparking.com:15098 -d2 -v -w128 and save it as "mine.bat" not mine.bat.txt double click mine.bat to start mining
|
|
|
|
zozpuff
Newbie
Offline
Activity: 11
Merit: 0
|
|
February 09, 2012, 01:15:13 AM |
|
I get the following errors in my logfile with the latest version (I use Windows XP): Traceback (most recent call last): File "guiminer.py", line 14, in <module> ImportError: No module named wx Traceback (most recent call last): File "guiminer.py", line 14, in <module> ImportError: No module named wx tried the same got the same. guess i'll try what Mageant said.
|
|
|
|
|