Pages:
Author

Topic: Innosilicon A4+ setup tutorial - page 14. (Read 6676 times)

newbie
Activity: 66
Merit: 0
December 16, 2017, 07:32:49 PM
#8
I Pre-ordered in Nov 1st and i received the shipment on Dec 5th

It seems that they handle the pre-order well or that was my case

to be honest I heard that some of the other guys who ordered the old A4 were complaining about the delay

but for me nothing happened


i just orderd a week ago and don get any confirmation.. Sad

did you get any pay confirm?
jr. member
Activity: 35
Merit: 3
December 16, 2017, 04:04:51 PM
#7
I Pre-ordered in Nov 1st and i received the shipment on Dec 5th

It seems that they handle the pre-order well or that was my case

to be honest I heard that some of the other guys who ordered the old A4 were complaining about the delay

but for me nothing happened
newbie
Activity: 66
Merit: 0
December 16, 2017, 01:54:04 PM
#6
how long did you wait?

are they really deliver the prebatch end of this year if i order now?
jr. member
Activity: 35
Merit: 3
December 16, 2017, 08:34:53 AM
#5
the new firmware released yesterday seems to lower the fan speed to 70% which made it quieter
jr. member
Activity: 35
Merit: 3
December 09, 2017, 06:58:41 PM
#4
I could not agree with you more, i hate how noisy it is.
I am already looking for a way to control the fan speed as we speak
will update you as i find one Smiley
full member
Activity: 196
Merit: 100
December 09, 2017, 04:13:30 PM
#3
ok, any idea how to change the fan setting on this A4+ machine?
the fan is always operating at 100%, and the sound is like plane ...

all other asic miners, antminer, baikal miner, could change the fan setting and speed ... at least I would not have 80 db plane in my room...


but this innosilicon A4+ is a noise beast !!  Embarrassed Embarrassed Embarrassed Embarrassed Embarrassed
jr. member
Activity: 35
Merit: 3
December 09, 2017, 03:24:17 PM
#2
Advanced Configs


Enable crond for scheduled tasks

  • telnet to your Miner IP and port 8100 with root and your new password
  • cp /etc/init.d/rcS /etc/init.d/rcS.bk
  • type "vi /etc/init.d/rcS"
  • press "i" to enable edit mode
  • add a line at before the telnet line "crond -c /home/inno_tools/Crontab"
  • presss "esc" then ":wq" to save the changes
  • type "mkdir /home/inno_tools/Crontab"
  • type "crontab -c /home/inno_tools/Crontab -e"
]
  • press "i" to enable edit mode
  • add your scheduled tasks in the cron format
  • presss "esc" then ":wq" to save the changes
  • type "crond -c /home/inno_tools/Crontab"


General Comments


there is 2 Models of the A4+ (G9 and G19 ) it is pure luck which one you will get

for the G9 do not set the voltage manual as it does not handle it well and you will get a very low hashrate make the software automatic select it
the G9 can handle the Manual voltage selection although i would still recommend to automatic select it by the software
jr. member
Activity: 35
Merit: 3
December 08, 2017, 05:54:17 PM
#1
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 Configs

Innosilicon have changed the root password in the 22nd Dec firmware release
root access is no longer supported until the new root password is cracked


New root Password for 22nd Dec Firmware is  
Quote
t1t2t3a5
Old root Password is  
Quote
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.26944688

Change 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
Pages:
Jump to: