diaahussein (OP)
Jr. Member
Offline
Activity: 35
Merit: 3
|
|
December 08, 2017, 09:54:17 PM Last edit: December 25, 2017, 05:35:25 PM by diaahussein Merited by vapourminer (2), sarcheer (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 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://bitcointalk.org/index.php?action=profile;u=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://bitcointalk.org/index.php?topic=2549898.msg26944688#msg26944688Change 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
|
|
|
|
diaahussein (OP)
Jr. Member
Offline
Activity: 35
Merit: 3
|
|
December 09, 2017, 07:24:17 PM Last edit: December 16, 2017, 08:08:41 PM by diaahussein |
|
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
|
|
|
|
sevenmiles
|
|
December 09, 2017, 08:13:30 PM |
|
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 !!
|
|
|
|
diaahussein (OP)
Jr. Member
Offline
Activity: 35
Merit: 3
|
|
December 09, 2017, 10:58:41 PM |
|
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
|
|
|
|
diaahussein (OP)
Jr. Member
Offline
Activity: 35
Merit: 3
|
|
December 16, 2017, 12:34:53 PM |
|
the new firmware released yesterday seems to lower the fan speed to 70% which made it quieter
|
|
|
|
needed357
Newbie
Offline
Activity: 66
Merit: 0
|
|
December 16, 2017, 05:54:04 PM |
|
how long did you wait?
are they really deliver the prebatch end of this year if i order now?
|
|
|
|
diaahussein (OP)
Jr. Member
Offline
Activity: 35
Merit: 3
|
|
December 16, 2017, 08:04:51 PM |
|
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
|
|
|
|
needed357
Newbie
Offline
Activity: 66
Merit: 0
|
|
December 16, 2017, 11:32:49 PM |
|
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.. did you get any pay confirm?
|
|
|
|
|
diaahussein (OP)
Jr. Member
Offline
Activity: 35
Merit: 3
|
|
December 17, 2017, 07:08:37 PM |
|
any one has this miner and facing low hash rate i have one miner that is hitting below 500 in the pool while the other one is working perfectly when i checked the logs i found that the slow miner is giving the following errors Dec 17 18:04:06 (none) local0.err innominer_T2: Notice chain 2 maybe has some promble in voltage
Dec 17 18:04:08 (none) local0.err innominer_T2: Notice chain 3 maybe has some promble in voltage
and it is giving me a lot of HW errors 620 Error BA1 3: invalid nonce - HW error any advise
|
|
|
|
diaahussein (OP)
Jr. Member
Offline
Activity: 35
Merit: 3
|
|
December 20, 2017, 08:18:48 AM |
|
I noticed that the hash rate is dropped when i select the Voltage manually if i let the software select it automaticly the hash is Higher but still lower than the other A4+ i have This Miner is T9 while the other one is T19
|
|
|
|
Gazdac2
Newbie
Offline
Activity: 35
Merit: 0
|
|
December 21, 2017, 10:21:41 AM |
|
Thanks for the telnet info.
Funny to hear how quickly some of you got your miners. It took an average of 2 weeks and 5 emails to get a response from them, for EVERY exchange. even after i replied/paid within 24 hours.
Ordered on Sep 6th, and I see that people that ordered 1+ months after me got theirs earlier. That's pretty annoying. When I asked them whats going on, since I just lost ALL my investors for a 2nd order, they replied with a tracking number. So Yay I got miners, and Boo on their customer service.
Now I'm off to email them because one of the miners stopped working after an hour. There's no TF slot in any of my machines, so Hopefully telnet wont die before I can fix it.
|
|
|
|
Gazdac2
Newbie
Offline
Activity: 35
Merit: 0
|
|
December 22, 2017, 08:34:23 AM |
|
For those that might have the same problem. Looks like my a4+ corrupted files during a reboot then stopped working. /home/inno_tools/start_miner.py
The damn thing deleted a couple characters and killed itself. Here's what the file looked like
vi /lib/python3.4/_sysconfigdata.py...
'HAVE_GETLOGIN': 1, 'HAVE_GETNAMEINFO': 1, 'HAVE_GETPAGESIZE': 1, E_GETPEERNAME': 1, 'HAVE_GETPGID': 1, 'HAVE_GETPGRP': 1, ...
There might have been more errors, i dunno. I coped the file from another miner and now it works. Symptoms were the HTTP control page loading, but not showing any data e.g. not showing me "miner type" under system. I found the file by manually running each of the commands in /etc/init.d/rcS
Good luck to the rest of you.
|
|
|
|
LICC
Newbie
Offline
Activity: 26
Merit: 0
|
|
December 22, 2017, 01:41:15 PM |
|
my A4+ miner worked only one day. Now, after the restart, usually no LED lights, LAN also does not light up. Sometimes after retset LAN lights up, but the miner still does not connect to the network. I think that the firmware has died. Is it possible to fill the firmware here in any way? G19 does not have a card reader unfortunately.
|
|
|
|
Gazdac2
Newbie
Offline
Activity: 35
Merit: 0
|
|
December 22, 2017, 01:55:48 PM |
|
my A4+ miner worked only one day. Now, after the restart, usually no LED lights, LAN also does not light up. Sometimes after retset LAN lights up, but the miner still does not connect to the network. I think that the firmware has died. Is it possible to fill the firmware here in any way? G19 does not have a card reader unfortunately.
my miners reset to 192.168.1.254 all the time. Check that address?
|
|
|
|
LICC
Newbie
Offline
Activity: 26
Merit: 0
|
|
December 22, 2017, 03:34:24 PM |
|
of course, many times. After turning on the LEDs do not light, only the fans are buzzing and the green LEDs on the blades. https://www.youtube.com/watch?v=aqYStcgbCcI
|
|
|
|
Gazdac2
Newbie
Offline
Activity: 35
Merit: 0
|
|
December 22, 2017, 07:28:42 PM |
|
Yeah I had hoped you tried everything reasonable already like changing the cables out. The only other thing I would try is booting connected directly to your PC, and put your PC on the same subnet (just like the setup docs on inno webpage) you could at least eliminate your networking hardware as a cause. I haven't ever used mine, and I can't even find it right now, but you might be able to logon to the Pi with a TTL cable and troubleshoot with telnet https://www.sparkfun.com/products/12977Did inno have anything to say yet? And why the hell did they leave off that 6 cent part from our $3000 machine? I'm guessing aside from soldering your own TF card holder onto there, the next step is Returning the control board. Really sad. Guess I'm just lucky the corrupted files on mine were after network init.
|
|
|
|
Miner31415
Newbie
Offline
Activity: 3
Merit: 0
|
|
December 22, 2017, 11:53:33 PM |
|
I am a first time miner and set up the a4+ miner two days ago using the innosilicon PSU in my garage, but there have been problems. Firstly, of the 4 boards 2 have reported themselves, "dead" (0 and 1) and that was fixed by restarting it. However, today board 3 has decided to stop working and even after restarting the lights turn on for a few minutes, then turn off. I am not sure what is causing this problem and here are my views:
1. There are no loose parts rattling around inside, so there are no shorts 2. The temperature is too cold (The air temperature is about -5C (20F) and at max the miner hits 40C (104) and has an average of 28C (80F). Is this too cold? 3. The power supply may be providing unclean power
If I have to return it, does anyone know what Innosilicon's warranty service is.
|
|
|
|
Gazdac2
Newbie
Offline
Activity: 35
Merit: 0
|
|
December 23, 2017, 12:21:57 AM |
|
I am a first time miner and set up the a4+ miner two days ago using the innosilicon PSU in my garage, but there have been problems. Firstly, of the 4 boards 2 have reported themselves, "dead" (0 and 1) and that was fixed by restarting it. However, today board 3 has decided to stop working and even after restarting the lights turn on for a few minutes, then turn off. I am not sure what is causing this problem and here are my views:
1. There are no loose parts rattling around inside, so there are no shorts 2. The temperature is too cold (The air temperature is about -5C (20F) and at max the miner hits 40C (104) and has an average of 28C (80F). Is this too cold? 3. The power supply may be providing unclean power
If I have to return it, does anyone know what Innosilicon's warranty service is.
1,3)Maybe you need to adjust voltages. I thought they said something like "G9 needs auto and G19 can be default." 1,3) if you swapped the power cables between the cards you might be able to tell if one of them isn't doing well. I also was waiting for a new PSU, and used a cheapo to run one of them for now. The 750w psu cost about $150CAD and grabbed it locally. I needed to add one more power cable, so i used one of my SATA-6pin converters on the Pi board. I'm sure I'll use it in a GPU mining rig later anyways, so its not even wasting money. If you wanted to try that route. 2)My miners are happy at -15. Though the garage is now about +15. They are currently running about 30 average temp. 4)45 day warranty, email your sales person.
|
|
|
|
Miner31415
Newbie
Offline
Activity: 3
Merit: 0
|
|
December 23, 2017, 03:40:53 AM |
|
1,3)Maybe you need to adjust voltages. I thought they said something like "G9 needs auto and G19 can be default."
Thanks so much for the response. I tried to check all the cabling again, but even if I switch all the cables from a working miner to the broken one it lights up and then a few minutes later shuts down. I am not sure what to adjust the voltage to (My miner identifies as G19). Thanks
|
|
|
|
|