Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XDAG] Dagger - new cryptocurrency
by
jonano
on 29/01/2018, 07:36:23 UTC
what do you think, how long do you need for the linux version of your gpu miner?
I don't know, another developer is working on it.



Hi every one
For some reason, I couldn't get multiple GPU to work.
This is my batch file:

DaggerGpuMiner.exe -G -a  MYWALLETADDRESS -p 95.105.233.208:13654
-list-devices -G
opencl-devices -d 0 1 2
-d 3
pause

Any help will be appreciated.
All parameters should be written in one line. So correct command is
Quote
DaggerGpuMiner.exe -G -a  MYWALLETADDRESS -p 95.105.233.208:13654 -opencl-devices 0 1 2
"-d" parameter is ignored if "-opencl-devices" is specified.



I have listed devices and I got 3, the internal Intel, the Internal 1060 and the external (egpu) 1080, but I cannot select other than the Intel, have tried with opencl-device x / -opencl-devices x / -d x with no luck.
So if I do -d 1, or -d 2, always start mining with the device 0. Any help? :-)

My listed devices:
Listing OpenCL devices.
FORMAT: [platformID] [deviceID] deviceName
[0 ] [0 ] Intel(R) HD Graphics 530
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 6816858112
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 2147483647
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
[1] [0 ] GeForce GTX 1080 Ti
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 11811160064
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 2952790016
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 1024
[1] [1] GeForce GTX 1060
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 6442450944
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 1610612736
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 1024
You have two platforms. Try "-opencl-platform 1 -opencl-devices 0 1"