Bitcoin Forum

Bitcoin => Mining => Topic started by: yochdog on May 30, 2012, 11:16:11 PM



Title: Another 2 BTC bounty for CGminer and BFL singles!
Post by: yochdog on May 30, 2012, 11:16:11 PM
OK, I have 2 systems each that run 3x BFL singles.  I am trying to add a 4th, and I keep crashing CGminer. 

The .bat file that works is this:

C:\Users\user\Desktop\cgminer-2.4.1-win32\cgminer.exe -S COM3 -S COM4 -S COM5

when I add the new single, and add the port scan, it looks like this:

C:\Users\user\Desktop\cgminer-2.4.1-win32\cgminer.exe -S COM3 -S COM4 -S COM5 -S COM 6


When i try to use that second .bat file, CGminer crashes after scanning the ports. 

Any help that fixes this problem gets 2 BTC!!


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: Gladamas on May 30, 2012, 11:26:09 PM
OK, I have 2 systems each that run 3x BFL singles.  I am trying to add a 4th, and I keep crashing CGminer.  

The .bat file that works is this:

C:\Users\user\Desktop\cgminer-2.4.1-win32\cgminer.exe -S COM3 -S COM4 -S COM5

when I add the new single, and add the port scan, it looks like this:

C:\Users\user\Desktop\cgminer-2.4.1-win32\cgminer.exe -S COM3 -S COM4 -S COM5 -S COM 6


When i try to use that second .bat file, CGminer crashes after scanning the ports.  

Any help that fixes this problem gets 2 BTC!!

I believe it's not crashing, but rather closing the batch file because "-S COM 6" is not a valid argument. You might want to try "-S COM6" or running cmd.exe then pasting the command in.

I think it's trying to scan for COM, which you don't have a single plugged into.


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: yochdog on May 30, 2012, 11:32:42 PM
OK, I have 2 systems each that run 3x BFL singles.  I am trying to add a 4th, and I keep crashing CGminer.  

The .bat file that works is this:

C:\Users\user\Desktop\cgminer-2.4.1-win32\cgminer.exe -S COM3 -S COM4 -S COM5

when I add the new single, and add the port scan, it looks like this:

C:\Users\user\Desktop\cgminer-2.4.1-win32\cgminer.exe -S COM3 -S COM4 -S COM5 -S COM 6


When i try to use that second .bat file, CGminer crashes after scanning the ports.  

Any help that fixes this problem gets 2 BTC!!

I believe it's not crashing, but rather closing the batch file because "-S COM 6" is not a valid argument. You might want to try "-S COM6" or running cmd.exe then pasting the command in.

I think it's trying to scan for COM, which you don't have a single plugged into.


Typo......this is the actual .bat that is crashing:

C:\Users\user\Desktop\cgminer-2.4.1-win32\cgminer.exe -S COM3 -S COM4 -S COM5 -S COM6

nice catch though!  

CGminer is launching fine, scans the 4 ports, then the pop-up that says "CGminer has stopped working"  


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: BinaryMage on May 30, 2012, 11:57:58 PM
Code:
C:\Users\user\Desktop\cgminer-2.4.1-win32\cgminer.exe -S COM3 -S COM4 -S COM6

If that works, CGminer just crashes with 4 -S arguments for whatever reason. If it fails, you've got a bad single, a bad cable, or the wrong COM port.


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: rjk on May 31, 2012, 12:02:49 AM
The "has stopped working" message indicates that something has been written to the Windows Event Viewer log, look there for any additional clues.


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: yochdog on May 31, 2012, 12:34:45 AM
Code:
C:\Users\user\Desktop\cgminer-2.4.1-win32\cgminer.exe -S COM3 -S COM4 -S COM6

If that works, CGminer just crashes with 4 -S arguments for whatever reason. If it fails, you've got a bad single, a bad cable, or the wrong COM port.

That DOES work.  I know others are using more than 3 singles.....someone must know. 


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: Cablez on May 31, 2012, 12:39:18 AM
I think I have it.  Open up cmd prompt and make the window larger in options, try 85W 50H.  Close that out and try your batch file again, It should work now that everything fits on the screen. :D


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: rjk on May 31, 2012, 12:40:28 AM
I think I have it.  Open up cmd prompt and make the window larger in options, try 85W 50H.  Close that out and try your batch file again, It should work now that everything fits on the screen. :D
Crashing due to screen size? wat


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: Cablez on May 31, 2012, 12:40:57 AM
Give it a try. ;)


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: yochdog on May 31, 2012, 01:24:55 AM
I think I have it.  Open up cmd prompt and make the window larger in options, try 85W 50H.  Close that out and try your batch file again, It should work now that everything fits on the screen. :D

So ya....no fucking way that worked, right?  Wrong......that worked perfectly.

Seriously....WTF??!

Address for bounty, and it is yours baby.  I learn the wierdest shit on a daily basis around here......


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: nimda on May 31, 2012, 01:32:13 AM
Screen-size crash... what the hell... oh. I understand. This is Windows. When the application tries to write to a nonexistent location on the screen, it probably gets or passes a bad pointer then crashes, or the dll function which was called has poor error handling and crashes. Not so weird after all


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: BinaryMage on May 31, 2012, 01:36:18 AM
I think I have it.  Open up cmd prompt and make the window larger in options, try 85W 50H.  Close that out and try your batch file again, It should work now that everything fits on the screen. :D

So ya....no fucking way that worked, right?  Wrong......that worked perfectly.

Seriously....WTF??!

Address for bounty, and it is yours baby.  I learn the wierdest shit on a daily basis around here......

LOL. Ahh, Windows...


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: TheHarbinger on May 31, 2012, 01:41:56 AM
I think I have it.  Open up cmd prompt and make the window larger in options, try 85W 50H.  Close that out and try your batch file again, It should work now that everything fits on the screen. :D

So ya....no fucking way that worked, right?  Wrong......that worked perfectly.

Seriously....WTF??!

Address for bounty, and it is yours baby.  I learn the wierdest shit on a daily basis around here......

LOL. Ahh, Windows...

People still mine on that shit?


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: yochdog on May 31, 2012, 01:42:24 AM
I think I have it.  Open up cmd prompt and make the window larger in options, try 85W 50H.  Close that out and try your batch file again, It should work now that everything fits on the screen. :D

So ya....no fucking way that worked, right?  Wrong......that worked perfectly.

Seriously....WTF??!

Address for bounty, and it is yours baby.  I learn the wierdest shit on a daily basis around here......

LOL. Ahh, Windows...

People still mine on that shit?

Don't be making fun of us relics......


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: BinaryMage on May 31, 2012, 01:43:39 AM
I think I have it.  Open up cmd prompt and make the window larger in options, try 85W 50H.  Close that out and try your batch file again, It should work now that everything fits on the screen. :D

So ya....no fucking way that worked, right?  Wrong......that worked perfectly.

Seriously....WTF??!

Address for bounty, and it is yours baby.  I learn the wierdest shit on a daily basis around here......

LOL. Ahh, Windows...

People still mine on that shit?

Don't be making fun of us relics......

Erm, Unix is far, far older than Windows.


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: BinaryMage on May 31, 2012, 01:45:57 AM
-s com 6 is the issue and no I am not reading the whole thread.

1. That was a typo.
2. That was already mentioned.
3. The issue is already fixed.


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: Cablez on May 31, 2012, 02:13:33 AM
Freebie.  The only reason I knew is I had to find out the same thing like two days ago. ;D


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: yochdog on May 31, 2012, 02:43:09 AM
Freebie.  The only reason I knew is I had to find out the same thing like two days ago. ;D

That is wild......how on earth did you figure it out?

thanks man, much appreciated. 


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: BinaryMage on May 31, 2012, 02:49:09 AM
Freebie.  The only reason I knew is I had to find out the same thing like two days ago. ;D

That is wild......how on earth did you figure it out?

thanks man, much appreciated. 

It's Windows - the best troubleshooting strategy is trying random stuff until something works.


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: Raoul Duke on May 31, 2012, 02:58:07 AM
Freebie.  The only reason I knew is I had to find out the same thing like two days ago. ;D

That is wild......how on earth did you figure it out?

thanks man, much appreciated. 

It's Windows - the best troubleshooting strategy is trying random stuff until something works.

That's why trojans get installed so much on it also. lol


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: Cablez on May 31, 2012, 03:01:38 AM
Actually you wanna hear crazy,  I found it using the search function in the cgminer thread. True story.  ;D ;D


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: yochdog on May 31, 2012, 03:06:58 AM
Actually you wanna hear crazy,  I found it using the search function in the cgminer thread. True story.  ;D ;D

nice.  I tried some word strings......could not find anything.


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: BinaryMage on May 31, 2012, 03:27:40 AM
Freebie.  The only reason I knew is I had to find out the same thing like two days ago. ;D

That is wild......how on earth did you figure it out?

thanks man, much appreciated. 

It's Windows - the best troubleshooting strategy is trying random stuff until something works.

That's why trojans get installed so much on it also. lol

Windows is targeted by more hackers because it controls the highest market share, not because of any inherent security vulnerabilities. Careful of correlation/causality differentiation.


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: Raoul Duke on May 31, 2012, 03:34:05 AM
Freebie.  The only reason I knew is I had to find out the same thing like two days ago. ;D

That is wild......how on earth did you figure it out?

thanks man, much appreciated. 

It's Windows - the best troubleshooting strategy is trying random stuff until something works.

That's why trojans get installed so much on it also. lol

Windows is targeted by more hackers because it controls the highest market share, not because of any inherent security vulnerabilities. Careful of correlation/causality differentiation.

I didn't meant that it was insecure, I meant that people tend to try random stuff until something works, like you said.

"What's this popup window?"
"eh I'll just click OK and get done with it"

lol


Title: Re: Another 2 BTC bounty for CGminer and BFL singles!
Post by: BinaryMage on May 31, 2012, 03:35:21 AM
I didn't meant that it was insecure, I meant that people tend to try random stuff until something works, like you said.

"What's this popup window?"
"eh I'll just click OK and get done with it"

lol

Sorry, boring day, over-analyzing everything. My bad.