Search content
Sort by

Showing 7 of 7 results by leicas
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
leicas
on 24/06/2014, 13:43:18 UTC
I'll just... yea, leave this here:

https://github.com/tsiv/ccminer-cryptonight

Do not motherfscking come to me with complaints about lag on Windows, you have been warned Smiley

Guess I'll take a look at breaking the one big kernel into smaller pieces that run sequentially, hopefully giving the OS some breathing room. Should at least help with the TDR problem.
Getting 300H/s with -l 5x120 on a 780ti, (compiled with cuda 6.0).
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
leicas
on 18/06/2014, 14:36:31 UTC
For those looking for a failover Pfool has a handy stratum proxy that can serve this purpose https://bitcointalk.org/index.php?topic=611338.0
For those looking for a failover Pfool has a handy stratum proxy that can serve this purpose https://bitcointalk.org/index.php?topic=611338.0
Anyone tried it?

Yes, working like a charm.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
leicas
on 14/06/2014, 14:01:37 UTC
So, does this seem correct for one 750ti?:
-X11:2.6MH/s
-Jackpot:5.5MH/s
-NIST5: 8.4MH/s
-Quark: 4.7MH/s
-Groestl: 8MH/s (!!!!!! was 3.1MH/s before !!!!!)

I used these numbers to generate following list for one 750ti: http://pastebin.com/xcFqtX9E
Still old hashrates for X13. Want to see Christian's magic first Smiley
Again, this list is only a snapshot for this moment, with current prices and difficulties, so lower your own estimates.

Is there any way to get the source for your profit calculator ? I'm using a 770 and a 780ti so the number for a 750ti aren't quite relevant. (got  ~8mh/s for nist5 with the new CCminer version and 3mh/s for X11 on my 770gtx, quite surprised it's doing worse than a 750ti by the way...)

Also small tip for those having hashrate loss while doing cpu mining, on windows setting a "Real time" priority on ccminer.exe in Task manager helps a lot.
Post
Topic
Board Altcoin Discussion
Re: Need Help With Calculating Quark/Day || 500TAC Bounty! :D
by
leicas
on 09/06/2014, 19:05:56 UTC
Might be a problem of conversion between khash and Mhash, seems like you've got a 1 000 factor missing.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
leicas
on 26/05/2014, 12:34:21 UTC
I haven't used Nicehash. Is CCminer compatible for X11?
Yes, i'm using it as a failover pool (with pfool stratum proxy).

Failover? How can we set failover in CCminer?
It isn't set in CCminer, but on the stratum proxy. All my miner (a 780ti and a 770) are pointing to my stratum proxy and the proxy is automatically switching from one pool to another using the right username/password for each.
Here is an exemple of my hashrates for the 3 pools I have set.
http://tof.canardpc.com/view/17c80629-c30d-4494-b115-17066bdbbbe0.jpg
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
leicas
on 26/05/2014, 08:49:10 UTC
I haven't used Nicehash. Is CCminer compatible for X11?
Yes, i'm using it as a failover pool (with pfool stratum proxy).
Post
Topic
Board Mining (Altcoins)
Re: New stratum proxy
by
leicas
on 23/05/2014, 11:42:18 UTC
I'm using your proxy on a Raspberry Pi and with several Nvidia card mining X11, working great !

Also I've been coding some php-frontend to log info from the JSON data you provide, thanks a lot for your work.