Bitcoin Forum
June 23, 2024, 03:02:49 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 [743] 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 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347502 times)
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 17, 2016, 06:20:44 PM
 #14841

4x1070 G1, 100%, 0,-502... 420sols .. well done, sp
it´s just a bit slower than nicehash miner rlsed today

Did you try with -i 0 0 (2 threads pr gpu just like the claymore miner) if you have a good processor might give  a boost.

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

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 17, 2016, 06:21:29 PM
 #14842

I have uploaded a new version with the cuda dll included.
nheqminer -t 8 -e 2 -cs -cd 0 0 -ct 126 -cb 140
i5-6600k and 1060 6gb giving speed fron ~110 to ~120

What do you get with -t 0 on the 1060 6gb?

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

Activity: 73
Merit: 10


View Profile
November 17, 2016, 06:25:19 PM
 #14843

I have uploaded a new version with the cuda dll included.
nheqminer -t 8 -e 2 -cs -cd 0 0 -ct 126 -cb 140
i5-6600k and 1060 6gb giving speed fron ~110 to ~120

What do you get with -t 0 on the 1060 6gb?
~90 with +1800 memory clock (OC in gigabyte extreme gaming)
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
November 17, 2016, 06:30:16 PM
 #14844

the only problem i still see is that the hashrate fluctuate too much from 630 sol to 680+, but this was true in any build, so something isn't done properly in the code
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
November 17, 2016, 06:36:34 PM
 #14845

Anybody tested it on the 970 yet? 960 is untested. What do you get?


Nice one, thanks!

A 5 x 970 rig fluctuates between 357-388 (so 71.4-77.6) after the initial climb (2-3 minutes). Every silentarmy build I tried fluctuates quite a bit. 130W per card.

Some notes:
- it looks like the -cv parameter doesn't work; it always uses silentarmy (not an issue);
- the maximum card/thread number is 8 (for example nothing matters after -cd 0 0 1 1 2 2 3 3);
- forcing AVX2 (-e 2) even if the CPU doesn't support it (and obviously not CPU mining, -t 0) seems to give a small boost.

Not your keys, not your coins!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 17, 2016, 07:00:55 PM
 #14846

the only problem i still see is that the hashrate fluctuate too much from 630 sol to 680+, but this was true in any build, so something isn't done properly in the code

The statistics is the average of the shares found in 30 seconds. I should increase this to 2000seconds in the next builds. I use 30 secs when developing to check if the cards trottle and get instant feedback on the speed.

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
November 17, 2016, 07:05:48 PM
 #14847

4x970 went from ~300 (zawawawa-r6) to ~340, oc + p0, tdp 85-95%, W7 + i5. Cpu usage max 3%.
_javi_
Hero Member
*****
Offline Offline

Activity: 968
Merit: 624


Still a manic miner


View Profile
November 17, 2016, 07:09:18 PM
 #14848

i dont find the -i parameter in help.

what´s -i 0 0 ??
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 17, 2016, 07:12:19 PM
 #14849

i dont find the -i parameter in help.

what´s -i 0 0 ??

Sorry the parameter for 2 threads on one gpu is  -cd 0 0

2 threads per gpu

There is a bug that only allow 8 threads. Will fix it later.

-cd 0 0 1 1 2 2 3 3 will run with 2 threads pr gpu in a 4 card rig.

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

Activity: 1134
Merit: 1001


View Profile
November 17, 2016, 07:21:37 PM
 #14850

No have a bug in my release, use -cd 0 1 for 2 gtx 1070 , and have 110 sol for gtx 1070 with 220 sol total .
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 17, 2016, 07:24:58 PM
 #14851

There is a bug if you use the -cd parameter with more than 8 numbers. Number 9, 10... and upwards will be ignored.

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

Activity: 67
Merit: 10


View Profile
November 17, 2016, 07:46:54 PM
 #14852

hm... Undecided
according to whattomine zec has less profit than eth mining at least for my GTX 970

SCAVO  Technologies
SELF-SUSTAINING CRYPTO MINING FARM  BY USING RENEWABLE ENERGY RESOURCES - LIFETIME CONTRACT
────────  Whitepaper ⬝  Twitter ⬝  Telegram ⬝   Facebook ⬝  Ann Thread     ───────  Join our ICO:  July. 15- Oct. 31
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 17, 2016, 07:51:11 PM
 #14853

That's because the zcash dropped another 13% today on a 1MUSD volume



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

Activity: 3164
Merit: 1003



View Profile
November 17, 2016, 09:47:56 PM
 #14854

Cant get msvs 2015 to fully install on my vista computer   wont run new zcash miner  and im running with old drivers.
But a good increase on windows. Thx sp
mstang83
Full Member
***
Offline Offline

Activity: 171
Merit: 100



View Profile
November 17, 2016, 09:48:40 PM
 #14855


sp_, you're the man!! Thanks!!!

bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
November 17, 2016, 09:51:49 PM
 #14856

hm... Undecided
according to whattomine zec has less profit than eth mining at least for my GTX 970

Yup, it's been that way for days, even with 100 sol it's not worth mining on a 1070 compared to Ethereum, especially Eth dual mining.

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
November 17, 2016, 09:54:23 PM
Last edit: November 17, 2016, 10:07:38 PM by sp_
 #14857

Yup, it's been that way for days, even with 100 sol it's not worth mining on a 1070 compared to Ethereum, especially Eth dual mining.

But electricity is expensive in the winter.

Run zcash sp-mod #1 with -500 on the memory clock and 55% tdp. Almost Half the power compared to etherum+sia. And a boost in the hashrate compared to stock clocks.

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

Activity: 3164
Merit: 1003



View Profile
November 17, 2016, 10:03:39 PM
 #14858

Yup, it's been that way for days, even with 100 sol it's not worth mining on a 1070 compared to Ethereum, especially Eth dual mining.

But electricity is expensive in the winter.

Run zcash sp-mod #1 with -500 on the memory clock and 55% tdp. Almost Half the power compared to etherum+sia.
Sp on that tdp do you set it manually in afterburner ?
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 17, 2016, 10:05:57 PM
 #14859

In afterburner slide the  Power limit to the left

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

Activity: 1898
Merit: 1024


View Profile
November 17, 2016, 10:12:09 PM
 #14860

The best would be to use freq/voltage graph and lock desired freq/vol with "L" but problem its only apply to one GPU per rig, so each GPU need to be done manualy Sad
Unwinder sad its designed as that because each GPU have different freq/volt table, which is shame

Also sliding TDP to 60% and OC-ing you can get undervolt but if miner is low GPU usage it gona "boost" as insane so GPU will crash, I would like to see some new OC tool that can define static freq/voltage to all same GPU in rigs!

              ▄▄▄ ▀▀▀▀▀▀▀▀▀ ▄▄▄
           ▄▀▀    ▄▄▄▄▄▄▄▄▄    ▀▀▄
        ▄▀▀  ▄▄▀█          ▀█▀▄▄  ▀▀▄
      ▄▀▀ ▄▄▀    ▀▀▄▄▄▄▄▄▄▀▀    ▀▄▄ ▀▀▄
     █   █            ▀            █   █
   ▄▀ █  ▀▄▄                     ▄█▀  █ ▀▄
  ▄▀ ▄▀ █▄ ▀▀▀██▄▄▄       ▄▄▄██▀▀  ██ ▀▄ ▀▄
  ▀▄▀▀▄ ██ ▄▄▄▄▄▄  ▀▄   ▄▀  ▄▄▄▄▄▄ ██ ▄▀▀▄▀
 ██   █ ██ ▀▄    ▀▄ █   █ ▄▀    ▄▀ ██ █  ▀██
 █  ▄█  ▀█  ▀▀▀▀▀▀▀ █   █ ▀▀▀▀▀▀▀  █   █▄  █
█▀ █  █  █          █   █          █  █  █ ▀▀
 █▀  ▄▀  █▀▄        █   █        ▄▀█  ▀▄  ▀█
 ▄  █▀   █ ▀█▄      ▀   ▀      ▄█▀ █  ▄▀█  ▄
 █▄▀  █  █                         █  █  ▀▄█
 ▀▄  █   ▀█        ▄▄▀▄▀▄▄        █▀   █  ▄
  ▀▄▀▀  █▄ █     ▀█  ▀▀▀  █▀     █ ▄█ ▄▀▀▄▀
   ▀ ▄  ██ █▀▄     ▀▀▄▄▄▀▀     ▄▀█ ██ ▀▄ ▀
    ▀█  ██ █ █▀▄    ▄▄▄▄▄    ▄▀█ █ ██  █▀
      ▀▄ ▀ █ █ ██▄         ▄██ █ █ ▀ ▄▀
        ▀▄ █ █ █ ▀█▄     ▄█▀ █ █ █ ▄▀
          ▀▀▄█ █    ▀▀▀▀▀    █ █▄▀▀
              ▀▀ ▄▄▄▄▄▄▄▄▄▄▄ ▀▀
   
..I  D  E  N  A..
   
Proof-of-Person Blockchain

Join the mining of the first human-centric
cryptocurrency
 



 
▲    2 3 2 2

..N  O  D  E  S..
   
                ██
                ██
                ██
                ██
                ██
         ▄      ██      ▄
         ███▄   ██   ▄███
          ▀███▄ ██ ▄███▀
            ▀████████▀
              ▀████▀
                ▀▀
██▄                            ▄██
███                            ███
███                            ███
███                            ███
 ███▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
  ▀▀██████████████████████████▀▀
   
D O W N L O A D

Idena node

   
   
▄▄▄██████▄▄▄
▄▄████████████████▄▄
▄█████▀▀        ▀▀█████▄
████▀                ▀████
███▀    ▄▄▄▄▄▄▄▄▄       ▀███
███      █   ▄▄ █▀▄        ███
██▀      █  ███ █  ▀▄      ▀██
███       █   ▀▀ ▀▀▀▀█       ███
███       █  ▄▄▄▄▄▄  █       ███
███       █  ▄▄▄▄▄▄  █       ███
██▄      █  ▄▄▄▄▄▄  █      ▄██
███      █          █      ███
███▄    ▀▀▀▀▀▀▀▀▀▀▀▀    ▄███
████▄                ▄████
▀█████▄▄        ▄▄█████▀
▀▀████████████████▀▀
▀▀▀██████▀▀▀
   
    .REQUEST INVITATION.
Pages: « 1 ... 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 [743] 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 ... 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!