Posts: 2
Threads: 1
Joined: Nov 2017
11-25-2017, 05:31 PM
(This post was last modified: 11-25-2017, 05:59 PM by borodadada.)
Hello, i create bitcoin hash of wallet.dat or use standart example hash. After i create hash file and put the hash code. Run parameters:
Code:
hashcat64.exe -m 11300 -a 3 examplebit.hash
pause
Programm started, but brutforce not work. Screenshot.
aaaaaaaaaaaaaaaa.png (Size: 26.12 KB / Downloads: 11)
After 5 min
bbbbbbbbbbbbb.png (Size: 25.9 KB / Downloads: 6)
Whats problem?
Standart examples all work on video card! I have Radeon HD 6770
Posts: 930
Threads: 4
Joined: Jan 2015
11-25-2017, 06:39 PM
(This post was last modified: 11-25-2017, 06:41 PM by royce.)
Does OpenCL work with your card?
What OS, and what version of AMD drivers?
What is the output of hashcat -I?
Edit: it looks like that card has been "no more driver improvements" since 2015?
https://betanews.com/2015/11/24/amd-kills-gpu/
~
Posts: 2
Threads: 1
Joined: Nov 2017
11-25-2017, 06:52 PM
(This post was last modified: 11-25-2017, 07:26 PM by borodadada.)
Windows 10x64 professional
Install old driver whql-win10-catalyst-15.7.1-oct30.exe
hashcat -I
Quote:hashcat (v4.0.1) starting...
OpenCL Info:
Platform ID #1
Vendor : Advanced Micro Devices, Inc.
Name : AMD Accelerated Parallel Processing
Version : OpenCL 2.0 AMD-APP (1800.8)
Device ID #1
Type : GPU
Vendor ID : 1
Vendor : Advanced Micro Devices, Inc.
Name : Juniper
Version : OpenCL 1.2 AMD-APP (1800.8)
Processor(s) : 10
Clock : 850
Memory : 512/1024 MB allocatable
OpenCL Version : OpenCL C 1.2
Driver Version : 1800.8 (VM)
Device ID #2
Type : CPU
Posts: 930
Threads: 4
Joined: Jan 2015
11-25-2017, 11:00 PM
(This post was last modified: 11-25-2017, 11:00 PM by royce.)
According to the main hashcat webpage, this driver version is required:
AMD GPUs on Windows require "AMD Radeon Software Crimson Edition" (15.12 or later)
~