Author

Topic: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. - page 787. (Read 2347664 times)

legendary
Activity: 1050
Merit: 1294
Huh?
My 980ti is doing 835khash when compiled with cuda 6.5.
Good job.

Sp-Mod private 5 is doing 900Khash on the 980ti standard clocks. 7.7% faster than djm34 's opensource version.



Sp, put that on my mining hardware comparison website if you Will.

You can Also include the image and write a comment after it's activated if needed :-)

Check my sig for link 😁
legendary
Activity: 1400
Merit: 1050
so basically you expect other dev to work on the opensource so to make your private miner faster Huh
pallas says thank you to you  Grin

I will study your new optimized Neoscrypt code and learn.
You should study my code as well. We use different ways to reach our goal. I do small compiler/assembly optimalizations while you are reinventing the algorithm. You should buy my private miner and analyze it. I will give you a discount of 0.05 BTC.  Roll Eyes
that's your problem, you need to study my code to get something out, while if you knew what you were doing it is the original code would have to read to make it easier for the gpu.
Basically you don't get any real upgrade because you don't look at what the code does, you are just trying random stuff expecting it will work based on what and other devs wrote... well good luck with that Grin


That is basically how science works in a nutshell. You build off other peoples research. If they get past hurdles you couldn't it gives you ideas and different ways of looking at things to help surpass their work. Remaking the wheel is stupid and it's actually pretty asinine that developers assume everyone should learn from the ground up without assistance besides wizard style 'hints'. This is also the fun that's entailed with 'nix when I was using it. People would hint at what I needed to do instead of tell me what I needed to do and why to make it seem like their knowledge has more meaning.

no it isn't how science works.
Yes you build on other people works, but you do it with an understanding of what has been done before and the inner concept behind... and
once you have reached a dead end (optimization wise...) you get back to the basis.

And in the case of neoscrypt if you don't see that fastkdf is just a massive rotation, there isn't much you can do on top of what has been done...



Have you ever read a research paper? They give you everything. We're operating under the assumption that everyone involved knows the basics and they need to go from there, which includes crossing common hurdles with new techniques.

I can only imagine how you guys would work in groups. Instead of trying to build concepts you're like 'I know this piece of information and we can spend the next 20 minutes while you try to guess how I got there and rub my penis in the process!'.


Does anyone have a batch file to restart a miner every so often?
I read quite a few (and wrote some as well) so ?
legendary
Activity: 1400
Merit: 1050
Your miner doesn't work. It gives "Does not validate on the cpu error messages" and lower rates on the pool. (gtx 970)

I had to spend half a day to fix it.
I also found some optimalizations.

lol one day to uncomment the __syncthread(), which gives problem on a card I don't have, you're slow  Grin (hope it wasn't too difficult)
(considering I haven't even finished to release it  Grin)

sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Your miner doesn't work. It gives "Does not validate on the cpu error messages" and lower rates on the pool. (gtx 970)

I had to spend half a day to fix it.
I also found some optimalizations.
legendary
Activity: 1400
Merit: 1050
your release 78 is so crappy that I lose even 50kh/s...  most of that is on you (as usual)
but I was asked to use it so...
I have submitted some improvements @ github.
gtx 960: +20khash
gtx:970: +40khash
gtx 750ti: +5khash
I removed this call:
cudaSetDeviceFlags(cudaDeviceScheduleBlockingSync);
I have also solved the broken hash on the 970. A sync issue.., Will submit soon.
actually cudadevicescheduleblockingsync makes no difference to me (actually this is the cuda 7.5 best parameter which slows down the card when run with cuda 6.5

I have sendt version 5 of the SP-MOD private to the donators. It contains a bugfixed and improved  NEOSCRYPT kernal. Works on all models including the gtx 970.
considering the perf you show on the 750ti, I suspect you just make out number...
(anyhow, I get paid to watch your shit show... I shouldn't care too much  Grin but yeah that just confirms that you are just an asshole)

right you are not an asshole, just some jealous ridiculous prick... yeah I understand it is difficult to realize that without me (or other) releasing new kernel your whole business is falling apart.  Grin
legendary
Activity: 1400
Merit: 1050
My 980ti is doing 835khash when compiled with cuda 6.5.
Good job.

Sp-Mod private 5 is doing 900Khash on the 980ti standard clocks. 7.7% faster than djm34 's opensource version.

well considering you reported completely false number in the first place Grin
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
My 980ti is doing 835khash when compiled with cuda 6.5.
Good job.

Sp-Mod private 5 is doing 900Khash on the 980ti standard clocks. 7.7% faster than djm34 's opensource version.

sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
You can become a subscriber for only 0.1BTC. (0.05 discount for DJM34)

My privater miner contains all the algorithms on nicehash optimized. 0-30%
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
your release 78 is so crappy that I lose even 50kh/s...  most of that is on you (as usual)
but I was asked to use it so...
I have submitted some improvements @ github.
gtx 960: +20khash
gtx:970: +40khash
gtx 750ti: +5khash
I removed this call:
cudaSetDeviceFlags(cudaDeviceScheduleBlockingSync);
I have also solved the broken hash on the 970. A sync issue.., Will submit soon.
actually cudadevicescheduleblockingsync makes no difference to me (actually this is the cuda 7.5 best parameter which slows down the card when run with cuda 6.5

I have sendt version 5 of the SP-MOD private to the donators. It contains a bugfixed and improved  NEOSCRYPT kernal. Works on all models including the gtx 970.
legendary
Activity: 1764
Merit: 1024
so basically you expect other dev to work on the opensource so to make your private miner faster Huh
pallas says thank you to you  Grin

I will study your new optimized Neoscrypt code and learn.
You should study my code as well. We use different ways to reach our goal. I do small compiler/assembly optimalizations while you are reinventing the algorithm. You should buy my private miner and analyze it. I will give you a discount of 0.05 BTC.  Roll Eyes
that's your problem, you need to study my code to get something out, while if you knew what you were doing it is the original code would have to read to make it easier for the gpu.
Basically you don't get any real upgrade because you don't look at what the code does, you are just trying random stuff expecting it will work based on what and other devs wrote... well good luck with that Grin


That is basically how science works in a nutshell. You build off other peoples research. If they get past hurdles you couldn't it gives you ideas and different ways of looking at things to help surpass their work. Remaking the wheel is stupid and it's actually pretty asinine that developers assume everyone should learn from the ground up without assistance besides wizard style 'hints'. This is also the fun that's entailed with 'nix when I was using it. People would hint at what I needed to do instead of tell me what I needed to do and why to make it seem like their knowledge has more meaning.

no it isn't how science works.
Yes you build on other people works, but you do it with an understanding of what has been done before and the inner concept behind... and
once you have reached a dead end (optimization wise...) you get back to the basis.

And in the case of neoscrypt if you don't see that fastkdf is just a massive rotation, there isn't much you can do on top of what has been done...



Have you ever read a research paper? They give you everything. We're operating under the assumption that everyone involved knows the basics and they need to go from there, which includes crossing common hurdles with new techniques.

I can only imagine how you guys would work in groups. Instead of trying to build concepts you're like 'I know this piece of information and we can spend the next 20 minutes while you try to guess how I got there and rub my penis in the process!'.


Does anyone have a batch file to restart a miner every so often?
legendary
Activity: 1400
Merit: 1050
your release 78 is so crappy that I lose even 50kh/s...  most of that is on you (as usual)
but I was asked to use it so...

I have submitted some improvements @ github.

gtx 960: +20khash
gtx:970: +40khash
gtx 750ti: +5khash

I removed this call:

cudaSetDeviceFlags(cudaDeviceScheduleBlockingSync);

I have also solved the broken hash on the 970. A sync issue.., Will submit soon.
actually cudadevicescheduleblockingsync makes no difference to me (actually this is the cuda 7.5 best parameter which slows down the card when run with cuda 6.5
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
your release 78 is so crappy that I lose even 50kh/s...  most of that is on you (as usual)
but I was asked to use it so...

I have submitted some improvements @ github.

gtx 960: +20khash
gtx:970: +40khash
gtx 750ti: +5khash

I removed this call:

cudaSetDeviceFlags(cudaDeviceScheduleBlockingSync);

I have also solved the broken hash on the 970. A sync issue.., Will submit soon.
legendary
Activity: 1050
Merit: 1294
Huh?
Guys , is there any optimization on ETH for Maxwell GPUs? Last releases are much slower than the AMD cards...

Try to use Genoil's chunky miner.

That could help to increase your hash rate.

here's a link: https://forum.ethereum.org/discussion/4212/chunky-opencl-miner
legendary
Activity: 1512
Merit: 1000
quarkchain.io
Guys , is there any optimization on ETH for Maxwell GPUs? Last releases are much slower than the AMD cards...
legendary
Activity: 1050
Merit: 1294
Huh?
Ethereum to the moon. that's what i'm seeing!

Damn i'm so happy that i own AMD cards  Cool
Except you owned them for a year and a half in which Nvidia was more profitable (sometimes AMD wasn't profitable at all). Ethereum is one coin, it is definitely profitable right now, betting the farm on it isn't a wise choice.

I have never had a moment where nvidia was more profitable. Though, i have to say, i have had almost always access to private kernels. So that did help.

True it is "VERY" profitable right now. And there's another one coming. "Decred", look it up, check the community behind it. Read about it.

Altcoin mining will and stay profitable for at least a year (in my opinion).


Btw. Add some cards          --- >           check my sig                l
                                                                                             l
                                                                                             l
                                                                                             V
legendary
Activity: 1400
Merit: 1050
so basically you expect other dev to work on the opensource so to make your private miner faster Huh
pallas says thank you to you  Grin

I will study your new optimized Neoscrypt code and learn.
You should study my code as well. We use different ways to reach our goal. I do small compiler/assembly optimalizations while you are reinventing the algorithm. You should buy my private miner and analyze it. I will give you a discount of 0.05 BTC.  Roll Eyes
that's your problem, you need to study my code to get something out, while if you knew what you were doing it is the original code would have to read to make it easier for the gpu.
Basically you don't get any real upgrade because you don't look at what the code does, you are just trying random stuff expecting it will work based on what and other devs wrote... well good luck with that Grin


That is basically how science works in a nutshell. You build off other peoples research. If they get past hurdles you couldn't it gives you ideas and different ways of looking at things to help surpass their work. Remaking the wheel is stupid and it's actually pretty asinine that developers assume everyone should learn from the ground up without assistance besides wizard style 'hints'. This is also the fun that's entailed with 'nix when I was using it. People would hint at what I needed to do instead of tell me what I needed to do and why to make it seem like their knowledge has more meaning.

no it isn't how science works.
Yes you build on other people works, but you do it with an understanding of what has been done before and the inner concept behind... and
once you have reached a dead end (optimization wise...) you get back to the basis.

And in the case of neoscrypt if you don't see that fastkdf is just a massive rotation, there isn't much you can do on top of what has been done...

legendary
Activity: 1764
Merit: 1024
so basically you expect other dev to work on the opensource so to make your private miner faster Huh
pallas says thank you to you  Grin

I will study your new optimized Neoscrypt code and learn.
You should study my code as well. We use different ways to reach our goal. I do small compiler/assembly optimalizations while you are reinventing the algorithm. You should buy my private miner and analyze it. I will give you a discount of 0.05 BTC.  Roll Eyes
that's your problem, you need to study my code to get something out, while if you knew what you were doing it is the original code would have to read to make it easier for the gpu.
Basically you don't get any real upgrade because you don't look at what the code does, you are just trying random stuff expecting it will work based on what and other devs wrote... well good luck with that Grin


That is basically how science works in a nutshell. You build off other peoples research. If they get past hurdles you couldn't it gives you ideas and different ways of looking at things to help surpass their work. Remaking the wheel is stupid and it's actually pretty asinine that developers assume everyone should learn from the ground up without assistance besides wizard style 'hints'. This is also the fun that's entailed with 'nix when I was using it. People would hint at what I needed to do instead of tell me what I needed to do and why to make it seem like their knowledge has more meaning.

I guess it makes sense though. As soon as you help someone learn they can build off your stuff and make it better, which pretty much obsoletes your work, but that's the way of the world and that's why you're listed in credits.

Ethereum to the moon. that's what i'm seeing!

Damn i'm so happy that i own AMD cards  Cool

Except you owned them for a year and a half in which Nvidia was more profitable (sometimes AMD wasn't profitable at all). Ethereum is one coin, it is definitely profitable right now, betting the farm on it isn't a wise choice.
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
My 980ti is doing 835khash when compiled with cuda 6.5.

Good job.
legendary
Activity: 1400
Merit: 1050
DJM34's neoscrypt.

My testrig is showing +15.5 % (gtx 970, 2x 960, 1 750ti)
With a few validation errors
But I have compiled with cuda 7.5



your release 78 is so crappy that I lose even 50kh/s...  most of that is on you (as usual)
but I was asked to use it so...
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
cuda 6.5 is bether:

the rig is up (+20%)

[2016-01-24 10:40:56] Binding thread 3 to cpu 3 (mask Cool
[2016-01-24 10:40:59] GPU #3 Found nounce c0031ac7
[2016-01-24 10:41:00] GPU #0 Found nounce 000bbb86
[2016-01-24 10:41:05] GPU #2 Found nounce 8025d939
[2016-01-24 10:41:13] GPU #0 Found nounce 008deedf
[2016-01-24 10:41:13] GPU #0: result for nonce $008DEEDF does not validate on CP
U!
[2016-01-24 10:41:14] GPU #1 Found nounce 4029bd92
[2016-01-24 10:41:14] GPU #0 Found nounce 009955c5
[2016-01-24 10:41:14] GPU #0: GeForce GTX 970, 663
[2016-01-24 10:41:16] GPU #0 Found nounce 00aab9f6
[2016-01-24 10:41:16] GPU #0: GeForce GTX 970, 658
[2016-01-24 10:41:16] GPU #0 Found nounce 00abd7c9
[2016-01-24 10:41:16] GPU #0: result for nonce $00ABD7C9 does not validate on CP
U!
[2016-01-24 10:41:18] GPU #0 Found nounce 00bb9b78
[2016-01-24 10:41:18] GPU #0: GeForce GTX 970, 636
[2016-01-24 10:41:28] GPU #0 Found nounce 01237c6c
[2016-01-24 10:41:28] GPU #0: result for nonce $01237C6C does not validate on CP
U!
[2016-01-24 10:41:30] GPU #1 Found nounce 40522fa2
[2016-01-24 10:41:30] GPU #1: GeForce GTX 750 Ti, 172
[2016-01-24 10:41:34] GPU #2 Found nounce 80d8d5c1
[2016-01-24 10:41:34] GPU #2: GeForce GTX 960, 396
[2016-01-24 10:41:49] GPU #0 Found nounce 01f599c2
[2016-01-24 10:41:49] GPU #0: result for nonce $01F599C2 does not validate on CP
U!


Jump to: