Author

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

newbie
Activity: 57
Merit: 0
is cgminer scanning usb periodically while running? i noticed my Haupauge HD-PVR keeps locking up when running cgminer. if it is, can it be disabled under windows?
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
I'm getting this error, running v3.1
...
 [2013-05-11 21:56:39] BFL0: Error: Request temp invalid/timed out (0:-7)
 [2013-05-11 21:56:41] Accepted dd30e6b2 Diff 1/1 GPU 1 pool 0
 [2013-05-11 21:56:41] BFL0: Error: Get result reports: Temperature (celcius): 32.2
BUSY

 [2013-05-11 21:56:42] Accepted 317f83a5 Diff 5/1 GPU 0 pool 0
 [2013-05-11 21:56:43] Accepted ff9856a7 Diff 1/1 GPU 4 pool 0
 [2013-05-11 21:56:46] Accepted 3a40124f Diff 4/1 GPU 1 pool 0
 [2013-05-11 21:56:46] Accepted b2508626 Diff 1/1 BFL 0 pool 0
 [2013-05-11 21:56:47] Accepted ba0f9179 Diff 1/1 GPU 3 pool 0
 [2013-05-11 21:56:51] BFL0: Error: Request temp invalid/timed out (0:-7)
 [2013-05-11 21:56:51] BFL0: Error: Get result reports: Temperature (celcius): 32.2
...

The hash rate of BFL Single goes down after the the first message appears, but it will go essentially to 0 after some period of time.

Restarting cgminer solves the problem but problem will reaper after some interval of time.

I think there is a hardware error inside the device, which gets USB buffer for the device out of sync with cgminer. Is it possible to make cgminer to recover after this error by flushing the USB buffer or some other internal reset without a need to restart cgminer?

Hmm - but it should resync anyway ... I presume it is doing that in the log after where you cut it off? (as it did the first time shown)
The actual cause of the problem is the timeout (-7) where the device took more than 999ms to reply (i.e. BFL0 stuffed up Tongue)
If the device really has failed, it will change state to ZOMBIE, but if it does keep working, then in this case it's simply got out of sync fue to a hardware problem and then resynced not long after.
If it resyncs, then reinitialising it wont do any better.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
CGminer crashes when I start it on windows. Any ideas why? (inb4 "you're using windows")

Catalyst 13.4; AMD APP SDK 2.8; I'm using the "cgminer-3.1.1-windows" precompiled binaries; 64bit Windows 7 SP1
AMD HD Radeon 6850

It works fine on linux.
newbie
Activity: 32
Merit: 0
Code:
Problem signature:
  Problem Event Name: APPCRASH
  Application Name: cgminer.exe
  Application Version: 0.0.0.0
  Application Timestamp: 518e20db
  Fault Module Name: cgminer.exe
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp: 518e20db
  Exception Code: c0000005
  Exception Offset: 000265be
  OS Version: 6.1.7601.2.1.0.256.1
  Locale ID: 1033
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

CGminer crashes when I start it on windows. Any ideaas to why? (inb4 "you're using windows")

Catalyst 13.4; AMD APP SDK 2.8; I'm using the "cgminer-3.1.1-windows" precompiled binaries; 64bit Windows 7 SP1
AMD Radeon HD 6850

It works fine on linux.

EDIT: I fixed a couple typos.
sr. member
Activity: 441
Merit: 250
GET IN - Smart Ticket Protocol - Live in market!
I'm getting this error, running v3.1
...
 [2013-05-11 21:56:39] BFL0: Error: Request temp invalid/timed out (0:-7)
 [2013-05-11 21:56:41] Accepted dd30e6b2 Diff 1/1 GPU 1 pool 0
 [2013-05-11 21:56:41] BFL0: Error: Get result reports: Temperature (celcius): 32.2
BUSY

 [2013-05-11 21:56:42] Accepted 317f83a5 Diff 5/1 GPU 0 pool 0
 [2013-05-11 21:56:43] Accepted ff9856a7 Diff 1/1 GPU 4 pool 0
 [2013-05-11 21:56:46] Accepted 3a40124f Diff 4/1 GPU 1 pool 0
 [2013-05-11 21:56:46] Accepted b2508626 Diff 1/1 BFL 0 pool 0
 [2013-05-11 21:56:47] Accepted ba0f9179 Diff 1/1 GPU 3 pool 0
 [2013-05-11 21:56:51] BFL0: Error: Request temp invalid/timed out (0:-7)
 [2013-05-11 21:56:51] BFL0: Error: Get result reports: Temperature (celcius): 32.2
...

The hash rate of BFL Single goes down after the the first message appears, but it will go essentially to 0 after some period of time.

Restarting cgminer solves the problem but problem will reaper after some interval of time.

I think there is a hardware error inside the device, which gets USB buffer for the device out of sync with cgminer. Is it possible to make cgminer to recover after this error by flushing the USB buffer or some other internal reset without a need to restart cgminer?


member
Activity: 86
Merit: 10
What did ./configure return?
Output on
Pastebin

Looks pretty convincing to me:
Code:
configure: WARNING: Could not find curses library - if you want a TUI, install libncurses-dev or pdcurses-dev

  curses.TUI...........: NOT FOUND. TUI support DISABLED

Ohhhh... I'm sorry. I go wrong computer via terminal.
libncurses-dev was not installed.
Now all fine.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
please make GBT configurable and turned off by default... nobody needs that!

I guess it would be possible to drop the libcurl requirement if both getwork and GBT could be disabled, right?
Indeed, but would require carving out a large chunk of code to be configurable. The thought has definitely crossed my mind.
sr. member
Activity: 658
Merit: 250
please make GBT configurable and turned off by default... nobody needs that!

I guess it would be possible to drop the libcurl requirement if both getwork and GBT could be disabled, right?
hero member
Activity: 770
Merit: 502
New version: 3.1.1 (for workgroups), 11th May 2013

Thank you so much, ckolivas.

Sending a donation your way. Can you supply me a litecoin donation address?
Sure (hint: SCRYPT-README Wink )

Lc8TWMiKM7gRUrG8VB8pPNP1Yvt1SGZnoH

Ah. Cool. Sent ya 2 ltc Smiley. Great work.
full member
Activity: 168
Merit: 100
please make GBT configurable and turned off by default... nobody needs that!
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
What did ./configure return?
Output on
Pastebin

Looks pretty convincing to me:
Code:
configure: WARNING: Could not find curses library - if you want a TUI, install libncurses-dev or pdcurses-dev

  curses.TUI...........: NOT FOUND. TUI support DISABLED
member
Activity: 86
Merit: 10
I just compiled and maked cgminer 3.1.1 from git repo.
Code:
./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --enable-scrypt
make
And after run I see only working log rows without stat table on top.

How to configure project for "general" view ?

P.S. But all fine with binaries from author:

You're missing pdcurses
Already installed:
Code:
$ sudo aptitude search libncurses5-dev
i   libncurses5-dev  - developer's libraries for ncurses
What did ./configure return?
Output on
Pastebin


-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Libcurl gone then? Or still needed for other stuff?
Needed for getwork and GBT still, alas. Constructing http headers is not trivial enough to do raw :s
legendary
Activity: 1795
Merit: 1208
This is not OK.
Libcurl gone then? Or still needed for other stuff?
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
I just compiled and maked cgminer 3.1.1 from git repo.
Code:
./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --enable-scrypt
make
And after run I see only working log rows without stat table on top.

How to configure project for "general" view ?

P.S. But all fine with binaries from author:

You're missing pdcurses
Already installed:
Code:
$ sudo aptitude search libncurses5-dev
i   libncurses5-dev  - developer's libraries for ncurses
What did ./configure return?
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
New version: 3.1.1 (for workgroups), 11th May 2013

Thank you so much, ckolivas.

Sending a donation your way. Can you supply me a litecoin donation address?
Sure (hint: SCRYPT-README Wink )

Lc8TWMiKM7gRUrG8VB8pPNP1Yvt1SGZnoH
member
Activity: 86
Merit: 10
I just compiled and maked cgminer 3.1.1 from git repo.
Code:
./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --enable-scrypt
make
And after run I see only working log rows without stat table on top.

How to configure project for "general" view ?

P.S. But all fine with binaries from author:

You're missing pdcurses
Already installed:
Code:
$ sudo aptitude search libncurses5-dev
i   libncurses5-dev  - developer's libraries for ncurses
hero member
Activity: 770
Merit: 502
New version: 3.1.1 (for workgroups), 11th May 2013

Thank you so much, ckolivas.

Sending a donation your way. Can you supply me a litecoin donation address?
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Is theirthere any eta for a x64 version for windows due to come out ?
As per the readme FAQ: No.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
I just compiled and maked cgminer 3.1.1 from git repo.
Code:
./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --enable-scrypt
make
And after run I see only working log rows without stat table on top.

How to configure project for "general" view ?

P.S. But all fine with binaries from author:

You're missing pdcurses
Jump to: