Under what license is this miner distributed?
Is the source available? It seems to use GPLed code, so I would expect it to be.
Hi there,
Can you be more specific which code under GPL you think I am using? The only external libraries I use and link at the moment are the boost library and the g++/mingw64 runtimes. Well and OpenCL of cause. I hope I am not wrong here, so if you found somethink I use that I am not allowed to I will remove it immidiately. I wrote most of this from scratch - don't even have the external equihashverify code from node code in here. Beeing a bit more specific could help clarifying this.
Ah okay, so you claim it to be GPL code-free. That's fine. I do not have the code available so I cannot say much about that. But for parts of the opencl kernel it's obvious that you started from GPLed code and modified it from there (probably a lot). Just try this:
https://www.google.com/search?q=%22occupy+the+high+32+bits+of+the+second+ulong+word%22If that's still covered by the GPL or not I don't know.