Bitcoin Forum
May 22, 2024, 04:00:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 [393] 394 395 396 397 398 399 400 401 402 403 404 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 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347500 times)
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
December 02, 2015, 11:07:59 AM
 #7841

The --benchmark --time-limit 200 isn't working as is it supposed to.

You would expect ccminer to mine for 200 secs and display the average hashrate in the whole interval, but it is not.

It will simply mine for 200 secs, and display the average hashrate for the last second or so in the 200sec interval. Since the hashrate is fluctating alot, this will not give a correct output.
If somebody could correct this and create a average function of all the outputs to the commandline I could merge your changes into the main branch. Should be a 15min-30min job for a experienced C coder.

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

Activity: 2828
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
December 02, 2015, 11:41:48 AM
 #7842

The --benchmark --time-limit 200 isn't working as is it supposed to.

You would expect ccminer to mine for 200 secs and display the average hashrate in the whole interval, but it is not.

It will simply mine for 200 secs, and display the average hashrate for the last second or so in the 200sec interval. Since the hashrate is fluctating alot, this will not give a correct output.
If somebody could correct this and create a average function of all the outputs to the commandline I could merge your changes into the main branch. Should be a 15min-30min job for a experienced C coder.

also sp - as i mentioned in the nicehash thread - would it be possible to add an eth kernel in ccminer-spmod? ...

even if its not an optimized one? ...

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
December 02, 2015, 11:47:27 AM
 #7843

The --benchmark --time-limit 200 isn't working as is it supposed to.
You would expect ccminer to mine for 200 secs and display the average hashrate in the whole interval, but it is not.
It will simply mine for 200 secs, and display the average hashrate for the last second or so in the 200sec interval. Since the hashrate is fluctating alot, this will not give a correct output.
If somebody could correct this and create a average function of all the outputs to the commandline I could merge your changes into the main branch. Should be a 15min-30min job for a experienced C coder.
also sp - as i mentioned in the nicehash thread - would it be possible to add an eth kernel in ccminer-spmod? ...
even if its not an optimized one? ...
#crysx

Yes, I am planning to add genoils kernal, but I don't think I will add the code that generate the Dag file, so you need to generate this file with the original miner.

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

Activity: 2828
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
December 02, 2015, 11:51:39 AM
 #7844

The --benchmark --time-limit 200 isn't working as is it supposed to.
You would expect ccminer to mine for 200 secs and display the average hashrate in the whole interval, but it is not.
It will simply mine for 200 secs, and display the average hashrate for the last second or so in the 200sec interval. Since the hashrate is fluctating alot, this will not give a correct output.
If somebody could correct this and create a average function of all the outputs to the commandline I could merge your changes into the main branch. Should be a 15min-30min job for a experienced C coder.
also sp - as i mentioned in the nicehash thread - would it be possible to add an eth kernel in ccminer-spmod? ...
even if its not an optimized one? ...
#crysx

Yes, I am planning to add genoils kernal, but I don't think I will add the code that generate the Dag file, so you need to generate this file with the original miner.


what would that do - if you did add the code? ...

that just sounds quite fiddly to me mate ...

#crysx

pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 02, 2015, 12:01:26 PM
 #7845

The --benchmark --time-limit 200 isn't working as is it supposed to.
You would expect ccminer to mine for 200 secs and display the average hashrate in the whole interval, but it is not.
It will simply mine for 200 secs, and display the average hashrate for the last second or so in the 200sec interval. Since the hashrate is fluctating alot, this will not give a correct output.
If somebody could correct this and create a average function of all the outputs to the commandline I could merge your changes into the main branch. Should be a 15min-30min job for a experienced C coder.
also sp - as i mentioned in the nicehash thread - would it be possible to add an eth kernel in ccminer-spmod? ...
even if its not an optimized one? ...
#crysx

Yes, I am planning to add genoils kernal, but I don't think I will add the code that generate the Dag file, so you need to generate this file with the original miner.


what would that do - if you did add the code? ...

that just sounds quite fiddly to me mate ...

#crysx

I think you'd need to periodically run the eth miner to generate the dag files, so ccminer can use them.

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
December 02, 2015, 12:02:28 PM
 #7846

The --benchmark --time-limit 200 isn't working as is it supposed to.
You would expect ccminer to mine for 200 secs and display the average hashrate in the whole interval, but it is not.
It will simply mine for 200 secs, and display the average hashrate for the last second or so in the 200sec interval. Since the hashrate is fluctating alot, this will not give a correct output.
If somebody could correct this and create a average function of all the outputs to the commandline I could merge your changes into the main branch. Should be a 15min-30min job for a experienced C coder.
also sp - as i mentioned in the nicehash thread - would it be possible to add an eth kernel in ccminer-spmod? ...
even if its not an optimized one? ...
#crysx
Yes, I am planning to add genoils kernal, but I don't think I will add the code that generate the Dag file, so you need to generate this file with the original miner.
what would that do - if you did add the code? ...
that just sounds quite fiddly to me mate ...
#crysx

You just generate the Dag file, and this file will be valid for a while until the blocksize changes. So you can mine for weeks without changing the dagger.

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

Activity: 1796
Merit: 1028



View Profile WWW
December 02, 2015, 12:07:09 PM
 #7847

The --benchmark --time-limit 200 isn't working as is it supposed to.
You would expect ccminer to mine for 200 secs and display the average hashrate in the whole interval, but it is not.
It will simply mine for 200 secs, and display the average hashrate for the last second or so in the 200sec interval. Since the hashrate is fluctating alot, this will not give a correct output.
If somebody could correct this and create a average function of all the outputs to the commandline I could merge your changes into the main branch. Should be a 15min-30min job for a experienced C coder.
also sp - as i mentioned in the nicehash thread - would it be possible to add an eth kernel in ccminer-spmod? ...
even if its not an optimized one? ...
#crysx
Yes, I am planning to add genoils kernal, but I don't think I will add the code that generate the Dag file, so you need to generate this file with the original miner.
what would that do - if you did add the code? ...
that just sounds quite fiddly to me mate ...
#crysx

You just generate the Dag file, and this file will be valid for a while until the blocksize changes. So you can mine for weeks without changing the dagger.

A SIGNIFICANT ADDITION! --

Worth donations from all users.  I hope to see more about this soon!       --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!
chrysophylax
Legendary
*
Offline Offline

Activity: 2828
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
December 02, 2015, 12:18:32 PM
 #7848

The --benchmark --time-limit 200 isn't working as is it supposed to.
You would expect ccminer to mine for 200 secs and display the average hashrate in the whole interval, but it is not.
It will simply mine for 200 secs, and display the average hashrate for the last second or so in the 200sec interval. Since the hashrate is fluctating alot, this will not give a correct output.
If somebody could correct this and create a average function of all the outputs to the commandline I could merge your changes into the main branch. Should be a 15min-30min job for a experienced C coder.
also sp - as i mentioned in the nicehash thread - would it be possible to add an eth kernel in ccminer-spmod? ...
even if its not an optimized one? ...
#crysx
Yes, I am planning to add genoils kernal, but I don't think I will add the code that generate the Dag file, so you need to generate this file with the original miner.
what would that do - if you did add the code? ...
that just sounds quite fiddly to me mate ...
#crysx

You just generate the Dag file, and this file will be valid for a while until the blocksize changes. So you can mine for weeks without changing the dagger.

A SIGNIFICANT ADDITION! --

Worth donations from all users.  I hope to see more about this soon!       --scryptr

ill always donate anyway ...

but yes - agreed ... i still think it would be worth it to have the whole thing in ONE miner ...

it always seems to be the same situation for me ... where if you had one or two machines mining - that would be easy to do - but a farm is more trouble than its worth ... it really is ...

one miner that does it all ... thats my vote ...

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
December 02, 2015, 01:16:09 PM
 #7849


ill always donate anyway ...

but yes - agreed ... i still think it would be worth it to have the whole thing in ONE miner ...

it always seems to be the same situation for me ... where if you had one or two machines mining - that would be easy to do - but a farm is more trouble than its worth ... it really is ...

one miner that does it all ... thats my vote ...

#crysx

yes, the goal in the end must be one miner that does it all. But first, I will just add the kernal  with some limitations. (less work)

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

Activity: 1456
Merit: 1006

Mining Pool Hub


View Profile WWW
December 02, 2015, 04:52:35 PM
 #7850

Hi
I'm trying sp-mod ccminer first time and maybe I misunderstood something.

When I try to mine with myr-grs algo, it doesn't work and only getting low difficulty shares.
Seems like diff multiplier is different than other ccminer versions or hashing is totally making wrong values.


ccminer.exe -a myr-gr -o stratum+tcp://hub.miningpoolhub.com:20479 -u username.workername -p x


But when I mine with ccminer by tpruvot v1.6.2, it works well.

Mining Pool Hub - https://miningpoolhub.com
AliMan
Hero Member
*****
Offline Offline

Activity: 2016
Merit: 502


Vave.com - Crypto Casino


View Profile
December 02, 2015, 05:21:05 PM
 #7851

Hi
I'm trying sp-mod ccminer first time and maybe I misunderstood something.

When I try to mine with myr-grs algo, it doesn't work and only getting low difficulty shares.
Seems like diff multiplier is different than other ccminer versions or hashing is totally making wrong values.


ccminer.exe -a myr-gr -o stratum+tcp://hub.miningpoolhub.com:20479 -u username.workername -p x


But when I mine with ccminer by tpruvot v1.6.2, it works well.

I believe its broken.

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
December 02, 2015, 05:27:32 PM
 #7852

try with --diff 256 or --diff 0.00390625

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

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
December 02, 2015, 05:55:21 PM
 #7853

try with --diff 256 or --diff 0.00390625

Yep, it's 0.00390625 (1/256). --diff is a difficulty divider so 256 would decrease the difficulty even more causing more low difficulty shares.

It's not neccessarily a problem with ccminer, it's just the pool and ccminer using different standards.

Not your keys, not your coins!
Genoil
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
December 02, 2015, 07:03:25 PM
 #7854


ill always donate anyway ...

but yes - agreed ... i still think it would be worth it to have the whole thing in ONE miner ...

it always seems to be the same situation for me ... where if you had one or two machines mining - that would be easy to do - but a farm is more trouble than its worth ... it really is ...

one miner that does it all ... thats my vote ...

#crysx

yes, the goal in the end must be one miner that does it all. But first, I will just add the kernal  with some limitations. (less work)

If you drop the CPU verification of solutions and load the DAG in chunks, it might work in 32-bit, otherwise you would need to build a 64bit ccminer. I have understood that is suboptimal for some other algo's .

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

Activity: 2828
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
December 03, 2015, 07:50:17 AM
 #7855


ill always donate anyway ...

but yes - agreed ... i still think it would be worth it to have the whole thing in ONE miner ...

it always seems to be the same situation for me ... where if you had one or two machines mining - that would be easy to do - but a farm is more trouble than its worth ... it really is ...

one miner that does it all ... thats my vote ...

#crysx

yes, the goal in the end must be one miner that does it all. But first, I will just add the kernal  with some limitations. (less work)

If you drop the CPU verification of solutions and load the DAG in chunks, it might work in 32-bit, otherwise you would need to build a 64bit ccminer. I have understood that is suboptimal for some other algo's .

the main reason i would prefer to have it in the one miner is obviously that it makes it easier to mine under the one miner ...

it would be beneficial also for not only the 'green' miners - but also the advanced as well ...

hope to see it soon ...

#crysx

bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
December 03, 2015, 11:00:19 AM
 #7856

Hmmm people are going back to Ethereum? I was looking at Eth and it still looks about on par with Neoscrypt right now as far as how much you can make. No improvements have been made on Eth due to memory limitations. Everything is in the shitter currently. I guess you can throw your hat in whatever ring you want and you're probably not going to gain/lose much.

I assume everyone isn't mining in super secret Lyra/Neo/Eth private kernels?

BTW if anyone has a Overwatch account available I'd be willing to buy it from them in BTC. Of course you have to be active on the forums and have some street cred.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
December 03, 2015, 11:08:54 AM
Last edit: December 03, 2015, 11:46:27 AM by sp_
 #7857

I expect a significant etherum boost on compute 5.2 devices with my modded code.
But in a few months the dagger file will double in size, and most of the modern gpu's will suffer.

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

Activity: 201
Merit: 100


View Profile
December 03, 2015, 11:55:18 AM
 #7858

Hmmm people are going back to Ethereum? I was looking at Eth and it still looks about on par with Neoscrypt right now as far as how much you can make. No improvements have been made on Eth due to memory limitations. Everything is in the shitter currently. I guess you can throw your hat in whatever ring you want and you're probably not going to gain/lose much.

I assume everyone isn't mining in super secret Lyra/Neo/Eth private kernels?

BTW if anyone has a Overwatch account available I'd be willing to buy it from them in BTC. Of course you have to be active on the forums and have some street cred.

Eth maxwell mining means much lower power usage, temps and vent speeds in comparision to neoscrypt or quark. Wink
Genoil
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
December 03, 2015, 01:09:55 PM
 #7859

I expect a significant etherum boost on compute 5.2 devices with my modded code.
But in a few months the dagger file will double in size, and most of the modern gpu's will suffer.

The DAG doesn't grow that fast. Compute 5.2 devices on Linux and win7 will be fine until the planned switch to POS (~1 year) as the 2GB threshold after which TLB trashing starts will take another 2+ years.

I do have a hard time believing you can significantly boost ethash, as it is memory bound and the keccak stages are already 'free'. I can run double the amount of keccak stages without losing hashrate...



 

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
December 03, 2015, 02:16:32 PM
 #7860

I expect a significant etherum boost on compute 5.2 devices with my modded code.
But in a few months the dagger file will double in size, and most of the modern gpu's will suffer.
The DAG doesn't grow that fast. Compute 5.2 devices on Linux and win7 will be fine until the planned switch to POS (~1 year) as the 2GB threshold after which TLB trashing starts will take another 2+ years.
I do have a hard time believing you can significantly boost ethash, as it is memory bound and the keccak stages are already 'free'. I can run double the amount of keccak stages without losing hashrate...

Perhaps I could inject another algo in the pipeline. Merged mining. Sounds like you have many free cycles left. Nicehash is currently paying 0.0014 BTC for GHASH-DAY of keccak.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Pages: « 1 ... 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 [393] 394 395 396 397 398 399 400 401 402 403 404 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 ... 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!