Bitcoin Forum
May 03, 2024, 12:19:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347498 times)
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
August 16, 2015, 05:11:10 PM
 #4981

And the speed? Any faster?

I compiled for windows with cuda 6.5. There is a windows bug in it, my 750Ti is only at 2.2+MHs instead of the possible 9+MHs.

Did you build with debug? Smiley then build release. I think the kernal need some tuning. Might work on it later. I see work has been done by tvprovut in his fork.

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

Posts: 1714695557

View Profile Personal Message (Offline)

Ignore
1714695557
Reply with quote  #2

1714695557
Report to moderator
1714695557
Hero Member
*
Offline Offline

Posts: 1714695557

View Profile Personal Message (Offline)

Ignore
1714695557
Reply with quote  #2

1714695557
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714695557
Hero Member
*
Offline Offline

Posts: 1714695557

View Profile Personal Message (Offline)

Ignore
1714695557
Reply with quote  #2

1714695557
Report to moderator
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
August 16, 2015, 05:25:53 PM
 #4982

There is no projectfile for visual studio 2013. and the cuda 7.0 compiler is slow. Perhaps 30% faster with cuda 6.5.

You can tip the crypto mining blog, they have compiled a windows version before..

Ask them to build for cuda 6.5

doesn't make much of a difference actually, everything is slowed down my mem load/store. (moving to 32bit would probably help a little as well but get some problem with some dll)
actually can't get my 780ti/750ti to work properly because of the high mem allocation (which actually isn't so high... but it doesn't like that)
 
under linux ethminer allocates 1087mb on each gpu and almost 800mb on the system, i wonder if it's moving hashes between cpu and gpu's memory...

ryen123
Sr. Member
****
Offline Offline

Activity: 292
Merit: 250


View Profile
August 16, 2015, 05:30:51 PM
 #4983

And the speed? Any faster?

I compiled for windows with cuda 6.5. There is a windows bug in it, my 750Ti is only at 2.2+MHs instead of the possible 9+MHs.

Did you build with debug? Smiley then build release. I think the kernal need some tuning. Might work on it later. I see work has been done by tvprovut in his fork.

I always build release. From what I've read on the other forum, the same code works correctly in linux. Others that run in windows get bad hashrates. Whatever the problem is, is beyond my understanding.

My system: Win10, Nvidia driver 355.60, CUDA 6.5

skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
August 16, 2015, 05:37:40 PM
 #4984

And the speed? Any faster?

I compiled for windows with cuda 6.5. There is a windows bug in it, my 750Ti is only at 2.2+MHs instead of the possible 9+MHs.

Did you build with debug? Smiley then build release. I think the kernal need some tuning. Might work on it later. I see work has been done by tvprovut in his fork.

I always build release. From what I've read on the other forum, the same code works correctly in linux. Others that run in windows get bad hashrates. Whatever the problem is, is beyond my understanding.

My system: Win10, Nvidia driver 355.60, CUDA 6.5
windows 10 is the problem, it sends the missing hashes to microsoft's pool  Grin

ryen123
Sr. Member
****
Offline Offline

Activity: 292
Merit: 250


View Profile
August 16, 2015, 05:43:25 PM
 #4985

And the speed? Any faster?

I compiled for windows with cuda 6.5. There is a windows bug in it, my 750Ti is only at 2.2+MHs instead of the possible 9+MHs.

Did you build with debug? Smiley then build release. I think the kernal need some tuning. Might work on it later. I see work has been done by tvprovut in his fork.

I always build release. From what I've read on the other forum, the same code works correctly in linux. Others that run in windows get bad hashrates. Whatever the problem is, is beyond my understanding.

My system: Win10, Nvidia driver 355.60, CUDA 6.5
windows 10 is the problem, it sends the missing hashes to microsoft's pool  Grin

 Shocked haha...

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
August 16, 2015, 05:57:55 PM
 #4986

Nvidia fixed a memory allocation bug in one of the latest drivers. 353.30 or newer.you should upgrade
using 353.62... my 750ti is running at a few kh/s

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
August 16, 2015, 05:59:54 PM
 #4987

There is no projectfile for visual studio 2013. and the cuda 7.0 compiler is slow. Perhaps 30% faster with cuda 6.5.

You can tip the crypto mining blog, they have compiled a windows version before..

Ask them to build for cuda 6.5

doesn't make much of a difference actually, everything is slowed down my mem load/store. (moving to 32bit would probably help a little as well but get some problem with some dll)
actually can't get my 780ti/750ti to work properly because of the high mem allocation (which actually isn't so high... but it doesn't like that)
 
under linux ethminer allocates 1087mb on each gpu and almost 800mb on the system, i wonder if it's moving hashes between cpu and gpu's memory...

800meg is alot. Whatbis your hashrate?

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
August 16, 2015, 06:01:36 PM
 #4988

There is no projectfile for visual studio 2013. and the cuda 7.0 compiler is slow. Perhaps 30% faster with cuda 6.5.

You can tip the crypto mining blog, they have compiled a windows version before..

Ask them to build for cuda 6.5

doesn't make much of a difference actually, everything is slowed down my mem load/store. (moving to 32bit would probably help a little as well but get some problem with some dll)
actually can't get my 780ti/750ti to work properly because of the high mem allocation (which actually isn't so high... but it doesn't like that)
 
under linux ethminer allocates 1087mb on each gpu and almost 800mb on the system, i wonder if it's moving hashes between cpu and gpu's memory...
ha ok... I get 1159MB allocated, but the problem it has problem to access it efficiently... power usage for the 750ti gets around 16%
I have the same problem with cryptonight actually and have to decrease mem allocation to below 1GB

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
August 16, 2015, 06:03:14 PM
 #4989

There is no projectfile for visual studio 2013. and the cuda 7.0 compiler is slow. Perhaps 30% faster with cuda 6.5.

You can tip the crypto mining blog, they have compiled a windows version before..

Ask them to build for cuda 6.5

doesn't make much of a difference actually, everything is slowed down my mem load/store. (moving to 32bit would probably help a little as well but get some problem with some dll)
actually can't get my 780ti/750ti to work properly because of the high mem allocation (which actually isn't so high... but it doesn't like that)
 
under linux ethminer allocates 1087mb on each gpu and almost 800mb on the system, i wonder if it's moving hashes between cpu and gpu's memory...

800meg is alot. Whatbis your hashrate?
~52 mhs, so ~8.7 mhs per card

sambiohazard
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
August 16, 2015, 06:15:39 PM
 #4990

Today's share sent

djm34: 047171eabd9db41dea5d4f8aece3647bd6990118c09c4ef0c056933e6920f5a7
pallas: ff450e633bec606b921855a307a4fbad1f37c1afa23e69ba426184fe7b2cae3f
sp_: 13acb0a16bb2c0252f04a864c24e59ba8e92cbc0080809476c6c15ad6bc2bfaf

Thanks. Keep going Smiley
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
August 16, 2015, 06:19:40 PM
Last edit: August 17, 2015, 09:47:19 AM by tbearhere
 #4991

@djm34  ......Sent you some beers for your Lyra2v2.v4....or is it a 6 pack.  Grin    .05btc

TrxID: cdd1ad95ace6de79024b50863a51743c0cead3125c09cda59ea09802176ea90c

4.6 mh 750ti oc 1350.


blue-yu
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
August 16, 2015, 06:34:34 PM
 #4992

Guys, ccminer is reporting 28.965 kH/s, but Nicehash is reporting only around 15.000 kH/s! What should be wrong?
hashbrown9000
Sr. Member
****
Offline Offline

Activity: 427
Merit: 250


View Profile
August 16, 2015, 06:48:53 PM
 #4993

@blue_yu, try mining on give me coins pool with no diff setting.  that's the only way i could get any vtc pool to agree with my local total hashrate.

Pinkcoin:
ETH:
VTC:
BTC:
Genoil
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
August 16, 2015, 07:12:08 PM
 #4994

There is no projectfile for visual studio 2013. and the cuda 7.0 compiler is slow. Perhaps 30% faster with cuda 6.5.

You can tip the crypto mining blog, they have compiled a windows version before..

Ask them to build for cuda 6.5

doesn't make much of a difference actually, everything is slowed down my mem load/store. (moving to 32bit would probably help a little as well but get some problem with some dll)
actually can't get my 780ti/750ti to work properly because of the high mem allocation (which actually isn't so high... but it doesn't like that)
 

I've spent a lot of time already trying to figure out why the algo doesn't perform well on some windows/nvidia combo's. this gtx750ti i have at home gets only 500KH, but when i pull it out and place it along a gtx780 i run at work, it pulls 8MH/s (as it should, and most linux people report).

The 1GB RAM allocation (both on RAM and per GPU) is for the "dagger" file. This is used in the "middle" part of the ethash algo, where a random 64 node path is walked through that file. This takes up most of the time, about 85% compared to the keccak stuff. The dagger file updates each 30,000 blocks. This all with the goal of fighting off ASIC development.

The code as I have in git now is a bit of a mess, with two approaches of running the dagger loop dumped into a single file. One approach uses shared memory (compute_hash), whereas the other one warp shuffles instead (compute_hash_shuffle). Turned out to hardly make a difference. By default shuffle is now used.

Currently looking into splitting the whole thing back up into 3 parts (keccak/dagger/keccak) and see if i can run these kernels concurrently. there's a branch for that, cudaminer-staged.   

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
August 16, 2015, 07:22:40 PM
Last edit: August 16, 2015, 07:43:13 PM by djm34
 #4995

There is no projectfile for visual studio 2013. and the cuda 7.0 compiler is slow. Perhaps 30% faster with cuda 6.5.

You can tip the crypto mining blog, they have compiled a windows version before..

Ask them to build for cuda 6.5

doesn't make much of a difference actually, everything is slowed down my mem load/store. (moving to 32bit would probably help a little as well but get some problem with some dll)
actually can't get my 780ti/750ti to work properly because of the high mem allocation (which actually isn't so high... but it doesn't like that)
 

I've spent a lot of time already trying to figure out why the algo doesn't perform well on some windows/nvidia combo's. this gtx750ti i have at home gets only 500KH, but when i pull it out and place it along a gtx780 i run at work, it pulls 8MH/s (as it should, and most linux people report).

The 1GB RAM allocation (both on RAM and per GPU) is for the "dagger" file. This is used in the "middle" part of the ethash algo, where a random 64 node path is walked through that file. This takes up most of the time, about 85% compared to the keccak stuff. The dagger file updates each 30,000 blocks. This all with the goal of fighting off ASIC development.

The code as I have in git now is a bit of a mess, with two approaches of running the dagger loop dumped into a single file. One approach uses shared memory (compute_hash), whereas the other one warp shuffles instead (compute_hash_shuffle). Turned out to hardly make a difference. By default shuffle is now used.

Currently looking into splitting the whole thing back up into 3 parts (keccak/dagger/keccak) and see if i can run these kernels concurrently. there's a branch for that, cudaminer-staged.  
thanks, that answers the question I forgot to ask (about the staged branch).  Grin

actually I have 2 980 which runs ok, but the 2 other card 780ti + 750ti are doing about 1.5MH/s together... (can be due to the fact they are on riser...)

edit: I get "illegal memory access" with the shared memory method

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

Activity: 1793
Merit: 1028



View Profile WWW
August 16, 2015, 07:59:17 PM
Last edit: August 16, 2015, 08:17:20 PM by scryptr
 #4996

ETHMINER and LINUX--

Somebody shared a pre-compiled CUDA Compute 50 Linux binary on Genoil's blog thread, and I toyed with it.  Just as in CCminer, there are shared library files.  The file will not run unless you have the Ethereum system installed properly.  I don't think I will install it on my 750ti rig.

If I rebuild my AMD 280x rig, I will install it, and run ethminer instead of sgminer.  It all depends on ETH and its value on the coin market.  I do suspect that Ethminer would run smoothly, and with less energy usage and the headaches associated with sgminer.       --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!
Genoil
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
August 16, 2015, 08:17:35 PM
 #4997

edit: I get "illegal memory access" with the shared memory method

hm that probably got borked in all the mess...it used to be fine.

i'll see if i can fix that tomorrow.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
hashbrown9000
Sr. Member
****
Offline Offline

Activity: 427
Merit: 250


View Profile
August 16, 2015, 11:06:48 PM
 #4998

Quote
Somebody shared a pre-compiled CUDA Compute 50 Linux binary on Genoil's blog thread, and I toyed with it.

linky?

Pinkcoin:
ETH:
VTC:
BTC:
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
August 16, 2015, 11:31:57 PM
 #4999

Quote
Somebody shared a pre-compiled CUDA Compute 50 Linux binary on Genoil's blog thread, and I toyed with it.

linky?

LINKY--

Here is a link to page 6 of Genoil's thread:  "https://forum.ethereum.org/discussion/2227/cuda-miner/p6"

Look for poster SuchFakeAccount near the bottom of the page.  He kindly said he would compile other binaries if asked.  Pages 6 and 7 have a few binaries on them, just read the thread.

The file has some dependencies, and I don't have them.  If I could place the dependencies in the directory like Windows *.dll files, I would.  I just don't want to install Ethereum on my good rig and then have complications with CCminer compilation.

--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!
zTheWolfz
Full Member
***
Offline Offline

Activity: 231
Merit: 150



View Profile
August 17, 2015, 03:28:53 AM
 #5000

What sort of luck are you guys having with mining Ethereum? I've been mining for about 24 hours and haven't found a block. Everything is so glitchy and buggy I can't tell if it's working right even though it should be.

Since there is no pool it seems as though this might be sorta pointless too. Pools are there because mining alone doesn't net the same results, even though it's supposed to be averaged over time it usually doesn't work that way. I may switch back to VTC till this ends up a bit more mature.

I HIT ONE BLOCK--

I have 5 ETH coins after mining solo since sometime Friday.  The prediction is about 10 coins a week for 25Mh/s, my current speed.  Without a GUI wallet, I have to check my balance every few hours or so.  Mining works.  If optimized in CUDA code, I could earn a lot more.       --scryptr

Try to see if 2>> ETHlog.txt flag will work with the miner software, if it does it will place a log file within the folder where the miner resides.
the 2>> name-can-be-what-ever-you-want-log.txt You can then open that log with notepad and use the search for yay! to find blocks you found
or boo! to find bad blocks within the log file. Asumming it uses yay and boo.
Pages: « 1 ... 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 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 ... 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!