Author

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

-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Feature request...

Code:
 [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  69.5C 4535RPM | 357.0/363.8Mh/s | A:285 R:0 HW:0 U:5.02/m I: 9
 GPU 1:  74.0C         | 366.4/363.9Mh/s | A:299 R:0 HW:0 U:5.26/m I: 9
 GPU 2:  67.5C 4108RPM | 372.9/363.8Mh/s | A:289 R:0 HW:0 U:5.09/m I: 9
 GPU 3:  62.5C         | 366.4/363.7Mh/s | A:262 R:0 HW:0 U:4.61/m I: 9
 GPU 4:  68.0C 3564RPM | 370.8/363.6Mh/s | A:294 R:0 HW:0 U:5.18/m I: 9
 GPU 5:  71.0C         | 340.5/363.6Mh/s | A:318 R:1 HW:0 U:5.60/m I: 9

These are three 5970s.  auto-fan is on with a target of 70C for all, 3C hysteresis.  At this snapshot GPUs 1 and 5 ran 3C-4.5C hotter than their card-mates, and GPU 3 ran 5C cooler than its mate.  I believe that because GPUs 1, 3, and 5 don't return fan values that cgminer is ignoring their temps w/r auto-fan.  Assuming that cgminer can't tell via ADL or otherwise that two GPUs share a fan, I would like to able to tell that to cgminer and thus have my temp targets applied to (in my case) odd-numbered GPUs as well as to even-numbered ones.

I cannot code for a 5970 or 6990 without poking and prodding them with code, and since I don't own one, it's unlikely to happen in a safe manner. If I just guess, I'll likely do something which could be bad...
hero member
Activity: 798
Merit: 1000
Right, gotcha.  I'm at work at the mo so I'll mess with it when I get home Wink
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Read my second reply, it was running for at least an hour the first time I noticed. 

Besides, its completely repeatable.   Start 2.0.8 and I immediately get 420mH or thereabout.   Start 2.0.7 or 2.1.1 and its immediately capped at 380mH and sticks there.
Exactly the same .bin files?

Basically all I did was download the 2.0.7 zip, extract the folder to the desktop and add my bat file.   Same goes for 2.1.1.

I was previously using 2.0.7 full time before 2.0.8 (obviously) and it was all fine, so I can't really explain it.
   
No I mean the actual compiled CL .bin file that does the GPU mining.
e.g. for my 6950 it is called: phatk110817Caymanbitalignv2w128long8.bin
(I use mostly default options)

See if copying the 2.0.8 one into the 2.1.1 directory makes it run the same ...

Those .bin files are usually create once the first time and used forever after
My 2.1.1 is still running one dated 13-Nov from when I first used a 2.0.8 version of the software in my miner directory - but of course my 2.0.8 versions were many and varied Smiley
hero member
Activity: 798
Merit: 1000
Read my second reply, it was running for at least an hour the first time I noticed. 

Besides, its completely repeatable.   Start 2.0.8 and I immediately get 420mH or thereabout.   Start 2.0.7 or 2.1.1 and its immediately capped at 380mH and sticks there.
Exactly the same .bin files?

Basically all I did was download the 2.0.7 zip, extract the folder to the desktop and add my bat file.   Same goes for 2.1.1.

I was previously using 2.0.7 full time before 2.0.8 (obviously) and it was all fine, so I can't really explain it.
   
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Read my second reply, it was running for at least an hour the first time I noticed.  

Besides, its completely repeatable.   Start 2.0.8 and I immediately get 420mH or thereabout.   Start 2.0.7 or 2.1.1 and its immediately capped at 380mH and sticks there.
Exactly the same .bin files?
member
Activity: 266
Merit: 36
Feature request...

On startup output all settings to stderr.

Edit:  Or not. ... I realize I can in effect do this myself by adding a command to my cgminer startup script to copy cgminer.conf to my logs dir, adding a timestamp to the filename.  And for extra credit, copy only if it's been changed since the last copy.

Here's my current startup script:

Code:
xhost + &> /dev/null
now="`date +%Y.%m.%d.%H.%M.%S`"
cd ~/miners/cgminer  # or wherever your cgminer directory is
# logs/ is assumed to be in the cgminer directory
diff cgminer.conf $(ls -1 logs/*.conf | tail -n 1) &> /dev/null || cp cgminer.conf logs/$now.conf
DISPLAY=:0 cgminer -c cgminer.conf 2> logs/$now.log

This results in files in the logs directory like this:
2012.01.01.21.12.05.log
2012.01.02.07.24.45.log
2012.01.02.08.39.02.conf
2012.01.02.08.39.02.log
2012.01.02.12.38.31.log

...where the .conf file is copied to logs (and renamed with a timestamp) only if it's changed since the last time it was copied.

Edit: my first copy/paste omitted the first line of the script.
hero member
Activity: 798
Merit: 1000
Read my second reply, it was running for at least an hour the first time I noticed.  

Besides, its completely repeatable.   Start 2.0.8 and I immediately get 420mH or thereabout.   Start 2.0.7 or 2.1.1 and its immediately capped at 380mH and sticks there.
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
You cant draw conclusions over such a  short timeframe. Let it run for a few hours, then compare. And compare the average reported on top, not the 5s average which can fluctuate a lot.

I've been running 2.08 for days, and 420Mh is the average.

Before this test I ran 2.1.1 for a few hours and only noticed the speeds just now.  I went back to 2.0.8 to test and grab the "screenshot" and then again with 2.1.1 and grabbed that screenshot.

Ok, weirdly, I just tried 2.0.7 and that's giving the same behaviour as 2.1.1...  odd as it was fine back when I used it daily.   Maybe I'll reboot Smiley

EDIT:  Reboot didn't help.  Stuck at 380Mhash.   Weird.
When A:NNNN is at least a few thousand then the figures may be of interest.
Until then they mean nothing for anyone but your own interest.

The first time I ran 2.1.1 I also used the --gpu-memdiff option for the first time and it jumped UP 20Mh/s for the first few minutes then it dropped back to normal.
I was wondering if I had missed something all this time (one of my GPU's steps the clock down 30 due to heat) and I thought that was something I had missed all this time.
But an hour later it showed the usual average.

So yeah give it an hour and look at the 2nd number only.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
By the way, if you're using the donation option, and you've been having lots of communication issues lately, it's probably that  Embarrassed The pool your donations are going to is still having lots of teething problems with its migration.
hero member
Activity: 798
Merit: 1000
You cant draw conclusions over such a  short timeframe. Let it run for a few hours, then compare. And compare the average reported on top, not the 5s average which can fluctuate a lot.

I've been running 2.08 for days, and 420Mh is the average.

Before this test I ran 2.1.1 for a few hours and only noticed the speeds just now.  I went back to 2.0.8 to test and grab the "screenshot" and then again with 2.1.1 and grabbed that screenshot.

Ok, weirdly, I just tried 2.0.7 and that's giving the same behaviour as 2.1.1...  odd as it was fine back when I used it daily.   Maybe I'll reboot Smiley

EDIT:  Reboot didn't help.  Stuck at 380Mhash.   Weird.

You change your driver recently.  The SDK change doesn't take place until system reboot.

Nope, unfortunately not.   2.0.8 still works fine...  weird.
donator
Activity: 1218
Merit: 1079
Gerald Davis
You cant draw conclusions over such a  short timeframe. Let it run for a few hours, then compare. And compare the average reported on top, not the 5s average which can fluctuate a lot.

I've been running 2.08 for days, and 420Mh is the average.

Before this test I ran 2.1.1 for a few hours and only noticed the speeds just now.  I went back to 2.0.8 to test and grab the "screenshot" and then again with 2.1.1 and grabbed that screenshot.

Ok, weirdly, I just tried 2.0.7 and that's giving the same behaviour as 2.1.1...  odd as it was fine back when I used it daily.   Maybe I'll reboot Smiley

EDIT:  Reboot didn't help.  Stuck at 380Mhash.   Weird.

You change your driver recently.  The SDK change doesn't take place until system reboot.
hero member
Activity: 798
Merit: 1000
You cant draw conclusions over such a  short timeframe. Let it run for a few hours, then compare. And compare the average reported on top, not the 5s average which can fluctuate a lot.

I've been running 2.08 for days, and 420Mh is the average.

Before this test I ran 2.1.1 for a few hours and only noticed the speeds just now.  I went back to 2.0.8 to test and grab the "screenshot" and then again with 2.1.1 and grabbed that screenshot.

Ok, weirdly, I just tried 2.0.7 and that's giving the same behaviour as 2.1.1...  odd as it was fine back when I used it daily.   Maybe I'll reboot Smiley

EDIT:  Reboot didn't help.  Stuck at 380Mhash.   Weird.
donator
Activity: 798
Merit: 500
2.1.1

Code:
[2012-01-02 07:13:04] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:04] Rejected 00000000.b0b545fc.f5c0bfa7 GPU 1 thread 1 pool 0
[2012-01-02 07:13:06] Accepted 00000000.2dffb765.2a7d652a GPU 1 thread 1 pool 0
[2012-01-02 07:13:07] Accepted 00000000.27f2502f.3ce76d2b GPU 3 thread 3 pool 0
[2012-01-02 07:13:08] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:09] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:09] Rejected 00000000.49e6dd08.2b6a6479 GPU 4 thread 10 pool 0
[2012-01-02 07:13:11] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:15] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:15] Accepted 00000000.ed517576.0c71ca9d GPU 5 thread 11 pool 0
[2012-01-02 07:13:20] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:23] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:23] Accepted 00000000.e4dbe71a.38ebcab1 GPU 3 thread 9 pool 0
[2012-01-02 07:13:24] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:24] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:24] Accepted 00000000.9bb3b52c.8158e26a GPU 2 thread 2 pool 0
[2012-01-02 07:13:27] Accepted 00000000.5a9dc65a.5137f0a3 GPU 3 thread 9 pool 0
[2012-01-02 07:13:31] Accepted 00000000.9561d04e.5628b44c GPU 4 thread 10 pool 0
[2012-01-02 07:13:38] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:38] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:38] Accepted 00000000.be2f6d7e.fd4f0b14 GPU 1 thread 7 pool 0
[2012-01-02 07:13:38] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:38] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:38] Accepted 00000000.a8887535.69385436 GPU 3 thread 3 pool 0
[2012-01-02 07:13:42] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:46] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:46] Rejected 00000000.37f13ba5.00343e58 GPU 3 thread 3 pool 0
[2012-01-02 07:13:48] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:54] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:54] Accepted 00000000.d0f64ff1.b3410a8e GPU 5 thread 11 pool 0
[2012-01-02 07:13:55] Accepted 00000000.4ba4218b.7a9fbede GPU 4 thread 4 pool 0
[2012-01-02 07:13:56] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:03] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:03] Accepted 00000000.543570da.3d83e326 GPU 4 thread 4 pool 0
[2012-01-02 07:14:04] Accepted 00000000.e55028b1.a3c0ca62 GPU 1 thread 7 pool 0
[2012-01-02 07:14:06] Accepted 00000000.d048a0cf.aedae05d GPU 3 thread 9 pool 0
[2012-01-02 07:14:06] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:06] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:06] Accepted 00000000.6dd7c39b.d1e25783 GPU 3 thread 9 pool 0
[2012-01-02 07:14:06] Accepted 00000000.e096a20c.03b55f25 GPU 4 thread 10 pool 0
[2012-01-02 07:14:08] Accepted 00000000.8af1cab4.490d4f09 GPU 4 thread 10 pool 0
[2012-01-02 07:14:09] Accepted 00000000.57eb97c0.c9585ae2 GPU 4 thread 10 pool 0
[2012-01-02 07:14:10] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:10] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:10] Accepted 00000000.024f145c.d0add7bd GPU 2 thread 8 pool 0
[2012-01-02 07:14:12] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:13] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:13] Accepted 00000000.b0e1b282.abdad171 GPU 3 thread 9 pool 0
[2012-01-02 07:14:13] Accepted 00000000.9f4303a4.9932976c GPU 5 thread 11 pool 0
[2012-01-02 07:14:14] Accepted 00000000.63bc1fc1.959a4ae2 GPU 3 thread 9 pool 0
[2012-01-02 07:14:14] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:15] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:15] Accepted 00000000.856a63c4.28ac77c0 GPU 3 thread 9 pool 0
[2012-01-02 07:14:17] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:17] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:17] Accepted 00000000.2e0a05dd.2a22906f GPU 3 thread 3 pool 0
[2012-01-02 07:14:18] Accepted 00000000.04a7bfc7.84616197 GPU 5 thread 11 pool 0
[2012-01-02 07:14:20] Accepted 00000000.ddb4420f.e3fee3d4 GPU 1 thread 1 pool 0
[2012-01-02 07:14:20] Accepted 00000000.de1ea58a.58196872 GPU 2 thread 8 pool 0
[2012-01-02 07:14:21] Accepted 00000000.1705088a.aae2b09e GPU 3 thread 3 pool 0
[2012-01-02 07:14:23] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:25] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:25] Accepted 00000000.2084a552.ac8911f0 GPU 2 thread 2 pool 0
[2012-01-02 07:14:25] Rejected 00000000.96ea687a.4aa9653f GPU 2 thread 2 pool 0

2.0.7

Code:
[2012-01-02 07:13:00] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:23] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:23] Accepted 00000000.76595ff9.de32d2f2 GPU 1 thread 5 pool 0
[2012-01-02 07:13:31] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:32] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:32] Rejected 00000000.df7eac5a.8914a61c GPU 3 thread 3 pool 0
[2012-01-02 07:13:32] Rejected 00000000.ebda8037.8f7db879 GPU 0 thread 0 pool 0
[2012-01-02 07:13:33] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:34] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:34] Accepted 00000000.11873818.f24c4c5c GPU 1 thread 5 pool 0
[2012-01-02 07:13:34] Accepted 00000000.8a0f5c9f.ea8ded3d GPU 1 thread 5 pool 0
[2012-01-02 07:13:34] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:37] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:37] Accepted 00000000.8bbad5cc.b9d2a4a7 GPU 0 thread 4 pool 0
[2012-01-02 07:13:37] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:39] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:39] Accepted 00000000.74512c85.88c0e5dd GPU 1 thread 5 pool 0
[2012-01-02 07:13:39] Accepted 00000000.337a5fc9.41c5a471 GPU 0 thread 4 pool 0
[2012-01-02 07:13:41] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:43] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:43] Accepted 00000000.aa5740bb.d834d2d0 GPU 2 thread 2 pool 0
[2012-01-02 07:13:45] Accepted 00000000.671c0adc.b63e24e0 GPU 1 thread 5 pool 0
[2012-01-02 07:13:45] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:47] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:47] Accepted 00000000.eb2af372.4ce713cf GPU 0 thread 4 pool 0
[2012-01-02 07:13:48] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:52] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:52] Rejected 00000000.d73372e3.ecadb2ae GPU 1 thread 5 pool 0
[2012-01-02 07:13:54] Accepted 00000000.b1f34824.9a9bf85f GPU 1 thread 5 pool 0
[2012-01-02 07:13:55] Rejected 00000000.8ee49284.1e96e567 GPU 2 thread 2 pool 0
[2012-01-02 07:13:55] Accepted 00000000.fb282837.330dd629 GPU 3 thread 7 pool 0
[2012-01-02 07:13:57] Pool 0 communication failure, caching submissions
[2012-01-02 07:13:57] Pool 0 communication resumed, submitting work
[2012-01-02 07:13:57] Rejected 00000000.5fdd51e4.31ca44dc GPU 3 thread 3 pool 0
[2012-01-02 07:14:02] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:03] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:03] Accepted 00000000.3f6a0be0.16aaac50 GPU 1 thread 5 pool 0
[2012-01-02 07:14:06] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:08] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:08] Accepted 00000000.7f7e5e4b.177e4b7f GPU 1 thread 5 pool 0
[2012-01-02 07:14:08] Accepted 00000000.3d50007b.8fe6da3f GPU 0 thread 4 pool 0
[2012-01-02 07:14:11] Accepted 00000000.cdbf7249.16c5e2c8 GPU 1 thread 5 pool 0
[2012-01-02 07:14:13] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:16] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:16] Accepted 00000000.f674cc25.6f8f32a2 GPU 2 thread 2 pool 0
[2012-01-02 07:14:19] Accepted 00000000.58c68476.725bc8a9 GPU 1 thread 1 pool 0
[2012-01-02 07:14:22] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:32] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:32] Accepted 00000000.945939ab.834c8b6b GPU 3 thread 7 pool 0
[2012-01-02 07:14:32] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:32] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:32] Accepted 00000000.1fb1c87d.4adc4165 GPU 2 thread 2 pool 0
[2012-01-02 07:14:34] Accepted 00000000.17180ee7.0992118c GPU 1 thread 1 pool 0
[2012-01-02 07:14:35] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:37] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:37] Rejected 00000000.97064369.f7508701 GPU 1 thread 1 pool 0
[2012-01-02 07:14:46] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:55] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:55] Accepted 00000000.b55d89c3.4b3e16fe GPU 2 thread 6 pool 0
[2012-01-02 07:14:55] Pool 0 communication failure, caching submissions
[2012-01-02 07:14:56] Pool 0 communication resumed, submitting work
[2012-01-02 07:14:56] Rejected 00000000.04cfa007.0b8f337f GPU 1 thread 5 pool 0
[2012-01-02 07:14:56] Rejected 00000000.13017bca.b4fb5d48 GPU 0 thread 0 pool 0

The comm issue isn't new, but the 2.1.x locks up, which this was when I got to it so I could not turn on debugging (2.0.7 cleared up and was still hashing) Here is the last entries from the 2.1.1 screen:
Code:
[2012-01-02 09:25:32] Accepted 00000000.5b2fd745.f4b5aba4 GPU 3 thread 3 pool 0
[2012-01-02 09:30:47] LONGPOLL detected new block on network, waiting on fresh work

5 minute gap on timestamps.  It still gets LONGPOLL messages but it isn't hashing??

Here is from 2.1.0 on a different day - same thing, last entries:
Code:
[2011-12-29 08:52:15] LONGPOLL detected new block on network, waiting on fresh work
[2011-12-29 09:10:32] LONGPOLL detected new block on network, waiting on fresh work
hero member
Activity: 798
Merit: 1000
You cant draw conclusions over such a  short timeframe. Let it run for a few hours, then compare. And compare the average reported on top, not the 5s average which can fluctuate a lot.

I've been running 2.08 for days, and 420Mh is the average.

Before this test I ran 2.1.1 for a few hours and only noticed the speeds just now.  I went back to 2.0.8 to test and grab the "screenshot" and then again with 2.1.1 and grabbed that screenshot.
hero member
Activity: 518
Merit: 500
You cant draw conclusions over such a  short timeframe. Let it run for a few hours, then compare. And compare the average reported on top, not the 5s average which can fluctuate a lot.
hero member
Activity: 798
Merit: 1000
Hmm, bit of an issue here...


With cgminer 2.0.8 I get this:

GPU 3: 72.5C 2704RPM | 422.8/437.8Mh/s | A:4 R:0 HW:0 U:4.34/m I:9



With 2.1.1. I get this:

GPU 3:  74.0C 2447RPM | 378.5/384.7Mh/s | A:26 R:0 HW:0 U:6.34/m I: 9



Pretty big speed drop there, it's almost like it doesn't actually apply the overclock (even though it's reporting 930mhz).  This is a 5870, and I'm using the exact same .bat file to start both instances.
hero member
Activity: 518
Merit: 500
I just compiled 2.1.1 on linuxcoin; For no apparent reason, it still seems to send a few shares to a failover pool each time after receiving a long poll. There is no indication of the primary pool being slow or down:
Code:
[2012-01-02 18:07:00] LONGPOLL requested work restart, waiting on fresh work
[2012-01-02 18:07:03] Accepted 00000000.638a8cdc.d04fad04 GPU 0 thread 2 pool 0
[2012-01-02 18:07:04] Accepted 00000000.5ca59695.abfef338 GPU 1 thread 1 pool 1 <<<<<<<
[2012-01-02 18:07:07] Accepted 00000000.1d1a6056.49d23631 GPU 0 thread 0 pool 0
[2012-01-02 18:07:07] Accepted 00000000.c4c1a1be.5059d232 GPU 0 thread 0 pool 0
[2012-01-02 18:07:18] Accepted 00000000.a2ba11d9.85832b6c GPU 0 thread 0 pool 0
[2012-01-02 18:07:42] Accepted 00000000.c36507c8.fbb965c8 GPU 1 thread 1 pool 0
[2012-01-02 18:07:44] Accepted 00000000.e068f69c.5b961150 GPU 1 thread 3 pool 0
[2012-01-02 18:07:48] Accepted 00000000.7538e8a6.d5b2dfa5 GPU 0 thread 2 pool 0
[2012-01-02 18:07:49] Accepted 00000000.3e93607e.846b1a21 GPU 1 thread 3 pool 0
[2012-01-02 18:08:10] Accepted 00000000.dd33c2bd.3cbf5975 GPU 0 thread 0 pool 0
[2012-01-02 18:08:12] Accepted 00000000.022ca257.0997122e GPU 1 thread 3 pool 0
[2012-01-02 18:08:14] LONGPOLL detected new block on network, waiting on fresh w
ork
[2012-01-02 18:08:22] Accepted 00000000.595178f1.18a8cb3d GPU 1 thread 1 pool 1  <<<<<<<
[2012-01-02 18:08:23] Accepted 00000000.849a98d9.464ec1ba GPU 1 thread 3 pool 1  <<<<<<<
[2012-01-02 18:08:27] Accepted 00000000.f09dc720.6b21b7c1 GPU 1 thread 1 pool 1  <<<<<<<
[2012-01-02 18:08:41] Accepted 00000000.4a6aa090.2b98099c GPU 1 thread 1 pool 0
[2012-01-02 18:08:46] Accepted 00000000.367074fe.7dc3a313 GPU 1 thread 1 pool 0
[2012-01-02 18:08:52] Accepted 00000000.12b021b0.8991d572 GPU 1 thread 1 pool 0
[2012-01-02 18:08:54] Accepted 00000000.0d25fa80.1e252b53 GPU 0 thread 2 pool 0
[2012-01-02 18:08:57] Accepted 00000000.50292a8d.add8ae8e GPU 1 thread 1 pool 0
[2012-01-02 18:09:07] Accepted 00000000.998e8934.7ee9f88c GPU 1 thread 3 pool 0
[2012-01-02 18:09:13] Accepted 00000000.934a726d.f8b42525 GPU 1 thread 3 pool 0

IM leaving my windows machine on 2.0.8 for now, if I get the "network hang bug" Ill be able to see if that bug is solved in 2.1.1
member
Activity: 266
Merit: 36
Feature request...

On startup output all settings to stderr.

Edit:  Or not. ... I realize I can in effect do this myself by adding a command to my cgminer startup script to copy cgminer.conf to my logs dir, adding a timestamp to the filename.  And for extra credit, copy only if it's been changed since the last copy.
member
Activity: 266
Merit: 36
Those with "comm errors" that lead to failures, are you using the ubuntu 11.11 binary on an older ubuntu?

11.04; cgminer homemade from your github repo.

Haven't seen the comm issue yet with 2.1.1, but that's been slightly less than 24 hours and I had longer runs with prior versions without seeing the problem.
full member
Activity: 373
Merit: 100
Just had the following little (late) new-year's present from the latest version of cgminer from git:

Code:
[2012-01-02 13:59:38] Accepted 00000000.935b8a14.f87bc58e GPU 0 thread 1
[2012-01-02 13:59:38] Rejected 00000000.935b8a14.f87bc58e GPU 0 thread 1
[2012-01-02 14:00:06] LONGPOLL requested work restart, waiting on fresh work
[2012-01-02 14:00:08] LONGPOLL detected new block on network, waiting on fresh work
[2012-01-02 14:00:09] LONGPOLL requested work restart, waiting on fresh work
[2012-01-02 14:00:12] LONGPOLL requested work restart, waiting on fresh work
[2012-01-02 14:00:13] LONGPOLL requested work restart, waiting on fresh work
[2012-01-02 14:00:15] LONGPOLL requested work restart, waiting on fresh work
[2012-01-02 14:00:16] LONGPOLL requested work restart, waiting on fresh work
[...]
[2012-01-02 14:01:57] Accepted 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:57] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:58] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:58] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:58] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:58] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0
[2012-01-02 14:01:58] Rejected 00000000.dbe81ea1.3c890b62 GPU 0 thread 0

and the corresponding 26 new dupes on BTC Guild. Around the same time my KDE became seriously unresponsive until I disabled mining altogether. I assume the latter is some bug in fglrx, but the dupes are somewhat suspicious. (restarting cgminer doesn't help with the unresponsiveness)
Jump to: