jason60069 (OP)
Newbie
Offline
Activity: 56
Merit: 0
|
|
August 31, 2013, 08:15:42 PM |
|
I'm trying to setup an asicminer block erupter on cgminer 3.1.1 on Windows 7 x64. I have a .bat file that looks like this: C:\cgminer\cgminer-nogpu.exe -o [pool]:[port] -u [username] -p [password] --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S //./COM3 I have installed the drivers for the block erupter, and I can see it under devices and printers. When I run cgminer, it looks like this: http://i42.tinypic.com/2clfdj.pngDoes anybody know how to fix this?
|
|
|
|
cp1
|
|
August 31, 2013, 09:53:46 PM |
|
First make sure your hub has enough power if you're using one. Try just plugging it into the computer. Second use the latest cgminer (3.4?) and the zadig drivers. There isn't any -S type stuff anymore.
|
|
|
|
shadizzle
Newbie
Offline
Activity: 56
Merit: 0
|
|
August 31, 2013, 09:59:52 PM |
|
Since its windows,
Switch up your slashes up:
C:\cgminer\cgminer-nogpu.exe -o [pool]:[port] -u [username] -p [password] --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S //./COM3
Try this:
C:\cgminer\cgminer-nogpu.exe -o [pool]:[port] -u [username] -p [password] --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S \\.\COM3
Note: I had to use CGminer 3.3.1 for it to work properly on my windows machine. No idea why
|
|
|
|
Welsh
Staff
Legendary
Offline
Activity: 3304
Merit: 4115
|
|
August 31, 2013, 10:57:27 PM |
|
If you are still having issues (although, it seems the problem should be fixed) then try watching a few tutorials on youtube. Try to follow them step by step and you should be able to get it up and running. Try to find a tutorial which has your operating system etc.
Please let us know if you get it working.
|
|
|
|
jason60069 (OP)
Newbie
Offline
Activity: 56
Merit: 0
|
|
August 31, 2013, 11:47:55 PM |
|
Unfortunately, I still haven't been able to make it work. Cgminer version 3.4.1 isn't able to detect the usb miner, and switching the slashes produces the same error.
|
|
|
|
shadizzle
Newbie
Offline
Activity: 56
Merit: 0
|
|
September 01, 2013, 12:01:56 AM |
|
Try Using CGminer 3.1.1 - I Just realized I made an error from earlier.
What happens when you launch the batch script?
|
|
|
|
jason60069 (OP)
Newbie
Offline
Activity: 56
Merit: 0
|
|
September 01, 2013, 12:15:56 AM |
|
It returns the same error as when the batch script is launched with forward slashes.
Also, I attempted to use bfgminer, and I got the error "Do not have user privileges required to open \\.\COM3" My batch file for bfgminer was this: c:\bfgminer\bfgminer -o [pool]:[port] -u [username] -p [password] --disable-gpu -S all
|
|
|
|
cp1
|
|
September 01, 2013, 04:20:10 AM |
|
When you tried the newest cgminer did you use the zadig drivers and no -S or -icarus switches?
|
|
|
|
b!z
Legendary
Offline
Activity: 1582
Merit: 1010
|
|
September 01, 2013, 06:25:51 AM |
|
Check the connection, is it plugged in properly?
|
|
|
|
|
jason60069 (OP)
Newbie
Offline
Activity: 56
Merit: 0
|
|
September 01, 2013, 04:02:15 PM |
|
The newest cgminer just says "no devices detected", and I did install the zadig drivers. The computer does detect the USB stick though: http://i40.tinypic.com/15cc2rp.png
|
|
|
|
abn123
Newbie
Offline
Activity: 33
Merit: 0
|
|
September 01, 2013, 04:04:40 PM |
|
was having the same problems....finally tried bfgminer....been up and running perfectly for 15hrs
|
|
|
|
jason60069 (OP)
Newbie
Offline
Activity: 56
Merit: 0
|
|
September 01, 2013, 04:18:07 PM |
|
I tried bfgminer, but I got the error "Do not have user privileges required to open \\.\COM3".
|
|
|
|
abn123
Newbie
Offline
Activity: 33
Merit: 0
|
|
September 01, 2013, 04:46:33 PM |
|
did you try running it in "administrator" mode?
I didn't need to resort to that, but I found numerous threads where that was advised.....
|
|
|
|
shadizzle
Newbie
Offline
Activity: 56
Merit: 0
|
|
September 01, 2013, 04:56:07 PM |
|
What ABN said,
Left click and highlight your batch>right click> Run as admin
|
|
|
|
jason60069 (OP)
Newbie
Offline
Activity: 56
Merit: 0
|
|
September 02, 2013, 12:57:02 AM |
|
When running as administrator, I still got the same error.
|
|
|
|
abn123
Newbie
Offline
Activity: 33
Merit: 0
|
|
September 02, 2013, 02:03:03 AM |
|
have you tried running bfgminer without specifying the com ports? I typically only have to use the -S in older versions of cgminer....bfgminer has been no problem with just the address, user:pass combo
|
|
|
|
jason60069 (OP)
Newbie
Offline
Activity: 56
Merit: 0
|
|
September 02, 2013, 02:19:56 AM |
|
I tried it, it just says "All devices disabled, cannot mine!"
|
|
|
|
abn123
Newbie
Offline
Activity: 33
Merit: 0
|
|
September 02, 2013, 02:25:15 AM |
|
sorry we aren't being of much help.... the only other thing that I can think of (which didn't happen to me but I read about in a few places) is that USB3 ports cause issues sometimes... possible to try on a USB2 port?
|
|
|
|
jason60069 (OP)
Newbie
Offline
Activity: 56
Merit: 0
|
|
September 02, 2013, 02:36:59 AM |
|
Yeah, it is plugged into a USB 2.0 port
|
|
|
|
|