GTX 970 Benchmarks
#1
MSI GTX 970 Stock clock windows 7
@ 147.6 kH vs WPA
@ 15629.3 MH/s vs md4
@ 8459.1 MH/s vs md5
@ 2986.6 MH/s vs SHA1
@ 1146.0 MH/s vs SHA256
@ 220.6 MH/s vs SHA512
@ 274.1 MH/s vs SHA3

core +225 : 169.7kH/s vs WPA @ 1541/1500 90% power
#2
Thanks for benchmark like I see card is so good like 7970 aka r9 280 but with much lower power consumption.
This new nvidia cards are great.
#3
Similar results for asus strix 970 in terms of wpa
#4
I use 2 absolutely similar Palit GTX 970 JetStream, OS Linux, drivers version 346.35.
Without Xorg, without monitor.
But i dont understand why speed on each card is different too much?

WPA/WPA2
Speed.GPU.#1...: 132.5 kH/s
Speed.GPU.#2...: 156.1 kH/s
Speed.GPU.#*...: 288.6 kH/s
#5
You just answered your own question: no Xorg, so no PowerMizer tuning. Cards are throttling to save power.
#6
Is there a way to get around this without running xorg?
#7
No Sad You need xorg to enable CoolBits and set the Performance Level. You also need xorg to disable the kernel timeout.

For a headless system you can just use this:

Code:
nvidia-xconfig -s -a --force-generate --allow-empty-initial-configuration \
    --cool-bits=12 --registry-dwords="PerfLevelSrc=0x2222" \
    --no-sli --connected-monitor="DFP-0"

sed -i '/BusID.*/a \ \ \ \ Option         "Interactive" "False"' /etc/X11/xorg.conf


Then you can use nvidia-settings to disable PowerMizer and set all the other GPU goodness:

Code:
nvidia-settings -a GPUPowerMizerMode=1 \
                -a GPUFanControlState=1 \
                -a GPUCurrentFanSpeed=90 \
                -a GPUGraphicsClockOffset[3]=100

Note that the GPU will *still* want to throttle just a little bit, and that's why I do a 100 Mhz overclock to compensate.
#8
Thanks, i try it, but do not help me Sad

Hash.Type......: WPA/WPA2
Speed.GPU.#1...: 140.9 kH/s
Speed.GPU.#2...: 166.3 kH/s
Speed.GPU.#*...: 307.3 kH/s

Fan speed has increase, hash speed increase, but still very different Sad
hm... maybe videocard is different revision... i check it.
However, i buy both in one day and exactly same model.

When card is overclock +100Mhz, it works stable in 24/7? i think it's not good idea, for very high load in long time, or not?
#9
check your clocks. maybe one card is factory overclock and the other one isn't.

100 Mhz overclock is quite mild, so you likely won't have any issues running that 24/7.
#10
Since both GPUs are the same type, did you measure the temperature on those cards? Sounds like the typical situation where one card heats up the other which therefore starts throttling.