Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Hash benchmark slower than expected
Post: RE: Hash benchmark slower than expected
What GPU, what algorithm, what speed? |
|
Kryczek |
hashcat
|
1 |
851 |
09-05-2019, 04:21 PM |
|
|
Thread: AMD GPU and opencl
Post: RE: AMD GPU and opencl
What warnings/errors do you get? |
|
Kryczek |
hashcat
|
1 |
887 |
10-07-2019, 10:44 PM |
|
|
Thread: Litecoin asic L3+ and Scrypt hash
Post: RE: Litecoin asic L3+ and Scrypt hash
Basically maximum performance requires minimum flexibility and vice versa:
* ASICs are the fastest because they are chips designed specifically for one task and one task only
* GPUs are fast as long... |
|
Kryczek |
hashcat
|
3 |
1,363 |
11-25-2019, 01:57 PM |
|
|
Thread: Titan Xp benchmark
Post: Titan Xp benchmark
Hi!
Not a new card, but there does not seem to be a Titan Xp (not to be confused with the Titan XP aka Titan X Pascal) benchmark online so here is a full one for completeness and ease of access... |
|
Kryczek |
Hardware
|
1 |
1,481 |
09-23-2019, 10:26 PM |
|
|
Thread: Titan Xp benchmark
Post: RE: Titan Xp benchmark
Message was too long for one post, here is the OpenCL part:
hashcat --benchmark --benchmark-all --optimized-kernel-enable --workload-profile=4 -d 2
Code:
--
hashcat (v5.1.0-1397-g7f4df9eb) star... |
|
Kryczek |
Hardware
|
1 |
1,481 |
09-23-2019, 10:28 PM |
|
|
Thread: Is there something wrong with my system?
Post: RE: Is there something wrong with my system?
Haha yeah, "AMD RS780" got me confused for a moment since there are AMD RX480, 580, etc GPUs... The ATI (before the rebranding in 2010) RS780 from 2008 is indeed a bit out of date :P
Are you sure t... |
|
Kryczek |
hashcat
|
3 |
1,497 |
11-28-2019, 10:28 AM |
|
|
Thread: Graphic card or cloud computing
Post: RE: Graphic card or cloud computing
Also avoid buying AMD cards for Hashcat, or really research the subject (benchmarks and "PCIe atomics" especially) if you absolutely want to.
See for example:
https://hashcat.net/forum/archive/i... |
|
Kryczek |
hashcat
|
3 |
1,503 |
10-11-2019, 10:53 AM |
|
|
Thread: core speed limitation - overclocking
Post: RE: core speed limitation - overclocking
Be careful with overclocking and intense workloads:
Many consumer-grade graphics cards are not designed to be running at 100% for a long time but instead are expected to often have the opportunity ... |
|
Kryczek |
hashcat
|
4 |
1,731 |
09-27-2019, 08:55 AM |
|
|
Thread: NVIDIA Tesla M10-1B
Post: RE: NVIDIA Tesla M10-1B
The Tesla M10 is made of "four mid-tier Maxwell GPUs", namely the GM107 like in a GeForce 750 from 2014, to be shared by 64 virtual desktop users.
You really want to run Hashcat on a 16th of an outda... |
|
Kryczek |
Hardware
|
1 |
1,781 |
07-31-2019, 03:51 PM |
|
|
Thread: Equipment that mines at 1.6gh/s true?
Post: RE: Equipment that mines at 1.6gh/s true?
No, it's a special chip designed to run Bitcoin's algorithm (mostly SHA256 if I remember correctly) as quickly as possible and nothing else. |
|
Kryczek |
Hardware
|
2 |
1,805 |
11-04-2019, 02:05 PM |
|
|
Thread: Suggestion on second card to fit my motherboard
Post: RE: Suggestion on second card to fit my motherboar...
Apologies if there exists a blower-style MSI Duke, but it seems like you are trying to use the type of thick cards with radial fans that just circulate heat around themselves?
If so, make sure your... |
|
Kryczek |
Hardware
|
3 |
1,818 |
09-02-2019, 01:47 PM |
|
|
Thread: GeForce 1040 coming, hopefully this means FE stock before Volta next year
Post: GeForce 1040 coming, hopefully this means FE stock...
https://liliputing.com/2017/08/nvidia-geforce-1040-graphics-coming-soon-laptops-leaks.html (https://liliputing.com/2017/08/nvidia-geforce-1040-graphics-coming-soon-laptops-leaks.html)
It's only in ... |
|
Kryczek |
Hardware
|
0 |
1,991 |
08-29-2017, 01:42 PM |
|
|
Thread: GPU not utilised
Post: RE: GPU not utilised
As you can see at the beginning Hashcat skipped your integrated graphics and CPU but did not skip your GPU, then towards the end you can see it used your GPU at 90%. |
|
Kryczek |
hashcat
|
4 |
2,073 |
10-07-2019, 10:40 PM |
|
|
Thread: Run a benchmark
Post: RE: Run a benchmark
You need to take your command prompt (cd C:\some\path) to where you extracted the hashcat archive, or specify the path to that executable as part of the command line like C:\some\path\hashcat64.exe -b |
|
Kryczek |
hashcat
|
2 |
2,211 |
11-25-2019, 01:47 PM |
|
|
Thread: Wordlist generator Cluster
Post: RE: Wordlist generator Cluster
Ryukxx88 Wrote: (07-05-2019, 07:29 PM)
--
Few month ago I have build a Raspberry Pi B3 + Cluster
--
What do you mean by Cluster? What hardware is the cluster made of? :) |
|
Kryczek |
Hardware
|
3 |
2,351 |
07-08-2019, 02:12 PM |
|
|
Thread: Creating Custom Password List
Post: RE: Creating Custom Password List
For example with Bash:
$ for WLAN_MAC in 112233445566 112233abcdef 112233abcde0; do ETH_MAC=`printf '%x' $(( 0x$WLAN_MAC - 1 ))`; echo $ETH_MAC | cut -c 3-; done
2233445565
2233abcdee
2233abcddf... |
|
Kryczek |
General Talk
|
6 |
2,559 |
10-24-2019, 11:47 AM |
|
|
Thread: 3x boost to Titan Xp and Titan X(Pascal) with 385.12 Beta driver
Post: 3x boost to Titan Xp and Titan X(Pascal) with 385....
Hello everyone!
I've been following and digging around this story for the past few days: https://www.reddit.com/r/nvidia/comments/6qrrde/nvidia_improves_titan_xp_performance_for_creative/ (https://... |
|
Kryczek |
Hardware
|
0 |
2,603 |
08-05-2017, 03:05 AM |
|
|
Thread: Rtx 2080 max-q
Post: RE: Rtx 2080 max-q
From the page you linked:
"Boost Clock (MHz) 1095 [40% slower than] 1800"
"Base Clock (MHz) 735 [half as slow as] 1515"
Maybe you were misled by the graphs? They are not comparing laptop vs deskt... |
|
Kryczek |
Hardware
|
5 |
2,767 |
08-20-2019, 03:52 PM |
|
|
Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain
Hi,
I am not sure I understand the question either but I think you might be referring to the fact that the more hashes/ciphertexts you load, the slower Hashcat gets?
This is normal :) Because wi... |
|
Kryczek |
hashcat
|
7 |
2,912 |
11-04-2019, 09:54 AM |
|
|
Thread: 2080 super vs 2080ti
Post: RE: 2080 super vs 2080ti
Why replace the FE cards? :) |
|
Kryczek |
Hardware
|
4 |
3,046 |
10-08-2019, 09:41 AM |