Bitcoin Forum
May 02, 2024, 10:52:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 [538] 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 »
10741  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: December 19, 2011, 12:19:58 AM
Heh, it's okay. I can implement anything I like if I feel like it, but I was just trying hard not to make any significant changes to the code for fear of breaking the heard-earned stability it now has.
10742  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: December 18, 2011, 11:53:06 PM
Right OK, my mistake, just noticed the following in the readme:

If the temperature goes over the
cutoff limit (95 degrees by default), cgminer will completely disable the GPU
from mining and it will not be re-enabled unless manually done so.

Is there any chance of getting a watchdog or something added so that it automatically re-enables the GPU after 5 mins or so?   In my case, the GPU is generally fine, but only occasionally overheats depending on the room.   If I manually restart a disabled GPU it tends to be fine for quite a while going forward.
It's possible, but currently cgminer can't differentiate a GPU being disabled from the menu or at startup from being disabled due to overheating, so it was chosen as being intrinsically safe to be that way. I'll think about it.
10743  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: December 18, 2011, 08:49:58 PM
Con,

Do you have an idea about the screenshot I posted?
If the ADL library is returning unsupported as the value from a device, cgminer won't try and show temp/fanspeeds for that device. If it's failing sometimes only for you, then the library is doing something funky :\ It's a miracle we ever got the library to control and monitor those values but it's an even bigger miracle that it works mostly as advertised. Unfortunately it's not always very reliable...
10744  Bitcoin / Mining software (miners) / Re: Best "In the Background" miner? on: December 18, 2011, 10:33:55 AM
Glad to see people are appreciating the many facets of cgminer now...
10745  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: December 18, 2011, 10:29:06 AM
You guys have scared me away from ever updating my graphics drivers
I have one major mining box that's been mining for 6 months solid at 1750+MH/s without ever changing the drivers from the reliable 11.6 drivers... oh and it's never once crashed.
10746  Bitcoin / Mining software (miners) / Re: Request for an RPC capable fork of cgminer (125/155 BTC pledged so far) on: December 18, 2011, 10:25:47 AM
Thanks to both of you also - Red Emerald and tnkflx.
Received both of your bounties.
Heh funny in one day I've already received more BTC than I have received in total since I started in July ... and there's still more to go Smiley

I just had to point out to them that you had done the work and there was no point procrastinating any further...
10747  Bitcoin / Mining software (miners) / Re: Request for an RPC capable fork of cgminer (125/155 BTC pledged so far) on: December 16, 2011, 11:20:57 PM
Kano has been very responsive and quick to develop this, but very few have tested it, and no one has paid him yet. I quite like what I see so far.
10748  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: December 14, 2011, 04:37:04 AM
The source code for cgminer is available online:

https://github.com/ckolivas/cgminer

You or the antivirus makers can audit it or build it yourself for windows and be guaranteed it's not a virus if you don't trust the binaries I supply. However, I'm the one who wrote the software so if you can't trust me despite the source code being available, then you are in deep shit. Soon every single windows user who wants to mine will be alienated by the antivirus software makers because every single piece of mining software *can* be bundled with a trojan. That doesn't make the mining software a virus trojan adware spyware keylogger or other random fucking shit that poor windows users suffer.
10749  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: December 12, 2011, 08:19:41 AM
No.
10750  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: December 12, 2011, 01:24:35 AM
Looks like you have dual GPU cards in there. The fan is controlled entirely by the first GPU and reports back the correct fan speed in RPM. When the device does not support reporting speed in RPM, cgminer will report it back in percentage. The fact that that GPU reports a lower speed is because it's trying to set the fan lower because the temperature is below 75, but the value is of course meaningless since no fan is actually connected to the output on that GPU; it's entirely dependent on the fan of its twin GPU.
10751  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: December 09, 2011, 10:35:19 PM
Um ... read the ARS thread ...

Read the question. The pool being connected to isn't the issue - when disabling a pool in cgminer, it seems that shares are still being submitted to the disabled pool.

I don't have an explanation at the moment. I'd say wait longer or restart cgminer without Ars as a configured pool.

On that note, it is sad to see the Ars pool running down.

Once you disable a pool in cgminer, what it does is stop requesting work from that pool. Now since work may be underway already from that pool, it will continue to look for shares in the existing work until all the work expires. The default expiration for work is set to 60 seconds. Then it will continue to try submitting shares if it has found any until the shares expire. The default expiration is set to 120 seconds. There is no point in throwing away work it has already started on. Anyway the practical upshot of this is that shares may be submitted for up to 2 minutes after you disable a pool. Furthermore, if your primary pool (pool 0) was disabled, the longpoll will still be coming from the primary pool and longpoll itself generates more work so after every longpoll you will still get a few small work items from that pool. I used to make longpoll switch from one pool to another whenever you changed your pool choice, but it led to crashes so it was simpler to just leave longpoll going to the one pool. I may revisit that code in the future but for the most part it doesn't matter who the longpoll comes from unless you're mixing merged mining and non-merged. In that case you should probably be using a merged mining pool as your primary pool so that longpoll goes to that and then you can throw out more work since that's what you want to do when merged...
10752  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: December 06, 2011, 12:32:59 PM
Does the automatic temperature cutoff only work above 85 degree C and will it also work if you don't use cgminers fan and overclock settings ?

The thermal cutoff function kicks in at whatever temp you set. If you don't set anything, it defaults to 95 Celsius.

The 85 Celsius threshold is (by default) when the fan gets cranked up to 100%.

Did not work for me.
cgminer does not touch fan speed unless you enable --auto-fan

What about auto cutoff ? How do i get this to work ?
--auto-gpu

cgminer will not assume you want it to automanage anything unless you tell it to
10753  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: December 06, 2011, 04:58:58 AM
Does the automatic temperature cutoff only work above 85 degree C and will it also work if you don't use cgminers fan and overclock settings ?

The thermal cutoff function kicks in at whatever temp you set. If you don't set anything, it defaults to 95 Celsius.

The 85 Celsius threshold is (by default) when the fan gets cranked up to 100%.

Did not work for me.
cgminer does not touch fan speed unless you enable --auto-fan
10754  Bitcoin / Mining software (miners) / Re: Request for an RPC capable fork of cgminer (120/145 BTC pledged so far) on: November 30, 2011, 10:50:33 PM
To YOU reading right now who haven't pledged (my soap box):
It makes me embarrassed by how little ckolivas has been compensated for all his hard work.  
Goddamnit that's the sum total of how much I've earned in donations in total for cgminer  Angry
If this project is interesting to you then here is a chance to make it right.  Pledge 1, 2 or 5 BTC towards the mainline integration "bonus" portion.  I have written shareware poker apps which generated 5 figures in revenue.  It is beyond sad that such an amazing project (which likely has required hundreds of hours) is so under-compensated.  If you don't support developers then don't complain when projects stall and die.  Saying "great work" is one thing putting your money where your mouth is means a lot more.  
Thanks very much for the sentiment. A few more people have donated, and some previous people have donated more since I made that comment. Indeed it was hundreds of hours as I spent the greater proportion of my time working on cgminer when I had 3 months off work.
10755  Bitcoin / Mining software (miners) / Re: Request for an RPC capable fork of cgminer (120/145 BTC pledged so far) on: November 30, 2011, 02:54:59 PM
For those talking about the windows version, perhaps you missed this:

Well after going through all the pain and agony of building a windows executable ...

It's here: https://github.com/kanoi/cgminer/downloads
10756  Bitcoin / Mining software (miners) / Re: How to Optimize cgminer for 5870 on: November 27, 2011, 11:11:08 PM
As coretechs said "aticonfig -f --initial --adapter=all" is probably what was missing. It sounds like you only had one GPU configured and the second is limping along purely by being attached by crossfire. You shouldn't need crossfire.
10757  Bitcoin / Mining software (miners) / Re: Request for an RPC capable fork of cgminer (120/145 BTC pledged so far) on: November 24, 2011, 09:23:54 PM
If and when it's finalised, I will be merging it into my tree, and then eventually I will make a windows version from it when I release a new official version of cgminer. However I would appreciate kano fixing any windows builds before then since things inevitably break when trying to port it.
10758  Bitcoin / Pools / Re: Record bad rate by a pool? on: November 24, 2011, 08:34:14 PM
Yeah I remember deepbit's uber long round, but I think that was when difficulty was closer to 2mill.

Anyway poor ozcoin's round isn't over yet so we'll see how this one pans out for them  Undecided
10759  Bitcoin / Pools / Re: Record bad rate by a pool? on: November 24, 2011, 04:04:08 PM
Strange, I cannot find shares for actual round on ozcoin. Where did you find it's near 12mil?

To your question:

* 1.19 mil is not the worst shares-per-block, I think my pool still keep the record in absolute numbers with 12.5 mil shares (with difficulty around 1.5mil)

* It's even not the worst block from side of shares/difficulty ratio. The worst ratio I'm aware on my pool was 12.33x difficulty, it was sometimes in January during connection issues of pool server so it's very likely that some valid submits has been lost. However the difficulty was around 20k, so it wasn't *so* strange in absolute numbers.

* Such long rounds are less likely, but not impossible. Time to time every pool is just unlucky. 10+ mil shares has been on all pools I'm watching.
12.3x difficulty has to have hurt. I was  speaking specifically of shares/difficulty since that correlates most strongly with the worst luck.
10760  Bitcoin / Pools / Record bad luck by a pool? on: November 24, 2011, 09:13:00 AM
Most pools have had their fair share of bad luck over their runtime, but I wonder what is the all time worst recorded hashrate / difficulty of any pool recorded so far? ozcoin is having an exceptionally bad run right now with almost 12 million shares on their current block over the current difficulty of 1192498. Of course one block is no marker for how a pool will perform after that...

It would be quite nice if people helped get them out of this rut.
Pages: « 1 ... 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 [538] 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!