Bitcoin Forum
May 06, 2024, 09:24:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 [101] 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 ... 294 »
  Print  
Author Topic: EWBF's CUDA Zcash miner  (Read 2164072 times)
sublimus
Full Member
***
Offline Offline

Activity: 240
Merit: 100


View Profile
March 08, 2017, 12:54:40 PM
 #2001

@EWBF. you miner really good. using it long time. question: when you put option no fee? already paid many coins to you. just show some love to me and i give more love to you. you like that? Grin Grin

Yes, i will add option "fee" which will allow you set devFee manually for example --fee 0 is no fee --fee 1 is 1% etc. This option will be added in version 0.3.3b and released around march 20th.

Aren't you worried people will just set it to 0? Maybe just lower it to 1% or 1/2%, the increased adoption will probably even out in the end.

Like Claymore the nofee option will come with a decrease in performance. The best way people to have a no fee miner is
to code one yourself. Just try to and in the end you will be more than happy to pay a small fee. Well i am.

"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714987480
Hero Member
*
Offline Offline

Posts: 1714987480

View Profile Personal Message (Offline)

Ignore
1714987480
Reply with quote  #2

1714987480
Report to moderator
thesavoyard
Sr. Member
****
Offline Offline

Activity: 560
Merit: 253



View Profile
March 08, 2017, 03:12:51 PM
 #2002

@EWBF. you miner really good. using it long time. question: when you put option no fee? already paid many coins to you. just show some love to me and i give more love to you. you like that? Grin Grin

Yes, i will add option "fee" which will allow you set devFee manually for example --fee 0 is no fee --fee 1 is 1% etc. This option will be added in version 0.3.3b and released around march 20th.

Aren't you worried people will just set it to 0? Maybe just lower it to 1% or 1/2%, the increased adoption will probably even out in the end.

Like Claymore the nofee option will come with a decrease in performance. The best way people to have a no fee miner is
to code one yourself. Just try to and in the end you will be more than happy to pay a small fee. Well i am.

I have no problem paying EWBF a fee. He not only makes NVidia a viable and economic miner, he blows the competition up.

painmaker
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
March 08, 2017, 03:32:37 PM
 #2003

Is anyone using EWBF on linux and if so can you tell me how you are OC the cards?  I am using the nvidia-settings and I am setting core, mem and fan speed but I feel like I am missing something else.

nope, that's how you OC.

In MSI afterburner I have a PowerLimit and TempLimit, do those correlate to nvidia-settings.  I have searched and looked at many articles and cannot find anything.  Just wandering if setting the fan speed in linux is how temp limit is handled in MSI afterburner

TempLimit is the temp you allow the card to reach before shutting down.
You adjust the fan curve to maintain the temp below your TempLimit. Ideally 55c to 65c.

right now I have

nvidia-settings -a '[gpu:N]/GPUGraphicsClockOffset[3]=150'

nvidia-settings -a '[gpu:N]/GPUMemoryTransferRateOffset[3]=525'

nvidia-settings -a "[gpu:N]/GPUFanControlState=1"

nvidia-settings -a '[fan-N]/GPUTargetFanSpeed=70'

Are there any other settings to control temp?

Enable Persistence Mode
Code:
sudo nvidia-smi -pm 1 

Power limit to 90w
Code:
sudo nvidia-smi -pl 90 

Code:
watch nvidia-smi

Thanks a billion, that was what I was missing.  With the persistence, does it stay set through a reboot, or do I need to add those 2 commands to my startup script?

you need root privilege open after.local file
Code:
sudo vi /etc/init.d/after.local

and add this lines
Code:
/usr/bin/nvidia-smi -pm 1
/usr/bin/nvidia-smi -pl 90


while i agree with all of the supplied information about OC-ing nvidia-cards under linux i just found my system (GTX970 + GTX980) to be stuck in performance-level 2 (out of a range of 0 - 3) and ignoring GPUMemoryTransferRateOffset -commands.

running
Code:
nvidia-settings -q GPUPerfModes
confirms that memTransferRateeditable=0 and memclockeditable=0 for perf < 3 for my GTX980 and =0 in all perf-levels for my GTX970.

i'm not sure about the GTX970 but i am somewhat confident that i've set a custom GPUMemoryTransferRateOffset on the GTX980 in the past but cannot remember how.
can anybody hint me to what i might need to do to enable/set performance-level 3 on my cards?

many thanks in advance,
painmaker
murasame2003
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 09, 2017, 04:37:48 PM
 #2004

0.3.2b is out.
Thanks EWBF. Checking it out now.  Grin
k0stas
Hero Member
*****
Offline Offline

Activity: 526
Merit: 502


View Profile
March 09, 2017, 05:49:46 PM
Last edit: March 09, 2017, 07:23:45 PM by k0stas
 #2005

Is anyone using EWBF on linux and if so can you tell me how you are OC the cards?  I am using the nvidia-settings and I am setting core, mem and fan speed but I feel like I am missing something else.

nope, that's how you OC.

In MSI afterburner I have a PowerLimit and TempLimit, do those correlate to nvidia-settings.  I have searched and looked at many articles and cannot find anything.  Just wandering if setting the fan speed in linux is how temp limit is handled in MSI afterburner

TempLimit is the temp you allow the card to reach before shutting down.
You adjust the fan curve to maintain the temp below your TempLimit. Ideally 55c to 65c.

right now I have

nvidia-settings -a '[gpu:N]/GPUGraphicsClockOffset[3]=150'

nvidia-settings -a '[gpu:N]/GPUMemoryTransferRateOffset[3]=525'

nvidia-settings -a "[gpu:N]/GPUFanControlState=1"

nvidia-settings -a '[fan-N]/GPUTargetFanSpeed=70'

Are there any other settings to control temp?

Enable Persistence Mode
Code:
sudo nvidia-smi -pm 1 

Power limit to 90w
Code:
sudo nvidia-smi -pl 90 

Code:
watch nvidia-smi

Thanks a billion, that was what I was missing.  With the persistence, does it stay set through a reboot, or do I need to add those 2 commands to my startup script?

you need root privilege open after.local file
Code:
sudo vi /etc/init.d/after.local

and add this lines
Code:
/usr/bin/nvidia-smi -pm 1
/usr/bin/nvidia-smi -pl 90


while i agree with all of the supplied information about OC-ing nvidia-cards under linux i just found my system (GTX970 + GTX980) to be stuck in performance-level 2 (out of a range of 0 - 3) and ignoring GPUMemoryTransferRateOffset -commands.

running
Code:
nvidia-settings -q GPUPerfModes
confirms that memTransferRateeditable=0 and memclockeditable=0 for perf < 3 for my GTX980 and =0 in all perf-levels for my GTX970.

i'm not sure about the GTX970 but i am somewhat confident that i've set a custom GPUMemoryTransferRateOffset on the GTX980 in the past but cannot remember how.
can anybody hint me to what i might need to do to enable/set performance-level 3 on my cards?

many thanks in advance,
painmaker


For performance mode

Code:
nvidia-settings -a [gpu:0]/GPUPowerMizerMode=1 

Valid values for 'GPUPowerMizerMode' are: 0, 1 and 2.

If you have many cards replace [gpu:0] with [gpu:N]
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
March 09, 2017, 06:19:35 PM
Last edit: March 09, 2017, 06:30:44 PM by m1n1ngP4d4w4n
 #2006

v0.3.2b
Nice, +1% on my GTX 1070 farm ! (maybe even be more than that, but have to make average on about half a day to have some accurate numbers) Smiley

btw you should post at the end of the thread, when you release something new Grin

Good work !

0.3.2b is out.
Thanks EWBF. Checking it out now.  Grin

Thanks for the notice !
kapsel
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
March 09, 2017, 07:01:25 PM
 #2007

GTX 1080 FE, 0.3.2b

I've noticed that memory speed now has large impact on mining speed, with full oc(120% power/+220core/+1000mem) my 1080s hash at almost 600 sol/s, however going over +500 mhz(10ghz effective speed) sees little to no improvements. Current power optimized setting for me is 65% power, +220 core, +500 mhz mem, which yields about 500 sol/s.
PotShot-RSA
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 09, 2017, 07:08:30 PM
 #2008

GTX 960 2GB 1418/7010

0.3.1b 164 sol/s average
0.3.2b 170 sol/s average

Roughly.
Thanks!
hhdllhflower
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
March 10, 2017, 04:28:51 AM
 #2009

GTX1080Ti  684sol/s 0.3.1b Smiley
jiggytom
Legendary
*
Offline Offline

Activity: 1068
Merit: 1020


View Profile
March 10, 2017, 04:39:45 AM
 #2010

GTX1080Ti  684sol/s 0.3.1b Smiley

Got a TI already?

... PLAY SHARE EARN...
.LBRY...
                            ▄▄███▄▄
                        ▄▄█████▀█████▄▄
                    ▄▄█████▀▀     ▀▀█████▄▄
                ▄▄█████▀▀             ▀▀█████▄▄
            ▄▄█████▀▀                     ▀▀█████▄▄
        ▄▄█████▀▀                             ▀▀█████▄▄
    ▄▄█████▀▀                                     ▀▀███
▄▄█████▀▀                                         ▄▄███
███▀▀                                         ▄▄█████▀▀
███     █▄▄                               ▄▄█████▀▀
███     █████▄▄                       ▄▄█████▀▀  ▄▄▄▄▄▄▄▄
███       ▀▀█████▄▄               ▄▄█████▀▀       ██████
█████▄▄       ▀▀█████▄▄       ▄▄█████▀▀       ▄▄███████
  ▀▀█████▄▄       ▀▀█████▄▄▄█████▀▀       ▄▄█████▀▀ ██
      ▀▀█████▄▄       ▀▀█████▀▀       ▄▄█████▀▀
          ▀▀█████▄▄       ▀       ▄▄█████▀▀
              ▀▀█████▄▄       ▄▄█████▀▀
                  ▀▀█████▄▄▄█████▀▀
                      ▀▀█████▀▀
                          ▀
BTC: 174MGp3R5prNbuen31Kx5G5XuyuAXu9jye
LBC: bWYN8NXGKWsgEAd6tQnJ5YRo2Z4r6PjxBH
thesavoyard
Sr. Member
****
Offline Offline

Activity: 560
Merit: 253



View Profile
March 10, 2017, 07:01:20 AM
 #2011

GTX1080Ti  684sol/s 0.3.1b Smiley

Very nice, going to finish my zec miner with gtx 1080ti

minerx117
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
March 10, 2017, 08:36:20 AM
 #2012

Version 0.3.2b. Thank You

Regards
#Nemo

NemosMiner-v3.8.1.3
minerx117
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
March 10, 2017, 08:39:44 AM
 #2013

GTX 960 2GB 1418/7010

0.3.1b 164 sol/s average
0.3.2b 170 sol/s average

Roughly.
Thanks!

tested:

GTX 1050ti 4GB NVI_+155_+50_
0.3.1b 170 sol/s average
0.3.2b 179 sol/s average

Thanks!

NemosMiner-v3.8.1.3
PovertyByte
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
March 10, 2017, 03:25:47 PM
 #2014

@EWBF. you miner really good. using it long time. question: when you put option no fee? already paid many coins to you. just show some love to me and i give more love to you. you like that? Grin Grin

Yes, i will add option "fee" which will allow you set devFee manually for example --fee 0 is no fee --fee 1 is 1% etc. This option will be added in version 0.3.3b and released around march 20th.

Aren't you worried people will just set it to 0? Maybe just lower it to 1% or 1/2%, the increased adoption will probably even out in the end.

Like Claymore the nofee option will come with a decrease in performance. The best way people to have a no fee miner is
to code one yourself. Just try to and in the end you will be more than happy to pay a small fee. Well i am.

I have no problem paying EWBF a fee. He not only makes NVidia a viable and economic miner, he blows the competition up.

This plus the alternative to supporting these 1-2% fee miners is for other people to just make private miners at atrocious down payment rates that only those with mega farms can ROI on

This here keeps an even playing field for all to mine
Newuser16
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
March 10, 2017, 07:11:37 PM
 #2015

GTX1080Ti  684sol/s 0.3.1b Smiley
is it OC'ed?
PovertyByte
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
March 10, 2017, 07:25:35 PM
 #2016

GTX1080Ti  684sol/s 0.3.1b Smiley
is it OC'ed?

I missed this. I also want to know if OC'd?

By calculating, the 1070 is still far greater in ROI
thesavoyard
Sr. Member
****
Offline Offline

Activity: 560
Merit: 253



View Profile
March 10, 2017, 08:41:32 PM
 #2017

GTX1080Ti  684sol/s 0.3.1b Smiley
is it OC'ed?

I missed this. I also want to know if OC'd?

By calculating, the 1070 is still far greater in ROI

684 sols/s @ $500 has a much faster ROI than 450 sols/s @ $400. The GTX 1080ti will ROI 60 sooner if it really does 684 sol/s.

Zimmsquad
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
March 10, 2017, 08:45:26 PM
 #2018

Where is the $500 coming from? 1080 ti is $699 minimum
thesavoyard
Sr. Member
****
Offline Offline

Activity: 560
Merit: 253



View Profile
March 11, 2017, 07:04:51 AM
 #2019

Where is the $500 coming from? 1080 ti is $699 minimum

Didn't Nvidia announce they GTX 1080ti would be $500? Or is it a new version of the normal gtx 1080?

Edit: ok you were right, they are coming out with a regular 1080 with boosted memory clock for $500. It will likely beat the 1070 though.

https://www.vg247.com/2017/03/01/nvidia-cuts-the-gtx-1080-price-to-500/

Zimmsquad
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
March 11, 2017, 07:22:11 AM
 #2020

I wonder if the performance will be enough to justify $500?

What are current hash rates on 1080?
Pages: « 1 ... 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 [101] 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 ... 294 »
  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!