Bitcoin Forum
September 03, 2024, 07:16:10 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Help with asicminer usb setup  (Read 1479 times)
jason60069 (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
August 31, 2013, 08:15:42 PM
 #1

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.png

Does anybody know how to fix this?
cp1
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Stop using branwallets


View Profile
August 31, 2013, 09:53:46 PM
 #2

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.

Guide to armory offline install on USB key:  https://bitcointalk.org/index.php?topic=241730.0
shadizzle
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
August 31, 2013, 09:59:52 PM
 #3

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 Offline

Activity: 3290
Merit: 4114


View Profile
August 31, 2013, 10:57:27 PM
 #4

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 Offline

Activity: 56
Merit: 0


View Profile
August 31, 2013, 11:47:55 PM
 #5

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 Offline

Activity: 56
Merit: 0



View Profile
September 01, 2013, 12:01:56 AM
 #6

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 Offline

Activity: 56
Merit: 0


View Profile
September 01, 2013, 12:15:56 AM
 #7

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
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Stop using branwallets


View Profile
September 01, 2013, 04:20:10 AM
 #8

When you tried the newest cgminer did you use the zadig drivers and no -S or -icarus switches?

Guide to armory offline install on USB key:  https://bitcointalk.org/index.php?topic=241730.0
b!z
Legendary
*
Offline Offline

Activity: 1582
Merit: 1010



View Profile
September 01, 2013, 06:25:51 AM
 #9

Check the connection, is it plugged in properly?
shadizzle
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
September 01, 2013, 02:29:11 PM
 #10

Other than to verify the COM port your USB stick is on..As said for me, I had to use CGminer 3.1.1 for it to work properly on my win 7 machine. 

Did you download the proper driver? I have seen it confused with a "WINUSB" version.

You def. want this driver:
http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx


Here is a step by step guide (mind the slashes):
http://rdmsnippets.com/2013/05/29/setting-up-asicminer-block-erupters-on-windows-7/

Other than to verify the COM port your USB stick is on..  As said for me, I had to use CGminer 3.1.1 for it to work properly on my win 7 machine. 


jason60069 (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
September 01, 2013, 04:02:15 PM
 #11

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 Offline

Activity: 33
Merit: 0


View Profile
September 01, 2013, 04:04:40 PM
 #12

was having the same problems....finally tried bfgminer....been up and running perfectly for 15hrs
jason60069 (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
September 01, 2013, 04:18:07 PM
 #13

I tried bfgminer, but I got the error "Do not have user privileges required to open \\.\COM3".
abn123
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
September 01, 2013, 04:46:33 PM
 #14

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 Offline

Activity: 56
Merit: 0



View Profile
September 01, 2013, 04:56:07 PM
 #15

What ABN said,

Left click and highlight your batch>right click> Run as admin
jason60069 (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
September 02, 2013, 12:57:02 AM
 #16

When running as administrator, I still got the same error.

abn123
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
September 02, 2013, 02:03:03 AM
 #17

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 Offline

Activity: 56
Merit: 0


View Profile
September 02, 2013, 02:19:56 AM
 #18

I tried it, it just says "All devices disabled, cannot mine!"
abn123
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
September 02, 2013, 02:25:15 AM
 #19

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 Offline

Activity: 56
Merit: 0


View Profile
September 02, 2013, 02:36:59 AM
 #20

Yeah, it is plugged into a USB 2.0 port
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!