Bitcoin Forum
June 16, 2024, 09:30:50 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 [612] 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347501 times)
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
July 13, 2016, 11:05:42 AM
 #12221

sorry to post that here, but lbry cuda miner preview (binaries with sources) is on sale for 0.1 BTC... :p

PM me

will maybe get a tip from sp this time ? :p who know ?

tested working without issues on all cuda arch (3.0 to 6.1) on windows and linux

Code:
GPU #0: Gigabyte GTX 1080, 270.14 MH/s
GPU #1: GeForce GTX 1070, 192.61 MH/s
accepted: 339/339 (diff 0.115), 462.73 MH/s yes!
Stratum difficulty set to 16 (0.06250)
lbry block 11086, diff 9152.967
GPU #0: Gigabyte GTX 1080, 270.92 MH/s
accepted: 340/340 (diff 1.919), 462.74 MH/s yes!

How long is it going to be in 'preview' phase before you release it?

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
fenomenhaa
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250



View Profile
July 13, 2016, 01:41:57 PM
 #12222

sorry to post that here, but lbry cuda miner preview (binaries with sources) is on sale for 0.1 BTC... :p

PM me

will maybe get a tip from sp this time ? :p who know ?

tested working without issues on all cuda arch (3.0 to 6.1) on windows and linux

Code:
GPU #0: Gigabyte GTX 1080, 270.14 MH/s
GPU #1: GeForce GTX 1070, 192.61 MH/s
accepted: 339/339 (diff 0.115), 462.73 MH/s yes!
Stratum difficulty set to 16 (0.06250)
lbry block 11086, diff 9152.967
GPU #0: Gigabyte GTX 1080, 270.92 MH/s
accepted: 340/340 (diff 1.919), 462.74 MH/s yes!
What about 970 and 750ti? Smiley)) 1080 crazy profitable Shocked bu iHaven't any o them. Sad( Still wating for rx 470's


           ▄▀▀▀▄
   ▄▀▀▀▄   █   █   ▄▀▀▀▄
   █   █    ▀█▀    █   █
    ▀▀▀▀▄    ▀    ▄▀▀▀▀
DE]   ██▀▀▀█▄   ▀▀█   █
 ▀▀▀      ██▄▄▄█▀      ▀▀▀
        ▄   ▀ ▀   ▄
   ▄▀▀▀█     █     █▀▀▀▄
   █   █   ▄▀▀▀▄   █   █
    ▀▀▀    █   █    ▀▀▀
            ▀▀▀
          ▄▄█▄█▄[/color]
▄▀▀▀▄     ██   ██     ▄▀▀▀▄
█   █▀▀[color=#2C97
██████
██████
██████
██████
██████  ██████
██████  ██████
██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
✓  SUPER FAST TRANSACTION
✓  USER-FRIENDLY INTERFACE
✓  FAST & EASY REGISTRATION
▄██████
███▀▀▀▀
███
███
███
███
███
███
███
███
███
███▄▄▄▄
▀██████
JOIN AFFILIATE PROGRAM
UP TO 50% COMMISSIONS
██████▄
▀▀▀▀███
███
███
███
███
███
███
███
███
███
▄▄▄▄███
██████▀
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
July 13, 2016, 02:17:47 PM
 #12223

Small request to developers, please show the intensity on GPUs when your miner is running somewhere. You shouldn't need to request the intensity for a GPU so you can tweak it. Saves both parties a extra step.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
July 13, 2016, 02:24:06 PM
 #12224

Small request to developers, please show the intensity on GPUs when your miner is running somewhere. You shouldn't need to request the intensity for a GPU so you can tweak it. Saves both parties a extra step.

That would be nice, unfortunately the default intensity of an algo is set inside that algo-specific file and is not store anywhere, so there is no nice way of doing it.
To do it the right way, there should be an algo structure holding default intensities for the various cards, so that it is initialised with either the user supplied one or the default, and printed at the beginning.
To be fair, sgminer doesn't even have algo-specific (let alone device-specific) default intensities, AFAIK.
Anyways it's pretty easy to spot them, just look at the file named as the algo plus ".cu", near the beginning you will see the code which sets intensities (throughput).

bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
July 13, 2016, 03:17:49 PM
 #12225

Small request to developers, please show the intensity on GPUs when your miner is running somewhere. You shouldn't need to request the intensity for a GPU so you can tweak it. Saves both parties a extra step.

That would be nice, unfortunately the default intensity of an algo is set inside that algo-specific file and is not store anywhere, so there is no nice way of doing it.
To do it the right way, there should be an algo structure holding default intensities for the various cards, so that it is initialised with either the user supplied one or the default, and printed at the beginning.
To be fair, sgminer doesn't even have algo-specific (let alone device-specific) default intensities, AFAIK.
Anyways it's pretty easy to spot them, just look at the file named as the algo plus ".cu", near the beginning you will see the code which sets intensities (throughput).

When it's mining it could simply do like (i-20) or (intensity 20) in the command line or when it first starts, show it next to each GPU it's winding up.

Yeah, I remember tweaking SGminer for intensity back when I mined with AMD.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
July 13, 2016, 05:43:44 PM
 #12226

Small request to developers, please show the intensity on GPUs when your miner is running somewhere. You shouldn't need to request the intensity for a GPU so you can tweak it. Saves both parties a extra step.

That would be nice, unfortunately the default intensity of an algo is set inside that algo-specific file and is not store anywhere, so there is no nice way of doing it.
To do it the right way, there should be an algo structure holding default intensities for the various cards, so that it is initialised with either the user supplied one or the default, and printed at the beginning.
To be fair, sgminer doesn't even have algo-specific (let alone device-specific) default intensities, AFAIK.
Anyways it's pretty easy to spot them, just look at the file named as the algo plus ".cu", near the beginning you will see the code which sets intensities (throughput).

It's already implemented in SP_MOD v80.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
Epsylon3
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
July 13, 2016, 07:12:27 PM
 #12227

Ok, i close the crowfunding for some days... stop sending me tips Wink i reached the reasonable goal of 1 BTC

Each new donation reduce the overall possible profit... hard choice to do but the best way i found to reduce the hype effect over mining rewards

will maybe do another round for a smaller donation this week end

open source should be available during july (after the 20th july)

- mode accountant off -

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 13, 2016, 07:19:27 PM
 #12228

Ok, i close the crowfunding for some days... stop sending me tips Wink i reached the reasonable goal of 1 BTC

Each new donation reduce the overall possible profit... hard choice to do but the best way i found to reduce the hype effect over mining rewards

will maybe do another round for a smaller donation this week end

open source should be available during july (after the 20th july)

- mode accountant off -

yeah the hashrate is already increasing too much, better to limit it for the time being

and no i'm not even mining it

my dream was always to see a very high profitable coin that will remain profitable forever, no dumped to the ground after 1 week/month/etc...
antantti
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
July 13, 2016, 08:12:58 PM
 #12229

0.1 btc was too much? And 6 x 1070 is cheap?
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 13, 2016, 08:44:35 PM
 #12230

Wolfo released it for free, he was payed very well i presume?
antantti
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
July 13, 2016, 08:56:18 PM
 #12231

Wolfo released it for free, he was payed very well i presume?

Looking at how amd does against nvidia wolf wasn't payed so well.
rednoW
Legendary
*
Offline Offline

Activity: 1510
Merit: 1003


View Profile
July 13, 2016, 09:04:31 PM
 #12232

Wolfo released it for free, he was payed very well i presume?

Looking at how amd does against nvidia wolf wasn't payed so well.

Yeah! Sure there is a much faster amd miner for private from Wolf ))
giagge
Legendary
*
Offline Offline

Activity: 1134
Merit: 1001


View Profile
July 13, 2016, 09:20:20 PM
 #12233

Epsylon3 you give a miner also to holders of nvidia, even slower than what you are using Smiley, please .
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 13, 2016, 09:35:30 PM
 #12234

0.1 btc was too much? And 6 x 1070 is cheap?

0.1 btc is not too much for most miners I think but it is too much if the source will be public in a week. That's a short period of time to make that 0.1 back (and then some).

Not your keys, not your coins!
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
July 13, 2016, 09:41:46 PM
 #12235

0.1 btc was too much? And 6 x 1070 is cheap?

0.1 btc is not too much for most miners I think but it is too much if the source will be public in a week. That's a short period of time to make that 0.1 back (and then some).

Yup... basically depends on the size of the farm and time to RoI. Why I still think a miner fee is the best way to do things... still is... Scales whatever the size.


Network difficulty is at 420GH, it gained 120GH in the last six hours. Pretty certain it'll be on par with other algos in maybe a day or two.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
antantti
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
July 13, 2016, 09:51:36 PM
 #12236

0.1 btc was too much? And 6 x 1070 is cheap?

0.1 btc is not too much for most miners I think but it is too much if the source will be public in a week. That's a short period of time to make that 0.1 back (and then some).

It is not always about profit, I would have donated that 0.1 anyway. We need guys like epsylon, djm, c&c... and sp on top of that. If they all go awol what is left?

Talking about profits, hmm...
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
July 13, 2016, 09:57:10 PM
 #12237

0.1 btc was too much? And 6 x 1070 is cheap?

0.1 btc is not too much for most miners I think but it is too much if the source will be public in a week. That's a short period of time to make that 0.1 back (and then some).

It is not always about profit, I would have donated that 0.1 anyway. We need guys like epsylon, djm, c&c... and sp on top of that. If they all go awol what is left?

Talking about profits, hmm...

True to your word, it's not too late to 'DONATE' your .1BTC today!

That aside, why I still believe a miner fee is a great way to go with things. If only there was some fair way to split it up among developers so they could all contribute to the same miner.

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
July 13, 2016, 10:10:32 PM
Last edit: July 13, 2016, 10:23:15 PM by sp_
 #12238

My undervolted R9 Nano is hashing @ 65MHASH / 100watt with the opensource sgminer  kernal..

Settings:

-X 1024 -g 2

At the current difficulty/pumped price I get around 3.5$ per card per day. (lbry)

Claymores etherum+sia only give around $2 a day per card.


1080@270 is pretty good. ($14 /day)

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

Activity: 1176
Merit: 1015


View Profile
July 13, 2016, 10:23:42 PM
 #12239

0.1 btc was too much? And 6 x 1070 is cheap?

0.1 btc is not too much for most miners I think but it is too much if the source will be public in a week. That's a short period of time to make that 0.1 back (and then some).

It is not always about profit, I would have donated that 0.1 anyway. We need guys like epsylon, djm, c&c... and sp on top of that. If they all go awol what is left?

Talking about profits, hmm...

True to your word, it's not too late to 'DONATE' your .1BTC today!

That aside, why I still believe a miner fee is a great way to go with things. If only there was some fair way to split it up among developers so they could all contribute to the same miner.

with only 4x970 i call it a donate.

amd guys got a nice jump start here but now there is epsys miner available. lbc not tanking.

bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 13, 2016, 10:25:33 PM
 #12240

0.1 btc was too much? And 6 x 1070 is cheap?

0.1 btc is not too much for most miners I think but it is too much if the source will be public in a week. That's a short period of time to make that 0.1 back (and then some).

Yup... basically depends on the size of the farm and time to RoI. Why I still think a miner fee is the best way to do things... still is... Scales whatever the size.


Network difficulty is at 420GH, it gained 120GH in the last six hours. Pretty certain it'll be on par with other algos in maybe a day or two.

Most miners are small and there's not many big farms so a set price is far from optimal.

Let's see a theoritical and totally made up proportion of 3 sizes of miners (so don't get hung up on the numbers, just an example):
- number of small miners between  1 - 12 cards: 50
- medium miners between 12-60 cards: 20
- big miners with over 60+ cards: 5

Small miners can't afford 0.05-0.1 BTC and they wouldn't ROI anyway but they overall have 50 - 600 cards.
Medium miners probably can afford and might even profit from spending 0.05-0.1 BTC on a miner but it's risky and you're not going to make your money back about half of the time. They overall control somewhere between 240-1200 cards.
Big miners have no problem paying for 0.05-0.1 BTC for a miner and they are guaranteed to profit even from a tiny increase in profitability without any risk. They probably would pay much more for the same miner if they had to.

I don't mind donating to developers, I did so dozens of times and it's great way to thank them but a lot of people aren't donating and just rather wait for the open source release/leak and use that. And devs will likely open source their work shortly after selling them to a few miners in the hopes of more donations. I feel they should earn more by earning from more people.

I don't want to pour petrol on the bonfire that is the argument of a fee based miner and I get the risks and obstacles but that is the only method which taxes miners proportionately.
Team nvidia doesn't have a fee based miner at all so it would be free pickings and it would earn the developers a respectable amount which would further motivate them to work on their miner possibly pushing AMD back so eventually it probably also wouldn't matter if all nvidia miners were using the same miner. And it would also create a competition once more devs would see how much the other guy is earning.

I'm not by any means complaining, it just developing and optimizing miners for nvidia can't be sustainable with the odd donations and rare coins like LBRY.

Not your keys, not your coins!
Pages: « 1 ... 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 [612] 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 ... 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!