I'm just trying to start xmrig for fun
But i keep getting client_loop: send disconnect: Connection reset from ssh. I'm using raspberry pi 3A and 64bit raspbian lite. I've used 
CodePudding user response:
This is not a stack overflow question. Stackoverflow is for questions related to programming.
Aside from that, I don't know exactly what's causeing your problem. However, I think the program is trying to say that there could be a problem with the WSLs networking. Pherhaps if you try to run the program in VBox it would work better.
CodePudding user response:
There are no randomx protocol initialization lines. Also there is algo auto for Pool #1 instead of coin monero.
Looks that you are not minig monero.
Check your config.json. There should be:
"pools": [
{
"algo": null,
"coin": "monero",
...
