Does this miner not have a web api? I've seen that it binds to port 4048 and when I try to access the api from my browser I get errors every time. localhost:4048 isn't working.
No, just a raw socket.
telnet localhost 4048
help
As soon as I connect with telnet and hit any key it disconnects. I can't type help.
Don't hit any key just enter a comand.
$ 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.
It must not be actually making a connection then. When I type in the telnet command the screen goes black and all I see is a cursor. I'll look into it thanks for the info.