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 - john - 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" i try swith to CPU only, but Config Wrote:CPU 10-Core Intel Core i9-7900X, 4200 MHz (42 x 100) 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 - john - 10-15-2019 (10-15-2019, 11:30 AM)philsmd Wrote: you need to INSTALL the runtime:Thanks, it works 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 - john - 10-15-2019 (10-15-2019, 11:30 AM)philsmd Wrote: you need to INSTALL the runtime:After this installation other software don`t see my GPU`s /solved/ |