-
Notifications
You must be signed in to change notification settings - Fork 133
Cracking Speed never uptaded and is 0.0 H/s #448
Comments
Hello, I used "ruby-2.2.2" with v0.7.3. Thanks, |
Hello :) Ok remove and test with ruby Regards. |
I've run into similar issues with this. Are you using a single or multiple agents? |
I'am using a single agent. |
I'm looking into this issue as well. Single local agent but 4 GPUs, is it not able to sum them together? I found this stdout parser which is looking for Speed.Dev and then is later ingested here.
I think it's looking for the lines below but I'm using hashcat v5.1. Looks like it should be Speed.#* and it's already converted to human readable format in MH/s so I'm not sure what the conversion lines are for. |
Yup! I just ran into this recently too. I have some code to fix it. It's
just not committed yet. Hopefully will get to it soon.
…On Fri, Dec 21, 2018, 11:19 PM BenKettlewell ***@***.*** wrote:
I'm looking into this issue as well. Single local agent but 4 GPUs, is it
not able to sum them together?
I found this stdout parser
<https://github.com/hashview/hashview/blob/1d4dce6f3d9cbb7056f829f84b7c6283a878ea6e/helpers/hc_stdout_parser.rb#L17>
which is looking for Speed.Dev and then is later ingested here
<https://github.com/hashview/hashview/blob/2f9e3dd97ccd6e6f1ea2fb129ef322bf2b122883/routes/api.rb#L310>
.
if item.to_s =~ /Speed Dev #/
I think it's looking for the lines below but I'm using hashcat v5.1. Looks
like it should be Speed.#* and it's already converted to human readable
format in MH/s so I'm not sure what the conversion lines are for.
[image: image]
<https://user-images.githubusercontent.com/7477112/50370938-84d68d80-0565-11e9-973e-ca1030337d1c.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/hashview/hashview/issues/448#issuecomment-449546230>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACTh63taPeBeGX1N1ZkrOXD-M_WiYQV4ks5u7cDogaJpZM4XA30q>
.
|
Hello,
I use Ubuntu 16.04 and the last github : https://github.com/hashview/hashview.git
I have a problem, "cracking speed" is never updated and value is all time 0.0 H/s :
In the console view, i have : "10:12:02 hashcat-worker.1 | Speed.#1.........: 2136.1 MH/s (11.40ms) @ Accel:128 Loops:32 Thr:1024 Vec:1"
Do you know how i can fix that ?
Thanks,
Mathieu
The text was updated successfully, but these errors were encountered: