getminera / minera

Minera is a web interface to monitor and manage mining devices

Home Page:http://getminera.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual install URL?

FlatEarthDave opened this issue · comments

This is what I get at the end of the manual install process on a Beaglebone Black Rev. C:

DONE! Minera is ready!

Open the URL: http://192.168.1.18192.168.7.2192.168.6.2/minera/

And happy mining!

Does it work if you use http:///minera/?
That's because you don't have a standard/fresh install of Raspian I think.

That does not work.

I have a fresh debian install on Beaglebone Black, not Raspberry Pi.

The image will not boot, so i have to try manual install

You could try to start from this image https://www.raspberrypi.org/downloads/raspbian/
Then do the manual install again.

I'd need the output of the stats API call

Please refer to #236

What's the command you used? Can you try with:

echo -n "summary" | nc ANTIMINER_IP 4028

Could you kindly run also this command?

echo -n '{"command":"summary+devs+pools"}' | nc 192.168.1.12 4028

and

echo -n '{"command":"summary+devs+pools"}' | nc 192.168.1.11 4028

This is very useful! If the above stats are correct I found because Z9 Mini doens't work (it misses a part of stats, the main one)

Ok thanks! Everything should work now