so
CPU: oclvanitygen -d 1 -S -k -o D:\Text.txt 1 -- 20sec = 1131 count of addresses
GPU: oclvanitygen -d 0 -S -k -o D:\Text.txt 1 -- 20sec = 13 count of addresses
why is my CPU so fast ? and my GPU soo bad
i7 4770K = 1MKey's
AMD R9 280x = 29 - 30 MKey's
where are the 30 MKey's ??
You are getting rather confused I think. You have switched the devices on us??
-d 1 should not be the GPU
Earlier you told us this:
so look my, only hash - what i do wrong
with cmd: oclvanitygen -d 0 -k -i -o D:\Text.txt 1Abc
Match idx: 9
CPU hash: 34af76e7417a64b21822982115c0a38b263be
GPU hash: 64bb46b9f30ea67bb08f26f76e71455d7b1f8
Found delta: 8376487 Start delta: 1
[10.86 Mkey/s][total 8388608]
Text.txt file is not there
with cmd: oclvanitygen -d 1 -k -i -o D:\Text.txt 1Abc
Pattern: 1Abc
Address: 1ABCcNwi2ZiVsc7rhAihAUq1nRRnRJSYLo
Privkey: 5KBLRMEJdUHjJHboBzXHK6w2fQsZ8ch19ZKjsC8AED29HxzSbzS
Text.txt file is there
Available OpenCL platforms:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing
0: [Advanced Micro Devices, Inc.] Tahiti
1: [GenuineIntel] Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
Which indicates that the device 0:0 is the Tahiti (or the GPU) and the device 0:1 is the i7-4770
So the option -d 0 should use the GPU but it doesn't work properly because you have the wrong driver version for AMD which will not work with oclvanitygen. It is evident by the output you have shown us.
Using the option -d 1 will use the CPU but it doesn't make sense to use oclvanitygen on a CPU when in fact vanitygen would probably be faster.
You have to completely uninstall the AMD drivers and reinstall with an older version. I will try to find this information - I believe it was already posted here with a batch file to assist in removal.