[quote author=nwoolls link=topic=626361.msg9571268#msg9571268 date=1416240803]
[quote author=vegasguy link=topic=626361.msg9571190#msg9571190 date=1416240314]
In cgminer to set clock , chips and serial, I would use:
--zeus-chips 128 --zeus-clock 328 --scan-serial \\.\COM12
What is the equivalent in latest bfgminer?
[/quote]
[code]-S zus:all --set zus:chips=128 --set zus:clock=328
I have used the zadig tool to convert my drivers, but then the latest BFGminer flat does not see them.
That's the problem. Installing Zadig and configuring your USB devices for CGMiner effectively uninstalled the proper drivers that BFGMiner uses. In most cases the drivers BFGMiner expects and those CGMiner expects are mutually exclusive and incompatible.
Use the Control Panel in Windows to view the Properties of each device, uninstall the driver, and check the box to "Delete the driver".
Then re-install the proper drivers for ZeusMiner and BFGMiner:
http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspxFirst thanks for your help. I did exactly as instructed. Went to device manager. Uninstalled my com ports and chose delete driver. I then downloaded the latest driver for my thunder X6 which is the FTDI 2.12 . I then verified all my com ports are showing, and that in fact they are using the FTDI driver I assigned. I then went into my bat file and copy and paste your settings
-S zus:all --set zus:chips=128 --set zus:clock=328
" . Corrected clock speed to 248. I launch BFG and it gives me a "NO DEVICES FOUND " in red. I then press "M" and + and type "all" and hit enter. It replys "GETFTCOMPORT_xxxxx" 9 times which is correct, I have 9 devices. Off to the far right is all my correct com port #'s. Its sits there for about 15 seconds, and returns to "No DEVICES", ive tried auto, manual com ports using //./COM4 ect. Whats wierd is version 4.31 complied native for zeus miner works, but its older than dirt. So, doesnt this prove that my drivers/devices are working? Im using latest BFG 4.10 for win x64 (using win 7 pro x64). Any ideas guys. Current bat is as follows:
bfgminer -o stratum+tcp://us-west.multipool.us:3355 -u compudocvegas.zeus -p password -S zus:all --set zus:chips=128 --set zus:clock=248
. Again, latest bfg launches and runs, it just will NOT run my devices, yet it seems to detect them.. kind of. Thanks in advance.
Vegas[/code]