Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner
by
badman74
on 14/04/2015, 22:42:58 UTC
I've compiled sgminer 5.1.1-3-gc50e3 from Badman74 git source.  When I try to run it for Lyra2RE, I'm getting:

[10:52:08] Unable to open lyra2re.cl for reading!

I checked that my kernel path is correct and there are the files Lyra2.cl and Lyra2RE.cl.  So, i renamed Lyra2.cl and Lyra2RE.cl to lyra2.cl and lyra2re.cl respectively.  Seems to be working now.  Just giving a heads up.

I thought that those were aliased already to include lowercase.
I think that is from when i reforked from sgminer-dev, for some reason git does not pay attention to me trying to change case on filenames so i will have to completely delete them and then re-add them to fix it.
Thanks for informing my of that as my local version works fine....

By the way, Qubit doesn't have seperate kernels - I think you said you did that? It's not in the official git master.
The version in sgminer-dev is the one i made my changes to. It was merged some time back. Was just some simple changes that had been added to darkcoin-mod that I went though and added to most of the other old kernels that would benefit from it.
changes were added here https://github.com/sgminer-dev/sgminer/commit/e79b27080539af2699b28caf148fbbdd0c8283c7 and more extensive here https://github.com/sgminer-dev/sgminer/commit/e334f11ad824b529d73124eab795afb119abd1cb.
I know its nothing to the stuff you are doing with your kernels, but I really have no programming skills past learning basic on a trs-80 in highschool....