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

[Question] How to install minera for networked miners only

gnanet opened this issue · comments

I saw that minera is getting better and better in working witth networked miners too, and i know that inspecting the install scripts more deeply could be for me a way to find out, how to set up manually minera for "networked miners only".

But may i ask for help what parts of the installation script i can/should skip, to have a minera installation, that only monitors/manages networked miners?

You can't skip anything because you still need to run the install script, but you could comment this line:

su - minera -c "/var/www/minera/build_miner.sh all"

https://github.com/getminera/minera/blob/master/install_minera.sh#L107

and it will skip the build for the local miner softwares you don't need with networked ones.