Hi, i need some help please:
I installed cgminer on a PI. (For testing purposes, it shoud simulate a real miner)
I installed Minera on a laptop with Ubuntu on a VMWare.
After automatic installation it says "Open UR http:///minera"
This is obviously not working.
I tried on my laptop:
http://minerahttp://127.0.0.1/mineraBoth are not working.
For my understanding to make Minera work i have to whitelist on my PI my laptop via the command
--api-allow 'W:Laptop.IP.Address'
But what do i have to do in order to "start" Minera? See some kind of user interface?
api-allow option is an option for the miner not for Minera. Minera is a web interface to manage the miners not the miner itself.
That said, you need to get the Ubuntu IP and use it in your browser like http:/192.168.1.100/minera
If this isn't working you have to look at lighttp web server configuration and PHP, there is something wrong there, look at its logs and here
https://github.com/getminera/minera/issues/190 may be you have the same issue.