I`m trying to mine NeoScrypt coin using ccminer-tpruvot-v2.1. When CCMINER connects to pool i recieve error shown bellow:
*** ccminer 2.2 for nVidia GPUs by tpruvot@github ***
Built with the nVidia CUDA Toolkit 8.0 64-bits
Originally based on Christian Buchner and Christian H. project
Include some algos from alexis78, djm34, sp, tsiv and klausT.
BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)
[2018-01-01 20:20:53] Starting on stratum+tcp://eu1.miningpool.shop:4233
[2018-01-01 20:20:53] NVML GPU monitoring enabled.
[2018-01-01 20:20:53] 4 miner threads started, using 'neoscrypt' algorithm.
/root/xminer.sh: line 58: 17825 Illegal instruction $MINER_PATH $MINER_OPTIONS
Miner ended/crashed. Restarting miner in 10 seconds --------------
My config line looks line this: -a neoscrypt -o stratum+tcp://eu1.miningpool.shop:4233 -u KI9gEKJgSCbAsYj6dwW4CrnxkM3hjwFADD -p c=GBX
I tried to run ccminer from shell using putty to logon into SMOS miner.
[2018-01-02 16:20:41] NVML GPU monitoring enabled.
[2018-01-02 16:20:41] 4 miner threads started, using 'neoscrypt' algorithm.
[2018-01-02 16:20:41] MESSAGE FROM SERVER: welcome on ALTMINER.NET - happy mining!
Illegal instruction
root@simpleminer:~/miner/ccminer-skunk-krnlx#
It looks like wrong compilation of CCMINER.
I find something about this in google:
ue AES instructions on a CPU that doesn't support AES. In this case it appears these AMD
CPUs don't have the full SSE2 implementation.
Even if there was a way for the compiler to detect this condition the result would be a build
without any optimizations, ie it would be the same as cpuminer-multi.
My recommendation is to use cpuminer-multi on those algos.
So, anybody can help me to start mining neoscrypt coin?
Tom