For training purposes, I am trying to connect to a private node using the cpuminer-multi but it fails.
Is this command line correct? cpuminer -a cryptonight -o stratum+tcp://xxx.xxx.xxx.xxx:18080 -u wallet -p x -t 3 --userpass A:B
Daemon runs as: ./monerod --rpi-login A:B
The node ran and synchronized and I made sure that port 18080 is open on the client, i am trying to connect to the node but I get : Signature mismatch and [2017-12-27 15:33:53] stratum_recv_line failed [2017-12-27 15:33:53] ...retry after 10 seconds
On the node, I get Signature mismatch, connection will be closed
Is there something missing?