anybody know how to get json statistics from miner port ?
i want to make new feature in my simplemining.net OS
EDIT
oh i already found answer:
echo '{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}' | nc localhost 3333
We need connection over socket.