As mentioned in telegram yesterday, with v0.3 on my Ubuntu 17.10 gen7 i7 machine the "--list-devices" command produces no output, however I can run it using the config used with v0.22 but the Sol/s are much lower for intel CPU and the laptops onboard Nvidia Quadro M1200 but the (not overclocked) GTX1060 3GB connected via TB3 in an eGPU box is only marginally faster with v0.3
EG:
$ ./lolMiner-mnx_v03 --list-devices
-------------------------------------------------
Welcome to lolMiner-mnx v0.3
This software is only meant for pool mining
with the Equihash 96/5 algorithm (MARS)
For usage instructions add -h to the commandline.
For support visit our bitcointalk thread.
Made by Lolliedieb, March 2018
-------------------------------------------------
All available OpenCL platforms and devices:
$ ./lolMiner-mnx_v022 --list-devices
-------------------------------------------------
Welcome to lolMiner-MNX v0.22
This software is only meant for pool mining
with the Equihash 96/5 algorithm (MARS)
For usage instructions add -h to the commandline.
For support visit our bitcointalk thread.
Made by Lolliedieb, Feburary 2018
-------------------------------------------------
All available OpenCL platforms and devices:
Platform 0: NVIDIA CUDA
Device 0: GeForce GTX 1060 3GB (GPU)
Device 1: Quadro M1200 (GPU)
Platform 1: Intel(R) OpenCL
Device 0: Intel(R) HD Graphics (GPU)
Device 1: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (CPU)
Average speeds of each device (excluding the Intel HD graphics as this causes all CPU cores to run near 100%) and on each version using mostly a default lolMiner config are:
NVIDIA GeForce GTX 1060 3GB (not over clocked): ~10.1KSol/s @ 96W with v0.22 and ~10.3KSol/s @ 100W with v0.3
NVIDIA Quadro M1200: ~3.6KSol/s with v0.22 and ~2.1KSol/s with v0.3
Intel i7-7820HQ CPU: ~600Sol/s with v0.22 and max rate about ~581Sol/S with v0.3 (no core affinity set, top shows it using only 1% CPU)
I am not sure why the v0.3 "--list-devices" command shows nothing but the openCL libraries I am running have been compiled using an Intel supplied script available here:
https://software.intel.com/en-us/articles/sdk-for-opencl-gsgBut using a slightly modified version of the "experimental" script was used (
https://software.intel.com/file/593325/download) to make it work with Ubuntu 17.10 (kernel 4.13.0-36-generic)
The Intel page also mentions a python System Analyzer Utility available here:
https://software.intel.com/en-us/articles/mss-sys-analyzer-linuxAnd the output from this on my machine (that does not have Media Server Studio Installed) is:
# sys_analyzer_linux.py
--------------------------
Hardware readiness checks:
--------------------------
[ OK ] Processor name: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
--------------------------
OS readiness checks:
--------------------------
[ OK ] GPU visible to OS
--------------------------
Media Server Studio Install:
--------------------------
[ OK ] user in video group
[ ERROR ] libva.so.1 not found. Check LD_LIBRARY_PATH contains '/usr/lib64;/usr/local/lib'
[ ERROR ] libva not loading Intel iHD
[ ERROR ] vainfo not reporting codec entry points
[ ERROR ] could not open /dev/dri/renderD128
[ OK ] /dev/dri/renderD129 connects to Intel i915
--------------------------
Component Smoke Tests:
--------------------------
[ ERROR ] no Media SDK include files. Are Intel components installed?
[ OK ] OpenCL check:platform:NVIDIA CUDA GPU OK CPU FAIL
platform:Intel(R) OpenCL GPU OK CPU OK