hashcat Forum
SCRYPT speed trouble - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Developer (https://hashcat.net/forum/forum-39.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-40.html)
+--- Thread: SCRYPT speed trouble (/thread-8719.html)



SCRYPT speed trouble - Kulahin - 10-15-2019

Hello, i try to setup new mini farm, but speed is very, very slow , on 2x1080Ti is ~1pass per sec

Code:
hashcat.exe -a 0 --session=2019-10-15 -m 15700 -w 4 --status --status-timer=60 --potfile-disable --remove -p : --hwmon-disable -o "C:\SUCCESS.txt" --outfile-format=3 "C:\HASH.txt" "D:\hashkiller-dict.txt"
https://i.imgur.com/xeESgjM.png

i try swith to CPU only, but 

[Image: q6je7V7.png]

Config Wrote:CPU 10-Core Intel Core i9-7900X, 4200 MHz (42 x 100)
GPU1 GeForce GTX 1080 Ti
GPU2 GeForce GTX 1080 Ti
hashcat.exe -I = https://i.imgur.com/89nDFyV.png

Maybe it because CPU haven`t Integrated graphics ?


RE: SCRYPT speed trouble - philsmd - 10-15-2019

you need to INSTALL the runtime:
https://software.intel.com/en-us/articles/opencl-drivers#cpu-section


RE: SCRYPT speed trouble - Kulahin - 10-15-2019

(10-15-2019, 11:30 AM)philsmd Wrote: you need to INSTALL the runtime:
https://software.intel.com/en-us/articles/opencl-drivers#cpu-section
Thanks, it works Smile

31 H/s (630.28ms) is ok ?


RE: SCRYPT speed trouble - Chick3nman - 10-15-2019

For Ethereum's SCrypt settings, yes, 31H/s is ok.


RE: SCRYPT speed trouble - Kulahin - 10-15-2019

(10-15-2019, 11:30 AM)philsmd Wrote: you need to INSTALL the runtime:
https://software.intel.com/en-us/articles/opencl-drivers#cpu-section
After this installation other software don`t see my GPU`s
/solved/