It Is All About BTC, LTC, ETH, DOGE, KAS mining as well as other alternative crypto currencies
We now have a version of cgminer 3.7.2 available for mining Scrypt (LTC) only on the 5-chip Gridseed GC3355 ASIC devices with properly displayed local hashrate as well as HW error rate and the full cgminer 3.7.2 functionality (thanks to a user called dtbartle on GitHub). We have compiled a windows version of that miner that you can download and install it to finally have fully functional cgminer on your Gridseed Scrypt ASIC (source code available here). Have in mind that you need to install a WinUSB driver on top of the standard installed USB to COM driver for the miner in order for cgminer to detect and run on your ASIC in LTC only mode with low power consumption of about 8W.
– Download and run the latest version of Zadig
– From the Zadig interface select Options and choose List All Devices
– From the Dropdown list of devices select CP2102 USB to UART Bridge Controller and click on Replace Driver with the WinUSB driver selected
– If you have multiple 5-chip GC3355 DualMiner USB devices connected you may need to repeat the procedure for all of them
– Download, edit and run LTC_ONLY.bat file from the modified cgminer 3.7.2 for Gridseed ASICs to start mining for LTC
It seems that there are some ASIC devices that may be using different virtual USB to COM drivers other than the CP2102 that our unit has (for example ST32 Virtual COM Port), unfortunately we don’t have any of those to test with. You can however try to make things work by replacing the other driver with WinUSB, just select the right name from the dropdown box (do not try to rename drivers, it is pointless) and Replace it with WinUSB (you may need to unplug and plug the USB cable to the miner after that). If after installing the WinUSB driver over the virtual USB to COM driver the ASIC does not work with cgminer, you just need to uninstall the driver from the Device Manager and unplug/plug the USB cable to the device for it to install the original USB to COM driver and it should be functioning again with cpuminer (note that this way you may have it running on a new COM port).
Do note that if running single Gridseed ASIC device you can have it connected to the system and use the hotplug 0 option, if you have more than a single miner you may have to set commandline option hotplug to 5 or 10 and then run cgminer and start plugging the USB cables of the miners (USB hubs with power on/off buttons work great for that).
– You can download cgminer 3.7.2 for Scrypt mining on Gridseed 5-chip GC3355 ASICs on Windows OS here…
It seems that the author of cgminer has removed the compiled Windows version of cgminer 3.7.2 from the official download location here and you may have a hard time finding it at a different safe location. The cgminer version 3.7.2 is the latest official version of cgminer with GPU mining support, all newer versions are designed for use only with SHA-256 ASIC miners for Bitcoins and will not work on GPUs for scrypt mining anymore. So if you are mining for Litecoin (LTC) or other alternative scrypt-based crypto currency you would need to download cgminer 3.7.2 in order to be able to use your graphics cards for mining it. The official download location only offers source code versions of the cgminer and that goes for cgminer 4.0 or newer only. So if you need to download cgminer 3.7.2 for Windows you can do so from the link below as we have provided a mirror location.
Example command line for Scrypt mining:
cgminer --scrypt -o stratum+tcp://eu.multipool.us:7777 -u yourworker.1 -p password
Alternatively you can edit the cgminer.conf file with your mining settings and just run the cgminer.exe executable file to start mining.
– You can download cgminer 3.7.2 with GPU mining support for Windows OS here…