Hello,
i've i5-6700k cpu.this cpu has AVX2 .but miner starts with SSE2.How can i fix that? (in linux)
CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz.
SW built on Jan 13 2018 with GCC 4.9.2.
CPU features: SSE2 AES AVX AVX2.
SW features: SSE2 AES AVX AVX2.
Algo features: SSE2 SHA.
Start mining with SSE2
THE ALGORITHM IS LIMITED TO SSE2--
The code in the (un-named) algorithm is optimized with SSE2. Your CPU is not detected as capable of SHA (is it?). SSE2 is the best option available per code. --scryptr