Post
Topic
Board Mining (Altcoins)
Re: Development Suggestions
by
r00tdude
on 23/12/2018, 15:15:49 UTC
Got another one -

I use AwesomeMiner to monitor my rigs - how about making a slider in the UI that will enable API access?

Thanks!

r00t: I use awesome miner too. Let me know if you find a workaround in the meantime.


Will do. Opening the API access is usually issued with the mining command as part of the command. I need to investigate how jstef set this up and maybe can find a way to do it. Gimme a day or so.

OK got it figured out...

The bfgminer instance lives in /opt/ and there's a bfgminer.conf file in there that can be edited with
Code:
sudo nano bfgminer.conf
and edit the line
Code:
"api-allow": "W:127.0.0.1, W:192.168.0.0/24",
adding in your local subnet then reboot the rig. All good!