Bitcoin Forum
October 12, 2025, 02:27:59 PM *
News: Latest Bitcoin Core release: 29.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 [230] 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347991 times)
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
August 09, 2015, 04:03:10 PM
 #4581

Here is my contribution to the ccminer-sp effort.

I just posted a pull request:

Code:
Enhanced neoscrypt kernel:

improved hashrate of about 10% (gtx 970)
code cleanup
hardware error printing
other enhancements

Please note that it's not just an hashrate increase, there is a lot of code enhancement and cleanups under the hood.
Also note that I didn't test it on cards other than 970.

Donation BTC address is in my signature.
(Depending on how my effort is supported, I'll see whether to post my future works or not)

Enjoy! :-)

facanferff
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 09, 2015, 04:13:25 PM
 #4582

Try to add -l 5x24


ccminer -a scrypt -l 5x24 ....

in the command line

It seems it is working now:

Quote
[2015-08-09 17:00:33] Starting Stratum on stratum+tcp://ca.simplemulti.com:3434
[2015-08-09 17:00:33] NVAPI GPU monitoring enabled.
[2015-08-09 17:00:33] 1 miner thread started, using 'scrypt' algorithm.
[2015-08-09 17:00:33] Binding thread 0 to cpu 0 (mask 1)
[2015-08-09 17:00:34] Stratum difficulty set to 192
[2015-08-09 17:00:34] GPU #0: GeForce GTX 850M with SM 5.0
[2015-08-09 17:00:34] GPU #0: interactive: 0, tex-cache: 0, single-alloc: 0
[2015-08-09 17:00:34] GPU #0: 32 hashes / 4.0 MB per warp.
[2015-08-09 17:00:34] GPU #0: using launch configuration T5x24
[2015-08-09 17:00:34] scrypt factor set to 9 (1024)
[2015-08-09 17:01:08] ca.simplemulti.com:3434 scrypt block 830752
[2015-08-09 17:03:07] ca.simplemulti.com:3434 scrypt block 830753
[2015-08-09 17:06:54] Stratum difficulty set to 8
[2015-08-09 17:10:05] ca.simplemulti.com:3434 scrypt block 830754
[2015-08-09 17:10:14] ca.simplemulti.com:3434 scrypt block 830755
[2015-08-09 17:11:45] ca.simplemulti.com:3434 scrypt block 830756

Thanks very much Smiley.

Unfortunately it doesn't show the speed of processing...
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
August 09, 2015, 04:17:16 PM
 #4583

release 58 gained up to 500KH/s more on the rig of six 750ti in quark...
Zels
Full Member
***
Offline Offline

Activity: 203
Merit: 100



View Profile
August 09, 2015, 04:35:02 PM
 #4584

Rlz 58:
~ +100kh on quark for a 750ti ( 6750kh/s )
~ +15kh on neoscrypt for a 750ti ( 195kh/s )
rudn
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
August 09, 2015, 05:33:44 PM
 #4585

Hi

it seems that -g 2 Parameter is not working anymore
with release 1.5.58 on GTX 750TI -x11

not necessary anymore?

bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
August 09, 2015, 06:25:12 PM
 #4586

WINDOWS KILL--

The problem I had when I was attempting to use the YAAMP protocol for auto switching was that an error message from Windows would pop up and interrupt the batch file.  Although I disabled Error Reporting, Windows would still send the alert and interrupt the batch file.  Manual interaction was required, mining stopped.

Currently, I do everything manually.  I left-click the red X at the top right of the window, and close ccminer.  If I use ctrl-c, there is a chance of the degradation problem.         --scryptr

The popup error comes from werfault.exe (windows error reporting) so having an independent bat loop killing it every few seconds solves that issue:

:start
title werfault killer
cls
timeout -t 3
taskkill -t -f /im werfault.exe
goto start

Not your keys, not your coins!
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
August 09, 2015, 07:52:50 PM
 #4587

quark is faster on the 750ti as well.  (from release 57 to 58 on One of my test rigs the gain is 70khash per card.)

The current default intensity for the gtx750ti is
-i 5 and for  compute 5.2  -i 22

Please help me find the best intensity settings people Smiley
Hi sp_, i am testing your new 1558 version, here are my QUARK results:
rig: AM1M motherboard with APU 5350 (25W TDP) 3x gigabyte GTX 970 G1 stock speeds, 14.04 LTS (flash drive), cuda 6.5.19 drv 346.59

default intensity is best BY FAR!, so you NAILED IT Smiley

I tested intensities from 20 to 24, all gives me at least 500Kh less, per card, than default.
at intensity 20 is when weird things starts to happen, power consumption SKYROCKETED!, from 650W to 780W   Shocked WTF!
at intensity 20 and 21 memory usage reported by nvidia-smi is about 200Mib which is very odd!, at default intensity (not specifiying it) i get 1433 Mib usage per card, at intensities of 23 and 24 memory usage drops again but to 650Mib per card.
at 23 and 24 speed reduces from 16400 per card to around 14000.
another weird thing is that, if i specify -i 22 i get about 500kh less per card than if i don't specify anything, and the memory usage also drops from 1433 to 650Mib.

also at default intensity i get the usual spiky power consumption behavior always had with the GTX 970 about one tick every 800ms, but at lower intensities the power consumption is more constant. (I have a bar graph (vu meter like) power meter i made to track things like this Smiley i can do a video of different intensities and power consumption behavior if you like).

Rig: AM1M motherboard with APU 5350 (25 TDP) 3x Gigabyte 750Ti stock speed 14.04LTS (flash drive), cuda 6.5.19 drv 346.59

I found no difference with previous release 1557 in performance and power usage.
if you need me to test something, let me know, happy to help.

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
August 09, 2015, 08:34:38 PM
 #4588

Here is my contribution to the ccminer-sp effort.
I just posted a pull request:
Code:
Enhanced neoscrypt kernel:
improved hashrate of about 10% (gtx 970)
code cleanup
hardware error printing
other enhancements
Please note that it's not just an hashrate increase, there is a lot of code enhancement and cleanups under the hood.
Also note that I didn't test it on cards other than 970.
Donation BTC address is in my signature.
(Depending on how my effort is supported, I'll see whether to post my future works or not)
Enjoy! :-)

Thank you for your pullrequest. My gigabyte 970 went from 520-540 to 560-570KHASH. The 750ti's seems to be up 5KHASH, but I think will tune the kernals when I get time.

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

Activity: 2926
Merit: 1087

Team Black developer


View Profile
August 09, 2015, 08:36:44 PM
 #4589

I submitted another 100KHASH in quark.

the 970 is passing 16,6 MHASH now on standard clocks.

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

Activity: 2926
Merit: 1087

Team Black developer


View Profile
August 09, 2015, 08:57:46 PM
 #4590

I tested intensities from 20 to 24, all gives me at least 500Kh less, per card, than default.
at intensity 20 is when weird things starts to happen, power consumption SKYROCKETED!, from 650W to 780W   Shocked WTF!

Thanks for testing, I found a bug in the intensity code and will submitt a fix. Then I will build release 59 with pallas speedups in neoscrypt.

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

Activity: 2926
Merit: 1087

Team Black developer


View Profile
August 09, 2015, 10:10:09 PM
Last edit: August 09, 2015, 11:43:55 PM by sp_
 #4591

-Merged pallas pullrequest. (neoscrypt 10% faster on compute 5.2)
-Fixed the intensity parameter
-Submitted speedups in quark,x11,x13,x14 and x15
-Added a new parameter called Xintensity.
  -X can be a number between 0-999

f.eks -X 16

1.5.59(sp-MOD) is available here: (10-08-2015)

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

The sourcecode is available here:

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

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

Activity: 710
Merit: 502



View Profile
August 10, 2015, 01:15:03 AM
 #4592

Hi sp_
i just downloaded the new version, still says 1558, and the weird thing is that it does not log to syslog like all the others, as a result I have no way of updating display and webpage of the miner, how can I do to log to syslog like the other ones?
thanks!

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
August 10, 2015, 01:40:52 AM
 #4593

-Merged pallas pullrequest. (neoscrypt 10% faster on compute 5.2)
-Fixed the intensity parameter
-Submitted speedups in quark,x11,x13,x14 and x15
-Added a new parameter called Xintensity.
  -X can be a number between 0-999

f.eks -X 16

1.5.59(sp-MOD) is available here: (10-08-2015)

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

The sourcecode is available here:

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

what's the difference between -i and -X?
did you notice on api's "threads" command the intensity (I) value always stays at 0.0?

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
August 10, 2015, 04:32:33 AM
 #4594

Submitted a new fix for the api and stats:

-The API will only report stats if enabled with the -b switch

Updated the exe file.

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

Activity: 2926
Merit: 1087

Team Black developer


View Profile
August 10, 2015, 04:35:52 AM
 #4595

-Merged pallas pullrequest. (neoscrypt 10% faster on compute 5.2)
-Fixed the intensity parameter
-Submitted speedups in quark,x11,x13,x14 and x15
-Added a new parameter called Xintensity.
  -X can be a number between 0-999
f.eks -X 16
1.5.59(sp-MOD) is available here: (10-08-2015)
https://github.com/sp-hash/ccminer/releases/
The sourcecode is available here:
https://github.com/sp-hash/ccminer
what's the difference between -i and -X?
did you notice on api's "threads" command the intensity (I) value always stays at 0.0?

the -X switch is just threadcount of X * 256*256. Linary threadcount and not exponential.

-X 1  is the same as -i 16



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

Activity: 1798
Merit: 1028



View Profile WWW
August 10, 2015, 06:28:22 AM
 #4596

RELEASE dot 59 NEOSCRYPT--

Per card hash rates increased measurably:

     2GB GTX 750ti FTW:     +22-25 kh/s per card  (~190kh/s)

     2GB GTX 960 SSC:       +30 kh/s per card  (~345kh/s)

     4GB GTX 970 FTW+      +50-55 kh/s per card  (~550kh/s)

Quark values look slightly better; I haven't mined other algos.       --scryptr


SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
August 10, 2015, 06:44:00 AM
 #4597

Rlz 58:
~ +100kh on quark for a 750ti ( 6750kh/s )
~ +15kh on neoscrypt for a 750ti ( 195kh/s )

Can you test release 59 please.

RELEASE dot 59 NEOSCRYPT--
Per card hash rates increased measurably:
     2GB GTX 750ti FTW:     +22-25 kh/s per card  (~190kh/s)
     2GB GTX 960 SSC:       +30 kh/s per card  (~345kh/s)
     4GB GTX 970 FTW+      +50-55 kh/s per card  (~550kh/s)
Quark values look slightly better; I haven't mined other algos.       --scryptr

Wich version did you compare with? 58 was released yesterday(without the pallas neoscrypt schanges) , and 59 today with his changes.


Remember to donate some beers to Pallas guys. 10% increase makes Neoscrypt profitable.

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

Activity: 2926
Merit: 1087

Team Black developer


View Profile
August 10, 2015, 06:48:42 AM
 #4598

X11's default intensity was before set at -X 5. Now the default intensity  is -X 19.5. (+30kHASH on the 750ti) (1% faster)

Similar changes in x13 and x15 with around 1% more hash just by changing the intensity.. This is because the simd kernal is using almost half the memory it did before.

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

Activity: 3122
Merit: 1093


--- ChainWorks Industries ---


View Profile WWW
August 10, 2015, 06:57:29 AM
 #4599

Rlz 58:
~ +100kh on quark for a 750ti ( 6750kh/s )
~ +15kh on neoscrypt for a 750ti ( 195kh/s )

Can you test release 59 please.

RELEASE dot 59 NEOSCRYPT--
Per card hash rates increased measurably:
     2GB GTX 750ti FTW:     +22-25 kh/s per card  (~190kh/s)
     2GB GTX 960 SSC:       +30 kh/s per card  (~345kh/s)
     4GB GTX 970 FTW+      +50-55 kh/s per card  (~550kh/s)
Quark values look slightly better; I haven't mined other algos.       --scryptr

Wich version did you compare with? 58 was released yesterday(without the pallas neoscrypt schanges) , and 59 today with his changes.


Remember to donate some beers to Pallas guys. 10% increase makes Neoscrypt profitable.


thats a great number of increases here ...

ill be testing them in the farm when i get over this disgusting illness / chest cold ... a few more days i think and i should be back on track ...

btw - the donation systems seem to be stable and are ready to go live on wednesday ...

so if your way of donation is via mining to sp or pallas ( or the other devs we have setup servers for ) - then this will be fully functional this coming wednesday afternoon ( adelaide australia time ) ...

updates and instructions will be updated on the op here if you are interested - https://bitcointalk.org/index.php?topic=1089744 ...

tanx guys ...

#crysx

pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
August 10, 2015, 07:32:33 AM
 #4600

RELEASE dot 59 NEOSCRYPT--
Per card hash rates increased measurably:
     2GB GTX 750ti FTW:     +22-25 kh/s per card  (~190kh/s)
     2GB GTX 960 SSC:       +30 kh/s per card  (~345kh/s)
     4GB GTX 970 FTW+      +50-55 kh/s per card  (~550kh/s)
Quark values look slightly better; I haven't mined other algos.       --scryptr
Wich version did you compare with? 58 was released yesterday(without the pallas neoscrypt schanges) , and 59 today with his changes.

Remember to donate some beers to Pallas guys. 10% increase makes Neoscrypt profitable.

Thanks Sp_!
I'm glad that the improvement I worked on is available on smaller cards as well.
What about 980 and 980Ti, anyone?

Pages: « 1 ... 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 [230] 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 ... 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!