Post
Topic
Board Mining (Altcoins)
Re: [ANN]: cpuminer-opt v3.7.10, open source optimized multi-algo CPU miner
by
joblo
on 20/01/2018, 20:18:57 UTC
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.

Code:
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.

Code:
$ 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.