Pages:
Author

Topic: python OpenCL bitcoin miner - page 3. (Read 1238802 times)

legendary
Activity: 1750
Merit: 1007
September 19, 2012, 12:47:46 AM
Any ideas if I'm doing something wrong, if something is wrong with the new poclbm or something with the stratum pool?

I was able to connect to BTC Guild with the standard protocol and port and it does work.  So the problem seems to lie somewhere in the stratum implementation.
Thanks,
Sam

Make sure when connecting to BTC Guild's stratum server, you use stratum:// as the prefix, not http://
legendary
Activity: 3578
Merit: 1090
Think for yourself
September 18, 2012, 10:34:04 PM
I don't know Jack Didly Squat about poclbm.  But since it now has native stratum support I thought I'd give it a whirl.

Here are the messages I get when I try it.

Code:
stratum.btcguild.com:9332 18/09/2012 20:39:42, IO errors - 2, tolerance 2

stratum.btcguild.com:9332 18/09/2012 20:39:42, [Errno 9] Bad file descriptor

stratum.btcguild.com:9332 18/09/2012 20:39:45, IO errors - 3, tolerance 2

stratum.btcguild.com:9332 18/09/2012 20:39:45, No more backup pools left. Using
primary and starting over.

stratum.btcguild.com:9332 18/09/2012 20:39:45, Setting server (os2sam_CGMiner @
stratum.btcguild.com:9332)

stratum.btcguild.com:9332 [262.457 MH/s (~0 MH/s)] [Rej: 0/0 (0.00%)]

Any ideas if I'm doing something wrong, if something is wrong with the new poclbm or something with the stratum pool?

I was able to connect to BTC Guild with the standard protocol and port and it does work.  So the problem seems to lie somewhere in the stratum implementation.
Thanks,
Sam
full member
Activity: 171
Merit: 127
September 18, 2012, 12:25:18 PM
A new version is up with support for Stratum. See https://bitcointalksearch.org/topic/ann-stratum-mining-protocol-asic-ready-108533


I am also planning multi-miner support (GPU) as well as FPGA support.
full member
Activity: 208
Merit: 106
August 19, 2012, 07:56:22 PM
Hi guys.
When using poclbm through guiminer and viewing a video stream sometimes my computer crashes with a reference by pointer exception BSOD.
Is this a known issue? I can provide the crash logs if it would help...

thanks.
full member
Activity: 193
Merit: 100
July 24, 2012, 12:01:19 PM
Hello, I am pogi23, and I have a problem...

Recently, I reinstalled SDK 2.1 (I use a Radeon 6770) on a WIN7-64 machine and now I seem to not be submitting any shares.  I use poclbm -v -w128  (ver.20110709) and I've double-checked my workers and my passwords.  I even tried switching from a PPS to a DGM worker and it just sits there.  I can see it crank out 205MH, the fan is going crazy but it just won't submit a share.

Any ideas would be greatly appreciated.  Thank you.

Go back to catalyst 12.1. SDK 2.1 doesnt work anymore for 12.6.
member
Activity: 266
Merit: 10
July 03, 2012, 01:16:11 PM
Hello, I am pogi23, and I have a problem...

Recently, I reinstalled SDK 2.1 (I use a Radeon 6770) on a WIN7-64 machine and now I seem to not be submitting any shares.  I use poclbm -v -w128  (ver.20110709) and I've double-checked my workers and my passwords.  I even tried switching from a PPS to a DGM worker and it just sits there.  I can see it crank out 205MH, the fan is going crazy but it just won't submit a share.

Any ideas would be greatly appreciated.  Thank you.
legendary
Activity: 1344
Merit: 1004
February 18, 2012, 08:38:14 AM
Sad ... it's look like extremely difficult to integrate this fix into guiminer ....

Extremely difficult for someone who has no clue how to read, understand, and build source.

Piece of cake for someone who does, like Kiv (who wrote guiminer), but he abandoned everyone.
member
Activity: 103
Merit: 10
February 18, 2012, 05:38:40 AM
Sad ... it's look like extremely difficult to integrate this fix into guiminer ....
newbie
Activity: 22
Merit: 0
February 11, 2012, 01:49:14 AM
sudo git pull fixed the problem for me.
newbie
Activity: 11
Merit: 0
February 08, 2012, 11:39:44 PM
I get the following errors in my logfile with the latest version (I use Windows XP):

Code:
Traceback (most recent call last):
  File "guiminer.py", line 14, in
ImportError: No module named wx
Traceback (most recent call last):
  File "guiminer.py", line 14, in
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 example in it:

start /D"c:\poclbm_py2exe_20120205" poclbm.exe  MartyChubbs:[email protected]:15098 -d0 -v -w128
start /D"c:\poclbm_py2exe_20120205" poclbm.exe  MartyChubbs:[email protected]:15098 -d1 -v -w128
start /D"c:\poclbm_py2exe_20120205" poclbm.exe  MartyChubbs:[email protected]:15098 -d2 -v -w128

and save it as "mine.bat" not mine.bat.txt

double click mine.bat to start mining

thanks, this worked.
newbie
Activity: 11
Merit: 0
February 08, 2012, 09:15:13 PM
I get the following errors in my logfile with the latest version (I use Windows XP):

Code:
Traceback (most recent call last):
  File "guiminer.py", line 14, in
ImportError: No module named wx
Traceback (most recent call last):
  File "guiminer.py", line 14, in
ImportError: No module named wx

tried the same got the same.

guess i'll try what Mageant said.
hero member
Activity: 742
Merit: 503
February 08, 2012, 03:57:43 PM
I get the following errors in my logfile with the latest version (I use Windows XP):

Code:
Traceback (most recent call last):
  File "guiminer.py", line 14, in
ImportError: No module named wx
Traceback (most recent call last):
  File "guiminer.py", line 14, in
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:[email protected]:15098 -d0 -v -w128
start "GPU2" /AFFINITY 1 /D"c:\poclbm_py2exe_20120205" poclbm.exe  MartyChubbs:[email protected]:15098 -d1 -v -w128
start "GPU3" /AFFINITY 1 /D"c:\poclbm_py2exe_20120205" poclbm.exe  MartyChubbs:[email protected]:15098 -d2 -v -w128

and save it as "mine.bat" not mine.bat.txt

double click mine.bat to start mining
legendary
Activity: 1145
Merit: 1001
February 08, 2012, 02:04:21 PM
I get the following errors in my logfile with the latest version (I use Windows XP):

Code:
Traceback (most recent call last):
  File "guiminer.py", line 14, in
ImportError: No module named wx
Traceback (most recent call last):
  File "guiminer.py", line 14, in
ImportError: No module named wx
legendary
Activity: 2030
Merit: 1000
My money; Our Bitcoin.
February 08, 2012, 12: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. 
hero member
Activity: 714
Merit: 500
February 08, 2012, 10:07:44 AM
python miner...interesting.
full member
Activity: 171
Merit: 127
February 08, 2012, 10:06:18 AM
New windows binary (2012_02_05) is out.

Changes:

-- support for proxy servers including socks5 (hint: tor)
-- fixed bug in calculation of true target
hero member
Activity: 886
Merit: 500
February 07, 2012, 04: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?
member
Activity: 95
Merit: 10
February 06, 2012, 07:22:41 PM
Where does one get the windows binary once it has been released since the one I have now came with guiminer
member
Activity: 80
Merit: 10
February 06, 2012, 07: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.
hero member
Activity: 886
Merit: 500
February 05, 2012, 11:35:37 PM
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?
Pages:
Jump to: