JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
773 stars 545 forks source link

API is bugged? #306

Closed ImWez closed 3 years ago

ImWez commented 3 years ago

For some reason the API only returns "Ignored" on the console I'm using on linux with a build directly from the repository

JayDDee commented 3 years ago

It works for me:

$ telnet 127.0.0.1 4048 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. $ help summary threads seturl quit |Connection closed by foreign host.

ImWez commented 3 years ago

I'm trying to connect remotely

JayDDee commented 3 years ago

It's a networking issue, not a cpuminer issue. You need to open the port in your firewall and possibly forward it from your router. A better way to monitor might be to use ssh and run cpuminer remotely, but you'll need to open port 22 instead.

JayDDee commented 3 years ago

Closing as this is not a cpuminer issue.