Author

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

legendary
Activity: 2940
Merit: 1091
--- ChainWorks Industries ---
- Faster Lyra2v2 on all models (2.5% on the gtx970)
- Fixed lyra2 on gtx960 and gtx950 (out of memory bug)
1.5.74(sp-MOD) is available here: (15-nov-2015)
https://github.com/sp-hash/ccminer/releases/
The sourcecode is available here:
https://github.com/sp-hash/ccminer
Hi SP. thanks for build. can confirm speed up on 750Ti 30-40 kh/s
small donation in dash:
Transaction ID: 39d1110129585ae0646c35c900e471de9627ee51f3041c79518757e784305ba8-000
Do you have any plans about working on X11 algo?

Thanks. Smiley

Yes. x11 is getting more profitable now. I have found some improvents in the simd algo. Will take a look later when I have time.

awesome ...

x11 may not have a great deal of improvement - but its something Smiley ...

cant wait for that to come ...

#crysx
member
Activity: 81
Merit: 10
Like a hacked drone flying across america painted black.

https://www.youtube.com/watch?v=Z-7TRVsArgI

1:100 000 000

I call and raise your paint it black with a standard hotel california Smiley

there is an all group which fit to crypto : "Them crooked vultures"  Grin
(looks quite interesting actually...)
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
- Faster Lyra2v2 on all models (2.5% on the gtx970)
- Fixed lyra2 on gtx960 and gtx950 (out of memory bug)
1.5.74(sp-MOD) is available here: (15-nov-2015)
https://github.com/sp-hash/ccminer/releases/
The sourcecode is available here:
https://github.com/sp-hash/ccminer
Hi SP. thanks for build. can confirm speed up on 750Ti 30-40 kh/s
small donation in dash:
Transaction ID: 39d1110129585ae0646c35c900e471de9627ee51f3041c79518757e784305ba8-000
Do you have any plans about working on X11 algo?

Thanks. Smiley

Yes. x11 is getting more profitable now. I have found some improvents in the simd algo. Will take a look later when I have time.
newbie
Activity: 51
Merit: 0
- Faster Lyra2v2 on all models (2.5% on the gtx970)
- Fixed lyra2 on gtx960 and gtx950 (out of memory bug)


1.5.74(sp-MOD) is available here: (15-nov-2015)

https://github.com/sp-hash/ccminer/releases/

The sourcecode is available here:

https://github.com/sp-hash/ccminer


Hi SP. thanks for build. can confirm speed up on 750Ti 30-40 kh/s

small donation in dash:
Transaction ID: 39d1110129585ae0646c35c900e471de9627ee51f3041c79518757e784305ba8-000

Do you have any plans about working on X11 algo?
sr. member
Activity: 271
Merit: 251
sp_,
can you please send me the latest spreadminer win build?
It looks v7 is last one I've received...

Thanks
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
- Faster Lyra2v2 on all models (2.5% on the gtx970)
- Fixed lyra2 on gtx960 and gtx950 (out of memory bug)


1.5.74(sp-MOD) is available here: (15-nov-2015)

https://github.com/sp-hash/ccminer/releases/

The sourcecode is available here:

https://github.com/sp-hash/ccminer
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
guys, crypto it's an evolution of economics as we know it,...so it's heading towards real revolution so you have to listen to this song, it did the same at that time of an era...
sp some beers for you: 8dd782419246254fa34208b0c55fb0fbcfa5409b20d256f4514a4da9748c9aef cheers

Thanks alot Smiley I am building release 74 now with a boost in lyra2v2
hero member
Activity: 1974
Merit: 502
Vave.com - Crypto Casino
guys, crypto it's an evolution of economics as we know it,...so it's heading towards real revolution so you have to listen to this song, it did the same at that time of an era...

sp some beers for you: 8dd782419246254fa34208b0c55fb0fbcfa5409b20d256f4514a4da9748c9aef cheers

I listen to this one every now and then.
member
Activity: 130
Merit: 10
guys, crypto it's an evolution of economics as we know it,...so it's heading towards real revolution so you have to listen to this song, it did the same at that time of an era...

sp some beers for you: 8dd782419246254fa34208b0c55fb0fbcfa5409b20d256f4514a4da9748c9aef cheers
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
I call and raise your paint it black with a standard hotel california Smiley

yeah. One of my favorite songs Smiley
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
Like a hacked drone flying across america painted black.

https://www.youtube.com/watch?v=Z-7TRVsArgI

1:100 000 000

I call and raise your paint it black with a standard hotel california Smiley
legendary
Activity: 1797
Merit: 1028
yeah. The Neoscrypt kernal is pretty good.

Looks like the latest changes in the lyra2v2 is hurting the 980/980ti performance.. Since I have added a memory access (level1 cache) I think the tpb(threads per block) needs  to be retuned.
search for these lines in the code (lyra2rev2.cu)

and change tpb

1,2,3,4,5,6,7.... 256?

   else if (strstr(props.name, "980"))
   {
      intensity = 256 * 256 * 18;
      tpb = 8;
   }

and...

   else if (strstr(props.name, "980 Ti"))
   {
      intensity = 256 * 256 * 18;
      tpb = 8;
   }


NEOSCRYPT--

Neoscrypt will not solo-mine.  None of the wallets (phoenixcoin, feathercoin, UFOcoin, etc) communicate properly with the miner.  I keep getting "Invalid JSON data", and "Unable to start getwork" errors with tpruvot's ccminer, and no error information with your ccminer.  These are really low diff coins, with small network hash rates.       --scryptr

Like a hacked drone flying across america painted black.

https://www.youtube.com/watch?v=Z-7TRVsArgI

1:100 000 000



GOOD SONG--

One of my favorites.  But unless you are referring to your version of ccminer as a "hacked drone" that yields no error information, I can't see how it relates to better solo-mining with neoscrypt.      --scryptr
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
yeah. The Neoscrypt kernal is pretty good.

Looks like the latest changes in the lyra2v2 is hurting the 980/980ti performance.. Since I have added a memory access (level1 cache) I think the tpb(threads per block) needs  to be retuned.
search for these lines in the code (lyra2rev2.cu)

and change tpb

1,2,3,4,5,6,7.... 256?

   else if (strstr(props.name, "980"))
   {
      intensity = 256 * 256 * 18;
      tpb = 8;
   }

and...

   else if (strstr(props.name, "980 Ti"))
   {
      intensity = 256 * 256 * 18;
      tpb = 8;
   }


NEOSCRYPT--

Neoscrypt will not solo-mine.  None of the wallets (phoenixcoin, feathercoin, UFOcoin, etc) communicate properly with the miner.  I keep getting "Invalid JSON data", and "Unable to start getwork" errors with tpruvot's ccminer, and no error information with your ccminer.  These are really low diff coins, with small network hash rates.       --scryptr

Like a hacked drone flying across america painted black.

https://www.youtube.com/watch?v=Z-7TRVsArgI

1:100 000 000

legendary
Activity: 1797
Merit: 1028
yeah. The Neoscrypt kernal is pretty good.

Looks like the latest changes in the lyra2v2 is hurting the 980/980ti performance.. Since I have added a memory access (level1 cache) I think the tpb(threads per block) needs  to be retuned.
search for these lines in the code (lyra2rev2.cu)

and change tpb

1,2,3,4,5,6,7.... 256?

   else if (strstr(props.name, "980"))
   {
      intensity = 256 * 256 * 18;
      tpb = 8;
   }

and...

   else if (strstr(props.name, "980 Ti"))
   {
      intensity = 256 * 256 * 18;
      tpb = 8;
   }


NEOSCRYPT--

Neoscrypt will not solo-mine.  None of the wallets (phoenixcoin, feathercoin, UFOcoin, etc) communicate properly with the miner.  I keep getting "Invalid JSON data", and "Unable to start getwork" errors with tpruvot's ccminer, and no error information with your ccminer.  These are really low diff coins, with small network hash rates.       --scryptr
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
yeah. The Neoscrypt kernal is pretty good.

Looks like the latest changes in the lyra2v2 is hurting the 980/980ti performance.. Since I have added a memory access (level1 cache) I think the tpb(threads per block) needs  to be retuned.
search for these lines in the code (lyra2rev2.cu)

and change tpb

1,2,3,4,5,6,7.... 256?

   else if (strstr(props.name, "980"))
   {
      intensity = 256 * 256 * 18;
      tpb = 8;
   }

and...

   else if (strstr(props.name, "980 Ti"))
   {
      intensity = 256 * 256 * 18;
      tpb = 8;
   }
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Every program can be optimised.
But in the case of neoscrypt, I don't think there is much room. Both me and sp worked on neoscrypt, on top of a kernel made by djm34 which was already much better than the public AMD kernel.
Maybe that's the reason it's often profitable: there is a good amount of coins with enough trading volume AND the public ccminer is much more efficient than the public sgminer.

Good reason to continue donating to sp and me ;-)
legendary
Activity: 1764
Merit: 1024
Less beers? Not necessarily less grateful, probably just a lot less, miners.

Hard times for the public kernals.. So I am adding a few percent.

cheers

Consider tackling Neoscrypt, it's currently the most profitable and hasn't been updated in quite some time... There are quite a few bot miners with CPU miners as well as you can see on the multipools so there is a lot of leeway there when it comes to GPUs taking a bigger slice of things.

It always seems like when things hit rock bottom Neoscrypt is always there to catch things.
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Less beers? Not necessarily less grateful, probably just a lot less, miners.

Hard times for the public kernals.. So I am adding a few percent.

cheers
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Just added 200khash to lyra2v2 on the gtx 970 Smiley

release 74 will be around 2.5% faster on the gtx 970 (lyra2v2)

The 5% increase in doom and 12.5% in the deep algo gave me 0 btc (release 73)
But now I am going back to optimize the most profitable algos. Wink
Jump to: