Author

Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.0 - page 310. (Read 5805537 times)

sr. member
Activity: 322
Merit: 250
Supersonic
Using cgminer on windows 7

Drivers installed with zadig as described and can view in device manager

I set up a .bat file and I when I try to run it, it flashes on the screen and automatically closes. Says "-S unrecognized option" Any ideas why?  I unchecked "hide extensions for all file types" as instructed when creating a .bat file.

My text in the bat file reads as follows: (replacing user/pass with xxx/yyy)

C:\cgminer\cgminer-nogpu.exe -o http://rr.btcmp.com:8332 -u xxx -p yyy d --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S //./COM3

The pathway is correct.  Can anyone see any problems?  Only 1 miner plugged into usb port. Thanks!

Use version 3.1.1 for Icarus/Lancelot/Erupter devices.  I thought it suppose to be -S \\.\COM3

Tried v3.1.1, tried / & \ both ways.  Still same thing.

In addition.  When I start cgminer-nogpu.exe manually, enter my pool/user/pass...  It says this:

http://db.tt/5LSsuujs

Any help?

if u used 3.2.0 and then tried to go back to 3.1.1 , make sure u unplug and re-plug the device . atleast on linux you have to...
hero member
Activity: 752
Merit: 500
Using cgminer on windows 7

Drivers installed with zadig as described and can view in device manager

I set up a .bat file and I when I try to run it, it flashes on the screen and automatically closes. Says "-S unrecognized option" Any ideas why?  I unchecked "hide extensions for all file types" as instructed when creating a .bat file.

My text in the bat file reads as follows: (replacing user/pass with xxx/yyy)

C:\cgminer\cgminer-nogpu.exe -o http://rr.btcmp.com:8332 -u xxx -p yyy d --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S //./COM3

The pathway is correct.  Can anyone see any problems?  Only 1 miner plugged into usb port. Thanks!

Use version 3.1.1 for Icarus/Lancelot/Erupter devices.  I thought it suppose to be -S \\.\COM3

Tried v3.1.1, tried / & \ both ways.  Still same thing.

In addition.  When I start cgminer-nogpu.exe manually, enter my pool/user/pass...  It says this:



Any help?
legendary
Activity: 2702
Merit: 1468
Using cgminer on windows 7

Drivers installed with zadig as described and can view in device manager

I set up a .bat file and I when I try to run it, it flashes on the screen and automatically closes. Says "-S unrecognized option" Any ideas why?  I unchecked "hide extensions for all file types" as instructed when creating a .bat file.

My text in the bat file reads as follows: (replacing user/pass with xxx/yyy)

C:\cgminer\cgminer-nogpu.exe -o http://rr.btcmp.com:8332 -u xxx -p yyy d --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S //./COM3

The pathway is correct.  Can anyone see any problems?  Only 1 miner plugged into usb port. Thanks!

Use version 3.1.1 for Icarus/Lancelot/Erupter devices.  I thought it suppose to be -S \\.\COM3
hero member
Activity: 737
Merit: 500
Using cgminer on windows 7

Drivers installed with zadig as described and can view in device manager

I set up a .bat file and I when I try to run it, it flashes on the screen and automatically closes. Says "-S unrecognized option" Any ideas why?  I unchecked "hide extensions for all file types" as instructed when creating a .bat file.

My text in the bat file reads as follows: (replacing user/pass with xxx/yyy)

C:\cgminer\cgminer-nogpu.exe -o http://rr.btcmp.com:8332 -u xxx -p yyy d --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S //./COM3

The pathway is correct.  Can anyone see any problems?  Only 1 miner plugged into usb port. Thanks!

The command line you posted is for the 3.1.1 version of cgminer (which does not use zadig).  The 3.2 version of cgminer does not need --icarus-options --icarus-timing or -S.

Also, the 3.2 version often doesn't work for asicminer USB devices.  The issue is under investigation.  The most reliable way to get this working is to use the older 3.1.1 version of cgminer with the command line you posted above.
hero member
Activity: 752
Merit: 500
Using cgminer on windows 7

Drivers installed with zadig as described and can view in device manager

I set up a .bat file and I when I try to run it, it flashes on the screen and automatically closes. Says "-S unrecognized option" Any ideas why?  I unchecked "hide extensions for all file types" as instructed when creating a .bat file.

My text in the bat file reads as follows: (replacing user/pass with xxx/yyy)

C:\cgminer\cgminer-nogpu.exe -o http://rr.btcmp.com:8332 -u xxx -p yyy d --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S //./COM3

The pathway is correct.  Can anyone see any problems?  Only 1 miner plugged into usb port. Thanks!
hero member
Activity: 752
Merit: 500
I posted instructions earlier. You'll know when you succeeded when your com ports disappear
Earlier?  This thread has 540 pages, a little help?
legendary
Activity: 2912
Merit: 1060
I posted instructions earlier. You'll know when you succeeded when your com ports disappear
hero member
Activity: 752
Merit: 500
Noob here. I have a new/used Asus on Windows 7.  Trying to ruin cgminer-nogpu.  Plain Cgminer won't run. 

cgminer gives me an error saying:

"The program can't start because OpenCL.dll is missing from your computer.  Try reinstalling the program to fix this problem."

When I run cgminer-nogpu it says:



I tried to follow all the other thread's instructions.  All the read me files.  Some things didn't make any sense to me, couldn't do what they were saying.  What does all this mean above?  Obviously I need to install a driver or fix something.  What should I do?  Can someone give me a user friendly instructions link?  Thanks!!
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
In my previous post I described the problem.
This problem occurs stably on three computers at intervals of approximately 15 minutes.
cgminer 3.2.0
Now, for reasons of clarity, cgminer was started with the - disable-gpu

Here I found the instructions to provide more information about the problem.
The following information from the bt full command:
Thanks for that. It's hard to know if it's crashing in libusb due to a libusb bug or we're calling a libusb function with invalid parameters. I'm inclined to always blame our code first to keep looking for a bug since our code is under very heavy development. We're revamping that section of code somewhat and hopefully indirectly address it.
legendary
Activity: 2912
Merit: 1060
P2pool does not equal merged mining, it's an option. Slush used to give nmc. I've moved to p2pool when he stopped.
hero member
Activity: 826
Merit: 1000

True.  That's not what I meant.  Fortunately bitminter does BTC and NMC.. and IXC is worthless and DVC is completely worthless.

M
Than I don't get it... Are you saying that Bitparking is p2pool? It is not. And I don't agree on worthless part. You do get a lot of them and if you are selling smart you get up to 50% of NMC value... But then again NMC could be also be called worthless... But as long as I get something I see it as bonus.
newbie
Activity: 28
Merit: 0
In my previous post I described the problem.
This problem occurs stably on three computers at intervals of approximately 15 minutes.
cgminer 3.2.0
Now, for reasons of clarity, cgminer was started with the - disable-gpu

Here I found the instructions to provide more information about the problem.
The following information from the bt full command:

Quote
(gdb) bt full
#0  0x00007f0db0aa6e90 in ?? () from /lib/libusb-1.0.so.0
No symbol table info available.
#1  0x00007f0db0aa8408 in ?? () from /lib/libusb-1.0.so.0
No symbol table info available.
#2  0x00007f0db0aa65bb in ?? () from /lib/libusb-1.0.so.0
No symbol table info available.
#3  0x00007f0db0aa6d73 in libusb_handle_events_timeout () from /lib/libusb-1.0.so.0
No symbol table info available.
#4  0x00007f0db0aa6e0d in libusb_handle_events () from /lib/libusb-1.0.so.0
No symbol table info available.
#5  0x00007f0db0aa7395 in ?? () from /lib/libusb-1.0.so.0
No symbol table info available.
#6  0x00007f0db0aa74b4 in libusb_bulk_transfer () from /lib/libusb-1.0.so.0
No symbol table info available.
#7  0x0000000000434014 in _usb_read (cgpu=0x10c76c0, ep=, buf=, bufsiz=, processed=, timeout=, end=0x0, cmd=C_GETRESULTS,
    readonce=false) at usbutils.c:2129
        usbdev = 0x10c32f0
        ftdi = true
        tv_start = {tv_sec = 1370496429, tv_usec = 1878}
        read_start = {tv_sec = 1370496429, tv_usec = 1878}
        tv_finish = {tv_sec = 1370496429, tv_usec = 1877}
        max = 0.10000000000000001
        done =
        bufleft =
        err =
        got = 0
        tot = 0
        first =
        search =
        endlen =
        usbbuf = "\001`\000\362\000\362", '\000' , "@P\022\252\r\177", '\000' "\200, P\022\252\r\177", '\000' "\240, R\022\252\r\177\000\000`Y\022\252\r\177\000\000\230\377\377\377\377\377\377\377", '\000' , "S\376+\260\r\177\000\000\000\000\000\000\000\000\000\000@R\022\252\r\177\000\000\340R\022\252\r\177\000\000\240Y\022\252\r\177\000\000\230\377\377\377\377\377\377\377XP\022\252\r\177\000\000\000\000\000\000\000\000\000\000S\376+\260\r\177\000\000\063\000\000\000.\000\000\000\240X\022\252\r\177\000\000\062\064.9\r\177\000\000A\375+\260\r\177\000\000\000\000\000\000\000\000\000\310\000\000\000\000\000\000\000\000\065\000\000\000\065\000\000\000\062\000\000\000\064\000\000\000.\000\000\000\071\000\000\000T\003,\260\r\177", '\000' "\240"...
        ptr = 0x7f0daa123b40 "\001`"
        usbbufread = 8192
#8  0x0000000000436073 in icarus_get_nonce (icarus=0x10c76c0, buf=0x7f0daa125d20 "", tv_start=, tv_finish=, thr=0x10cebe0, read_time=) at driver-icarus.c:423
        read_start = {tv_sec = 1370496429, tv_usec = 1878}
        read_finish = {tv_sec = 1370496429, tv_usec = 1877}
        err =
        amt = 0
        rc = 5108
        read_amount = 0
        first = true
#9  0x00000000004363bc in icarus_scanhash (thr=0x10cebe0, work=0x10f5ee0, max_nonce=) at driver-icarus.c:923
        icarus = 0x10c76c0
        ret =
        err = 0
        amount = 64
        ob_bin = "\200\316\372 \277\017\252o\240}L\b7?,\377\233ʵ3\256\321+\217\004\370\341\333PĐ\367", '\000' , "7\023\001\032\251\035\260Q6\322\030",
        nonce_bin = "\000\000\000"
        ob_hex =
        hash_count =
        tv_start = {tv_sec = 1370496423, tv_usec = 854044}
        tv_finish = {tv_sec = 1370496429, tv_usec = 1877}
        tv_history_start = {tv_sec = 0, tv_usec = 17624032}
        tv_history_finish = {tv_sec = 0, tv_usec = -10485688}
        Ti =
        Xi =
        curr_hw_errors = 0
        i =
        history0 =
full member
Activity: 126
Merit: 100
Has anyone got v3.2 to correctly detect ASICminer USBs on Windows? Keeps asking for "AMU driver" even though UART BRidge COM driver is installed and USBs are listed under COMP Ports. Also 3.1.1 doesn't seem to work with COM ports higher then 9, no matter what format I use in BAT file it just says failed to open port.

Here is my .bat

cgminer-nogpu -o http://pit.deepbit.net:8332 -u someuser -p somepassword --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S COM3 -S COM4 -S COM5 -S COM6 -S COM7 -S COM8 -S COM9    

if i try "-S COM10" or any other higher ports I get: Icarus detect: Failed to open PORT 10

I gave up and started using BitMinter

SunBlaster



Use -S \\.\COM10 on the command line or "scan-serial" : [ "icarus:\\\\.\\COM10"] in the config file

3.2.0 uses direct USB so you have to set that up, 3.1.1 uses silabs USB/COM driver. 3.2.0 has issues.  So use 3.1.1, or use bfgminer.

ok great, -S \\.\COM10 seems to work.
legendary
Activity: 2702
Merit: 1468
Has anyone got v3.2 to correctly detect ASICminer USBs on Windows? Keeps asking for "AMU driver" even though UART BRidge COM driver is installed and USBs are listed under COMP Ports. Also 3.1.1 doesn't seem to work with COM ports higher then 9, no matter what format I use in BAT file it just says failed to open port.

Here is my .bat

cgminer-nogpu -o http://pit.deepbit.net:8332 -u someuser -p somepassword --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S COM3 -S COM4 -S COM5 -S COM6 -S COM7 -S COM8 -S COM9    

if i try "-S COM10" or any other higher ports I get: Icarus detect: Failed to open PORT 10

I gave up and started using BitMinter

SunBlaster



Use -S \\.\COM10 on the command line or "scan-serial" : [ "icarus:\\\\.\\COM10"] in the config file

3.2.0 uses direct USB so you have to set that up, 3.1.1 uses silabs USB/COM driver. 3.2.0 has issues.  So use 3.1.1, or use bfgminer.
full member
Activity: 126
Merit: 100
Has anyone got v3.2 to correctly detect ASICminer USBs on Windows? Keeps asking for "AMU driver" even though UART BRidge COM driver is installed and USBs are listed under COMP Ports. Also 3.1.1 doesn't seem to work with COM ports higher then 9, no matter what format I use in BAT file it just says failed to open port.

Here is my .bat

cgminer-nogpu -o http://pit.deepbit.net:8332 -u someuser -p somepassword --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S COM3 -S COM4 -S COM5 -S COM6 -S COM7 -S COM8 -S COM9    

if i try "-S COM10" or any other higher ports I get: Icarus detect: Failed to open PORT 10

I gave up and started using BitMinter

SunBlaster

sr. member
Activity: 476
Merit: 253
Hi

Is there any way of disabling cashing of shares on disconnect?
with "--scrypt" Cgminer keeps crashing on internet or pool disconects.

changed mobo, GPU's,ram,risers,PSU's . it allways happens on some locations.

no problems on SHA.

using proxy did not helped.
--lowmem

thx!  testing...
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Hi

Is there any way of disabling cashing of shares on disconnect?
with "--scrypt" Cgminer keeps crashing on internet or pool disconects.

changed mobo, GPU's,ram,risers,PSU's . it allways happens on some locations.

no problems on SHA.

using proxy did not helped.
--lowmem
newbie
Activity: 28
Merit: 0
Hi!

Debian 6 built from git:

Quote
cgminer version 3.2.0 - Started: [2013-06-06 12:47:43]
--------------------------------------------------------------------------------
 (5s):1.740G (avg):2.648Gh/s | A:199  R:0  HW:0  U:37.1/m  WU:37.1/m
 ST: 2  SS: 0  NB: 1  LW: 460  GF: 0  RF: 0
 Connected to stratum.50btc.com diff 1 with stratum as user username
 Block: 00cb8438078e1093...  Diff:15.6M  Started: [12:47:43]  Best share: 371
--------------------------------------------------------------------------------
 [P]ool management [G]PU management S]ettings [D]isplay options [Q]uit
 GPU 0:  76.0C 2419RPM | 663.1M/663.6Mh/s | A:56 R:0 HW:0 U: 10.45/m I: 9
 GPU 1:  63.0C 4576RPM | 451.7M/450.2Mh/s | A:30 R:0 HW:0 U:  5.60/m I: 9
 BLT 0:                | 396.8M/394.2Mh/s | A:34 R:0 HW:0 U:  6.35/m
 BLT 1:                | 395.8M/386.3Mh/s | A:34 R:0 HW:0 U:  6.35/m
 BLT 2:                | 399.5M/384.4Mh/s | A:15 R:0 HW:0 U:  2.80/m
 BLT 3:                | 393.9M/385.5Mh/s | A:30 R:0 HW:0 U:  5.60Segmentation fault
root@localhost:~/cgminer# ---------------------------------------------------

 [2013-06-06 12:51:52] Accepted 2ade55e6 Diff 5/1 BLT 3 pool 0
 [2013-06-06 12:51:52] Accepted dae0d6f9 Diff 1/1 GPU 0 pool 0

cat /var/log/messages | grep cgminer segfault
Quote
...
Jun  6 12:47:41 localhost kernel: [ 4533.900688] xhci_hcd 0000:06:00.0: WARN: short transfer on control ep
Jun  6 12:53:06 localhost kernel: [ 4859.486667] miner/5[8547]: segfault at ffffffff00000040 ip 00007fd91a450e90 sp 00007fd908ff6840 error 4 in libusb-1.0.so.0.0.0[7fd91a44b000+d000]


Quote
# ./cgminer -n
 [2013-06-06 12:58:51] CL Platform 0 vendor: Advanced Micro Devices, Inc.
 [2013-06-06 12:58:51] CL Platform 0 name: AMD Accelerated Parallel Processing
 [2013-06-06 12:58:51] CL Platform 0 version: OpenCL 1.2 AMD-APP (1124.2)
 [2013-06-06 12:58:51] Platform 0 devices: 2
 [2013-06-06 12:58:51]  0       Tahiti
 [2013-06-06 12:58:51]  1       Pitcairn
 [2013-06-06 12:58:51] GPU 0 AMD Radeon HD 7900 Series   hardware monitoring enabled
 [2013-06-06 12:58:51] GPU 1 AMD Radeon HD 7800 Series  hardware monitoring enabled
 [2013-06-06 12:58:51] 2 GPU devices max detected
 [2013-06-06 12:58:51] USB all: found 10 devices - listing known devices
.USB dev 0: Bus 2 Device 2 ID: 0403:6001
  Manufacturer: 'FTDI'
  Product: 'FT232R USB UART'
.USB dev 1: Bus 2 Device 3 ID: 0403:6001
  Manufacturer: 'FTDI'
  Product: 'FT232R USB UART'
.USB dev 2: Bus 4 Device 3 ID: 0403:6001
  Manufacturer: 'FTDI'
  Product: 'FT232R USB UART'
.USB dev 3: Bus 4 Device 4 ID: 0403:6001
  Manufacturer: 'FTDI'
  Product: 'FT232R USB UART'
 [2013-06-06 12:58:51] 4 known USB devices

.USB dev 0, .USB dev 1, .USB dev 2, .USB dev 3 - Lancelot's
sr. member
Activity: 476
Merit: 253
Hi

Is there any way of disabling cashing of shares on disconnect?
with "--scrypt" Cgminer keeps crashing on internet or pool disconects.

changed mobo, GPU's,ram,risers,PSU's . it allways happens on some locations.

no problems on SHA.

using proxy did not helped.
Jump to: