Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
0.10 a litle bit slower
07-02-2012, 10:57 PM (This post was last modified: 07-02-2012 10:59 PM by adolfotregosa.)
Post: #1
0.10 a litle bit slower
I am NOT complaining, ok ??

Just to ask if it is supposed because of new code implementation or I'm I doing something wrong ?

thank you

print from 0.9 vs 0.10


Attached File(s) Thumbnail(s)
       
Find all posts by this user
Quote this message in a reply
07-03-2012, 06:09 AM
Post: #2
RE: 0.10 a litle bit slower
You need to turn off markov, because stats file which *lite now uses have nothing to do with SL3.
Find all posts by this user
Quote this message in a reply
07-03-2012, 11:09 AM
Post: #3
RE: 0.10 a litle bit slower
(07-03-2012 06:09 AM)KT819GM Wrote:  You need to turn off markov, because stats file which *lite now uses have nothing to do with SL3.

ok, but If i understood correctly, you don't have that option.

No biggie! I can still use 0.9. It has been not less that perfect all this time ! Never has failed on me.

thank you
Find all posts by this user
Quote this message in a reply
07-03-2012, 11:30 AM
Post: #4
RE: 0.10 a litle bit slower
Code:
* Markov:

       --markov-hcstat               Specify hcstat file to use, default is hashcat.hcstat
       --markov-disable              Disables markov-chains, emulates classic brute-force
       --markov-classic              Enables classic markov-chains, no per-position enhancement
  -t,  --markov-threshold=NUM        Threshold when to stop accepting new markov-chains

So try --markov-disable on your command line.
Find all posts by this user
Quote this message in a reply
07-03-2012, 11:41 AM (This post was last modified: 07-03-2012 11:41 AM by adolfotregosa.)
Post: #5
RE: 0.10 a litle bit slower
(07-03-2012 11:30 AM)KT819GM Wrote:  
Code:
* Markov:

       --markov-hcstat               Specify hcstat file to use, default is hashcat.hcstat
       --markov-disable              Disables markov-chains, emulates classic brute-force
       --markov-classic              Enables classic markov-chains, no per-position enhancement
  -t,  --markov-threshold=NUM        Threshold when to stop accepting new markov-chains

So try --markov-disable on your command line.

I did look for it but I've missed that one, thank you !
But still slower. It is no problem, 0.09 works fine for sl3.

I understand that because of new code this can happen and real life usage it would only take some extra minutes. It was just for "benchmark".
Find all posts by this user
Quote this message in a reply
07-03-2012, 05:30 PM
Post: #6
RE: 0.10 a litle bit slower
have you tried updating drivers or compare by using different OS like linux?
Find all posts by this user
Quote this message in a reply
07-03-2012, 05:33 PM
Post: #7
RE: 0.10 a litle bit slower
(07-03-2012 05:30 PM)forumhero Wrote:  have you tried updating drivers or compare by using different OS like linux?

has a matter of fact when i saw less speed I updated from 12.4 to 12.7 beta just to be sure it wasn't drivers. Haven't tried linux because I don't use it.
Find all posts by this user
Quote this message in a reply
07-03-2012, 05:37 PM
Post: #8
RE: 0.10 a litle bit slower
(07-03-2012 11:30 AM)KT819GM Wrote:  So try --markov-disable on your command line.

This wont help. The speed remain. Speed drop from 0.09 to 0.10 is not caused by word-generator. Its because AMD did some changes to the JIT compiler.
Visit this user's website Find all posts by this user
Quote this message in a reply
09-19-2012, 03:22 PM
Post: #9
RE: 0.10 a litle bit slower
(07-03-2012 05:37 PM)atom Wrote:  
(07-03-2012 11:30 AM)KT819GM Wrote:  So try --markov-disable on your command line.

This wont help. The speed remain. Speed drop from 0.09 to 0.10 is not caused by word-generator. Its because AMD did some changes to the JIT compiler.

I don`t understand, what is best for sl3 markov-disable or markov-hcstat.
I am downloading the file sl3.hcstat.
Find all posts by this user
Quote this message in a reply
Post Reply