Bitcoin Forum
May 04, 2024, 04:11:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 [455] 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347498 times)
Eliovp
Legendary
*
Offline Offline

Activity: 1050
Merit: 1293

Huh?


View Profile WWW
January 24, 2016, 11:57:21 AM
 #9081

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

1714795862
Hero Member
*
Offline Offline

Posts: 1714795862

View Profile Personal Message (Offline)

Ignore
1714795862
Reply with quote  #2

1714795862
Report to moderator
1714795862
Hero Member
*
Offline Offline

Posts: 1714795862

View Profile Personal Message (Offline)

Ignore
1714795862
Reply with quote  #2

1714795862
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714795862
Hero Member
*
Offline Offline

Posts: 1714795862

View Profile Personal Message (Offline)

Ignore
1714795862
Reply with quote  #2

1714795862
Report to moderator
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
January 24, 2016, 12:18:33 PM
Last edit: January 24, 2016, 12:43:42 PM by sp_
 #9082

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.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
January 24, 2016, 01:04:29 PM
 #9083

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

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
January 24, 2016, 01:06:32 PM
 #9084

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 buy private Nvidia miners. Send information and/or inquiries to my PM box.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
January 24, 2016, 01:21:28 PM
 #9085

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.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
January 24, 2016, 01:25:12 PM
 #9086

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%

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
January 24, 2016, 01:53:59 PM
 #9087

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.


Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
January 24, 2016, 01:57:12 PM
 #9088

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

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
January 24, 2016, 02:00:02 PM
 #9089

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

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
January 24, 2016, 02:06:40 PM
 #9090

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.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
January 24, 2016, 02:10:20 PM
 #9091

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)


djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
January 24, 2016, 02:19:03 PM
 #9092

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 ?

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Eliovp
Legendary
*
Offline Offline

Activity: 1050
Merit: 1293

Huh?


View Profile WWW
January 24, 2016, 03:07:00 PM
 #9093

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 😁

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
January 24, 2016, 03:21:10 PM
 #9094

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 😁
actually the perf reported by sp are pretty shitty... which is pitty considering he uses my kernel.
my 980 gets into the 800kh/s (stock clock 830 with the __syncthreads 850 without)
not really good at optimizing he is Grin

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
January 24, 2016, 03:40:20 PM
 #9095

I APOLOGIZE FOR FALLING ASLEEP--

But I did wake up and found 2 and 1/2 pages of posts that threaten to put me back to sleep.

My miners toiled away like zombies while I was in bed  In a few days, if the beer holds out, I'll be able to donate again... or maybe buy beer instead.       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
January 24, 2016, 04:09:11 PM
 #9096

I APOLOGIZE FOR FALLING ASLEEP--

But I did wake up and found 2 and 1/2 pages of posts that threaten to put me back to sleep.

My miners toiled away like zombies while I was in bed  In a few days, if the beer holds out, I'll be able to donate again... or maybe buy beer instead.       --scryptr

you just need more popcorn Grin (I am grateful to myself to have used the moderation feature on my thread Grin)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 24, 2016, 04:11:55 PM
 #9097

I APOLOGIZE FOR FALLING ASLEEP--

But I did wake up and found 2 and 1/2 pages of posts that threaten to put me back to sleep.

My miners toiled away like zombies while I was in bed  In a few days, if the beer holds out, I'll be able to donate again... or maybe buy beer instead.       --scryptr

you just need more popcorn Grin (I am grateful to myself to have used the moderation feature on my thread Grin)

you deleted one of my posts, now I'm gonna troll you forever!!!!

just joking ;-D

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
January 24, 2016, 04:13:14 PM
 #9098

Just downloaded and compiled your latest version DJM34. The does not validate messages are gone on my gtx 970.
.
Compiled with Visual C++ 18 using Nvidia CUDA Toolkit 7.5

  Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
  CUDA support by Christian Buchner, Christian H. and DJM34
  Includes optimizations implemented by sp, klaust, tpruvot, tsiv and pallas.

[2016-01-24 17:10:23] NVAPI GPU monitoring enabled.
[2016-01-24 17:10:23] 1 miner thread started, using 'neoscrypt' algorithm.
[2016-01-24 17:10:23] Binding thread 0 to cpu 0 (mask 1)
[2016-01-24 17:10:25] GPU #0 Found nounce 000bbb86
[2016-01-24 17:10:39] GPU #0 Found nounce 009955c5
[2016-01-24 17:10:39] GPU #0: GeForce GTX 970, 639
[2016-01-24 17:10:41] GPU #0 Found nounce 00aab9f6
[2016-01-24 17:10:41] GPU #0: GeForce GTX 970, 635
[2016-01-24 17:10:41] Total: 597.10 kH/s
[2016-01-24 17:10:43] GPU #0 Found nounce 00bb9b78
[2016-01-24 17:10:43] GPU #0: GeForce GTX 970, 617
[2016-01-24 17:10:43] Total: 601.99 kH/s
[2016-01-24 17:11:27] GPU #0 Found nounce 02667a39
[2016-01-24 17:11:27] GPU #0: GeForce GTX 970, 634
[2016-01-24 17:11:27] Total: 608.49 kH/s
[2016-01-24 17:11:43] CTRL_C_EVENT received, exiting once miner jobs complete.  Ctrl+C again to abort miner jobs
[2016-01-24 17:11:43] GPU #0 Found nounce 030286b5
[2016-01-24 17:11:43] GPU #0: GeForce GTX 970, 633
[2016-01-24 17:11:43] Total: 612.61 kH/s
[2016-01-24 17:11:43] CTRL_C_EVENT received, aborting miner jobs


Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
January 24, 2016, 04:17:44 PM
 #9099

Here is my buyable private miner:

                       SP-Mod Private #5
Compiled with Visual C++ 18 using Nvidia CUDA Toolkit 7.5

 Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
 CUDA support by Christian Buchner, Christian H. and DJM34
 Includes optimizations implemented by sp, klaust, tpruvot, tsiv and pallas.

2016-01-24 17:15:25] NVAPI GPU monitoring enabled.
2016-01-24 17:15:25] 1 miner thread started, using 'neoscrypt' algorithm.
2016-01-24 17:15:25] Binding thread 0 to cpu 0 (mask 1)
2016-01-24 17:15:27] GPU #0 Found nounce 000bbb86
2016-01-24 17:15:31] GPU #0 Found nounce 00354a70
2016-01-24 17:15:31] GPU #0: GeForce GTX 970, 669
2016-01-24 17:15:31] Total: 587.70 kH/s
2016-01-24 17:15:40] GPU #0 Found nounce 009955c5
2016-01-24 17:15:40] GPU #0: GeForce GTX 970, 672
2016-01-24 17:15:40] Total: 608.69 kH/s
2016-01-24 17:15:42] GPU #0 Found nounce 00aab9f6
2016-01-24 17:15:42] GPU #0: GeForce GTX 970, 668
2016-01-24 17:15:42] Total: 620.64 kH/s
2016-01-24 17:15:44] GPU #0 Found nounce 00b9a60e
2016-01-24 17:15:44] GPU #0: GeForce GTX 970, 669
2016-01-24 17:15:44] Total: 628.68 kH/s
2016-01-24 17:15:50] GPU #0 Found nounce 00fd8a32
2016-01-24 17:15:50] GPU #0: GeForce GTX 970, 664

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
January 24, 2016, 04:19:29 PM
 #9100

If let it run for a while yours is making 630khash, and my version is doing 670khash. (+6.34%)

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Pages: « 1 ... 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 [455] 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 ... 1240 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!