Posts: 3
Threads: 1
Joined: Nov 2024
11-18-2024, 05:54 AM
(This post was last modified: 11-18-2024, 05:54 AM by trustfarm.)
Status Running -> Error displayed, is it attack well?
Hello,
I've tried scrypt (eth wallet) attacking.
When start hashcat it is displayed , Status "Running"
----------
Session..........: 2024-11-15-01
Status...........: Running
Hash.Mode........: 15700 (Ethereum Wallet, SCRYPT)
---------
And after some time, Game playing with background attacking, and foreground some works,
Status shows "Error"
----------
Session..........: 2024-11-15-01
Status...........: Error
Hash.Mode........: 15700 (Ethereum Wallet, SCRYPT)
---------
hashcat is No quit , or Show recovery, continue to run.
1. How can I know, when Error was happen?
2. in Above Error status show, what's cause? and anyway attack is going well?
OS windows11, 2080Ti PC.
Thanks, in advance.
Posts: 886
Threads: 15
Joined: Sep 2017
Well first, when using hascat with gpu you shouldn't play games beside. running two programs using the same resources in that case your graphisc card isn't a good idea as booth want full and exclusive access to the hardware
second, scrypt was designed to withstand gpu attacks, using cpu will mostly result in a better hashrate, see option -D1 for that and or use benchmark -b to see the difference
Posts: 3
Threads: 1
Joined: Nov 2024
(11-18-2024, 02:05 PM)Snoopy Wrote: Well first, when using hascat with gpu you shouldn't play games beside. running two programs using the same resources in that case your graphisc card isn't a good idea as booth want full and exclusive access to the hardware
second, scrypt was designed to withstand gpu attacks, using cpu will mostly result in a better hashrate, see option -D1 for that and or use benchmark -b to see the difference
Thanks Snoopy.
I was mistaked, didn't install Intel cpu opencl driver.
So, GPU hash was so slow , less than 1HS.
In case of -D 1 options, hashcat says "No device left/available"
So, dig and install intel cpu ocl driver "
w_opencl_runtime_p_2025.0.0.1166.exe "
linkshere
Speed is Faster , around 34H/s.
Is there's good way of scrypt optimize at GPU?
Posts: 886
Threads: 15
Joined: Sep 2017
(11-19-2024, 11:00 AM)trustfarm Wrote: Is there's good way of scrypt optimize at GPU?
No. As i mentioned before, Scrypt was specially designed to withstand attacks with GPU (has something to to do with ram, cache and so on) and therefore it is faster to use CPU, but its still slow enough to withstand bruteforceattaks
Posts: 3
Threads: 1
Joined: Nov 2024
(11-19-2024, 03:25 PM)Snoopy Wrote: (11-19-2024, 11:00 AM)trustfarm Wrote: Is there's good way of scrypt optimize at GPU?
No. As i mentioned before, Scrypt was specially designed to withstand attacks with GPU (has something to to do with ram, cache and so on) and therefore it is faster to use CPU, but its still slow enough to withstand bruteforceattaks
ok,
I need to dig Lite/DodgeCoin scrypt ASIC miner , what they use algorithm or architecture.