When i want to restart the mining i got this message:
Error: Os { code: 98, kind: AddrInUse, message: “Address already in use” }
What does it mean ?
When i want to restart the mining i got this message:
Error: Os { code: 98, kind: AddrInUse, message: “Address already in use” }
What does it mean ?
Go into your .socket folder (if you can’t see it, run ls -a
), and delete the .sock file (rm -f nockchain_npc.sock
).
Ok Thanks issue solved