Anyone know why putting hashkill to run from a batch file produces this error?
hashkill-gpu: error while loading shared libraries: libOpenCL.so: cannot open shared object file: No such file or directory
It works fine if I run it from the terminal window, but produces this error if I run my batch file independent of the terminal window.
Causing problems with automatic startup of the miner after logging in...
Put the export LD_LIBRARY_PATH=... line in your script.
Thanks very much for that, got my problem fixed. A really awesome miner, I'm liking the interface with the user too.