Post
Topic
Board Hardware
Re: [ANN] Spondoolies-Tech - Best W/GH/s ratio, Best $/GH/s ratio
by
Kuma
on 14/06/2014, 21:18:39 UTC
Zvi, I was wondering how to allow API access so MultiMiner can see the miner on the network like it does the Antminers and such.
I have it setup as the default like this.
Quote
api-listen
True

api-allow
W:127.0.0.1
It is like something is missing to make it work.

Thanks
You have to ssh to station and vi /etc/cgminer.conf
I am not expert on the cgminer config files, I know you can set w:0/0 to enable total remote access to miner from any station. Maybe someone here can guide you to a more secure configuration.
It's important for minepeon to have access from local station (127.0.0.1).

If you need to change settings through API (for example switching pools etc.), you should set W:127.0.0.1,W:. If you need just to read values from API use W:127.0.0.1,R or W:127.0.0.1,R:0/0 (for enabling non privileged - read access from all IP addresses).