Author

Topic: EWBF's CUDA Zcash miner - page 184. (Read 2164327 times)

sr. member
Activity: 420
Merit: 250
March 23, 2017, 10:26:28 PM
EVGA 1070 FTW

Miner version 0.3.3b

112% Power Target
+150 on Core
+500 on Memory
Fan Speed 100%
Temps 49-52

About 90W of power being used

Speed 490-520 Sol/s Average about 500 Sol/s

(Will post the actual Average and how much zcash i got tomorrow after it has been running for a day.)

How's your power usage is so low?!! But you still manage to get 500 sol/s!!
In order to get 500 sol/s from my asus rog 1080 I cannot get my power below 155W!!


If the power % in afterburner means thats the wattage the card is using then IDK.

That is the percentage of the cards TDP being pulled

So take 90% of 180 if it's a GTX 1080 or 90% of 150 if it's a GTX 1070

the --pec command in the .bat file will make the miner report the wattage but I do not know how reliable that is. Based on my 1070's it seems like it is just taking the power reading from the OC software and any sensor and adding 20% for average 80+ PSU efficiency. I haven't seen anything in this thread explaining why the watt readings in the miner is more accurate

It's still a nice feature to get the Sol/W efficiency down at least. Saves trouble compared to calculating it myself
legendary
Activity: 3444
Merit: 1061
March 23, 2017, 08:29:24 PM
anybody here knows how much hashrate a gtx titan x (maxwell) can pull?

Look on tab/page 100

thanks..I PM the guy, asked if that pascal was a maxwell or pascal...i'm planning to buy one

Unless its used and a hell'a price why?  You can get two 1080's for the price of a titan and get 1050 to 1200 sol

for that matter you can buy 3 1070's for the same price as a titan and get 1200 to 1350 sol's

or buy the amd radeon pro duo get 950ish sol'( last I saw/read), for $800.00, its water cooled so less heat...

I digress because I know you get the idea.

it is a second hand titan (maxwell not pascal) at $340, if it can do 500-600 sol, i may consider it.
newbie
Activity: 60
Merit: 0
March 23, 2017, 08:21:00 PM
anybody here knows how much hashrate a gtx titan x (maxwell) can pull?

Look on tab/page 100

thanks..I PM the guy, asked if that pascal was a maxwell or pascal...i'm planning to buy one

Unless its used and a hell'a price why?  You can get two 1080's for the price of a titan and get 1050 to 1200 sol

for that matter you can buy 3 1070's for the same price as a titan and get 1200 to 1350 sol's

or buy the amd radeon pro duo get 950ish sol'( last I saw/read), for $800.00, its water cooled so less heat...

I digress because I know you get the idea.
legendary
Activity: 3444
Merit: 1061
March 23, 2017, 08:01:39 PM
anybody here knows how much hashrate a gtx titan x (maxwell) can pull?

Look on tab/page 100

thanks..I PM the guy, asked if that pascal was a maxwell or pascal...i'm planning to buy one
newbie
Activity: 54
Merit: 0
March 23, 2017, 03:51:19 PM

@EWBF : how's that --pec option supposed to work ? i don't see any power efficiency infos in the console nor the log.


Hello, tell me how to get the API data? Use the --api and in the browser trying to go to ip:port, but in return get nothing.

Use a raw tcp request like so

Code:
echo "{\"id\":1, \"method\":\"getstat\"}\n" | nc 127.0.0.1 4444

you will get a json that you can parse for infos

example for getting total hashrate

Code:
echo "{\"id\":1, \"method\":\"getstat\"}\n" | nc 127.0.0.1 4444 |jq "." |grep -i speed_sps |sed 's/[^0-9]*//g'|awk '{s+=$1} END {print s}'


Good stuff!
newbie
Activity: 7
Merit: 0
March 23, 2017, 03:33:04 PM
EVGA 1070 FTW

Miner version 0.3.3b

112% Power Target
+150 on Core
+500 on Memory
Fan Speed 100%
Temps 49-52

About 90W of power being used

Speed 490-520 Sol/s Average about 500 Sol/s

(Will post the actual Average and how much zcash i got tomorrow after it has been running for a day.)

How's your power usage is so low?!! But you still manage to get 500 sol/s!!
In order to get 500 sol/s from my asus rog 1080 I cannot get my power below 155W!!


If the power % in afterburner means thats the wattage the card is using then IDK.


if you add --pec to your .bat file the miner will show you more info like power usage, effecincy.



its 160-170w and 2.90-3.00 Sol/W
newbie
Activity: 18
Merit: 0
March 23, 2017, 03:04:35 PM
EVGA 1070 FTW

Miner version 0.3.3b

112% Power Target
+150 on Core
+500 on Memory
Fan Speed 100%
Temps 49-52

About 90W of power being used

Speed 490-520 Sol/s Average about 500 Sol/s

(Will post the actual Average and how much zcash i got tomorrow after it has been running for a day.)

How's your power usage is so low?!! But you still manage to get 500 sol/s!!
In order to get 500 sol/s from my asus rog 1080 I cannot get my power below 155W!!


If the power % in afterburner means thats the wattage the card is using then IDK.


if you add --pec to your .bat file the miner will show you more info like power usage, effecincy.

newbie
Activity: 24
Merit: 0
March 23, 2017, 02:58:42 PM
I am only getting 500 h/s on my Palit 1080 Super Jetstream - is that normal ?
newbie
Activity: 7
Merit: 0
March 23, 2017, 02:32:40 PM
EVGA 1070 FTW

Miner version 0.3.3b

112% Power Target
+150 on Core
+500 on Memory
Fan Speed 100%
Temps 49-52

About 90W of power being used

Speed 490-520 Sol/s Average about 500 Sol/s

(Will post the actual Average and how much zcash i got tomorrow after it has been running for a day.)

How's your power usage is so low?!! But you still manage to get 500 sol/s!!
In order to get 500 sol/s from my asus rog 1080 I cannot get my power below 155W!!


If the power % in afterburner means thats the wattage the card is using then IDK.
newbie
Activity: 60
Merit: 0
March 23, 2017, 02:25:56 PM
anybody here knows how much hashrate a gtx titan x (maxwell) can pull?

Look on tab/page 100
legendary
Activity: 3892
Merit: 4331
March 23, 2017, 01:45:02 PM
Of note...Zotac 1060 6gb mini temp rises to 77-79C even with fan cooling.
Speed 285-290 H/s.
Another thing i noticed: don't use narrow risers with a non-molex non-SATA connector, forgot their name.
Those can only handle 36W, apparently, vs SATA 54W.
Strangely enough, they were OK on sapphire 470 OC, but I tried with Zotac for a minute and it was overheating (riser above 44C with a fan), even though Zotac has the same TDP as RX 470 OC (120W).
newbie
Activity: 18
Merit: 0
March 23, 2017, 01:36:08 PM
EVGA 1070 FTW

Miner version 0.3.3b

112% Power Target
+150 on Core
+500 on Memory
Fan Speed 100%
Temps 49-52

About 90W of power being used

Speed 490-520 Sol/s Average about 500 Sol/s

(Will post the actual Average and how much zcash i got tomorrow after it has been running for a day.)

How's your power usage is so low?!! But you still manage to get 500 sol/s!!
In order to get 500 sol/s from my asus rog 1080 I cannot get my power below 155W!!
legendary
Activity: 3444
Merit: 1061
March 23, 2017, 01:16:09 PM
anybody here knows how much hashrate a gtx titan x (maxwell) can pull?
newbie
Activity: 7
Merit: 0
March 23, 2017, 11:43:05 AM
EVGA 1070 FTW

Miner version 0.3.3b

112% Power Target
+125 on Core
+450 on Memory
Fan Speed 100%
Temps 49-52

About 90W of power being used

Speed 490-520 Sol/s Average about 500 Sol/s

(Will post the actual Average and how much zcash i got tomorrow after it has been running for a day.)

EDIT: Changed core to +125 and memory to +450 got error 46 after about 5 ish hours

now getting about 490-500
sr. member
Activity: 449
Merit: 251
March 23, 2017, 08:54:46 AM
I am using 6 x asus gtx 1060 3gb

How much sol/sec do you have with 1060 3gb? do you have an idea about power consumption?
With 3 different cards, I get...

275@120 Asus
260@111 Zotac
252@97 EVGA

Different power settings because 2 of the 3 have junk coolers.

excavator reaches 255 sol/s @ 72 W on GTX 1060 3GB.

Yeah, but I have a thing against pool locked miners.......


Anyway, I don't tweak Nvidia cards much because it is a chore to keep them through restarts, and 95% of my miners are 470/480s, a lot easier to tweak with Claymore.  

Previous was stock.
I just did some quick tests, getting
285@105 (1975/2075 in GPU-z, 88% pow).
265@78 (1750/2075, 72% pow).

EVGA and Zotac I have to use a ghetto vendor utility to tweak, Asus I use Afterburner, anyone have a better solution?

Update, can do

C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi -pl 105

to set power limit without ghetto vendor apps (power is in watts, this is 88% for a 1060, which has 120w TDP).  Can do clocks but probably better to do in MSI AB. Made a bat file.
copper member
Activity: 970
Merit: 287
Per aspera ad astra
March 23, 2017, 07:55:24 AM
300 (+/- 1%) Sol/s with GTX 1060 6GB:
  • 75% power limit (90W)
  • +190 core
  • +500 memory

This gives ~ 3.33 sol/watt.
hero member
Activity: 588
Merit: 501
March 23, 2017, 07:49:46 AM
I am using 6 x asus gtx 1060 3gb

How much sol/sec do you have with 1060 3gb? do you have an idea about power consumption?
With 3 different cards, I get...

275@120 Asus
260@111 Zotac
252@97 EVGA

Different power settings because 2 of the 3 have junk coolers.

excavator reaches 255 sol/s @ 72 W on GTX 1060 3GB.
sr. member
Activity: 308
Merit: 250
March 23, 2017, 07:36:11 AM
I am using 6 x asus gtx 1060 3gb

How much sol/sec do you have with 1060 3gb? do you have an idea about power consumption?

Some preliminary results:

Decreased power limit to 100W on mine 1060 3GB Linux box and overclocked to effective 1900core/8400mem
Getting avg. 275 S/s.

My 970 card on Windows with TDP lowered to 65% (160W as reported by Nvidia Inspector) and overclocked to effective 1400core/7000mem.
Getting avg. 275 S/s.

Will try to increase clocks +100 more in a few days.

Impressive work. Sending devfee your way EWBF!
sr. member
Activity: 449
Merit: 251
March 22, 2017, 10:30:39 PM
I am using 6 x asus gtx 1060 3gb

How much sol/sec do you have with 1060 3gb? do you have an idea about power consumption?
With 3 different cards, I get...

275@120 Asus
260@111 Zotac
252@97 EVGA

Different power settings because 2 of the 3 have junk coolers.
newbie
Activity: 19
Merit: 0
March 22, 2017, 09:55:44 PM
You should add an option to modify the intensity for whose who want to use their PC while mining

Yeah would like that too.
Jump to: