so now that this works
"C:\Users\Buddys Adamo\Downloads\bfgminer-3.1.4-win64 (3)\bfgminer-3.1.4-win64\bfgminer.exe" -o pool.50btc.com:8332 -u
XXXXXXXX@XXX.XXX -p XXXXXXX --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S erupter:all
Can I add after -S erupter:all
-S erupter -S \\.\COM22
if I know COM 22 is my Jally,would that work???
I have a similar setup to yours.
This was my solution:
Grabbed zadig from here -
http://ck.kolivas.org/apps/cgminer/zadig/Grabbed CGMiner 3.4.3 from here -
http://ck.kolivas.org/apps/cgminer/Grabbed the CP210x USB to UART Bridge VCP Drivers from here -
http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspxI plugged everything in. I ran the installer for the CP210X USB to UART Bridge VCP Drivers. You may have to restart after this.
I kept everything plugged in.
I ran zadig and chose the "List All Devices" option.
I looked for the BitFORCE SHA256 SC device from the dropdown, I then installed the WinUSB driver. Bare in mind this will probably require a restart.
After the restart, I ran zadig again and looked for CP2012 USB to UART Bridge Controller (You can select any one of your 16 devices, I personally chose the first one.) Again, install the WinUSB driver. This may not require a restart, but if it does, go ahead and restart again. You will most likely only need to do this once, as it will effect all of the devices on the CP2012 USB to UART Bridge Controller.
Now onto CG Miner.
For my specific setup, I wanted to run one worker (with my Jalapeno) for PPLNS and another worker (all my erupters) for PPS on BTCGuild, looks like you would just be using 50BTC in your specific case.
These are my command lines: (these are simple lines on a text file that I turned into batch files)
for the Jalapeno Only - cgminer -o stratum.btcguild.com:3333 -u XXX_1 -p XXX --disable-gpu --usb BFL:1, ICA:0
(Basically, I specify that I only want to run 1 BFL device, my jalapeno, and no icarus devices, the erupters)
for the Erupters Only - cgminer -o stratum.btcguild.com:3333 -u XXX_2 -p XXX --disable-gpu --usb ICA:18
My order of operations is to run the BFL only batch file first, let it connect, let it grab a few shares just to make sure its working.
I then run the Erupters batch file. It then finds everything and I'm good to go.
I've found this specific setup to be FAR MORE reliable and stable than BFG Miner, and I ran BFG Miner for the Jalapeno and erupters for about 2 weeks straight.
Alternatively, if you want to only run one instance of CGMiner, you could use this line in a batch file instead:
cgminer -o stratum.btcguild.com:3333 -u XXX_1 -p XXX --disable-gpu --usb BFL:1, ICA:16
Bare in mind that this exact setup may not work for you, and you may be required to unplug and plug back in the USB miners if you get any errors.