Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial
by
shepardblue
on 14/01/2018, 13:57:10 UTC
You have to telnet into the machine:

Code:
telnet 192.168.1.254 8100

Then use:

Code:
username: root
password: t1t2t3a5

Then you can look for all files that have ".log"

Code:
find / -name *.log

which yields for me and by 1 downed chain:

Code:
/tmp/log/innominer.log
/tmp/log/analys3.log
/tmp/log/analys0.log
/tmp/log/analys1.log
/innocfg/log/miner.log
/innocfg/log/upgrade.log

I look at each one with cat:

Code:
cat /tmp/log/innominer.log