Post
Topic
Board Mining (Altcoins)
Re: Megaminer 5.0b - Multi pool / Multi Algo launcher
by
Tasbi
on 11/12/2017, 06:09:50 UTC
working great with nvidia gtx1060 3gb oc
i am trying to make it work with AMD rx 480 or 470 but no luck.
any ideas?


Error info pls.

Hello Tutulfo

No miner appears.
I separated NVIDIA from AMD for testing purpose

GPULIST
PlatformId Type
---------- ----
         0 Advanced Micro Devices, Inc.
         1 Advanced Micro Devices, Inc.
         2 NVIDIA
         3 NVIDIA



Listing OpenCL devices.
FORMAT: [deviceID] deviceName
  • GeForce GTX 1060 6GB
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 6442450944
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 1610612736
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 1024
[1] GeForce GTX 970
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 4294967296
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 1073741824
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 1024
[2] Ellesmere
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 4294967296
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 4026531840
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
[3] Ellesmere
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 8589934592
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 4244635648
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 256

Listing CUDA devices.
FORMAT: [deviceID] deviceName
  • GeForce GTX 1060 6GB
        Compute version: 6.1
        cudaDeviceProp::totalGlobalMem: 6442450944
[1] GeForce GTX 970
        Compute version: 5.2
        cudaDeviceProp::totalGlobalMem: 4294967296

Presione una tecla para continuar . . .


this is my config for nvidia

@@GPUGROUPS=[ {"GroupName" : "GTX970","Type":"NVIDIA","GpuPlatform":"0","Gpus":"0"} , {"GroupName" : "GTX1060","Type":"NVIDIA","GpuPlatform":"0","Gpus":"1"} ]

this is my config for AMD

@@GPUGROUPS=[ {"GroupName" : "RX480","Type":"AMD","GpuPlatform":"0","Gpus":"2"} , {"GroupName" : "RX470","Type":"AMD","GpuPlatform":"0","Gpus":"3"} ]

tried both and NVIDIA works just great but AMD nothing...

Thanks,

If you need help testing AMD just tell me...



I think correct for your AMD config is (in a group for test only, after test you can separate)

@@GPUGROUPS=[ {"GroupName" : "RX480","Type":"AMD","GpuPlatform":"1","Gpus":"2,3"}]



try that options also and check in miner windows if it is selecting right cards

@@GPUGROUPS=[ {"GroupName" : "RX480","Type":"AMD","GpuPlatform":"0","Gpus":"2,3"}]
@@GPUGROUPS=[ {"GroupName" : "RX480","Type":"AMD","GpuPlatform":"0","Gpus":"0,1"}]
@@GPUGROUPS=[ {"GroupName" : "RX480","Type":"AMD","GpuPlatform":"1","Gpus":"0,1"}]


Hi,

I did all you said and still the same problem when using them together(AMD, NVIDIA)
So I opened 2 instance of megaminer each one with this config and it is working now.

first instance with NVIDIA
@@GPUGROUPS=[ {"GroupName" : "GTX1060","Type":"NVIDIA","GpuPlatform":"0","Gpus":"0"} , {"GroupName" : "GTX970","Type":"NVIDIA","GpuPlatform":"0","Gpus":"1"} ]

second instance with AMD
@@GPUGROUPS=[ {"GroupName" : "RX480","Type":"AMD","GpuPlatform":"1","Gpus":"0"} , {"GroupName" : "RX470","Type":"AMD","GpuPlatform":"1","Gpus":"1"} ]