Bitcoin Forum
May 27, 2024, 06:29:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 [794] 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347500 times)
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 20, 2017, 09:50:25 AM
 #15861

...

No news either for the crypto SP mod, there is mention of "8. 0.05BTC Cryptonite sp-mod (+20%) (3 release)" in the OP, but i don't know if it's recent, if it's optimized for pascal cards, and what are the hashing numbers (+20% but over what ? what overclock, what watts, which program version). ...

Cryptonight(XMR...), not cryptonite which is different algo.

Oh right, i shouldn't reply @4am... so yeah i had actually no news @ all. Thx for pointing that out.
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
January 20, 2017, 05:24:48 PM
 #15862

hey!does sp-mod have an api port like other ccminers?like 4068 or so?
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 20, 2017, 05:34:38 PM
 #15863

hey!does sp-mod have an api port like other ccminers?like 4068 or so?

Never tried one of his mod, i asked him that about api, but didn't got a reply, but i presume if he only touch the part of the code that does the calculation all of the other features of cc miner should be here Smiley it's also available in is open source version, so if he base his private on this, that should be a good assumption it's also in it.
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
January 20, 2017, 05:41:29 PM
 #15864

hey!does sp-mod have an api port like other ccminers?like 4068 or so?

Never tried one of his mod, i asked him that about api, but didn't got a reply, but i presume if he only touch the part of the code that does the calculation all of the other features of cc miner should be here Smiley it's also available in is open source version, so if he base his private on this, that should be a good assumption it's also in it.
default 4068 doesn't work...
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 20, 2017, 05:46:07 PM
 #15865

hey!does sp-mod have an api port like other ccminers?like 4068 or so?

Never tried one of his mod, i asked him that about api, but didn't got a reply, but i presume if he only touch the part of the code that does the calculation all of the other features of cc miner should be here Smiley it's also available in is open source version, so if he base his private on this, that should be a good assumption it's also in it.
default 4068 doesn't work...

Ah you have one of his private miner, ok

if you do a ccminer --help does it list API bind  ?

Code:
-b, --api-bind        IP/Port for the miner API (default: 127.0.0.1:4068)

API is by default on localhost 4068, are you trying to reach the API from the local machine or from another machine in your network ?
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
January 20, 2017, 05:51:42 PM
 #15866

hey!does sp-mod have an api port like other ccminers?like 4068 or so?

Never tried one of his mod, i asked him that about api, but didn't got a reply, but i presume if he only touch the part of the code that does the calculation all of the other features of cc miner should be here Smiley it's also available in is open source version, so if he base his private on this, that should be a good assumption it's also in it.
default 4068 doesn't work...

Ah you have one of his private miner, ok

if you do a ccminer --help does it list API bind  ?

Code:
-b, --api-bind        IP/Port for the miner API (default: 127.0.0.1:4068)

API is by default on localhost 4068, are you trying to reach the API from the local machine or from another machine in your network ?
yes.it says that.but...i try to reach the api from the local machine.klausT miner works fine on 4068.
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 20, 2017, 06:08:53 PM
 #15867

hey!does sp-mod have an api port like other ccminers?like 4068 or so?

Never tried one of his mod, i asked him that about api, but didn't got a reply, but i presume if he only touch the part of the code that does the calculation all of the other features of cc miner should be here Smiley it's also available in is open source version, so if he base his private on this, that should be a good assumption it's also in it.
default 4068 doesn't work...

Ah you have one of his private miner, ok

if you do a ccminer --help does it list API bind  ?

Code:
-b, --api-bind        IP/Port for the miner API (default: 127.0.0.1:4068)

API is by default on localhost 4068, are you trying to reach the API from the local machine or from another machine in your network ?
yes.it says that.but...i try to reach the api from the local machine.klausT miner works fine on 4068.

so from the local machine it doesn't work ok, well i can't help you further sadly since i don't have this miner, have you tried to force the api with "-b 127.0.0.1:4068" ?
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
January 20, 2017, 06:11:24 PM
 #15868

hey!does sp-mod have an api port like other ccminers?like 4068 or so?

Never tried one of his mod, i asked him that about api, but didn't got a reply, but i presume if he only touch the part of the code that does the calculation all of the other features of cc miner should be here Smiley it's also available in is open source version, so if he base his private on this, that should be a good assumption it's also in it.
default 4068 doesn't work...

Ah you have one of his private miner, ok

if you do a ccminer --help does it list API bind  ?

Code:
-b, --api-bind        IP/Port for the miner API (default: 127.0.0.1:4068)

API is by default on localhost 4068, are you trying to reach the API from the local machine or from another machine in your network ?
yes.it says that.but...i try to reach the api from the local machine.klausT miner works fine on 4068.

so from the local machine it doesn't work ok, well i can't help you further sadly since i don't have this miner, have you tried to force the api with "-b 127.0.0.1:4068" ?
no.think it can help?=)
giagge
Legendary
*
Offline Offline

Activity: 1134
Merit: 1001


View Profile
January 20, 2017, 06:12:52 PM
 #15869

What are you undermining now? you have any first-fruits to give? You were undermining private miner? if you as good coin? .
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
January 20, 2017, 06:18:17 PM
 #15870

hey!does sp-mod have an api port like other ccminers?like 4068 or so?

Never tried one of his mod, i asked him that about api, but didn't got a reply, but i presume if he only touch the part of the code that does the calculation all of the other features of cc miner should be here Smiley it's also available in is open source version, so if he base his private on this, that should be a good assumption it's also in it.
default 4068 doesn't work...

Ah you have one of his private miner, ok

if you do a ccminer --help does it list API bind  ?

Code:
-b, --api-bind        IP/Port for the miner API (default: 127.0.0.1:4068)

API is by default on localhost 4068, are you trying to reach the API from the local machine or from another machine in your network ?
yes.it says that.but...i try to reach the api from the local machine.klausT miner works fine on 4068.

so from the local machine it doesn't work ok, well i can't help you further sadly since i don't have this miner, have you tried to force the api with "-b 127.0.0.1:4068" ?
damn=)you are right, dude=)it's working now=)thanks=)
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 20, 2017, 06:23:34 PM
 #15871

damn=)you are right, dude=)it's working now=)thanks=)

Ahhhh good ! I was thinking maybe sp_ didn't activated it by default like in normal ccminer, also seemed odd that he would remove it, because it's so useful, and don't think it would bring optimization so that was the remaining solution  Grin
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
January 20, 2017, 06:30:03 PM
 #15872

damn=)you are right, dude=)it's working now=)thanks=)

Ahhhh good ! I was thinking maybe sp_ didn't activated it by default like in normal ccminer, also seemed odd that he would remove it, because it's so useful, and don't think it would bring optimization so that was the remaining solution  Grin
need to do the same with klausT ccminer-cryptonight=)but his -h doesn't have any line about api=(
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 20, 2017, 06:33:44 PM
 #15873

damn=)you are right, dude=)it's working now=)thanks=)

Ahhhh good ! I was thinking maybe sp_ didn't activated it by default like in normal ccminer, also seemed odd that he would remove it, because it's so useful, and don't think it would bring optimization so that was the remaining solution  Grin
need to do the same with klausT ccminer-cryptonight=)but his -h doesn't have any line about api=(

Ah i see, well good to know if i use sp_ mod someday i'll know Smiley
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
January 20, 2017, 06:34:36 PM
 #15874


Too bad he doesn't look at the first post or bother reading any of the posts following his responses. XD

And there i had the idea to finally unignore you bensam because sometimes you post good stuff, but it seems you're still spouting stuff without thinking because you're bored or something.. or just want to be a prick. Now to make you straight....

I asked sp_ for his lbry SP 5# mod, he still hasn't replied to this one in the last 3 posts i asked, i rechecked, and no replies, nada. so please point me where he replied to my post about lbry sp-mod #5, yes ? nothing... and there is nothing in OP regarding this lbry sp mod #5 there is only mention of his old lbry sp mod #3. After a few of my replies, he said the mod will have delay because he was getting instability & such, we discussed about the driver crash @ the exit of the miner, but nothing new since that.

No news either for the crypto SP mod. He spoke about numbers early january, he spoke about keeping it private so. I didn't saw either a post in the last few thread pages, announcing the release of this mod, i used the search, after browsing but nothing.

There is a few post with decred speed, but they date back 3 months, since sp_ doesn't show any release date in his first post, i don't know if a new version came out and those numbers still relevant for his mod.

Also linux version aside from spreadcoin and decred, there is no mention for other mods.

So after that i think im not asking dumb or no-basis questions, because i did my work searching, and the infos were not here or incomplete. sp_ is selling his mods, i think it's not unwaranted to ask numbers for a specific gpu, and for the latest release before investing...

So now go back to my ignore list, permanently...

Yuh and if you read the thread you'd realize that he talks about stuff and then doesn't do it. He's talked about Lbry #5 since Lbry first came out. It wasn't a big speed increase either... You'd know that if you did some searching.

The same thing goes for Cryptonote. He often times makes projects and doesn't finish them or doesn't follow up with them, especially when the market takes a dive. Lbry was booming for a bit for instance and is now back down with all the other algos. A couple percent wont help that.

Decred hasn't changed since the big Decred launch. It's weird how you mention that you searched all this stuff, yet acted like you had no idea. If he hasn't talked about it, it hasn't changed. Decred mining has been in the shitter since it got dual mined by Claymore up until recently when I pointed it out. Of course there was no effort being put into a miner.

SP rarely makes versions for nix, he's mentioned that and we've talked about that numerous times over this thread. That issue in particular has come up of and on over the last few years. There is no way you searched the thread and didn't find any information on that.

Ignorance is bliss bro.

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
January 20, 2017, 08:02:12 PM
Last edit: January 20, 2017, 08:16:11 PM by sp_
 #15875

SP rarely makes versions for nix, he's mentioned that and we've talked about that numerous times over this thread. That issue in particular has come up of and on over the last few years. There is no way you searched the thread and didn't find any information on that.
Ignorance is bliss bro.

I have sold the sourcecode with linux support. Tried it with my decred modded kernels. My kernels where 10-15% faster as usual, but after I sold the sourcecode the opensource got much bether just a few days later. Blake constmem precalc trick.

I am happy with "ccminer all alexis algos optimized". I do this for fun and not for profit.

To bad djm34 has quit. He is a legend. And a good teacher

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

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 20, 2017, 08:46:34 PM
 #15876


I have sold the sourcecode with linux support. Tried it with my decred modded kernels. My kernels where 10-15% faster as usual, but after I sold the sourcecode the opensource got much bether just a few days later. Blake constmem precalc trick.

I am happy with "ccminer all alexis algos optimized". I do this for fun and not for profit.

To bad djm34 has quit. He is a legend. And a good teacher

Yes i can understand your point, always a pain to be stolen of his work. That said would you consider offering "binaries" for linux as an alternative ? Thanks for the added infos about nix, it make sense.
Epsylon3
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
January 20, 2017, 09:30:55 PM
Last edit: January 20, 2017, 09:44:37 PM by Epsylon3
 #15877

Super Parasite ... Steal & Profit ? :p What means SP ?

Seriously, this kind of accusations against Alexis is really unfair... you didnt share anything since months

Start writing a full algo by yourself and then you will be allowed to say such things...

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

Activity: 1750
Merit: 1024


View Profile
January 20, 2017, 09:49:13 PM
 #15878

SP rarely makes versions for nix, he's mentioned that and we've talked about that numerous times over this thread. That issue in particular has come up of and on over the last few years. There is no way you searched the thread and didn't find any information on that.
Ignorance is bliss bro.

I have sold the sourcecode with linux support. Tried it with my decred modded kernels. My kernels where 10-15% faster as usual, but after I sold the sourcecode the opensource got much bether just a few days later. Blake constmem precalc trick.

I am happy with "ccminer all alexis algos optimized". I do this for fun and not for profit.

To bad djm34 has quit. He is a legend. And a good teacher

Yup...

And DJM and Epsylon are both very good coders. It is a shame that DJM quit and Epsylon really doesn't do much anymore. DJM complained about unfair payments (not enough donations) and Epsylon laments about not getting enough, meanwhile Claymore and EWBF are making fists full of money with a miner fee, which I've tried to perpetuate numerous times.

Talked multiple times about a fee based miner that multiple coders worked on or a business, no one has done it. I understand developers don't want to take time to implement something that isn't basically just optimizing kernels, but it's kinda silly that people complained about things that can be changed. I don't have the expertise to start a coding company nor the capital, but I'm sure someone else does. No one has stepped up. The closest thing we've gotten is Nicehash, and EWBF went and basically copied their shit so we probably wont see that again (and yes notice how we haven't gotten any speedups since Nicehash stopped?). Pretty much sold on EWBF copying their work, even if it's not verbatim it doesn't matter... all the coders know that too.

Protecting IP takes work too, also need someone that's good at that to make things work. It's really a shame Claymore is a one man operation. He seems to have the expertise with everything and really would be nice if his works expanded to everything else.

Someday. My operation hasn't grown enough before the eth-babies caught up (and megacorps) and now it's basically fighting against them. We'll need another culling to deal with the kids before we'll have massive expansion again. Coins like Ethereum and Zcash don't come around every day. There are other side coins that need work, once again a company would be great here to help expand on the fringe coins and algos (x11-gost for instance), but it's just not happening.


I have lots of great ideas, just not the capital to move on with them. Ethereum grew too much and ruined mining for the moment.

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

Activity: 1750
Merit: 1024


View Profile
January 20, 2017, 11:17:23 PM
 #15879

BTW SP have you considered adding Equihash to your open source 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
January 20, 2017, 11:25:13 PM
 #15880

Seriously, this kind of accusations against Alexis is really unfair... you didnt share anything since months

I don't accuse alexis for anything. I just optmize every algo in his fork and smile quietly.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Pages: « 1 ... 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 [794] 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 ... 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!