Post
Topic
Board Mining (Altcoins)
Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added GroestlCoin
by
DJstone
on 26/03/2014, 13:17:13 UTC
Can I get any help with this?

http://s18.postimg.org/em5dc9lxl/Clipboard01.png

http://s18.postimg.org/em5dc9lxl/Clipboard01.png

Windows 8.1. cgminer, sgminer, vertminer run on the same machine with no problems. Don't know what is wrong.

GPU is detected.

Code:
D:\Aplikacje\sph-sgminer>sgminer -n
[04:14:30] CL Platform 0 vendor: Intel(R) Corporation
[04:14:30] CL Platform 0 name: Intel(R) OpenCL
[04:14:30] CL Platform 0 version: OpenCL 1.2
[04:14:30] Error -1: Getting Device IDs (num)
[04:14:30] CL Platform 1 vendor: Advanced Micro Devices, Inc.
[04:14:30] CL Platform 1 name: AMD Accelerated Parallel Processing
[04:14:30] CL Platform 1 version: OpenCL 1.2 AMD-APP (1348.5)
[04:14:30] Platform 1 devices: 1
[04:14:30]      0       Tahiti
[04:14:30] Number of ADL devices: 1
[04:14:30] ATI ADL Overdrive5 API found.
[04:14:30] ATI ADL Overdrive6 API found.
[04:14:30] Found 9 ADL adapters
[04:14:30] ADL index 0, id 1195520 - BIOS partno.: 113-1E249100-S42, version: 015.040.000.001, date: 2014/01/08 16:11
[04:14:30] GPU 0 assigned: iAdapterIndex:0 iPresent:1 strUDID:PCI_VEN_1002&DEV_679A&SUBSYS_E249174B&REV_00_4&15001D53&0&0008A iBusNumber:1 iDeviceNumber:0 iFunctionNumber:0 iVendorID:1002 Name:AMD Radeon HD 7900 Series
[04:14:30] ADL index 1, id 1195520 - BIOS partno.: 113-1E249100-S42, version: 015.040.000.001, date: 2014/01/08 16:11
[04:14:30] ADL index 2, id 1195520 - BIOS partno.: 113-1E249100-S42, version: 015.040.000.001, date: 2014/01/08 16:11
[04:14:30] ADL index 3, id 1195520 - BIOS partno.: 113-1E249100-S42, version: 015.040.000.001, date: 2014/01/08 16:11
[04:14:30] ADL index 4, id 1195520 - BIOS partno.: 113-1E249100-S42, version: 015.040.000.001, date: 2014/01/08 16:11
[04:14:30] ADL index 5, id 1195520 - BIOS partno.: 113-1E249100-S42, version: 015.040.000.001, date: 2014/01/08 16:11
[04:14:30] ADL index 6, id 1195520 - FAILED to get BIOS info
[04:14:30] Failed to ADL_Adapter_ID_Get. Error -1
[04:14:30] ADL index 7, id 1195520 - FAILED to get BIOS info
[04:14:30] Failed to ADL_Adapter_ID_Get. Error -1
[04:14:30] ADL index 8, id 1195520 - FAILED to get BIOS info
[04:14:30] Failed to ADL_Adapter_ID_Get. Error -1
[04:14:30] GPU 0 AMD Radeon HD 7900 Series hardware monitoring enabled
[04:14:30] ADL GPU 0 is Adapter index 0 and maps to adapter id 1195520
[04:14:30] GPU 0 BIOS partno.: 113-1E249100-S42, version: 015.040.000.001, date: 2014/01/08 16:11

[04:14:30] 1 GPU devices max detected


I don't know if it is really what im describing now but:

Did u Install the AMD APP SDK and the AMD OpenCL SDK?


Now to something different.

I would like you all to test my new version of sph-sgminer with support for latest nFactor Scrypt and al the normal sph Stuff from the last Version PHM commited.

Sourcecode on GIT : https://github.com/DJstone/sph-sgminer
Binaryfiles on Uploaded : http://ul.to/81oex4n2

I'd set up a complete merge with the current sgminer from veox (1f7b7ef26e) with phm's latest code.

All Kernels should be working.
I do have tested:

QRK
ANI
FC
DRK
Q2C
Scrpty (nFactor Scrypt)


already and they are working.


Thx


kernel command for n-scrypt is the ame like in vertminer? --nscrypt?

also heavycoin algo is missed

Yes, the command for n-scrypt should be the same like in vertminer!
You can add following to your config file to add nFactor
"algorithm" : "nscrypt",

The Heavycoin kernel has not been build for -sph-sgminer yet.