Author

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

newbie
Activity: 4
Merit: 0
Hi

I used CGMINER 3.1.1 with an radeon hd 5870 on RedHat EL 6.4 and all worked fine.
After upgrading to 3.3.1 I only get HWs but no shares. What has changed since 3.1.1?

Thx
You changed your driver.

See GPU-README. It's even in UPPERCASE, screaming out to be read.

I read the files and did not find any hint. The driver is still the same.
I tried the old 3.1.1 one and it still works.
legendary
Activity: 3586
Merit: 1099
Think for yourself
Just to be clear, Windows is not a realtime operating system. 15ms? it used to be 10ms.  Shocked

I don't remember Windoze having a 10ms timer?  It used to be 32ms, I thought?  But no an RTOS it is not, nor meant to be.

I'm pretty sure it was 10 on XP.

I'm sure your correct.  OS/2 Warp 4 was 32ms.  Now with the newer kernels it's adjustable and I use 8ms.

Now back to regularly scheduled programming Smiley
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Hi

I used CGMINER 3.1.1 with an radeon hd 5870 on RedHat EL 6.4 and all worked fine.
After upgrading to 3.3.1 I only get HWs but no shares. What has changed since 3.1.1?

Thx
You changed your driver.

See GPU-README. It's even in UPPERCASE, screaming out to be read.
hero member
Activity: 490
Merit: 501
Just to be clear, Windows is not a realtime operating system. 15ms? it used to be 10ms.  Shocked

I don't remember Windoze having a 10ms timer?  It used to be 32ms, I thought?  But no an RTOS it is not, nor meant to be.

I'm pretty sure it was 10 on XP. I remember fighting to get 10ms of work done in a 300ms window. because of orphan control it couldn't be done. took 3 months to convice the muckity mucks it couldn't be done. Ended up using RedHat where we could set our own slice time.
legendary
Activity: 3586
Merit: 1099
Think for yourself
Just to be clear, Windows is not a realtime operating system. 15ms? it used to be 10ms.  Shocked

I don't remember Windoze having a 10ms timer?  It used to be 32ms, I thought?  But no an RTOS it is not, nor meant to be.
hero member
Activity: 490
Merit: 501
Just to be clear, Windows is not a realtime operating system. 15ms? it used to be 10ms.  Shocked
newbie
Activity: 4
Merit: 0
Hi

I used CGMINER 3.1.1 with an radeon hd 5870 on RedHat EL 6.4 and all worked fine.
After upgrading to 3.3.1 I only get HWs but no shares. What has changed since 3.1.1?

Thx
legendary
Activity: 3586
Merit: 1099
Think for yourself
I find very telling that the only responses I got here were after I said I fixed it and to just talk shit, basically because I'm upset. Very helpful. How about pointing out some of those posts. No you just wait for a troll moment then pounce. THANK YOU
TROLLS
VERY HELPFUL
Says the person who wouldn't post how their problem was fixed. Isn't that telling as well?

So you guys aren't willing to help me fix a problem on my one setup which is most likely different than every other setup because everyone's machine is different?  Well... Screw you guys... I'm going home.

What are you whining about?  This conversation had nothing to do with you.  Unless your the same person as GrapeApe using more than one account?!?!?


I believe he was being sarcastic and mocking the troll. Just my take.

Ah, sarcasm, difficult concept to grasp at times. Smiley

Sorry Alatvian.
Thanks Jashwaa,
Sam
hero member
Activity: 700
Merit: 500
I find very telling that the only responses I got here were after I said I fixed it and to just talk shit, basically because I'm upset. Very helpful. How about pointing out some of those posts. No you just wait for a troll moment then pounce. THANK YOU
TROLLS
VERY HELPFUL
Says the person who wouldn't post how their problem was fixed. Isn't that telling as well?

So you guys aren't willing to help me fix a problem on my one setup which is most likely different than every other setup because everyone's machine is different?  Well... Screw you guys... I'm going home.

What are you whining about?  This conversation had nothing to do with you.  Unless your the same person as GrapeApe using more than one account?!?!?


I believe he was being sarcastic and mocking the troll. Just my take.

http://www.youtube.com/watch?v=zyltK6pmJGg
hero member
Activity: 497
Merit: 500
I find very telling that the only responses I got here were after I said I fixed it and to just talk shit, basically because I'm upset. Very helpful. How about pointing out some of those posts. No you just wait for a troll moment then pounce. THANK YOU
TROLLS
VERY HELPFUL
Says the person who wouldn't post how their problem was fixed. Isn't that telling as well?

So you guys aren't willing to help me fix a problem on my one setup which is most likely different than every other setup because everyone's machine is different?  Well... Screw you guys... I'm going home.

What are you whining about?  This conversation had nothing to do with you.  Unless your the same person as GrapeApe using more than one account?!?!?


I believe he was being sarcastic and mocking the troll. Just my take.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
ckolivas, you mentioned that Windows default 15ms timer resolution is shitty. Today I've just read that 15ms resolution is for reason http://randomascii.wordpress.com/2013/07/08/windows-timer-resolution-megawatts-wasted/
Indeed, after executing clockres and "powercfg -energy duration 5" I see, cgminer switched it to 1ms
Code:
ClockRes v2.0 - View the system clock resolution
Copyright (C) 2009 Mark Russinovich
SysInternals - www.sysinternals.com

Maximum timer interval: 15.600 ms
Minimum timer interval: 0.500 ms
Current timer interval: 1.000 ms

Platform Timer Resolution:Timer Request Stack
The stack of modules responsible for the lowest platform timer setting in this process.
Requested Period 10000
Requesting Process ID 5356
Requesting Process Path \Device\HarddiskVolume6\Downloads\prog\bt\cgminer\cgminer.exe
 Calling Module Stack  \Device\HarddiskVolume4\Windows\System32\ntdll.dll
 \Device\HarddiskVolume4\Windows\System32\winmm.dll
 \Device\HarddiskVolume6\Downloads\prog\bt\cgminer\cgminer.exe
I haven't found exact notice of that in NEWS.txt, but this
Code:
Version 3.0.0 - April 22nd, 2013
- Create a cgminer specific gettimeofday wrapper that is always called with tz
set to NULL and increases the resolution on windows.
- Add high resolution to nmsleep wrapper on windows.
So is timer resolution change in cgminer intentional?
Indeed it is intentional. We work with very tight timeframes and 15ms resolution isn't remotely accurate enough for what's required by some higher performance, but poorly designed hardware. If the hardware in question had nice queues for submitting work and buffers for returning work and didn't require polling, we wouldn't need to do this, but we do. Otherwise, depending on which device we're talking about, we'd lose results, the results would be corrupted or we'd be unable to keep it busy (the avalon suffers from all of the above for example).

Note that we try to only enable high resolution timers for the duration we need them, but with so much going on in cgminer, it ends up being on most of the time.
newbie
Activity: 18
Merit: 0
ckolivas, you mentioned that Windows default 15ms timer resolution is shitty. Today I've just read that 15ms resolution is for reason http://randomascii.wordpress.com/2013/07/08/windows-timer-resolution-megawatts-wasted/
Indeed, after executing clockres and "powercfg -energy duration 5" I see, cgminer switched it to 1ms
Code:
ClockRes v2.0 - View the system clock resolution
Copyright (C) 2009 Mark Russinovich
SysInternals - www.sysinternals.com

Maximum timer interval: 15.600 ms
Minimum timer interval: 0.500 ms
Current timer interval: 1.000 ms

Platform Timer Resolution:Timer Request Stack
The stack of modules responsible for the lowest platform timer setting in this process.
Requested Period 10000
Requesting Process ID 5356
Requesting Process Path \Device\HarddiskVolume6\Downloads\prog\bt\cgminer\cgminer.exe
 Calling Module Stack  \Device\HarddiskVolume4\Windows\System32\ntdll.dll
 \Device\HarddiskVolume4\Windows\System32\winmm.dll
 \Device\HarddiskVolume6\Downloads\prog\bt\cgminer\cgminer.exe
I haven't found exact notice of that in NEWS.txt, but this
Code:
Version 3.0.0 - April 22nd, 2013
- Create a cgminer specific gettimeofday wrapper that is always called with tz
set to NULL and increases the resolution on windows.
- Add high resolution to nmsleep wrapper on windows.
So is timer resolution change in cgminer intentional?
legendary
Activity: 3586
Merit: 1099
Think for yourself
I find very telling that the only responses I got here were after I said I fixed it and to just talk shit, basically because I'm upset. Very helpful. How about pointing out some of those posts. No you just wait for a troll moment then pounce. THANK YOU
TROLLS
VERY HELPFUL
Says the person who wouldn't post how their problem was fixed. Isn't that telling as well?

So you guys aren't willing to help me fix a problem on my one setup which is most likely different than every other setup because everyone's machine is different?  Well... Screw you guys... I'm going home.

What are you whining about?  This conversation had nothing to do with you.  Unless your the same person as GrapeApe using more than one account?!?!?
hero member
Activity: 497
Merit: 500
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
I find very telling that the only responses I got here were after I said I fixed it and to just talk shit, basically because I'm upset. Very helpful. How about pointing out some of those posts. No you just wait for a troll moment then pounce. THANK YOU
TROLLS
VERY HELPFUL
Says the person who wouldn't post how their problem was fixed. Isn't that telling as well?

So you guys aren't willing to help me fix a problem on my one setup which is most likely different than every other setup because everyone's machine is different?  Well... Screw you guys... I'm going home.
Bye Smiley

Really, the problem is people not bothering to read the README files that have the answers.

Basically:

"Oooh wow - free software to make money"

"Damn I'm not getting my free money"

"Why should I bother to read README files to get free money, I'm sure I can get someone else to do that for me so I get free money for no effort at all"

"Hey - can someone help me"

...
newbie
Activity: 37
Merit: 0
I find very telling that the only responses I got here were after I said I fixed it and to just talk shit, basically because I'm upset. Very helpful. How about pointing out some of those posts. No you just wait for a troll moment then pounce. THANK YOU
TROLLS
VERY HELPFUL
Says the person who wouldn't post how their problem was fixed. Isn't that telling as well?

So you guys aren't willing to help me fix a problem on my one setup which is most likely different than every other setup because everyone's machine is different?  Well... Screw you guys... I'm going home.
hero member
Activity: 497
Merit: 500
I find very telling that the only responses I got here were after I said I fixed it and to just talk shit, basically because I'm upset. Very helpful. How about pointing out some of those posts. No you just wait for a troll moment then pounce. THANK YOU
TROLLS
VERY HELPFUL
Says the person who wouldn't post how their problem was fixed. Isn't that trolling as well?

Fixed it for you.
hero member
Activity: 981
Merit: 500
DIV - Your "Virtual Life" Secured and Decentralize
I find very telling that the only responses I got here were after I said I fixed it and to just talk shit, basically because I'm upset. Very helpful. How about pointing out some of those posts. No you just wait for a troll moment then pounce. THANK YOU
TROLLS
VERY HELPFUL
Says the person who wouldn't post how their problem was fixed. Isn't that telling as well?
legendary
Activity: 952
Merit: 1000
It's obnoxious having to help people who won't help themselves over and over.
It sounds harsh, but it's true. Oh so very true...  Roll Eyes Tongue
Jump to: