Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Cracking Speed never uptaded and is 0.0 H/s #448

Open
mrousse83 opened this issue Sep 30, 2018 · 9 comments
Open

Cracking Speed never uptaded and is 0.0 H/s #448

mrousse83 opened this issue Sep 30, 2018 · 9 comments
Labels

Comments

@mrousse83
Copy link

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 :

capture

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"

capture

Do you know how i can fix that ?

Thanks,
Mathieu

@mrousse83
Copy link
Author

Hum...

New installation, same problem. And found hash not updated too (see yellow in picture).

capture

It's a bug or i have a problem with my installation ?

Thanks,
Regards.

@I-Iugo
Copy link
Contributor

I-Iugo commented Oct 22, 2018

I tried again from scratch and it's working:

image

What is your ruby version? Remove and try v0.7.4-beta branch with ruby 2.4.4

@mrousse83
Copy link
Author

Hello,

I used "ruby-2.2.2" with v0.7.3.

Thanks,
Regards.

@I-Iugo
Copy link
Contributor

I-Iugo commented Oct 22, 2018

Hello :)

Ok remove and test with ruby 2.4.4 and v0.7.4-beta (I sent a lot of fix on it), and tell me if you still have the same problem.

Regards.

@mrousse83
Copy link
Author

Hello,

I have the same problem, cracking speed is 0.0 H/s.

Thanks,
Regards.
capture

@i128
Copy link
Contributor

i128 commented Nov 19, 2018

I've run into similar issues with this. Are you using a single or multiple agents?
with hashview stopped, is hashcat still running (i.e. via ps)

@i128 i128 added the bug label Nov 19, 2018
@mrousse83
Copy link
Author

I'am using a single agent.
I have uninstalled this tool, i can't test anymore. Sorry.

@BenKettlewell
Copy link

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.

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

@i128
Copy link
Contributor

i128 commented Dec 22, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants