djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
April 09, 2014, 09:12:35 AM Last edit: April 09, 2014, 10:27:15 AM by djm34 |
|
Ok here are the binaries compiled on windows x86: http://www36.zippyshare.com/v/12355342/file.htmlYou will need the usual libraries to use it (I only included the exe and cudart dll). If you have no idea about what I am talking, please don't use it. I'll will try to run some test a bit later. edit: ok I can give several pool in arguments (this seems to work) however I don't know how to switch edit 2: I am certainly not doing things right... I tried to test the failover. So I put in first line, the wallet and in the second a pool. Then I kill the wallet, however I just get connection refused, retry after 15 sec. It does not seem to want to switch to the pool edit 3: I didn't use "-r ". okay the failover works. After killing the wallet and having retried one time (-r 1), cudaminer switched to the pool with correct user name and password Regarding the error handling, I inadvertently tested it. I put a wrong argument in the command line, cudaminer started ignoring the wrong argument instead of closing (I personally prefer the old way, rather than starting with some wrong argument...)
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
cbuchner1 (OP)
|
|
April 09, 2014, 10:01:54 AM |
|
Ok here are the binaries compiled on windows x86: http://www36.zippyshare.com/v/12355342/file.htmlYou will need the usual libraries to use it (I only included the exe and cudart dll). If you have no idea about what I am talking, please don't use it. I'll will try to run some test a bit later. edit: ok I can give several pool in arguments (this seems to work) however I don't know how to switch I guess you'd have to DDOS one of the pools to find out , lol or just pull the network cable for a while, and plug it back in. Hopefully it would connect to the next pool in the list. Christian
|
|
|
|
bigjme
|
|
April 09, 2014, 10:02:32 AM |
|
It will only switch if you get an connection error. Maybe try putting in wrong urls and see if it switches?
|
Owner of: cudamining.co.uk
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
April 09, 2014, 10:24:45 AM |
|
Ok here are the binaries compiled on windows x86: http://www36.zippyshare.com/v/12355342/file.htmlYou will need the usual libraries to use it (I only included the exe and cudart dll). If you have no idea about what I am talking, please don't use it. I'll will try to run some test a bit later. edit: ok I can give several pool in arguments (this seems to work) however I don't know how to switch I guess you'd have to DDOS one of the pools to find out , lol or just pull the network cable for a while, and plug it back in. Hopefully it would connect to the next pool in the list. Christian I don't have enough resource to ddos a pool... Solomining on the wallet, then killing the wallet worked though
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
ivanlabrie
|
|
April 09, 2014, 10:50:00 AM |
|
Excellent news!
|
|
|
|
ltcnim
Legendary
Offline
Activity: 914
Merit: 1001
|
|
April 09, 2014, 12:09:32 PM |
|
has anyone tried the 337.12 beta driver under linux? I just wanted to check it, since I thought the overclocking feature would be nice. however, my hashrate for scrypt-N went down from ~650khash/s to ~620khash/s and I was not able to figure out how to overclock the cards from CLI (running ubuntu 13.10 server).
|
|
|
|
restless
Legendary
Offline
Activity: 1151
Merit: 1001
|
|
April 09, 2014, 12:19:15 PM Last edit: April 09, 2014, 01:19:54 PM by restless |
|
Guys, anyone tried to run cudaminer/ccminer as service? I have PC which is set to shutdown at 18, but can safely be auto-started at 19 , tho autologin is a no go Any idea will the program function ok if started when no user is logged in?
|
|
|
|
bigjme
|
|
April 09, 2014, 12:28:36 PM |
|
Guya, anyone tried to run cudaminer/ccminer as service? I have PC which is set to shutdown at 18, but can safely auto-started at 19 , tho autologin is no go ANy idea will the program function ok if started when no user logged in? if the video drivers initiate then maybe
|
Owner of: cudamining.co.uk
|
|
|
cbuchner1 (OP)
|
|
April 09, 2014, 12:31:32 PM |
|
has anyone tried the 337.12 beta driver under linux? I just wanted to check it, since I thought the overclocking feature would be nice. however, my hashrate for scrypt-N went down from ~650khash/s to ~620khash/s and I was not able to figure out how to overclock the cards from CLI (running ubuntu 13.10 server).
I've inquired nVidia about the command line OC support. Let's see what they have to say... Christian
|
|
|
|
ltcnim
Legendary
Offline
Activity: 914
Merit: 1001
|
|
April 09, 2014, 12:47:47 PM |
|
has anyone tried the 337.12 beta driver under linux? I just wanted to check it, since I thought the overclocking feature would be nice. however, my hashrate for scrypt-N went down from ~650khash/s to ~620khash/s and I was not able to figure out how to overclock the cards from CLI (running ubuntu 13.10 server).
I've inquired nVidia about the command line OC support. Let's see what they have to say... Christian great, thx!
|
|
|
|
cdogster
Newbie
Offline
Activity: 47
Merit: 0
|
|
April 09, 2014, 01:00:43 PM |
|
Hey Christian,
Are there any other improvements that could be made for scrypt mining with the GTX 750 Ti's with the Maxwell chips? It seems like there is unlocked potential with these cards.
Thank you for your efforts.
|
|
|
|
cbuchner1 (OP)
|
|
April 09, 2014, 01:02:07 PM Last edit: April 09, 2014, 01:14:41 PM by cbuchner1 |
|
Hmm, Linux compilation of cudaminer is borked.
cpu-miner.c won't build, most likely because Alexey used C++'isms... which works on Windows because I complile this module with the /TP flag in order to trick it into allowing inline delarations of variables (and other things) requiring C99 support which Visual Studio 2010 is lacking)
EDIT: it's fixed!
Christian
|
|
|
|
cbuchner1 (OP)
|
|
April 09, 2014, 01:03:28 PM |
|
Hey Christian,
Are there any other improvements that could be made for scrypt mining with the GTX 750 Ti's with the Maxwell chips? It seems like there is unlocked potential with these cards.
I couldn't find such potential yet. And face it: scrypt GPU mining will most likely be unprofitable in 3 months, even for the power-efficient 750 Ti's... we're looking to get alternatives working in time (Quark, X11, Heavycoin, possibly Riecoin too)
|
|
|
|
Severaz
Newbie
Offline
Activity: 48
Merit: 0
|
|
April 09, 2014, 01:15:42 PM |
|
Hey Christian,
Are there any other improvements that could be made for scrypt mining with the GTX 750 Ti's with the Maxwell chips? It seems like there is unlocked potential with these cards.
I couldn't find such potential yet. And face it: scrypt GPU mining will most likely be unprofitable in 3 months, even for the power-efficient 750 Ti's... we're looking to get alternatives working in time (Quark, X11, Heavycoin, possibly Riecoin too) standard scrypt will be done but there will always be something to mine that will be profitable too many people that are mining looking for something.. just need to think outside the box .. something with a changing alogorithm not multiple will probably prevail as asics cant be made they will just change the algo.. a coin like vtc developers wont be scared to hard fork or whatever is needed to resist them and thats all thats really needed adding more types of alogo's dosent accomplish anything in the long run
|
|
|
|
cbuchner1 (OP)
|
|
April 09, 2014, 01:30:14 PM |
|
a coin like vtc developers wont be scared to hard fork or whatever is needed to resist them and thats all thats really really? ltc developers deemed it too risky to attempt (and they didn't see enough of a justification). A failed hardfork can completely ruin an established coin.
|
|
|
|
Bearclaw
Newbie
Offline
Activity: 52
Merit: 0
|
|
April 09, 2014, 01:31:56 PM |
|
I tried the binaries posted by djm34 and it looks like I am getting a little better scrypt performance with the new version: GTX 780Ti (~20-40 khash) improvement, it might be me but I think I'm seeing a little more CPU usage as well, but it's a little too early in the morning for me https://i.imgur.com/x6fdFVi.pngHowever scrypt-jane appears to be broken: https://i.imgur.com/aJloKrJ.png
|
|
|
|
Severaz
Newbie
Offline
Activity: 48
Merit: 0
|
|
April 09, 2014, 01:37:49 PM |
|
a coin like vtc developers wont be scared to hard fork or whatever is needed to resist them and thats all thats really really? ltc developers deemed it too risky to attempt (and they didn't see enough of a justification). A failed hardfork can completely ruin a coin. yep thats the way they decided.. thats why i dont like ltc anymore no balls .. its a bitcoin clone not a alternative
|
|
|
|
cbuchner1 (OP)
|
|
April 09, 2014, 01:39:50 PM Last edit: April 09, 2014, 01:52:10 PM by cbuchner1 |
|
adding more types of alogo's dosent accomplish anything in the long run
well we also support single-algo coins using the Blake and Keccak algorithms (cudaminer), and FugueCoin, GroestlCoin (ccminer). A bit of diversification is certainly a good idea, however the flood of un-original clone coins ("crap coins") is real problem. It makes it much harder for truly original concepts to succeed.
|
|
|
|
Severaz
Newbie
Offline
Activity: 48
Merit: 0
|
|
April 09, 2014, 01:42:59 PM |
|
adding more types of alogo's dosent accomplish anything in the long run
well we also support single-algo coins using Blake, Keccak (cudaminer), and FugueCoin, GroestlCoin (ccminer). A bit of diversification is certainly a good idea, however the flood of un-original clone coins ("crap coins") is real problem. It makes it much harder for truly original concepts to succeed. ya i was just saying that in the long run more algo's dosent help for asic resistance the ltc baffles me when they first made the coin they were the asic answer now they embrace because its too hard.. the man got to them if they changed it they would loose faith because of the people that already had asics or have ordered them the price would drop.. if they didnt the price may stay the same or increase short term..
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
April 09, 2014, 01:44:43 PM |
|
I tried the binaries posted by djm34 and it looks like I am getting a little better scrypt performance with the new version:
GTX 780Ti (~20-40 khash) improvement, it might be me but I think I'm seeing a little more CPU usage as well, but it's a little too early in the morning for me
However scrypt-jane appears to be broken:
I should try djm34 version because I don't get that sort of performance on scrypt with my gtx780ti For scrypt-jane try to autotune first
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
|