SAC
|
|
December 12, 2012, 01:32:22 AM |
|
why would i get a "all devices disabled, cannot mine" error?
win 7 geforce gtx 260
installed amd app sdk v2.8 windows 64 bit, ati 11.12
thanks
Well helps if you use the right drivers geforce uses nvidia drivers not ati, btw those cards suck at mining.
|
|
|
|
SiegeBreaker
Newbie
Offline
Activity: 26
Merit: 0
|
|
December 12, 2012, 03:16:22 AM |
|
... cgminer times how long it takes for the gpu code to "return" after it's been given work. Unfortunately with windows, the timer resolution is so shithouse at 15ms that I have to sample many many iterations of the GPU code and then average them to see how long it took. ...
cklovias, there are several ways to overcome this drawback of the simple windows time functions. Probably the two easiest ways are using the code from this explanation http://msdn.microsoft.com/en-us/magazine/cc163996.aspx, or by using the .Net stopwatch class (for your code, you would have to call into a c++/cli dll wrapper around the class, then you have to deal with people needing the .Net framework installed too...maybe make it optional?) I like using dynamic on my main windows computer, but I have been sticking with 2.7.5 because it has better dynamic behaviour for me. I have just been thinking, 'oh well, make it until the ASICs come out and that's good enough!'
|
|
|
|
DiCE1904
Legendary
Offline
Activity: 1118
Merit: 1002
|
|
December 12, 2012, 04:29:40 AM |
|
upgraded to 2.10.0 on my BAMT in my config was I suppose to switch "kernel" : "scrypt,scrypt,scrypt,scrypt", to something else now? Im guessing this might have changed since 2.6.1
|
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
December 12, 2012, 05:28:47 AM |
|
... cgminer times how long it takes for the gpu code to "return" after it's been given work. Unfortunately with windows, the timer resolution is so shithouse at 15ms that I have to sample many many iterations of the GPU code and then average them to see how long it took. ...
cklovias, there are several ways to overcome this drawback of the simple windows time functions. Probably the two easiest ways are using the code from this explanation http://msdn.microsoft.com/en-us/magazine/cc163996.aspx, or by using the .Net stopwatch class (for your code, you would have to call into a c++/cli dll wrapper around the class, then you have to deal with people needing the .Net framework installed too...maybe make it optional?) I like using dynamic on my main windows computer, but I have been sticking with 2.7.5 because it has better dynamic behaviour for me. I have just been thinking, 'oh well, make it until the ASICs come out and that's good enough!' I've already found issues with USB and the fact that the clock is so unreliable on windows (XP). This is where I've found more useful info (than msdn) to solve the problem - since MS themselves really don't seem to care, it seems pointless looking at msdn http://www.geisswerks.com/ryan/FAQS/timing.html
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
December 12, 2012, 05:42:08 AM |
|
... cgminer times how long it takes for the gpu code to "return" after it's been given work. Unfortunately with windows, the timer resolution is so shithouse at 15ms that I have to sample many many iterations of the GPU code and then average them to see how long it took. ...
cklovias, there are several ways to overcome this drawback of the simple windows time functions. Probably the two easiest ways are using the code from this explanation http://msdn.microsoft.com/en-us/magazine/cc163996.aspx, or by using the .Net stopwatch class (for your code, you would have to call into a c++/cli dll wrapper around the class, then you have to deal with people needing the .Net framework installed too...maybe make it optional?) I like using dynamic on my main windows computer, but I have been sticking with 2.7.5 because it has better dynamic behaviour for me. I have just been thinking, 'oh well, make it until the ASICs come out and that's good enough!' Thanks for that but for such a convoluted process for the sake of one clock call when GPUs will be redundant in a couple of months seems a waste now - i.e. I'm not interested in developing in any significant fashion for GPUs any more. On the other hand, as you see from Kano's message, there are certainly other clock functions he implemented that suffer under windows that will be relevant to him.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
crazyates
Legendary
Offline
Activity: 952
Merit: 1000
|
|
December 12, 2012, 06:45:43 AM |
|
I upgraded to Win8 this past weekend, but haven't been mining since. I DL 2.9.7 last night, and tried it with my Single. It froze about 30 min after I started it. I restarted it this morning before I left for work, and now that worker is already offline, so I'm assuming it did it again.
I'm running a .bat file with a loop to restart if it freezes, but it's weird cuz nothing happens when it freezes. It just stops, it doesn't exit, give any warning messages, error codes, etc.
I'm assuming this has something to do with Win8 rather than cgminer, but any ideas?
Did you download 2.9.7 or 2.9.7-1? The latter has a Windows crashing bug fixed. I believe it was 2.9.7-1, as that's the one right at the top of conman's dl site, but I could be mistaken. I can double check when I get home. Yep, I am in fact running 2.9.7-1. I've run the normal one (and just disabled my GPU) and the fpgaonly, and neither one works. It's frozen about 4 times in the past 5-6 hours. I've tried removing anything having to do with a GPU from my config file, and I realized that while I was using ozcoin's servers, one of my backkup pools was a direct IP for the ozcoin server. They had dns issues a while back, so I set this. Could having a backup pool be the same pool as your main pool cause any issues, if one is set to a typical name, and the other is a direct IP?
|
|
|
|
scifimike12
|
|
December 12, 2012, 07:57:25 PM |
|
I'm also having a similar issue where CGMiner freezes after a certain amount of time. Sometimes it can go fine for a few days but lately its been crashing more frequently. I tried a new .conf file, reverting to stock clocks, different video cards, etc. And this has been happening on all of my rigs, not just one.
|
|
|
|
cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
|
December 12, 2012, 07:59:27 PM |
|
i'm at 2.9.7-1 on win 7 with 6970's gpu's and my machines are shutting down completely as well.
|
|
|
|
Morblias
|
|
December 12, 2012, 08:04:25 PM |
|
I'm also having a similar issue where CGMiner freezes after a certain amount of time. Sometimes it can go fine for a few days but lately its been crashing more frequently. I tried a new .conf file, reverting to stock clocks, different video cards, etc. And this has been happening on all of my rigs, not just one. I just had this happen to me on cgminer 2.9.7-1 with 4 BFL singles on it running windows 7 64-bit. It was going strong for 2 days before it crashed. Not sure if any of this helps: Log Name: Application Source: Application Error Date: 12/12/2012 1:58:22 PM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: Description: Faulting application name: cgminer.exe, version: 0.0.0.0, time stamp: 0x50c1381c Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code: 0xc0000005 Fault offset: 0x746e6563 Faulting process id: 0x114c Faulting application start time: 0x01cdd7f97143ad35 Faulting application path: C:\Users\~\Desktop\cgminer-2.9.7-1-win32\cgminer.exe Faulting module path: unknown Report Id: 479d2843-4496-11e2-b593-bc5ff4351e2e
|
Tips / Donations accepted: 1Morb18DsDHNEv6TeQXBdba872ZSpiK9fY
|
|
|
irritant
Sr. Member
Offline
Activity: 473
Merit: 250
Sodium hypochlorite, acetone, ethanol
|
|
December 12, 2012, 08:13:48 PM |
|
I'm also having a similar issue where CGMiner freezes after a certain amount of time. Sometimes it can go fine for a few days but lately its been crashing more frequently. I tried a new .conf file, reverting to stock clocks, different video cards, etc. And this has been happening on all of my rigs, not just one. I just had this happen to me on cgminer 2.9.7-1 with 4 BFL singles on it running windows 7 64-bit. It was going strong for 2 days before it crashed. i had it happen before, but i thought it was because i overclocked my GPU too much, so i put the overclock to a little less and didnt have issues anymore, until just 10 minutes ago, i thought maybe my GPU is too hot or whatever, until i read your post, where you say you only have BFL's and no GPU's... so i don't think it is because i overclocked it too much (it is also on lower settings now) .., the few times it happened I was sitting behind it and doing stuff, so maybe it doesnt like that, gets conflicted or whatever.... but who knows... ,, 2.10.0 here
|
|
|
|
mokahless
|
|
December 12, 2012, 09:06:17 PM |
|
Bug report:
Not sure if there is a place I should report bugs or if this bug has been reported but I can't be bothered to find out so I figured reporting it here is better than nothing.
Bug: MH/s between GPU0 and GPU1 is flipped. Everything else is correctly matching the right GPU but apparently my 6950 is giving me 25MH/s and my 6450 is giving me 369MH/s. I upgraded from version 2.7.5 where this issue didn't exist. I have not tested just running one of my cards or with more than 2 cards. 6950 appears in the top line and 6450 appears in the bottom line. while the MH/s are reversed.
Setup: CGminer 2.9.7 Windows 8 GPU0 6950 unlocked xfx xxx GPU1 6450 gigabyte passive MSI motherboard with 2x pci-e 16x 8x 6950 in top slot
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
December 12, 2012, 09:55:26 PM |
|
I've uploaded some fresh debug builds for windows here for those who want to try and help me get debug information: http://ck.kolivas.org/apps/cgminer/debug/These builds have optimisations disabled to hopefully try and get meaningful debug information out of them. It's annoying how hard windows builds are to debug... Oh and the libcurl dll included in the 2.10.0 archive is already one with the fix from 2.9.7 (even though it's a different size) so there's no point trying a different dll if you are getting crashes.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1098
Think for yourself
|
|
December 12, 2012, 11:21:07 PM |
|
I got my very first crash on 2.9.7 this morning. Win7 32 bit.
I just updated to 2.10. My crashes have been few and far between. So I'm not even sure it's a CGMiner problem or not. I'll keep an eye on it and see if I have any reproducible problems.
Thanks for your effort, Sam
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
Inaba
Legendary
Offline
Activity: 1260
Merit: 1000
|
|
December 13, 2012, 12:37:01 AM |
|
Yeah, 2.9.7 crashed on me as well this morning. I don't know why, just got a nice Windows error and close program. Trying 2.10.0 now.
|
If you're searching these lines for a point, you've probably missed it. There was never anything there in the first place.
|
|
|
iCEBREAKER
Legendary
Offline
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
|
|
December 13, 2012, 01:23:07 AM |
|
I'm saw the same thing today, simultaneous crash on all rigs upon Stratum detection of a new block. Thought it was Windo'hs Update at first, but that's disabled on rigs that still crashed. Putting half the farm on 2.9.6 and half on 2.9.7-1 until it's sorted.
|
██████████ ██████████████████ ██████████████████████ ██████████████████████████ ████████████████████████████ ██████████████████████████████ ████████████████████████████████ ████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ████████████████████████████████ ██████████████ ██████████████ ████████████████████████████ ██████████████████████████ ██████████████████████ ██████████████████ ██████████ Monero
|
| "The difference between bad and well-developed digital cash will determine whether we have a dictatorship or a real democracy." David Chaum 1996 "Fungibility provides privacy as a side effect." Adam Back 2014
|
| | |
|
|
|
irritant
Sr. Member
Offline
Activity: 473
Merit: 250
Sodium hypochlorite, acetone, ethanol
|
|
December 13, 2012, 01:25:36 AM |
|
could it be a stratum issue?
|
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1098
Think for yourself
|
|
December 13, 2012, 01:33:50 AM |
|
could it be a stratum issue?
Well it is 12/12/12. Maybe the end of the world is at hand
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
Morblias
|
|
December 13, 2012, 01:56:43 AM |
|
I've uploaded some fresh debug builds for windows here for those who want to try and help me get debug information: http://ck.kolivas.org/apps/cgminer/debug/These builds have optimisations disabled to hopefully try and get meaningful debug information out of them. It's annoying how hard windows builds are to debug... Oh and the libcurl dll included in the 2.10.0 archive is already one with the fix from 2.9.7 (even though it's a different size) so there's no point trying a different dll if you are getting crashes. Nice! I should have been doing this the whole time. I am running it like this now and will let you know if it crashes again. So far it's been going 6 hours and no problems yet. Yeah, 2.9.7 crashed on me as well this morning. I don't know why, just got a nice Windows error and close program. Trying 2.10.0 now.
Was that 2.9.7 or 2.9.7-1?
|
Tips / Donations accepted: 1Morb18DsDHNEv6TeQXBdba872ZSpiK9fY
|
|
|
mining4fun11
Member
Offline
Activity: 110
Merit: 10
|
|
December 13, 2012, 03:43:30 AM |
|
I have a bunch of modminers running on ubuntu and on the new version 2.10.0 the display is showing each fpga individually and I can't see all of them. Also the accept share display isn't showing due to the fact that there is to many devices. Is there anyway to fix this. Thanks.
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
December 13, 2012, 03:46:29 AM |
|
I have a bunch of modminers running on ubuntu and on the new version 2.10.0 the display is showing each fpga individually and I can't see all of them. Also the accept share display isn't showing due to the fact that there is to many devices. Is there anyway to fix this. Thanks.
compact mode, or use more remote monitoring with something like miner.php
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
|