Here are all the bins getting produced:
I get this from my output.log:
[14:07:01] Building binary neoscryptHawaiigw64l4ku0big7hs.bin
[14:07:01] Error -11: Building Program (clBuildProgram)
[14:07:01] "C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl", line 368: warning:
variable "t" was declared but never referenced
uint4 t, st[4];
^
"C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl", line 495: error:
identifier "MAX_GLOBAL_THREADS" is undefined
__global ulong16 *V = (__global ulong16 *)(padcache + (0x8000 * (get_global_id(0) % MAX_GLOBAL_THREADS)));
^
"C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl", line 513: warning:
argument of type "__global ulong16 *" is incompatible with parameter
of type "__global uint16 *"
SMix(X, V, flag);
^
1 error detected in the compilation of "C:\Users\ANIMAL~1\AppData\Local\Temp\OCL4772T27.cl".
Frontend phase failed compilation.
Any ideas? Could CGWatcher be interfering somehow when bins are made?
You have wrong marucoin-mod.cl.
Try to find right, and replace in ./kernels
fix
https://bitcointalk.org/index.php?topic=854257.240Thanks, I have actually been using that marucoin-mod.cl from the thread. To be sure I double checked and it does have the correct line 96. I'm all ears if you've got any other ideas.
You're building a Neoscrypt binary, not an X13 one.
Yeah, it's trying to build a weird one right, Building binary neoscryptHawaiigw64l4ku0big7hs.bin ? Here are some other strange ones that actually got built.
darkcoin-modHawaiigw64l4ku0.bin (Correct)
darkcoin-modHawaiigw64l4ku0big7hs.bin
darkcoin-modHawaiigw64l4tc8192.bin
marucoin-modHawaiigw64l4ku0.bin
marucoin-modHawaiigw64l4ku0big7hs.bin (Correct)
marucoin-modHawaiigw64l4tc8192.bin
neoscryptHawaiigw64l4tc8192.bin (Correct)
CGWatcher may be screwing up.
I think that may be the case. CGWatcher uses temporary config files and something may go wrong with that step. You can disable that setting. I'll try that.
On a side note what is the character called that is between w64 and 4ku0 (w64l4ku0)?
l4 for 32-bit, l8 for 64-bit
Try to run sgminer via cmd with necessary parameters and give me feedback.
Also post the link of source of this miner, or you use precompiled binary?
I'm not near the computer right now so I can't run sgminer via cmd but here are the steps I took to get the miner software:
-Extracted nicehash's sgminer-5.1-dev-2014-11-13-win32.zip
-From the thread you referenced earlier I grabbed the optimized sgminer kernels and put those in the sgminer directory
-Then added the fixed marucoin-mod.cl to the sgminer directory
-Created an x11 bin, then substituted Wolf0's bin
-and Profit (Very minimal profit)
I disabled CGWatcher creating temporary configs and deleted the bins. Still had some weird bins created overnight so it appears that wasn't the problem. Maybe the dailies have fixed this.