I just received my A4+ and I am posting here to help on how setup it
I will start with the basic configs then i will add another section for Advanced Settings and configs
the Miner comes with a standard IP of 192.168.1.254 which can be accessed by Webbroswer
general note: the miner interface is a bit sloppy with understanding Enter for submit you need to clock on the button by the mouse in the password forms or any other form
Basic Config
First upgrade your miner to the latest firmware
- Change your computer IP address to be within the range lets say 192.168.1.90
- Open your browser and enter http://Http://192.168.1.254
- Click System
- Go to Upgrade
- Download the latest firmware from Innosilicon from http://www.innosilicon.com.cn/download/update.bin
- upgrade your firmware to the latest and wait for the upgrade to be completed the Miner will restart after the upgrade is done
- Log back to your miner
Second Step : Change Miner IP
- Open your browser and enter http://Http://192.168.1.254
- Click on Network and change the IP address/Mask/Gateway to your network range
- the miner will restart and direct you to the new IP
Third Step : Configure your Pool
- Open your browser and enter your Miner IP
- Click Miner Configurations
- Go to end of the page
- Click Config
- Enter the password "12345678"
- Click login
- in Pool 1 URL Enter your pool Address Including the stratum+tcp://yourpooladress:port
- Enter Worker Name from your pool example: Worker.1
- Enter worker password example : 1
- Click Submit
- the miner will restart and start Mining to your new pool info
Fourth Step : Change Config Password
- Open your browser and enter your Miner IP
- Click on System
- Click on administration
- Enter Old Password "12345678"
- Enter new Password
- repeat new Password
- Click submit
you are done with the basic setup now and your miner is up and running
Advanced ConfigsInnosilicon have changed the root password in the 22nd Dec firmware release
root access is no longer supported until the new root password is crackedNew root Password for 22nd Dec Firmware is
t1t2t3a5
Old root Password is
innot1t2
thanks for Funbuxx for cracking both passwords
https://bitcointalksearch.org/user/funbuxx-1151278
telnet is available on this miner on port 8100
you will need Putty or your favorite telnet program
for firmware after 22 Dec:
Before doing any of the advances configs you need to make the root file system read-write
follow the below post to change the filesystem to read-write
https://bitcointalksearch.org/topic/m.26944688Change root Password
- telnet to your Miner IP and port 8100
- Enter Username : root
- Enter Password : innot1t2
- passrwd
- Enter new Password
- repeat new Password
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
Change web Port
- telnet to your Miner IP and port 8100 with root and your new password
- cd /etc/init.d/
- type "cp /etc/init.d/rcS /etc/init.d/rcS.bk" to backup your file
- type "vi /etc/init.d/rcS" to edit your startup file
- click the letter i on the keyboard to enable edit mode in vi
- find "httpd -h /home/www -p 80" and replace 80 with your new port you wish to use
- 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
Change telnet port
- telnet to your Miner IP and port 8100 with root and your new password
- cd /etc/init.d/
- type "cp /etc/init.d/rcS /etc/init.d/rcS.bk" to backup your file
- type "vi /etc/init.d/rcS" to edit your startup file
- click the letter i on the keyboard to enable edit mode in vi
- find "telnetd -p 8100" and replace 8100 with your new port you wish to use
- 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