I just get this on the main page:
Warning!
I can't get the stats from your minerd. Please try to refresh the page or check your settings (minerd API must listen on 127.0.0.1:4028).
But it is running.
I turned off logging because it seemed to be dragging down performance of the WebUI, but I can turn it back on and see if I get anything interesting.
Looking at the raw stats at "/minera/index.php/app/stats" returns this {"error": true}
Running the echo command I get this(truncated to meet 64K char limitation of the forum):
echo -e '{"get": "stats"}\n' | nc 127.0.0.1 4028
{"start_time":1400395503,"devices":{"ttyACM19":{"chips":[{"autotune":0,"frequency":825,"accepted":3,"hashrate":69675,"rejected":0,"last_share":1400398333,"hw_errors":0,"shares":1536},{"autotune":0,"frequency":825,"accepted":9,"hashrate":69436,"rejected":0,"last_share":1400398036,"hw_errors":0,"shares":4608},{"autotune":0,"frequency":825,"accepted":3,"hashrate":69532,"rejected":0,"last_share":1400397186,"hw_errors":0,"shares":1536},{"autotune":0,"frequency":825,"accepted":8,"hashrate":69744,"rejected":0,"last_share":1400397234,"hw_errors":0,"shares":4096},
Hello,
please can you re-run this:
echo -e '{"get": "stats"}\n' | nc 127.0.0.1 4028
and paste me the entire output? Use
http://pastebin.com/ please
Then, can you tell me how many time is needed by the command to get the output?
Please run it also with "time" before:
time echo -e '{"get": "stats"}\n' | nc 127.0.0.1 4028
and please give me the latest 3 lines like these:
real 0m0.048s
user 0m0.010s
sys 0m0.020s