Bitcoin Forum
April 26, 2024, 08:07:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Need help with cgminer, bfl and scan-serial  (Read 4662 times)
bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 06:28:22 AM
 #1

I still can't figure this out. windows 2008 r2 x64, cgminer 2.4.2

I'm using a config file, I have 4 bfls

Using "scan-serial" : "\\\\.\\COM4",
finds only 1 bfl Sad

1714162044
Hero Member
*
Offline Offline

Posts: 1714162044

View Profile Personal Message (Offline)

Ignore
1714162044
Reply with quote  #2

1714162044
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714162044
Hero Member
*
Offline Offline

Posts: 1714162044

View Profile Personal Message (Offline)

Ignore
1714162044
Reply with quote  #2

1714162044
Report to moderator
1714162044
Hero Member
*
Offline Offline

Posts: 1714162044

View Profile Personal Message (Offline)

Ignore
1714162044
Reply with quote  #2

1714162044
Report to moderator
1714162044
Hero Member
*
Offline Offline

Posts: 1714162044

View Profile Personal Message (Offline)

Ignore
1714162044
Reply with quote  #2

1714162044
Report to moderator
bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 06:55:25 AM
 #2

this does not work either
"scan-serial" : [ "bfl:COM3", "bfl:COM4", "bfl:COM5", "bfl:COM6" ],

Phraust
Full Member
***
Offline Offline

Activity: 206
Merit: 100


Mostly Harmless...


View Profile WWW
June 12, 2012, 06:57:28 AM
 #3

Instead of scanning, why not just put in their ports? (e.g. using the -S switch when you start cgminer)

try looking in device manager to see where they are.
bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 06:58:14 AM
 #4

yes please i will do that, but HOW?

bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 06:58:44 AM
 #5

"scan-serial" : "COM3, COM4", etc does not work

Phraust
Full Member
***
Offline Offline

Activity: 206
Merit: 100


Mostly Harmless...


View Profile WWW
June 12, 2012, 07:05:02 AM
 #6

That is interesting, I didn't know you could use scan-serial in the config file.  I just tried using it as well, and it's only noticing one of the BFLs too.
bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 07:06:28 AM
 #7

oh could be a config file bug
how do i do it in the command line? i will try that

Phraust
Full Member
***
Offline Offline

Activity: 206
Merit: 100


Mostly Harmless...


View Profile WWW
June 12, 2012, 07:09:24 AM
 #8

In the past, to get all of mine to work, I use a startup script (.bat file for you) with my command line options like this:

cgminer -S /dev/cu.usbserial-001013FA -S /dev/cu.usbserial-002013FA -S /dev/cu.usbserial-003013FA -S /dev/cu.usbserial-004013FA -S /dev/cu.usbserial-005013FA -S /dev/cu.usbserial-006013FA -S /dev/cu.usbserial-007413FA -S /dev/cu.usbserial-007513FA -S /dev/cu.usbserial-007613FA -S /dev/cu.usbserial-007713FA

I'm using cgminer 2.4.2 in osx, so yours in windows would probably look like:

cgminer -S COM4 -S COM5 -S COM6

I'll see if I can figure something out about using the conf file.
Phraust
Full Member
***
Offline Offline

Activity: 206
Merit: 100


Mostly Harmless...


View Profile WWW
June 12, 2012, 07:11:20 AM
 #9

Yeah, thats what I was thinking.  By repeating the same array value ("scan-serial") it might just be overwriting one value instead of multiple instances, so you end up with whatever that is set as (probably the last one).
bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 07:15:07 AM
 #10

Thanks but now its crashing when i use
start "CG Miner" cgminer.exe -c cgminer.conf -S COM3 -S COM4 -S COM5 -S COM6
https://imgur.com/WF6uH

bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 07:16:19 AM
 #11

this doesnt work at all
start "CG Miner" cgminer.exe -c cgminer.conf -S COM3,COM4,COM5,COM6

bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 07:18:46 AM
 #12

using one works perfect however
start "CG Miner" cgminer.exe -c cgminer.conf -S COM5

Phraust
Full Member
***
Offline Offline

Activity: 206
Merit: 100


Mostly Harmless...


View Profile WWW
June 12, 2012, 07:19:33 AM
 #13

you need a -S for each:

-S COM4 -S COM5 -S COM6
bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 07:22:02 AM
 #14

I did
start "CG Miner" cgminer.exe -c cgminer.conf -S COM3 -S COM4 -S COM5 -S COM6
https://imgur.com/WF6uH

Phraust
Full Member
***
Offline Offline

Activity: 206
Merit: 100


Mostly Harmless...


View Profile WWW
June 12, 2012, 07:30:51 AM
 #15

I'm running out of ideas.  What are the ports that your BFLs are assigned to (via Device Manager)?

You could try using the whole port, like this:

-S \\.\COM3 -S \\.\COM4 -S \\.\COM5
Phraust
Full Member
***
Offline Offline

Activity: 206
Merit: 100


Mostly Harmless...


View Profile WWW
June 12, 2012, 07:31:59 AM
 #16

You could try installing the drivers:

http://www.ftdichip.com/Drivers/VCP.htm

See if that helps.
bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 07:33:10 AM
 #17

-S \\.\COM3 -S \\.\COM4 -S \\.\COM5
crashes it https://imgur.com/WF6uH

Mine are 3,4,5,6

Is no one using multi bfl in windows? Sad

Phraust
Full Member
***
Offline Offline

Activity: 206
Merit: 100


Mostly Harmless...


View Profile WWW
June 12, 2012, 07:34:33 AM
 #18

Everything I'm reading says that it should see them up to COM9, so for COM10 you'd need to use \\.\COM10 for anything above (i'm grasping at straws).  If the drivers don't work, I don't know what else it could be.
bitpop (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 12, 2012, 07:36:33 AM
 #19

Thanks for your help. They each work individually. I just cant get them all to run.

Phraust
Full Member
***
Offline Offline

Activity: 206
Merit: 100


Mostly Harmless...


View Profile WWW
June 12, 2012, 07:37:56 AM
 #20

When I was trying to get all of mine to work together, I just called multiple instances of cgminer.  It's ugly, for sure, but it worked till I could make some headway.  Way less ugly than having them just sitting there.
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!