bitcoin hash not started
#1
Question 
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.

.png   aaaaaaaaaaaaaaaa.png (Size: 26.12 KB / Downloads: 11)
After 5 min

.png   bbbbbbbbbbbbb.png (Size: 25.9 KB / Downloads: 6)
Whats problem?
Standart examples all work on video card! I have Radeon HD 6770
#2
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/
~
#3
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
#4
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)
~