A quick question.
I have a bat file that runs great for BFGMiner and I want to use it for MM so I can use Avalon Nano's with MM.
Driver for those that want one that works with BFGMiner.
http://www.lpcware.com/system/files/lpcopen_examples_windows_usb_drivers_v1_10_0.zip
Here is the bat file.
bfgminer.exe ^
-S ICA:\\.\COM66 -S ICA:\\.\COM67 -S ICA:\\.\COM68 -S ICA:\\.\COM69 -S ICA:\\.\COM70 ^
-o stratum.btcguild.com:3333 -O WorkerName:123 ^
--set-device ICA:baud=115200 ^
--set-device ICA:reopen=timeout ^
--set-device ICA:work_division=1 ^
--set-device ICA:fpga_count=1 ^
--set-device ICA:probe_timeout=100 ^
--set-device ICA:timing=0.22 ^
--api-listen ^
2>log
Any help is welcome.
Does BFGMiner report them when you run:
bfgminer -d? -S all
Refer to the following link for how to find log files generated when scanning for local hardware:
https://github.com/nwoolls/MultiMiner/wiki/Local-Devices#windows