Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 6916. (Read 9723782 times)

legendary
Activity: 1288
Merit: 1000
Error -11: Building Program
Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!

Failed to init GPU thread 0, disabling device 0

Never seen this one before?Huh? I have the latest drivers / sdk, other versions of sg miner, cg miner, and even gui miner work fine for me.

edit: compiled myself and used the one shared in the forum (windows 7) same error

Seems specific to your setup, can you post the output of "sgminer.exe -n"?

I've got exactly the same error here.
Result of sgminer -n :
C:\David\BitCoin\darkcoin-windows>sgminer.exe -n
[21:24:40] CL Platform 0 vendor: Advanced Micro Devices, Inc.
[21:24:40] CL Platform 0 name: AMD Accelerated Parallel Processing
[21:24:40] CL Platform 0 version: OpenCL 1.2 AMD-APP (1084.4)
[21:24:40] Platform 0 devices: 1
[21:24:40]      0       Juniper
[21:24:40] Number of ADL devices: 1
[21:24:40] ATI ADL Overdrive5 API found.
[21:24:40] ATI ADL Overdrive6 API found.
[21:24:40] Found 3 ADL adapters
[21:24:40] ADL index 0, id 15881728 - BIOS partno.: 113-HD575XZND71_113-C01201-022, version: 012.016.000.000, date: 2009/12/1
4 04:20
[21:24:40] GPU 0 assigned: iAdapterIndex:0 iPresent:1 strUDID:PCI_VEN_1002&DEV_68BE&SUBSYS_29821682&REV_00_4&3363D276&0&0008A
 iBusNumber:1 iDeviceNumber:0 iFunctionNumber:0 iVendorID:1002 name:ATI Radeon HD 5700 Series
[21:24:40] ADL index 1, id 15881728 - BIOS partno.: 113-HD575XZND71_113-C01201-022, version: 012.016.000.000, date: 2009/12/1
4 04:20
[21:24:40] ADL index 2, id 15881728 - BIOS partno.: 113-HD575XZND71_113-C01201-022, version: 012.016.000.000, date: 2009/12/1
4 04:20
[21:24:40] GPU 0 ATI Radeon HD 5700 Series hardware monitoring enabled
[21:24:40] ADL GPU 0 is Adapter index 0 and maps to adapter id 15881728
[21:24:40] GPU 0 BIOS partno.: 113-HD575XZND71_113-C01201-022, version: 012.016.000.000, date: 2009/12/14 04:20

[21:24:40] Failed to ADL_Overdrive5_FanSpeed_Get for default value
[21:24:40] 1 GPU devices max detected
member
Activity: 70
Merit: 10
Phm gave us his GPU miner code, and I merged in his changes into my project at https://github.com/evan82/darkcoin-sgminer

I got it to compile and it seems to work for me, although I have a terrible GPU so I'm not positive.

Try to compile it and let me know if it works so I can pay the man.

Thanks!


Well I guess it's time to buy a new rig then...
full member
Activity: 826
Merit: 102
This coin is cpu ONLY just as the title said, could anybody mine with GPU only ? If this is true ,it is unfair,isn't it? Huh
member
Activity: 98
Merit: 10
Error -11: Building Program
Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!

Failed to init GPU thread 0, disabling device 0

Never seen this one before?Huh? I have the latest drivers / sdk, other versions of sg miner, cg miner, and even gui miner work fine for me.

edit: compiled myself and used the one shared in the forum (windows 7) same error

Seems specific to your setup, can you post the output of "sgminer.exe -n"?
legendary
Activity: 1288
Merit: 1000
c:
cd \Users\Me\Desktop\Miner\sgminer

windows
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe -o ltc.give-me-coins.com:3333 -O Me.MySlave:MyDeepDarkSecret
Huh
full member
Activity: 154
Merit: 100
Coinoholic
same error here.  Can anyone post their start.bat file please?

I've added a couple of example batch files to the Windows zip - one basic and one standard 7970/280X. Also added an example config file.

The basic command is:

Code:
sgminer.exe --kernel darkcoin -o stratum+tcp://pool.darkcoin.io:3333 -u u -p x

No dice same error Sad
full member
Activity: 280
Merit: 100
The Future Of Work
sgminer.exe --kernel darkcoin -o stratumq+tcp://drk.lotterymining.com:4444 -u U.W -p P

Gosh, I cleaned this up, don't know what I copied, LOL.  but I still have the same problem as below
member
Activity: 98
Merit: 10
same error here.  Can anyone post their start.bat file please?

I've added a couple of example batch files to the Windows zip - one basic and one standard 7970/280X. Also added an example config file.

The basic command is:

Code:
sgminer.exe --kernel darkcoin -o stratum+tcp://pool.darkcoin.io:3333 -u u -p x
full member
Activity: 154
Merit: 100
Coinoholic
Ah sorry I assumed you were running ATI/AMD GPU

Catalyst Control Center version (13.12 for me) and AMD APP SDK (2.9)..

not sure if the SDK is necessary but I have it anyway from doing my own builds
full member
Activity: 280
Merit: 100
The Future Of Work
+1 for a bat, but we may be having hardware specific issues here Tante. What GPU, cat and SDK version you have?

I'd post my bat but I'm just as broken as you lol

What is cat pls?
and do we need the sdk on windows?  With a pre-compiled exe?
full member
Activity: 154
Merit: 100
Coinoholic
+1 for a bat, but we may be having hardware specific issues here Tante. What GPU, cat and SDK version you have?

I'd post my bat but I'm just as broken as you lol
legendary
Activity: 1288
Merit: 1000
phm's GPU miner compiled for Windows.

Speed seems identical to linux using 13.11 driver.

Edit: Added zlib1.dll to the zip.

Don't work for the moment :
missing zlib1.dll

Try to download it...

EDIT: Ok found it

what is the option for X11?? no option hardcoded?

Thanks.
full member
Activity: 280
Merit: 100
The Future Of Work
Error -11: Building Program
Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!

Failed to init GPU thread 0, disabling device 0

Never seen this one before?Huh? I have the latest drivers / sdk, other versions of sg miner, cg miner, and even gui miner work fine for me.

edit: compiled myself and used the one shared in the forum (windows 7) same error

same error here.  Can anyone post their start.bat file please?
newbie
Activity: 28
Merit: 0
full member
Activity: 154
Merit: 100
Coinoholic
Error -11: Building Program
Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!

Failed to init GPU thread 0, disabling device 0

Never seen this one before?Huh? I have the latest drivers / sdk, other versions of sg miner, cg miner, and even gui miner work fine for me.

edit: compiled myself and used the one shared in the forum (windows 7) same error
full member
Activity: 280
Merit: 100
The Future Of Work
can I see a sample .bat file from somebody please?


I second this request, thank you !!!
member
Activity: 89
Merit: 100
can I see a sample .bat file from somebody please?
newbie
Activity: 18
Merit: 0
Well shit, this sgminer is useless for me sine I use a pair of gtx 770s to mine.  My cpu will not be able to compete with the hashrates you guys will be getting.

Time to move on to another cpu coin for me.

And to those with the zlib1.dll error, it comes with the original sgminer and cgminer.   Just put zlib1.dll in the same folder as this sgminer and it will work.
full member
Activity: 280
Merit: 100
The Future Of Work
I downloaded the zlib1.dll file, where do I need to put it?

Make sure it's the sgminer one, and just put it in the top level of the sgminer folder
newbie
Activity: 28
Merit: 0
Jump to: