Echostorm
Newbie
Offline
Activity: 5
Merit: 0
|
|
February 25, 2014, 01:26:51 PM |
|
At the moment it seems more likely that I will be pushing forward with new features to cudaminer, and leave it to someone else to merge CUDA code into cgminer or bfgminer. NOTE: OC support for Linux is somewhat likely to come, so serious miners won't be stuck having to run Windows for very long. Failover and monitoring is on my agenda. Does anyone have links to documentation of the established hardware monitoring APIs? Christian Fair enough, I understand the want to make your own mining program. To me, a non-programmer, it would make sense to merge your code in to something that's already a solid, stable, well supported program that already has all that groundwork done. To me, you're reinventing the wheel. Christian's code is open source, if anyone wants to fold it into their project, there is nothing stopping them. As it stands, cudaminer is already solid, stable and well supported that has a ton of great groundwork and a massive following of appreciative users. Like Christian, I code at my day job and work on open source stuff at home for fun. I've been doing it for well over a decade now and the operative word is fun. I make a little cash on donations but if I didn't enjoy it, I wouldn't do it.
|
|
|
|
lordaccess
Member
Offline
Activity: 69
Merit: 10
|
|
February 25, 2014, 02:23:36 PM |
|
You do realize that he doesn't get paid for it... As he said reading aaaaall the code to implement his own would be a nightmare.
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
February 25, 2014, 02:36:06 PM |
|
does cuda compile with mingw (that would be the first problem to solve) ?
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
debido666
Member
Offline
Activity: 68
Merit: 10
|
|
February 25, 2014, 03:33:38 PM |
|
|
|
|
|
DeltaQuebec
|
|
February 25, 2014, 03:40:45 PM |
|
Not really funny IMHO, infact, this seems to be a clear example of some one using others misfortune to benifit. ( Mt Gox's failure to gain website hits ) I diden't really expect anything all that great, considering the websites name. Que sera sera. -Happy Mining
|
|
|
|
cbuchner1 (OP)
|
|
February 25, 2014, 04:00:26 PM |
|
does cuda compile with mingw (that would be the first problem to solve) ?
nVidia's CUDA compilers do not support mingw.
|
|
|
|
cbuchner1 (OP)
|
|
February 25, 2014, 04:01:42 PM |
|
found some basic information about the cgminer API at last: https://github.com/ckolivas/cgminer/blob/master/API-READMEcudaminer would probably have to implement only the monitoring APIs at first. The part where you're allowed to switch parameters could be added later (and if so, only the subset that matters to us) Christian
|
|
|
|
SystmHash
Newbie
Offline
Activity: 37
Merit: 0
|
|
February 25, 2014, 04:32:13 PM Last edit: February 25, 2014, 04:42:56 PM by SystmHash |
|
Downloaded latest release last night. I'm sure it was a coincidence, but here's what happened mining VTC: https://i.imgur.com/89cNc6Y.jpgRoom smelled pretty bad. RIP GIGABYTE GV-N780GHZ-3GD GeForce GTX 780 3GB
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
February 25, 2014, 04:41:16 PM |
|
which card is it ?
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
SystmHash
Newbie
Offline
Activity: 37
Merit: 0
|
|
February 25, 2014, 04:43:08 PM |
|
which card is it ?
GIGABYTE GV-N780GHZ-3GD GeForce GTX 780 3GB
|
|
|
|
DeltaQuebec
|
|
February 25, 2014, 04:44:47 PM |
|
It may be hard to get an idea if just that 1 component died..but if thats the only one that let loose, and you are familliar with SMT work, it may be repairable..would need a desoldering station (preferabally air) and some solder paste and a replacement component. Thats a bummer tho.. I feel for ya
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
February 25, 2014, 04:48:25 PM |
|
is it still under warranty ?
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
SystmHash
Newbie
Offline
Activity: 37
Merit: 0
|
|
February 25, 2014, 04:49:15 PM |
|
It may be hard to get an idea if just that 1 component died..but if thats the only one that let loose, and you are familliar with SMT work, it may be repairable..would need a desoldering station (preferabally air) and some solder paste and a replacement component. Thats a bummer tho.. I feel for ya It's on the warranty so I'll RMA, it's just a hassle. Scared the sh*t outta me, it was loud.
|
|
|
|
DeltaQuebec
|
|
February 25, 2014, 05:03:26 PM |
|
Yea, I bet.. I used to be very active in the R.F. hobby area ( amateur radio & such ), Quick story, I was working on a Microwave TWT (amplifier) doing some tuning tests, and the HV cap let go, 3300 VDC @ about .750 mA. I was about 18 inches away from it. It was an old unit, so about a few tenths of a second later , a huge plume of thick black smoke enveloped the area, I ran as fast as I could. It sounded like a 1/4 stick of tnt went off right next to me. Needless to say that cap needed replacement, with a newer style that wasent filled with the old poisonous junk they used to use. Glad its RMA-able.
-Happy Mining
|
|
|
|
Morgahl
Member
Offline
Activity: 70
Merit: 10
|
|
February 25, 2014, 08:07:13 PM |
|
found some basic information about the cgminer API at last: https://github.com/ckolivas/cgminer/blob/master/API-READMEcudaminer would probably have to implement only the monitoring APIs at first. The part where you're allowed to switch parameters could be added later (and if so, only the subset that matters to us) Christian Adding Monitoring as well as Fail Over will be a huge step toward moving Nvidia mining beyond Hobby-scale (<10MH/s). On a side note, I've noticed that the topic of Hash per Watt has only ever come up seriously for the Maxwell cards due to how improved it is over the comparable AMD setups. I realized that we almost all look at how high we can tune the hash-rate on a given card, but I don't think anyone has seriously delved into tuning a card for the best Hash/Watt. We've made comparisons between each algo and associated tuning but the main driver has been hash-rate > all. With these new Maxwell Cards it might be a good idea to start seriously exploring Hash/Watt since we are on the cusp of legitimate wide scale use of NVidia Remote API Fail Over Hash/Watt increase I'm excited to say the least though patient as you will get to it when you get to it
|
|
|
|
nzminer
Legendary
Offline
Activity: 1918
Merit: 1001
|
|
February 25, 2014, 08:42:30 PM |
|
Im getting a way worse hashrate with this new version than what i was before with the previous version, my GTX275 was giving me around 45 KH/s and now i can only get 15 KH out of it. ive tried launch config L80x1 and F30x3, and neither of them make much difference. Is there anything else i need to change wit the new version, auto tuning is no better.
|
NEM, THE SECURE, SCALABLE BLOCKCHAIN [NEM.IO] [T.ME/NEMRED]
|
|
|
chapmanjw
Newbie
Offline
Activity: 53
Merit: 0
|
|
February 25, 2014, 08:48:19 PM |
|
CudaMiner for OS X has been updated to run without requiring Xcode, MacPorts, and other setup steps. For binaries and instructions see http://www.johnchapman.net/cudaminer/PrerequisitesCudaMiner for OS X previously required installing Xcode and MacPorts, in addition to a number of configuration steps. These are no longer required.
|
|
|
|
Morgahl
Member
Offline
Activity: 70
Merit: 10
|
|
February 25, 2014, 08:50:23 PM |
|
Im getting a way worse hashrate with this new version than what i was before with the previous version, my GTX275 was giving me around 45 KH/s and now i can only get 15 KH out of it. ive tried launch config L80x1 and F30x3, and neither of them make much difference. Is there anything else i need to change wit the new version, auto tuning is no better.
Please provide information about the old and new release (release dates), as well as previous and current FULL launch configs, operating system this is on, and last please provide information as to what coin you are mining. This should get enough info on the table to have peeps help you out
|
|
|
|
UNOE
Sr. Member
Offline
Activity: 791
Merit: 271
This is personal
|
|
February 25, 2014, 08:56:50 PM |
|
CudaMiner for OS X has been updated to run without requiring Xcode, MacPorts, and other setup steps. For binaries and instructions see http://www.johnchapman.net/cudaminer/PrerequisitesCudaMiner for OS X previously required installing Xcode and MacPorts, in addition to a number of configuration steps. These are no longer required. Nice
|
|
|
|
nzminer
Legendary
Offline
Activity: 1918
Merit: 1001
|
|
February 25, 2014, 09:40:33 PM |
|
Im getting a way worse hashrate with this new version than what i was before with the previous version, my GTX275 was giving me around 45 KH/s and now i can only get 15 KH out of it. ive tried launch config L80x1 and F30x3, and neither of them make much difference. Is there anything else i need to change wit the new version, auto tuning is no better.
Please provide information about the old and new release (release dates), as well as previous and current FULL launch configs, operating system this is on, and last please provide information as to what coin you are mining. This should get enough info on the table to have peeps help you out I cant remember what version i was using because i overwrote it with this version, i downloaded it about a month ago, which would have been the latest version at the time.. I didnt even use any launch configs with that version and i got 45 KH/s Im thinking of going back to it if i can find a link to the earlier versions. I only downloaded this version to mine vertcoin, which is really no point with such a low powered card anyway, the hashrates im referring to are for any scrypt based coin such as dogecoin and flappycoin etc.
|
NEM, THE SECURE, SCALABLE BLOCKCHAIN [NEM.IO] [T.ME/NEMRED]
|
|
|
|