Closed developeralgo8888 closed 2 years ago
I did a quick test of blake2s on zergpool, no problems. Based on the stratum warning I suspect a stratum issue. Based on the pool port number being HTTPS I suspect a secure protocol is required for this pool. You could try "https:" or "stratum+tcps:" instead of "stratum+tcp:" to see if that works. I also noticed you're misusing the cpu-affinity option. It's a bit mask not a number so 10 will only use 2 cores for all 10 threads. It's not necessary in most cases anyway.
It appears that either the coin or the pool uses a different stratum protocol that not supported by cpuminer-opt. You could try a different pool but if that doesn't work it looks like the answer is no.
i am just testing how to mine Kadena (Blake2s) with cpuminer-opt through poolflare pool. What is the correct command on Linux (ubuntu 20.04) to use ? I am getting segmentation fault error . The cpuminer build from the source was fine with no errors. I am missing something ?
below is the example i am using to test
./cpuminer -a blake2s -o stratum+tcp://kda-us.ss.poolflare.net:443 -u k:ac3a4dac6a15c48b842886e615a35ed90e747d8da6b593712b964862e2852739 -p x -t 10 --cpu-affinity 10