Can anyone help me to get this resolved
i am trying to use the cpu miner for this and getting this error
===>> " Stratum connection failed: Couldn't resolve host 'aikapool.com' "
Here is my command
./minerd -a neoscrypt -e 0 -o stratum+tcp:aikapool.com:7903 -O username.worker:password
am i doing anything wrong here ?
Appreciate all the help!
try ./minerd -o stratum+tcp:aikapool.com:7903 -O username.worker:password
./minerd -a neoscrypt --url stratum+tcp://aikapool.com:7903 -O KoolDesi.Desi:Home
NeoScrypt CPUminer v2.4.3
Engines: INT SSE2 SSE2-4way (enabled: SSE2-4way)
[2017-09-20 11:45:47] Binding thread 2 to cpu 2
[2017-09-20 11:45:47] Binding thread 1 to cpu 1
[2017-09-20 11:45:47] Starting Stratum on stratum+tcp://aikapool.com:7903
[2017-09-20 11:45:47] Binding thread 0 to cpu 0
[2017-09-20 11:45:47] Binding thread 4 to cpu 4
[2017-09-20 11:45:47] Binding thread 3 to cpu 3
[2017-09-20 11:45:47] Binding thread 5 to cpu 5
[2017-09-20 11:45:47] Binding thread 7 to cpu 7
[2017-09-20 11:45:47] Binding thread 6 to cpu 6
[2017-09-20 11:45:47] Stratum connection failed: Couldn't resolve host 'aikapool.com'
[2017-09-20 11:45:47] ...retry after 30 seconds
[2017-09-20 11:45:47] Binding thread 8 to cpu 8
[2017-09-20 11:45:47] Binding thread 10 to cpu 10
[2017-09-20 11:45:47] Binding thread 11 to cpu 11
[2017-09-20 11:45:47] Binding thread 17 to cpu 17
[2017-09-20 11:45:47] Binding thread 18 to cpu 18
[2017-09-20 11:45:47] Binding thread 15 to cpu 15
[2017-09-20 11:45:47] Binding thread 23 to cpu 23
[2017-09-20 11:45:47] Binding thread 9 to cpu 9
[2017-09-20 11:45:47] Binding thread 20 to cpu 20
[2017-09-20 11:45:47] Binding thread 12 to cpu 12
[2017-09-20 11:45:47] Binding thread 13 to cpu 13
[2017-09-20 11:45:47] Binding thread 14 to cpu 14
[2017-09-20 11:45:47] Binding thread 16 to cpu 16
[2017-09-20 11:45:47] Binding thread 19 to cpu 19
[2017-09-20 11:45:47] 24 miner threads started, using 'neoscrypt' algorithm.
[2017-09-20 11:45:47] Binding thread 22 to cpu 22
[2017-09-20 11:45:47] Binding thread 21 to cpu 21
Also tried this
./minerd -a neoscrypt --url stratum+tcp://stratum.aikapool.com:7903 -O KoolDesi.Desi:Home
NeoScrypt CPUminer v2.4.3
Engines: INT SSE2 SSE2-4way (enabled: SSE2-4way)
[2017-09-20 11:50:54] Starting Stratum on stratum+tcp://stratum.aikapool.com:7903
[2017-09-20 11:50:54] Binding thread 3 to cpu 3
[2017-09-20 11:50:54] Binding thread 4 to cpu 4
[2017-09-20 11:50:54] Stratum connection failed: Couldn't resolve host 'stratum.aikapool.com'
[2017-09-20 11:50:54] ...retry after 30 seconds
[2017-09-20 11:50:54] Binding thread 0 to cpu 0
[2017-09-20 11:50:54] Binding thread 7 to cpu 7
[2017-09-20 11:50:54] Binding thread 13 to cpu 13
[2017-09-20 11:50:54] Binding thread 2 to cpu 2
[2017-09-20 11:50:54] Binding thread 5 to cpu 5
[2017-09-20 11:50:54] Binding thread 23 to cpu 23
[2017-09-20 11:50:54] Binding thread 18 to cpu 18
[2017-09-20 11:50:54] Binding thread 15 to cpu 15
[2017-09-20 11:50:54] Binding thread 19 to cpu 19
[2017-09-20 11:50:54] Binding thread 20 to cpu 20
[2017-09-20 11:50:54] Binding thread 21 to cpu 21
[2017-09-20 11:50:54] Binding thread 12 to cpu 12
[2017-09-20 11:50:54] Binding thread 8 to cpu 8
[2017-09-20 11:50:54] Binding thread 9 to cpu 9
[2017-09-20 11:50:54] Binding thread 1 to cpu 1
[2017-09-20 11:50:54] 24 miner threads started, using 'neoscrypt' algorithm.
[2017-09-20 11:50:54] Binding thread 22 to cpu 22
[2017-09-20 11:50:54] Binding thread 10 to cpu 10
[2017-09-20 11:50:54] Binding thread 14 to cpu 14
[2017-09-20 11:50:54] Binding thread 17 to cpu 17
[2017-09-20 11:50:54] Binding thread 11 to cpu 11
[2017-09-20 11:50:54] Binding thread 6 to cpu 6
[2017-09-20 11:50:54] Binding thread 16 to cpu 16
No Luck.. Appreciate the help!