Bitcoin Forum
October 15, 2024, 07:37:04 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 476 477 478 479 480 481 482 483 484 485 486 487 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 570 571 572 573 »
10501  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 03, 2012, 07:30:52 AM
Updated git tree. (Thanks go to sveetsnelda for most of these fixes)

Update poclbm kernel for better performance on GCN and new SDKs with bitalign support when not BFI INT patching. Update phatk kernel to work properly for non BFI INT patched kernels, providing support for phatk to run on GCN and non-ATI cards.

If you're desperate to try these on windows, downloading the new files and using the old filenames will work

https://raw.github.com/ckolivas/cgminer/master/phatk120203.cl
https://raw.github.com/ckolivas/cgminer/master/poclbm120203.cl

use them to overwrite the existing
phatk110817.cl
poclbm110817.cl

This is not a magic performance enhancement. It might improve on nvidia if you can use the phatk kernel, and it will be significantly better on GCN (79xx cards) but will not match other kernels out there yet.
10502  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 03, 2012, 07:28:17 AM
when i do that with my 6970, it defaults back to stock settings.

I think this is an issue with the 6xxx series, not the miner software.

All 6000 series cards are restricted to GPU clock -125 for memclock.  For example, if you are running at 900 on GPU, the lowest you can clock the memory is 775.  Anything lower than 125 below the GPU clock will reset the memclock to stock speed.
Windows applications have extra backdoors to the hardware to get around this. We have no cross platform->linux code that can do this, nor do I have access to how it's done on windows. So afterburner and others can work around this limitation.
10503  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 02, 2012, 10:55:20 PM
Quote
So, summary:
--auto-gpu
by itself ends up enabling the cut off feature and nothing else, default is 95 degrees.
See why I would like --temp-cutoff to work without all the other stuff?
?
Likely, based on what you've described, I'm guessing what you want is:
--auto-gpu --temp-cutoff 72 --gpu-engine 975

This will start it at gpu engine speed 975 and will not throttle it, and will enable the thermal cutoff feature if it his 72 degrees.
10504  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 02, 2012, 10:39:43 PM
Quote
So, summary:
--auto-gpu
by itself ends up enabling the cut off feature and nothing else, default is 95 degrees.
See why I would like --temp-cutoff to work without all the other stuff?
?
10505  Other / Beginners & Help / Re: What drivers do you use? on: February 02, 2012, 10:35:19 PM
I expect that intensity 7-9 is optimal for just about every available card. Increasing intensity beyond this will likely make the displayed hashrate fluctuate more wildlly, but the average hashrate will be the same, and utility is unlikely to be affected positively or negatively. However, depending on which SDK/driver combination you use, CPU usage may rise quite dramatically when you get beyond the optimal value.
10506  Other / Beginners & Help / Re: What drivers do you use? on: February 02, 2012, 10:31:24 PM
Luck plays too big a role in utility to make such a claim I'm afraid.
10507  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 02, 2012, 10:29:34 PM
does "SICK" for middle card mean a dysfunctional PCI-e slot?  the card starts up fine but after about 2 min does this.

Heat?  What temps is it getting up to?
mid 80's only
Quote

What happens if you ONLY use the 2nd slots (no other cards)?

haven't tried that yet...
It means you're driving your card too hard, likely overclocking it too much for the available voltage and running temperature. cgminer tends to run GPUs extraordinarily hard at similar clocks compared to other mining software.
10508  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 02, 2012, 10:27:53 PM
Now having said that, since temp-cutoff doesn't actually adjust engine or memory clock speed, it may well be valid to have it enabled regardless. The default for temp-cutoff, as described in the readme  Roll Eyes, is 95 degrees.
I vote for this.  I actually asked about it many pages ago (possibly many moons by now) and didn't see a response.  In the meantime, though, without using a config file, can I keep the card at an overclocked speed and cutoff (my card quits working with auto-gpu or auto-fan, which is why I would like temp-cutoff to work without them, but if I could lock the GPU and not turn on auto-fan, that might be a workaround).  IOW, since this will presumably downclock before cutoff:
Code:
--auto-gpu --temp-hysteresis 1 --temp-cutoff 72 --gpu-engine 975
Is this a valid command?:
Code:
--auto-gpu --temp-hysteresis 1 --temp-cutoff 72 --gpu-engine 975-975
I would test it myself, but I don't really want to have to reboot two or three times because my card messes up, and I would rather fully understand the theory first.  Even after a lot of help in the last couple pages, I find it murky, especially since I thought I saw a post that implied the opposite of my understanding of --temp-overheat and --temp-cutoff...
That is an awfully low cutoff, and cutoff doesn't throttle unless you set the overheat temp LOWER than it. However, if you specify --auto-gpu without ANY other parameters, like engine speed or memory speed, it will STILL turn off the GPU without adjusting GPU engine clock when it gets to temp cutoff.

So, summary:
--auto-gpu
by itself ends up enabling the cut off feature and nothing else, default is 95 degrees.
10509  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 02, 2012, 10:24:55 PM
[2012-02-02 15:02:40] clGetPlatformsIDs failed (no GPU?)
[2012-02-02 15:02:40] 0 GPU devices detected
This is a broken SDK installation.

Come on conman how could they have broken the installation?

It is so simple (one step)
Quote
we just copied over opencl.dll version 1.1.0.0 from my windows7 machine (to windows xp machine).

Smiley
LOL  Cheesy
10510  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 02, 2012, 10:21:16 PM
[2012-02-02 15:02:40] clGetPlatformsIDs failed (no GPU?)
[2012-02-02 15:02:40] 0 GPU devices detected
This is a broken SDK installation.
10511  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 02, 2012, 09:40:31 PM
There is no way on earth it only says 0 devices enabled. I'm trying to help you so I expect the courtesy of you actually using the goddamn command.

An -n output looks like this.
[2012-02-03 08:36:22] CL Platform vendor: Advanced Micro Devices, Inc.
[2012-02-03 08:36:22] CL Platform name: AMD Accelerated Parallel Processing
[2012-02-03 08:36:22] CL Platform version: OpenCL 1.1 AMD-APP (831.4)
[2012-02-03 08:36:22] Error: Getting Device IDs (num)
[2012-02-03 08:36:22] clDevicesNum returned error, no GPUs usable
[2012-02-03 08:36:22] 0 GPU devices detected
10512  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 02, 2012, 09:11:23 PM
Well looks like you solved the 6000 series 150Mhz limit.  
Setting the memory 125 below engine speed is a problem only on software that uses the ATI Display Library to adjust the speeds. There is windows software that has other means of poking the devices to adjust speeds that does not use the ADL. ATI have not made that information available, nor is it, I believe, crossplatform. Thus I can't use their approach since I don't have access to that information, and even if I could, it would probably only work on windows. Flashing the bios on these devices makes it respond via ADL to below 125 though.

Also, the ADL does allow me to try and set values outside the "safe range", and that's what cgminer does, but that doesn't mean the hardware will listen to you. Hence why it returns to you the now "reported" values after you try and set it from the menu so you can confirm for yourself if it has taken or not. I can set all sorts of things outside the safe range, but cannot set others.
10513  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 02, 2012, 09:07:25 PM
is there anyone else running windows xp having the same problem as me? it says "no devices enabled. Cannot mine!"   2.1.2 works for me but i would like to see if i get higher hashes in xp
More info would be good... hardware, driver versions, sdk version, and what "cgminer.exe -n" gives you from 2.2.1.
10514  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 02, 2012, 09:05:34 PM
Thanks for the healthy discussion guys. The multiple input from various people makes it much easier to provide support if it doesn't all come from me.

Okay so on the temp-cutoff feature.

The theory behind the ADL usage in cgminer was that unless anything in GPU management was explicitly enabled, then cgminer should under no circumstances try and change settings itself. Thus auto-gpu must be enabled before temp-target, temp-overheat, or temp-cutoff are active. As ADL is unreliable in its ability to correlate which device is which from the mining, I was loathe to making it do anything unless the user had manually gone in and confirmed everything was working as anticipated. I really didn't want people to get "surprises".  Now having said that, since temp-cutoff doesn't actually adjust engine or memory clock speed, it may well be valid to have it enabled regardless. The default for temp-cutoff, as described in the readme  Roll Eyes, is 95 degrees.
10515  Other / CPU/GPU Bitcoin mining hardware / Re: Any wisdom on optimizing 6970's? on: February 02, 2012, 11:43:06 AM
I had an absolutely massive rise in hashrate going from 0 to 5% (more than 5%). Going from 5 to 20, on the other hand, would make hashrates fluctuate wildly, but ultimately be the same average as 5%. So it seemed to be more of transient turbo boost  at levels above 5%, but since mining goes 24/7, it ended up being the same. There is no documentation about what powertune really does. Nevertheless, if you're well within good heat ranges, and powertune is available, it is *well* worth trying. To me it appears to increase hashrate proportional to the amount of power it it uses which is perfectly valid as far as I'm concerned. No, I don't have hard at-the-wall numbers to prove this.
10516  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 01, 2012, 09:49:17 PM
also, why don't you just include an opencl.dll in the package?
cgminer is free software distributed under the GNU Public License.

opencl.dll is demon spawn distributed under the "sacrifice all your first born" license.
10517  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 01, 2012, 01:19:25 PM
Even so, on windows, when setting intensity to 9, 2.1.2 is 5 to 10 mhash faster (on linux with this "disable" it was much more noticeable).

My linux machine is a home server, and its almost never used as a desktop, but from time to time i VNC into it, and if i leave it at a high intensity, its unusable Tongue
phatk110817.cl
Note the date on the kernel. It's unchanged since 17th August 2011. For static intensity hashing, it should be, for all intents and purposes, identical. Compare the .bin files generated and see if they're different. If so, something different is there in your setup making different  kernels (we already asceratained you're on the same sdk, unless you changed it up and then down again). If  not, then any difference just should not be there.
10518  Other / CPU/GPU Bitcoin mining hardware / Re: Any wisdom on optimizing 6970's? on: February 01, 2012, 09:16:16 AM
Sapphire reference cards. They most definitely need a hardware modification to allow setting memory clock lower. There were some links showing how to do so with some wire and solder and shit and I decided against it <_<

Can you please post the link? I have a Weller soldering station, and would want to experiment a bit.
It's in these forums somewhere but I would just be searching for it too, sorry, since I haven't kept the link.
10519  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 01, 2012, 05:26:32 AM
from 2.2.1
Code:
[2012-02-01 00:16:55] Thread 1 being disabled                    
There's your answer. In 2.2.1, dynamic mode was made "lighter" on the desktop by using only one thread per GPU so that it is virtually not felt by the user. If you are on a dedicated mining rig, you need to give it a static intensity with something like -I 9 instead of leaving it dynamic.
10520  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 01, 2012, 03:01:44 AM
Code:
cgminer-2.2.1$ ./cgminer -ndev
[2012-01-31 21:54:21] CL Platform vendor: Advanced Micro Devices, Inc.
[2012-01-31 21:54:21] CL Platform name: AMD Accelerated Parallel Processing
[2012-01-31 21:54:21] CL Platform version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)
[2012-01-31 21:54:21] ADL Initialisation Error! Error -1!
[2012-01-31 21:54:21] 6 GPU devices detected

 Huh Is this bad?
Start the entire app the way you normally would and add "--verbose -D -T" and see what it says.
Pages: « 1 ... 476 477 478 479 480 481 482 483 484 485 486 487 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 570 571 572 573 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!