Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ problem
by
Aepko
on 27/02/2018, 14:32:01 UTC
https://bitcointalk.org/index.php?topic=2549898.0

Quote
Add web API Management support on Miner for "Awesome Miner monitor"
telnet to your Miner IP and port 8100 with root and your new password
type "cd /home/inno_py/"
type "cp /home/inno_py/inno_config.py ./inno_config.py.bk" to take a backup of your file before editing
type "vi /home/inno_py/inno_config.py" to erdit your config file
scroll down until you see the value gInnoInitCmdStr
click the letter i on the keyboard to enable edit mode in vi
at the end of that line replace "--api-listen" with "--api-listen --api-network --api-allow W:0/0" this will enable network privileged access from API
Click  "ESC" on the keyboard to exit Edit Mode
click ":wq" and Enter to save the file
type reboot to reboot your miner and for changes to take effect