Bitcoin Forum
June 01, 2024, 10:25:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 [467] 468 469 470 471 472 473 474 475 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 ... 570 »
9321  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.6 on: September 24, 2012, 07:12:31 PM
I really don't see anything obvious and tried building it from scratch again with a fresh tarball and have no problem. Are you building from git or tarball? If from git, are you running ./autogen.sh first?
9322  Bitcoin / Pools / Re: [1900 GH/s] EMC: 0 Fee/PPS/DGM/Merged Mining/Dwolla Payout/SMS/Yubikey/More on: September 24, 2012, 02:21:30 PM
All servers have been updated for dynamic difficulty now.  I've changed the parameters a bit to make the difficulty a little less - it now targets 12 getworks per minute in 3 minute windows (as opposed to 8 getworks per minute in a 3 minute window) ... meaning your difficulty won't be as high as it was on the dynamic test server at a given hashrate.

Let me know if there are any problems.

I will be taking diff10 and the dynamic server (port 8437) offline at some point, please take them out of your config files.  Diff10 is repointed to us1 already, but the dynamic test server will just go poof at some point.

For what it's worth, on the dynamic us3:8437 server, I was seeing a total "U" value of 8.  After switching back to the regular server, the total "U" value is 16.

Before:

Code:
(5s):1918.5 (avg):1597.9 Mh/s | Q:2601  A:11027  R:11  HW:0  E:424%  U:8.0/m
 TQ: 0  ST: 3  SS: 0  DW: 622  NB: 165  LW: 53329  GF: 1  RF: 0  [b]WU: 22.5[/b]
 Connected to http://us3.eclipsemc.com:8437 with LP as user ---

After:

Code:
 (5s):1161.3 (avg):1595.4 Mh/s | Q:239  A:3101  R:25  HW:0  E:1297%  U:16.1/m
 TQ: 0  ST: 3  SS: 0  DW: 23  NB: 24  LW: 7624  GF: 1  RF: 0  [b]WU: 22.9[/b]
 Connected to http://us3.eclipsemc.com:8337 with LP as user ---

That's perfectly normal, as you are submitting less shares at higher difficulty. That's precisely why there's a WU column instead to compare and they're about the same within margin for normal variance over that time frame. Note they're *all* supposed to be variable difficulty by now as you can see since your U and WU  don't match, displaying that.
9323  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.6 on: September 24, 2012, 12:26:51 PM
I ran configure on 2.7.6 and it said SDK NOT FOUND (for ADL).  This is in spite of the fact that I copied the same three .h files that I always copy to the ADL_SDK folder.  I've been running 2.7.4, so  I haven't tried 2.7.5.  Has something changed in 2.7.5 or 2.7.6 that would cause my configuration to stop being supported (ADL SDK downloaded Septemper 7, 2011, APP SDK 2.1, driver included in some Fedora [15] Repo)?
No?
9324  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.6 on: September 24, 2012, 05:05:59 AM
New release - Version 2.7.6, 24th September 2012

In anticipation of more instability once I start implementing the stratum protocol, I have released this updated version with only safe changes that can be relied upon to be stable.


Human readable changelog:

Should have finally fixed the "dynamic intensity gets stuck at a low value" bug.
Build will detect default SDK installation on linux now that AMD SDK 2.7 exports variables defining it.
Fixed the disabled/enabled/disabled thread when changing to dynamic intensity
The share hash display has been compacted further and the difficulty is now shown in anticipation of many pools moving to variable difficulty shares.
If a pool's server was alive but not returning work cgminer could have bombarded it with requests instead of failing.
Lots of goodies thanks to Kano who was working hard while I was away; I'll let him elaborate next post Smiley


Full changelog:

- Display share difficulty on log with a shortened hash display on submission.
- API stats add some pool getwork difficulty stats
- Ignore any pings pushed to the worker threads if the thread is still paused to
prevent it being enabled and disabled repeatedly.
- README - FAQ - usermod group - shouldn't remove other groups
- Test for sequential getwork failures on a pool that might actually be up but
failing to deliver work as we may end up hammering it repeatedly by mistake.
- reduce windows compile warnings
- util.c - bug - proxy - no data end condition
- As we average gpu time over 5 work intervals for dynamic GPU intensity, there
is no need to maintain a rolling average and it avoids the potential long term
corruption of a single overflow value.
- Test for the now-automatically exported variable AMDAPPSDKROOT when looking
for the presence of the OpenCL headers.
- API don't change 'Diff1 Shares' - backward compatability FTW
- miner.php highlighting correctly handling difficulty
- API - Add last share difficulty for devices and pool
- Store and report Accepted,Rejected,Stale difficulty in the summary and API
- WorkTime - display prevblock for scrypt
- api.c remove compile warnings
- Calculate work difficulty for each getwork and display with WorkTime debug
- remove MMQ unused variable warning
- FPGA - allow long or short device names in detect code + style police
- WorkTime - multiple nonce per work and identify the work source
- Optional WorkTime details with each Accepted/Rejected work item
- Icarus - ignore hardware errors in timing mode
- miner.php oops - mistype
- miner.php by default don't display IP/Port numbers in error messages
- api.c all STATUS messages automatically escaped
- api.c add missing escape for comma in MSG_PGAUNW
- API add display of and setting queue,scantime,expiry
- HW: dont submit bad shares
- save individual pool proxy settings to config
- --default-config - allow command line to define the default configuration file
for loading and saving
- API-README update for pools proxy info
- README URL proxy must use quote so show in the example
- bug: remove proxy: from the front of the proxy used
- CURL support for individual proxy per pool and all proxy types
- README spelling/etc
- README - FPGA device FAQ
- HW: error counter auto for all devices - ztex code not fixed
- API pgaidentify - unsupported message should be a warning
- API/BFL identify a device - currently only BFL to flash the led
- BFL add throttle count to internal stats + API
- BFL: missing device id in log message
- miner.php correct to new Diff1 Work field names
- API add device diff1 work
- API-README update
- api.c Correct diff1 field name
- count device diff1 shares
- API-README more debug parameter information
- API allow full debug settings control
9325  Bitcoin / Pools / Re: [800 GH] Ozcoin Pooled Mining | DGM | PPS | Pay txn | US and EU servers | on: September 24, 2012, 02:14:51 AM
I don't want you to have to say one is better than the other, but will Ozcoin support either GBT or Stratum?

+1
yes we will Smiley
I am leaning toward Stratum.
* ckolivas pushes Graet further towards it
9326  Bitcoin / Mining support / Re: Question: Solo Mining - Do/Can I Set-up Long Polling...? on: September 23, 2012, 10:16:58 PM
If you use cgminer and set solo mining as your first pool and set up a real pool which has longpoll as your 2nd pool, cgminer will use the longpoll from the backup pool to help speed up block change on the solo mining.
9327  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 22, 2012, 07:15:58 AM
Probably haven't loaded the module for the bitforce devices.
9328  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 21, 2012, 04:48:02 AM
Hi,

I just want to report that it seems cgminer 2.7.4 and cgminer 2.7.5 have an odd bug when used for GPU mining Litecoin with BAMT 0.5c. You cannot get more than 5-10 khash whatever the GPU is and whatever the settings are.

I've used the 2.6.1 version of cgminer, and everything went fine.


BAMT has no support for later versions of cgminer and they've officially dropped support for it I believe in the next version.
9329  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 21, 2012, 04:46:09 AM
Okay, I spent all night reading the other thread that started the bounty to get ckolivas working on scrypt support for cgminer. I also read the cgminer readme twice. I learned a lot of stuff, and do not know what the problem could be yet.  
Code:
 [2012-09-20 09:24:55] CL Platform 0 version: OpenCL 1.1 AMD-APP (831.4)
 [2012-09-20 09:24:55] Platform 0 devices: 2
 [2012-09-20 09:24:55] 0 Barts
 [2012-09-20 09:24:55] 1 ATI RV730
 [2012-09-20 09:24:55] GPU 0 iAdapterIndex 0 strUDID PCI_VEN_1002&DEV_673E&SUBSYS_174B174B&REV_00_4&7E682FB&0&0010A iBusNumber 1 iDeviceNumber 0 iFunctionNumber 0 iVendorID 1002 strAdapterName  AMD Radeon HD 6700 Series
 [2012-09-20 09:24:55] GPU 1 iAdapterIndex 3 strUDID PCI_VEN_1002&DEV_9498&SUBSYS_22691787&REV_00_4&2B0E28C7&0&0020A iBusNumber 2 iDeviceNumber 0 iFunctionNumber 0 iVendorID 1002 strAdapterName  ATI Radeon HD 4600 Series

 [2012-09-20 09:25:18] GPU0                | (5s):0.0 (avg):153.3 Kh/s | A:0 R:0 HW:0 U:0.0/m I:12
 [2012-09-20 09:25:18] GPU1                | (5s):0.0 (avg):0.0 Kh/s | A:0 R:0 HW:0 U:0.0/m I:12
Shutdown signal received.

There is no cgminer.conf file.

I don't know what other info to provide.

I know I can upgrade the Catalyst to 12.8 but not sure if it doesn't work out, how to get back to 11.12 (which I know works for BTC mining).
But how do I know what SDK I have? What are curses?

To recap my problem... cgMiner is running Solo mining, but from a different computer on the same home network, but it does not "show" the header, and does not update the window. However it DOES hash as confirmed with the pool I try it with by itself.

ckolivas, titiez, if you can read this, what is going on? I would like your input, even if it's "I dunno". Thanks.

Since you went to the effort of really trying hard and providing lots of info, I will try my best to decipher what your problem may be. Fortunately it's a little bit more than "dunno" but not certain.

AMD/ATI in their usual wisdom decided that their SDK version number would tell you nothing about what fucking version it actually is. They did the same with the driver and the SDK

You have
Code:
CL Platform 0 version: OpenCL 1.1 AMD-APP (831.4)
Which from memory is the pre-release of SDK 2.6 that came with the december 2011 driver (11.12). 2.6 SDK is the minimum required to do scrypt mining.

"curses" is the software component that gives you the running menu and "header" as you called it, and it's never getting to that stage.

The one thing about your setup that may be the cause of your problem is this:
Code:
1	ATI RV730
I have a suspicion that the scrypt kernel may not even run on that particular hardware in any form with the settings you are choosing.

This is what makes me suspicious:
Code:
 [2012-09-20 09:25:18] GPU0                | (5s):0.0 (avg):153.3 Kh/s | A:0 R:0 HW:0 U:0.0/m I:12
 [2012-09-20 09:25:18] GPU1                | (5s):0.0 (avg):0.0 Kh/s | A:0 R:0 HW:0 U:0.0/m I:12

You'll see that GPU1 never actually gets going. There's a good chance the code just gets stuck waiting for this device to respond and it never happens, and meanwhile the rest is already underway with GPU0.

I doubt a driver update will do anything for you, but I suggest you try mining with just GPU0 by adding something like
Code:
-d 0 --remove-disabled
(edited was -D 0 but meant to be -d 0)
and see if that gets it going. There's a good chance that GPU1 will be so bad at scrypt mining even if you do get it working that it's not worth it.
9330  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: September 19, 2012, 11:08:00 PM
Slush, Eleuthria, glad to see you agreed on and developed a nice protocol for the future. I've been swamped by real life issues for a while now, but I will look to implementing native cgminer support when time permits which will hopefully be soon.
9331  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 19, 2012, 11:02:25 PM
Heh, the more things change, the more they stay the same  Roll Eyes Nuff said.

Anyway unfortunately for some (one?), I'm not dead and was not going to abandon cgminer, but family comes first. Things are still bad there but I'm finding my feet again.

I'll look at the stratum protocol at some stage soon.
9332  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 03, 2012, 12:17:26 PM
This is a quick heads up to tell you all that I'll be taking a brief break from development and support for cgminer due to a family tragedy. I will not be receiving notifications from the forum nor checking on messages for a little while, so please use the resources of the many other helpful people on these forums. Thanks.
9333  Bitcoin / Pools / Re: [ANN] Protect your future GPU mining earnings with CoinLab's 95-97% PPS Pool on: September 02, 2012, 02:55:09 PM
Indeed. Just a small calculation... I think a setup of two 580 GTX uses ~700W under full load. That would be more than 3 Euro per day for me just for electricity. If I get paid 2,5$/GH/s/day at 0,3 GH/s that would not even close cover electricity.
No one said to start bitcoin mining with nvidia hardware. The nvidia hardware is pretty much useless till specific workloads that suits it comes around (and I finish the code to make the most of it). At no stage will nvidia hardware suddenly become profitable to bitcoin mine with. On the other hand, there may come a time when the ATI cards are no longer profitable to use (should ASICs really hit at the their target performance and timeframe), and that's what this current guarantee is - to extend that useful lifetime beyond.
9334  Bitcoin / Pools / Re: [ANN] Protect your future GPU mining earnings with CoinLab's 95-97% PPS Pool on: September 01, 2012, 11:37:12 PM
Is it possible to sign up now, build up Loyalty Points with FPGA bitcoin-mining and redeem the points later with a GPU rig?

Good question  Smiley
Nothing would stop you at the moment because you can mine with any client for now. In the future when you will only be able to use the coinlab client, you will be limited to GPU only.
9335  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 01, 2012, 06:22:09 AM
I have a minor problem here that maybe someone knows how to fix up. I'm still using 2.6.1 on Linux with 3x 5830 cards.
Any ideas?
Set an intensity
That's odd. I have intensity 8 set in the conf file.
Code:
"intensity" : "8,8",
"gpu-engine" : "1000,1000",
"gpu-fan" : "40-85,40-85,40-85",
"gpu-memclock" : "250,250",
"gpu-powertune" : "0,0",
"gpu-vddc" : "1.161,1.161",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "72,72,72",
But you're right of course. Manually setting intensity 8 after starting made the paused thread go live again.

I do have a script that uses the API to alter settings on GPU #2 after startup because it will crash on startup if I put the same settings in the conf file. See conf file has missing arguments for #2. For some reason maybe that API tweaking is causing GPU #0 to think it's intensity is dynamic...? Or not. IDK.
I bet you're loading *2* configuration files...
9336  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 01, 2012, 04:28:44 AM
Some questions about Dynamic Intensity.

1.  Did Dynamic always disable a thread?

2.  Why does it disable a thread?

3.  Why does setting GPU 1 to Dynamic disable a thread on GPU 0?

Thanks,
Sam
1. no

2. because the dyn interval timing means something when only 1 thread is running otherwise they overlap ... if you want high throughput increase the interval

3. it shouldn't...
9337  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 01, 2012, 03:43:50 AM
I have a minor problem here that maybe someone knows how to fix up. I'm still using 2.6.1 on Linux with 3x 5830 cards.

I have 6 threads, 3 x2 each gpu. For the last few weeks thread 1 always shows as "paused". I notice on reboot it will log "enabled", "disabled", "enabled" a few times but after it stabilizes the result on the GPU info screen is that Thread 1 is Alive, paused. So it works ok with thread 0 doing all the work but why? Rebooting doesn't fix it. No settings in conf that indicate it should be paused.

Here is the log of startup where this business goes on:
 [2012-09-01 10:28:03] Disabling extra threads due to dynamic mode.
After this it doesn't change and thread 1 shows as:
Code:
Last initialised: [2012-09-01 10:28:01]
Intensity: 8
Thread 0: 317.0 Mh/s Enabled ALIVE
Thread 1: 0.0 Mh/s Enabled ALIVE paused
Any ideas?
Set an intensity
9338  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: August 31, 2012, 10:51:08 PM
So far 2.7.5 has been working for me for 16 hours. No real troubles to report.

Would my high expiry cause a whole work unit worth of work after a LP is recieved on my end to stale (Prev-BLK) on me? I don't mean one share worth I mean 10-15 in a row because of RollNtime. As I understood it at the LP request all my old work that isn't done yet is dumped (Garbage anyways) and the next work started should be from the pool that requested the LP. Did I misunderstand how it works? Using failover of course, I expect load balance could work differently but shouldn't be much.
No.

If you get a pause of no accepted shares before longpoll followed by big run of stales after a longpoll that is delays with your pool that is holding off processing the last shares and taking its time to get the longpoll out. I see this with mtred which struggles under the load, but not with other pools.
9339  Bitcoin / Pools / Re: Pool with difficulty 32 for less network chatter (HHTT) on: August 31, 2012, 03:13:27 PM
Sorry, I was replying to the part I bolded above. You could mine here just as well without asics just by reduce D to below 32.

I've been experimenting with d2, 4, 8, 10, 16, 20 and 32.

All work fine, the variance is abit wild with 32 on my CM1, it all works out over 24 hours of course, it's no bother. It's just funny to see it say I'm doing 2.1Gh/s sometimes. I believe it be more stable on for higher performance system like ASIC, that is all.

I've been mining quiet happily on diff4 recently. Might keep it there or go back to 8. 8 matches the number of chips, seemed like a nice thing to do.
*waits for someone to point out that makes no mathematical sense*
Tongue

I just realised that being a PPS pool, the variance will bother you much less than at a pool that has pool based and reward methos based variance.

ckolivas, that's something might need to be taken into account with cgminer - the variance of the reward method. It starts to get complicated very quickly though, and I'm not sure there'd be an easy way to solve it.
I don't really think there's much point even trying to work it out on a reward basis... People running cgminer will be able to see how much variance affects them by comparing their WU (work utility which is based on diff 1 share production) versus their true U (utility which is based on successful target shares submitted). Having said that, I think this is getting too complicated for most people already and I'd rather see the pool take care of the difficulty setting based on hashrate myself...
9340  Other / Beginners & Help / Re: Fine-Tuning Radeon 6990 in CGMiner on: August 31, 2012, 02:42:07 PM
Intensity 9, worksize 128  (default), gpu memdiff -125
Pages: « 1 ... 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 [467] 468 469 470 471 472 473 474 475 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 ... 570 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!