jceminer / cn_gpu_miner

The GPU+CPU version of JCE
23 stars 12 forks source link

rx580 not found #24

Closed Quake4 closed 6 years ago

Quake4 commented 6 years ago
              +-------------------------------------------+
              | JC Expert Cryptonote CPU+GPU Miner 0.33b2 |
              +-------------------------------------------+

For Windows 64-bits
Analyzing Processors topology...
Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
Assembly codename: generic_aes_avx
  SSE2    : Yes
  SSE3    : Yes
  SSE4    : Yes
  AES     : Yes
  AVX     : Yes
  AVX2    : No

Found CPU 0, with:
  L1 Cache:    32 KB
  L2 Cache:   256 KB
  L3 Cache:  6144 KB, shared with CPU 1, 2, 3
Found CPU 1, with:
  L1 Cache:    32 KB
  L2 Cache:   256 KB
  L3 Cache:  6144 KB, shared with CPU 0, 2, 3
Found CPU 2, with:
  L1 Cache:    32 KB
  L2 Cache:   256 KB
  L3 Cache:  6144 KB, shared with CPU 0, 1, 3
Found CPU 3, with:
  L1 Cache:    32 KB
  L2 Cache:   256 KB
  L3 Cache:  6144 KB, shared with CPU 0, 1, 2

Detecting OpenCL-capable GPUs...
CL_UNKNOWN_ERROR -1001
Quake4 commented 6 years ago

image

jceminer commented 6 years ago

Are you running Windows 7? If yes, so Win7 is just not supported, Win8.1 and later are.

Quake4 commented 6 years ago

yes. win7. why win7 isnt supported?

jceminer commented 6 years ago

Because my OpenCL code is not compiled like with xmrstak, but somehow injected into the drivers, to prevent hacking involving stubbing the OpenCL api (a simple hack everybody can do). It also allows a very fast init, less that a second per thread, with no need to cache the code like stak or xmrig do. But that technique doesn't work on Win7, and i could not find a way to keep both security and compatibility so I dropped Win7 support for GPU (CPU mining is ok down to Vista32). Go to the Bitcointalk topic for the full story.

Quake4 commented 6 years ago

Thanks