Bitcoin Forum
June 16, 2024, 09:24:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 845 846 847 848 849 850 851 852 853 854 855 856 857 858 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347501 times)
antantti
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
January 29, 2017, 10:14:57 PM
 #16141

We need more solominers or a working stratum implementation.. Smiley . 3 hours without a single solo block.

Epsylon? Can you do it, and add pascalcoin to yiimp.

240 000 pascal coins are mined every day. ($180 000). If nanopool has 90% of the nethash, they earn $3240 everyday with the 2% fee.


Nanopool (AMD only) has most of the hashrate


sp_, is that fuck_nano_pool you?  Grin
Schleicher
Hero Member
*****
Offline Offline

Activity: 675
Merit: 513



View Profile
January 29, 2017, 10:15:16 PM
 #16142

I guess it is you Schleicher :-D
Seeing the progress in the repo..maybe share with us which bug you have^^ :-D

We need to beat of the shit from AMD fanboys. :-D

Well, it's the pascal_cpu_hash function.
It's either launch failure, or illegal memory access. Or it just exits, without error message.
Probably the same bug is in my bitcoin algo.

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
January 29, 2017, 10:22:38 PM
 #16143

sp_, is that fuck_nano_pool you?  Grin

Hehe. No. My rigs start with GG. Just found a block. Around 10 blocks yesterday, but today lower..

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
January 30, 2017, 01:19:32 AM
 #16144

I guess it is you Schleicher :-D
Seeing the progress in the repo..maybe share with us which bug you have^^ :-D

We need to beat of the shit from AMD fanboys. :-D

Well, it's the pascal_cpu_hash function.
It's either launch failure, or illegal memory access. Or it just exits, without error message.
Probably the same bug is in my bitcoin algo.


i bet you are compiling with cuda75 Smiley ...

you will see the fix ...

btw - gcc6x doesnt compile any of the miners due to the syntax of the miner code - it needs changing for the newer gcc6 and above ( fedora is already at gcc63 ) ...

anyone up for the job? ... skype me if so ...

#crysx

bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
January 30, 2017, 01:34:02 AM
 #16145

without the possibility to connect to a pool it's useless, solo is dead, well maybe not if you have 100 rig like in your case...

I got 10 blocks yesterday in 24 hours with 50 rigs(1060 and 1070 cards). So you should be able to hit a block a day with 5 modern rigs.

Spent about 8 hours with roughly 75GH two days ago after Nano went up and didn't hit a single block. As always when it comes to hash, the more you have, the more blocks you'll hit and less variance you'll have.

If you have five rigs you'll more then likely just not hit a block at all due to the low odds and becomes insanely unprofitable very fast.

The standard miner doesn't feed all the gpus with the same work. Just look at the found nonces: they are not the same.
BTW my miner is faster, I will publish it as soon as possible.

Yes, that's because the normal miner changes the name XXXXXX01, 02, 03. HOWEVER if you have more then one rig, you either need a different private key to mine to or a different miner name. I'm sure if you're just opening another instance it's duplicating work. Someone should look at the nonces for the same GPU.


Pallas said he fixed CPU utilization, SP if you haven't, that's still a big issue.

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 30, 2017, 03:12:57 AM
 #16146

In other news we got 2-3 retards with large farms that are bouncing around the small alt coins over the last couple weeks, completely destroying the difficulty, sitting on it for like six hours and doing it all over again to a different coin. Sad thing is there isn't just one of them so you can't flee to a different coin.

Just another example of eth babies that have no idea how mining works and are using a profit auto-miner. The difficulty adjusts after a couple blocks are found and any gained profits from switching to those coins are lost as difficulty adjusts and revenue ends up less then Zcash, in addition to ruining things for other people.

You don't make more money doing this. You end up making less. You're a dumbass, learn to calculate your own profits... at the very least adding them up. Just because something is more profitable doesn't mean it will be that way when your fat ass ends up on the coin. Awesomeminer doesn't figure everything out for you.

Stick to Ethereum and Zcash.

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 30, 2017, 05:56:52 AM
Last edit: January 30, 2017, 06:11:47 AM by sp_
 #16147

Yes, that's because the normal miner changes the name XXXXXX01, 02, 03. HOWEVER if you have more then one rig, you either need a different private key to mine to or a different miner name. I'm sure if you're just opening another instance it's duplicating work. Someone should look at the nonces for the same GPU.


I have fixed it in the sp-mod #1 take a look at the .bat file in the archieve.

The d parameter will perform a d modulo #of gpus.

So if you have 6 gpus's in the rig.
d0-d5 will run the first thread.
d6-d11 will run the second thread.
d12-d17 will run the third thread.
d18-d23 will run the forth thread.

That's why you need to specify 24 gpus in the proxy if you want to run a rig with 6 gpu's with 4 threads.

Pallas said he fixed CPU utilization, SP if you haven't, that's still a big issue.

My version has a 6% PCIE bus load. I think the midstate should be moved to const mem. Pallas will release his version soon, then we will know what he did.

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

Activity: 107
Merit: 10

REDDCoin - Great return


View Profile
January 30, 2017, 06:35:52 AM
Last edit: January 30, 2017, 06:59:59 AM by 7enuke
 #16148

SP_, your miner on 2 Thread give me
1 x 1060 3g / gpu +200 mem -500
1 x 750Ti 1g / gpu + 100 mem -500
summary 900 Mhash

2 x GTX750 2G / gpu + 100 mem -500
1 x GTX750Ti 2G / gpu + 100 mem -500
Summary 700 Mhash

REDD-ID: Identify yourself!
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 30, 2017, 07:04:53 AM
 #16149

I see alot of bubbling around pascal in this thread, but in my understanding, it's reserved for now for people with gigantic farms since there are no pool version of the miner right ?
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
January 30, 2017, 07:13:32 AM
 #16150

Yes, that's because the normal miner changes the name XXXXXX01, 02, 03. HOWEVER if you have more then one rig, you either need a different private key to mine to or a different miner name. I'm sure if you're just opening another instance it's duplicating work. Someone should look at the nonces for the same GPU.


I have fixed it in the sp-mod #1 take a look at the .bat file in the archieve.

The d parameter will perform a d modulo #of gpus.

So if you have 6 gpus's in the rig.
d0-d5 will run the first thread.
d6-d11 will run the second thread.
d12-d17 will run the third thread.
d18-d23 will run the forth thread.

That's why you need to specify 24 gpus in the proxy if you want to run a rig with 6 gpu's with 4 threads.

Pallas said he fixed CPU utilization, SP if you haven't, that's still a big issue.

My version has a 6% PCIE bus load. I think the midstate should be moved to const mem. Pallas will release his version soon, then we will know what he did.


Good to know, needing to use multiple wallets in general is very messy along with multiple proxies, multiple miner names or keys as well.

I'm not touching Pascal again till things get fixed up. Definitely need a pool or all these other issues need to be cleaned up for solo mining with a large enough farm. I can't just 'trust' things are working in the background and leave my miners on them for 12 hours only to find out some small detail is messing everything up. With pools you can actually see submitted shares, hashrate, and output... You're basically flying blind with solo mining unless the blocktime is low enough you can get blocks on a regular basis to make sure everything is working.

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

Activity: 1108
Merit: 1005



View Profile
January 30, 2017, 07:15:52 AM
 #16151

We need more solominers or a working stratum implementation.. Smiley . 3 hours without a single solo block.

Epsylon? Can you do it, and add pascalcoin to yiimp.

240 000 pascal coins are mined every day. ($180 000). If nanopool has 90% of the nethash, they earn $3240 everyday with the 2% fee.


Nanopool (AMD only) has most of the hashrate




where did you get those numbers?
afaik its 288blocks x 100coins/pb = 28800 in total for 24 hours

This is my signature...
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
January 30, 2017, 07:55:26 AM
 #16152

Pascal's diff is so high that even a flat 3x speed increase would not make it the best choice to mine.

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

Activity: 3206
Merit: 1069



View Profile
January 30, 2017, 07:58:02 AM
 #16153

well it's dead already, in the sene that it's no different than mining all the other coins out there

waiting again for the next big thing...i missed it when no one was mining in actober, when the miner was launched
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
January 30, 2017, 08:02:03 AM
 #16154

Pascal's diff is so high that even a flat 3x speed increase would not make it the best choice to mine.

According to cryptocompare, 3x speed would give you around $4 a card.

It's just not profitable to mine right now compared to other algos IF the pool and miners were all working properly. Pretty sure there is already work under way for private Pascal miners, if they don't already exist. Pascal has a a lot of available overhead. Each one of my rigs draws about half full TDP, so there is a lot of room there.

A lot of animosity surrounding this coin. Everyone is doom and gloom while we're waiting for devs to start ramping up the miners and iron things out. This still could be a very healthy market for Nvidia depending on where the cards end up after being optimized.

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
January 30, 2017, 09:18:28 AM
 #16155

My version of Vorksholk/PascalCoin-CUDA, with fixes and speedups.

BTC donations: 1H7qC5uHuGX2d5s9Kuw3k7Wm7xMQzL16SN

https://github.com/pallas1/Pascalcoin-CUDA

Work in progress...

7enuke
Member
**
Offline Offline

Activity: 107
Merit: 10

REDDCoin - Great return


View Profile
January 30, 2017, 09:19:18 AM
 #16156

My version of Vorksholk/PascalCoin-CUDA, with fixes and speedups.

BTC donations: 1H7qC5uHuGX2d5s9Kuw3k7Wm7xMQzL16SN

https://github.com/pallas1/Pascalcoin-CUDA

Work in progress...

windows binary ?

REDD-ID: Identify yourself!
ioglnx
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250

Fighting mob law and inquisition in this forum


View Profile
January 30, 2017, 09:35:59 AM
 #16157

Hi Pallas,

could you please include the proxy Jar to have the full package.
I assume its not working against a pool or like the pascalopencl miner where u enter an ip and port :-D

GTX 1080Ti rocks da house... seriously... this card is a beast³
Owning by now 18x GTX1080Ti :-D @serious love of efficiency
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 30, 2017, 09:38:41 AM
 #16158

Hi Pallas,

could you please include the proxy Jar to have the full package.
I assume its not working against a pool or like the pascalopencl miner where u enter an ip and port :-D

No pool, sorry.
And as I've said before, I can't test block generation (because my farm is too small), so it could be broken.

ioglnx
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250

Fighting mob law and inquisition in this forum


View Profile
January 30, 2017, 09:39:50 AM
 #16159

Me neither has a farm - just 2 Rigs with 12 Cards :-/
Even tho the output is 12GH/s i didn't make any block I think. Crap Nanopool and AMD.


GTX 1080Ti rocks da house... seriously... this card is a beast³
Owning by now 18x GTX1080Ti :-D @serious love of efficiency
tbearhere
Legendary
*
Offline Offline

Activity: 3164
Merit: 1003



View Profile
January 30, 2017, 11:23:39 AM
 #16160

Read and replied Smiley

You've got my skype and facebook name (check in my signature for confirmation eventually). Write me on fb, I'm on the move
I don't use face book
Pages: « 1 ... 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 845 846 847 848 849 850 851 852 853 854 855 856 857 858 ... 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!