Bitcoin Forum
June 16, 2024, 06:37:03 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 »  All
  Print  
Author Topic: Innosilicon A4+ setup tutorial  (Read 6703 times)
BWYeung
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 04, 2018, 06:35:40 AM
 #81

Thx Gazdac2

I rebooted and waited 5 min, then I telneted in ran the command, this is what I get.

Code:
(none) login: root
Password:
root@miner~:
ps|grep innominer
  844 root       0:00 syslogd -f /etc/syslog.conf -O /tmp/log/innominer.log -s 1
024 -b 5
 1181 root       0:00 grep innominer
root@miner~:

I also did a test, ran the same command after another reboot (thx for the command) at about 30 sec after the start, when the fan speed reduced (just under 3min), and at 5 min. Prior to 5 min, I got the string of codes like yours with the pool information, but after 5 min, I get the same code as above.
yummyyummy
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 04, 2018, 06:37:07 AM
 #82

sorry for disturbing, I've just got my a4+ today, I've checked in the overview, I see it's as below:

A4+
Hw Version    G19
DNA    0x1488076484c2c1
MAC Addr    50:6c:be:08:76:9f
Build Date    Wed Nov 22 09:30:31 CST 2017

May I know which firmware is the most stable one? or if there is any other newer and stable firmware available please? should I upgrade it?. Thanks.
Giantppl
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 04, 2018, 06:38:37 AM
 #83

Im lost once I got to the third paragraph... will see if innosilicon gets back to me..

Below is the debug log, I'm assuming this is not good.

For Newbies: I telnet in, and use the 1st and 3rd line to run the debug.

Code:
cd /bin
root@miner/bin:
./innominer_T3 --debug
 :)

I think T3 is for the A5 miner, so here is stuff that works for my A4+

When you first telnet to the miner (192.168.1.xxx:8100) and login (root:t1t2t3a5)
Check if it is even trying to mine (ps|grep innominer)

it should look the same as a properly configured launch string i.e.  (minus the bit on the end):

innominer_T2 -o stratum+tcp://scrypt.mine.zpool.ca:3433 -u 1BPiRf942duu8AqFQGoRVwz4WGHn3APLm8 -p "c=BTC" -o stratum+tcp://hub.miningpoolhub.com:12001 -u gazdac.201 -p "x" --A1Pll1 1100 --A1Pll2 1100 --A1Pll3 1100 --A1Pll4 1100 --A1Pll5 1100 --A1Pll6 1100 --A1Pll7 1100 --A1Pll8 1100 --A1Vol1 18 --A1Vol2 18 --A1Vol3 18 --A1Vol4 18 --A1Vol5 18 --A1Vol6 18 --A1Vol7 18 --A1Vol8 18 --A1Fanmode 1 --A1Fanspd 3  --api-listen --syslog >/dev/null 2>&1

note this  launch string resides in: /tmp/run.sh  whenever you want to restart the miner just type (/tmp/run.sh) and it will restart the process (5 minute start up time)

If it isn't running and/or your launch string is not correct you have to fix the python config files (see 2)

(1)If it is running you can watch the logs real time (tail -50 /tmp/log/innominer.log -f) (remember to ctrl+c to stop watching) you won't see it in the webui unless you get all the way to starting mining (5+ minutes)
I have no idea what to do if it is running and configured properly, other than up the voltages (lower number)

(2)so if you run /tmp/run.sh is wrong or it isn't in ps at all. then config is screwed up.
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.


To transfer files I just copied and pasted the broken parts.
Looks like it has ftp available as well.
https://busybox.net/downloads/BusyBox.html
look for ftpd or ftpget/ftpput

remember you have to  mount / -o rw,remount to edit files


uhh this was TMI for everyone probably. just confusing you all more.


Gazdac2
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
January 04, 2018, 06:48:21 AM
 #84

sorry for disturbing, I've just got my a4+ today, I've checked in the overview, I see it's as below:

A4+
Hw Version    G19
DNA    0x1488076484c2c1
MAC Addr    50:6c:be:08:76:9f
Build Date    Wed Nov 22 09:30:31 CST 2017

May I know which firmware is the most stable one? or if there is any other newer and stable firmware available please? should I upgrade it?. Thanks.

According to inno they keep screwing up the firmware and it burns out the thing, so at least Dec 20th firmware.
just remember the root password changed to t1t2t3a5 with the Dec 20th firmware.

I have some running Dec20th and Dec29th. both seem similarly okay.
Thx Gazdac2

I rebooted and waited 5 min, then I telneted in ran the command, this is what I get.

Code:
(none) login: root
Password:
root@miner~:
ps|grep innominer
  844 root       0:00 syslogd -f /etc/syslog.conf -O /tmp/log/innominer.log -s 1
024 -b 5
 1181 root       0:00 grep innominer
root@miner~:

I also did a test, ran the same command after another reboot (thx for the command) at about 30 sec after the start, when the fan speed reduced (just under 3min), and at 5 min. Prior to 5 min, I got the string of codes like yours with the pool information, but after 5 min, I get the same code as above.

Yep, that's bad. Mine never actually exits, it just loops around if it fails. Sometimes forever... but never actually closes.
you can watch the logs with tail, or go further back in the log with -500 or -10000 or whatever to see when it stopped.
whenever you "save" the pools on the webui I believe it rebuilds the run.sh  you could try that. I think it also runs a different string if you have 2  pools instead of one.  save one pool and try, save 2 pools ( even if the same) and try.  and if not... then digging through those config files and python files.
Gazdac2
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
January 04, 2018, 06:55:08 AM
 #85

Im lost once I got to the third paragraph... will see if innosilicon gets back to me..
I'm addicted  to these things, so I've been having fun editing things in them. Not surprised that others don't do the same.

Inno might help, I guess... No one's ever reported back saying "inno fixed it yay"

Try resaving your pools and bumping up or putting on auto the voltages again. Maybe it will fix a broken config file.
ukjack
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
January 04, 2018, 09:07:24 AM
Last edit: January 04, 2018, 11:33:06 AM by ukjack
 #86

Hi Gazdac2
Wondering if you can help

I have 3 miners that never start mining. System > Overview shows information OK however Miner status just spins forever.

ps|grep inno shows the ./innominer process running

Code:
innominer_T2 -o stratum+tcp://s1.theblocksfactory.com:9004 -u x -p x -o stratum+tcp://scrypt.eu.nicehash.com:3333#xnsub -u x -p x -o stratum+tcp://scrypt.usa.nicehash.com:3333#xnsub -u x -p x --A1Pll1 1044 --A1Pll2 1044 --A1Pll3 1044 --A1Pll4 1044 --A1Pll5 1044 --A1Pll6 1044 --A1Pll7 1044 --A1Pll8 1044 --A1Vol1 25 --A1Vol2 25 --A1Vol3 25 --A1Vol4 25 --A1Vol5 25 --A1Vol6 25 --A1Vol7 25 --A1Vol8 25 --A1Fanmode 1 --A1Fanspd 1 --api-listen --syslog

however a few minutes later...

Code:
ps|grep inno
  839 root       5:44 python3.4 /home/inno_daemon/MServer.py
  844 root       0:00 syslogd -f /etc/syslog.conf -O /tmp/log/innominer.log -s 1024 -b 5

logs show it just seems to loop forever

Code:
tail -n 500 /tmp/log/innominer.log
Jan  1 00:00:14 (none) syslog.info syslogd started: BusyBox v1.27.1
Jan  1 00:00:14 (none) daemon.info : starting pid 845, tty '': '-/bin/sh'
Jan  4 08:57:38 (none) local0.warn innominer_T2: Started cgminer 4.10.0
Jan  4 08:57:38 (none) local0.info innominer_T2: hardware version is G19
Jan  4 08:57:38 (none) local0.info innominer_T2: miner type is T2
Jan  4 08:57:38 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:57:38 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:57:38 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:57:38 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:57:38 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:57:38 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:57:38 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:57:38 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:57:38 (none) local0.warn innominer_T2: A1: checking A1 chain
Jan  4 08:57:38 (none) local0.warn innominer_T2: SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000
Jan  4 08:57:40 (none) local0.warn innominer_T2: SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000
Jan  4 08:57:42 (none) local0.warn innominer_T2: SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000
Jan  4 08:57:44 (none) local0.warn innominer_T2: SPI '/dev/spidev3.0': mode=1, bits=8, speed=1500000
Jan  4 08:57:46 (none) local0.warn innominer_T2: SPI '/dev/spidev4.0': mode=1, bits=8, speed=1500000
Jan  4 08:57:48 (none) local0.warn innominer_T2: SPI '/dev/spidev5.0': mode=1, bits=8, speed=1500000
Jan  4 08:57:50 (none) local0.warn innominer_T2: SPI '/dev/spidev6.0': mode=1, bits=8, speed=1500000
Jan  4 08:57:52 (none) local0.warn innominer_T2: SPI '/dev/spidev7.0': mode=1, bits=8, speed=1500000
Jan  4 08:58:05 (none) local0.err innominer_T2: Plug Status[0] = 0
Jan  4 08:58:11 (none) local0.err innominer_T2: Plug Status[1] = 0
Jan  4 08:58:17 (none) local0.err innominer_T2: Plug Status[2] = 0
Jan  4 08:58:23 (none) local0.err innominer_T2: Plug Status[3] = 0
Jan  4 08:58:29 (none) local0.err innominer_T2: Plug Status[4] = 1
Jan  4 08:58:29 (none) local0.err innominer_T2: chain:4 the plat is not inserted
Jan  4 08:58:35 (none) local0.err innominer_T2: Plug Status[5] = 1
Jan  4 08:58:35 (none) local0.err innominer_T2: chain:5 the plat is not inserted
Jan  4 08:58:41 (none) local0.err innominer_T2: Plug Status[6] = 1
Jan  4 08:58:41 (none) local0.err innominer_T2: chain:6 the plat is not inserted
Jan  4 08:58:47 (none) local0.err innominer_T2: Plug Status[7] = 1
Jan  4 08:58:47 (none) local0.err innominer_T2: chain:7 the plat is not inserted
Jan  4 08:58:47 (none) local0.info innominer_T2: pre 0: A1 init chain
Jan  4 08:58:48 (none) local0.warn innominer_T2: 0: detected 72 chips
Jan  4 08:58:48 (none) local0.warn innominer_T2: collect core success
Jan  4 08:58:48 (none) local0.warn innominer_T2: 0: no A1 chip-chain detected
Jan  4 08:58:48 (none) local0.warn innominer_T2: spidev0.0: 0: Found 72 A1 chips
Jan  4 08:58:48 (none) local0.warn innominer_T2: Detected the 0 A1 chain with 72 chips
Jan  4 08:58:48 (none) local0.info innominer_T2: pre 1: A1 init chain
Jan  4 08:58:48 (none) local0.warn innominer_T2: cmd reset: poll fail !
Jan  4 08:58:49 (none) local0.warn innominer_T2: cmd bist start: poll fail !
Jan  4 08:58:49 (none) local0.warn innominer_T2: bist start fail
Jan  4 08:58:49 (none) local0.err innominer_T2: init 1 A1 chain fail
Jan  4 08:58:49 (none) local0.info innominer_T2: pre 2: A1 init chain
Jan  4 08:58:50 (none) local0.warn innominer_T2: 2: detected 72 chips
Jan  4 08:58:50 (none) local0.warn innominer_T2: collect core success
Jan  4 08:58:50 (none) local0.warn innominer_T2: 2: no A1 chip-chain detected
Jan  4 08:58:50 (none) local0.warn innominer_T2: spidev2.0: 2: Found 72 A1 chips
Jan  4 08:58:50 (none) local0.warn innominer_T2: Detected the 2 A1 chain with 72 chips
Jan  4 08:58:50 (none) local0.info innominer_T2: pre 3: A1 init chain
Jan  4 08:58:51 (none) local0.warn innominer_T2: 3: detected 72 chips
Jan  4 08:58:51 (none) local0.warn innominer_T2: collect core success
Jan  4 08:58:51 (none) local0.warn innominer_T2: 3: no A1 chip-chain detected
Jan  4 08:58:51 (none) local0.warn innominer_T2: spidev3.0: 3: Found 72 A1 chips
Jan  4 08:58:51 (none) local0.warn innominer_T2: Detected the 3 A1 chain with 72 chips
Jan  4 08:58:51 (none) local0.info innominer_T2: start to configure all chain from 0 to 120
Jan  4 08:58:51 (none) local0.err innominer_T2: start to read temp
Jan  4 08:58:52 (none) local0.info innominer_T2: start to configure chain 0
Jan  4 08:58:52 (none) local0.notice innominer_T2: A1 = 120,0, Clock = 120MHz
Jan  4 08:58:52 (none) local0.err innominer_T2: start to read temp
Jan  4 08:59:52 (none) local0.warn innominer_T2: Started cgminer 4.10.0
Jan  4 08:59:52 (none) local0.info innominer_T2: hardware version is G19
Jan  4 08:59:52 (none) local0.info innominer_T2: miner type is T2
Jan  4 08:59:52 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:59:52 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:59:52 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:59:52 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:59:52 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:59:52 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:59:52 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:59:52 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 08:59:52 (none) local0.warn innominer_T2: A1: checking A1 chain
Jan  4 08:59:52 (none) local0.warn innominer_T2: SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000
Jan  4 08:59:54 (none) local0.warn innominer_T2: SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000
Jan  4 08:59:56 (none) local0.warn innominer_T2: SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000
Jan  4 08:59:58 (none) local0.warn innominer_T2: SPI '/dev/spidev3.0': mode=1, bits=8, speed=1500000
Jan  4 09:00:00 (none) local0.warn innominer_T2: SPI '/dev/spidev4.0': mode=1, bits=8, speed=1500000
Jan  4 09:00:02 (none) local0.warn innominer_T2: SPI '/dev/spidev5.0': mode=1, bits=8, speed=1500000
Jan  4 09:00:04 (none) local0.warn innominer_T2: SPI '/dev/spidev6.0': mode=1, bits=8, speed=1500000
Jan  4 09:00:06 (none) local0.warn innominer_T2: SPI '/dev/spidev7.0': mode=1, bits=8, speed=1500000
Jan  4 09:00:19 (none) local0.err innominer_T2: Plug Status[0] = 0
Jan  4 09:00:25 (none) local0.err innominer_T2: Plug Status[1] = 0
Jan  4 09:00:31 (none) local0.err innominer_T2: Plug Status[2] = 0
Jan  4 09:00:37 (none) local0.err innominer_T2: Plug Status[3] = 0
Jan  4 09:00:43 (none) local0.err innominer_T2: Plug Status[4] = 1
Jan  4 09:00:43 (none) local0.err innominer_T2: chain:4 the plat is not inserted
Jan  4 09:00:49 (none) local0.err innominer_T2: Plug Status[5] = 1
Jan  4 09:00:49 (none) local0.err innominer_T2: chain:5 the plat is not inserted
Jan  4 09:00:55 (none) local0.err innominer_T2: Plug Status[6] = 1
Jan  4 09:00:55 (none) local0.err innominer_T2: chain:6 the plat is not inserted
Jan  4 09:01:01 (none) local0.err innominer_T2: Plug Status[7] = 1
Jan  4 09:01:01 (none) local0.err innominer_T2: chain:7 the plat is not inserted
Jan  4 09:01:01 (none) local0.info innominer_T2: pre 0: A1 init chain
Jan  4 09:01:02 (none) local0.warn innominer_T2: 0: detected 72 chips
Jan  4 09:01:02 (none) local0.warn innominer_T2: collect core success
Jan  4 09:01:02 (none) local0.warn innominer_T2: 0: no A1 chip-chain detected
Jan  4 09:01:02 (none) local0.warn innominer_T2: spidev0.0: 0: Found 72 A1 chips
Jan  4 09:01:02 (none) local0.warn innominer_T2: Detected the 0 A1 chain with 72 chips
Jan  4 09:01:02 (none) local0.info innominer_T2: pre 1: A1 init chain
Jan  4 09:01:02 (none) local0.warn innominer_T2: cmd reset: poll fail !
Jan  4 09:01:03 (none) local0.warn innominer_T2: cmd bist start: poll fail !
Jan  4 09:01:03 (none) local0.warn innominer_T2: bist start fail
Jan  4 09:01:03 (none) local0.err innominer_T2: init 1 A1 chain fail
Jan  4 09:01:03 (none) local0.info innominer_T2: pre 2: A1 init chain
Jan  4 09:01:04 (none) local0.warn innominer_T2: 2: detected 72 chips
Jan  4 09:01:04 (none) local0.warn innominer_T2: collect core success
Jan  4 09:01:04 (none) local0.warn innominer_T2: 2: no A1 chip-chain detected
Jan  4 09:01:04 (none) local0.warn innominer_T2: spidev2.0: 2: Found 72 A1 chips
Jan  4 09:01:04 (none) local0.warn innominer_T2: Detected the 2 A1 chain with 72 chips
Jan  4 09:01:04 (none) local0.info innominer_T2: pre 3: A1 init chain
Jan  4 09:01:05 (none) local0.warn innominer_T2: 3: detected 72 chips
Jan  4 09:01:05 (none) local0.warn innominer_T2: collect core success
Jan  4 09:01:05 (none) local0.warn innominer_T2: 3: no A1 chip-chain detected
Jan  4 09:01:05 (none) local0.warn innominer_T2: spidev3.0: 3: Found 72 A1 chips
Jan  4 09:01:05 (none) local0.warn innominer_T2: Detected the 3 A1 chain with 72 chips
Jan  4 09:01:05 (none) local0.info innominer_T2: start to configure all chain from 0 to 120
Jan  4 09:01:05 (none) local0.err innominer_T2: start to read temp
Jan  4 09:01:06 (none) local0.info innominer_T2: start to configure chain 0
Jan  4 09:01:06 (none) local0.notice innominer_T2: A1 = 120,0, Clock = 120MHz
Jan  4 09:01:06 (none) local0.err innominer_T2: start to read temp
Jan  4 09:02:09 (none) local0.warn innominer_T2: Started cgminer 4.10.0
Jan  4 09:02:09 (none) local0.info innominer_T2: hardware version is G19
Jan  4 09:02:09 (none) local0.info innominer_T2: miner type is T2
Jan  4 09:02:09 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:02:09 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:02:09 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:02:09 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:02:09 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:02:09 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:02:09 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:02:09 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:02:09 (none) local0.warn innominer_T2: A1: checking A1 chain
Jan  4 09:02:09 (none) local0.warn innominer_T2: SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000
Jan  4 09:02:11 (none) local0.warn innominer_T2: SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000
Jan  4 09:02:13 (none) local0.warn innominer_T2: SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000
Jan  4 09:02:15 (none) local0.warn innominer_T2: SPI '/dev/spidev3.0': mode=1, bits=8, speed=1500000
Jan  4 09:02:17 (none) local0.warn innominer_T2: SPI '/dev/spidev4.0': mode=1, bits=8, speed=1500000
Jan  4 09:02:19 (none) local0.warn innominer_T2: SPI '/dev/spidev5.0': mode=1, bits=8, speed=1500000
Jan  4 09:02:21 (none) local0.warn innominer_T2: SPI '/dev/spidev6.0': mode=1, bits=8, speed=1500000
Jan  4 09:02:23 (none) local0.warn innominer_T2: SPI '/dev/spidev7.0': mode=1, bits=8, speed=1500000
Jan  4 09:02:36 (none) local0.err innominer_T2: Plug Status[0] = 0
Jan  4 09:02:42 (none) local0.err innominer_T2: Plug Status[1] = 0
Jan  4 09:02:48 (none) local0.err innominer_T2: Plug Status[2] = 0
Jan  4 09:02:54 (none) local0.err innominer_T2: Plug Status[3] = 0
Jan  4 09:03:00 (none) local0.err innominer_T2: Plug Status[4] = 1
Jan  4 09:03:00 (none) local0.err innominer_T2: chain:4 the plat is not inserted
Jan  4 09:03:06 (none) local0.err innominer_T2: Plug Status[5] = 1
Jan  4 09:03:06 (none) local0.err innominer_T2: chain:5 the plat is not inserted
Jan  4 09:03:12 (none) local0.err innominer_T2: Plug Status[6] = 1
Jan  4 09:03:12 (none) local0.err innominer_T2: chain:6 the plat is not inserted
Jan  4 09:03:18 (none) local0.err innominer_T2: Plug Status[7] = 1
Jan  4 09:03:18 (none) local0.err innominer_T2: chain:7 the plat is not inserted
Jan  4 09:03:18 (none) local0.info innominer_T2: pre 0: A1 init chain
Jan  4 09:03:19 (none) local0.warn innominer_T2: 0: detected 72 chips
Jan  4 09:03:19 (none) local0.warn innominer_T2: collect core success
Jan  4 09:03:19 (none) local0.warn innominer_T2: 0: no A1 chip-chain detected
Jan  4 09:03:19 (none) local0.warn innominer_T2: spidev0.0: 0: Found 72 A1 chips
Jan  4 09:03:19 (none) local0.warn innominer_T2: Detected the 0 A1 chain with 72 chips
Jan  4 09:03:19 (none) local0.info innominer_T2: pre 1: A1 init chain
Jan  4 09:03:19 (none) local0.warn innominer_T2: cmd reset: poll fail !
Jan  4 09:03:20 (none) local0.warn innominer_T2: cmd bist start: poll fail !
Jan  4 09:03:20 (none) local0.warn innominer_T2: bist start fail
Jan  4 09:03:20 (none) local0.err innominer_T2: init 1 A1 chain fail
Jan  4 09:03:20 (none) local0.info innominer_T2: pre 2: A1 init chain
Jan  4 09:03:21 (none) local0.warn innominer_T2: 2: detected 72 chips
Jan  4 09:03:21 (none) local0.warn innominer_T2: collect core success
Jan  4 09:03:21 (none) local0.warn innominer_T2: 2: no A1 chip-chain detected
Jan  4 09:03:21 (none) local0.warn innominer_T2: spidev2.0: 2: Found 72 A1 chips
Jan  4 09:03:21 (none) local0.warn innominer_T2: Detected the 2 A1 chain with 72 chips
Jan  4 09:03:21 (none) local0.info innominer_T2: pre 3: A1 init chain
Jan  4 09:03:22 (none) local0.warn innominer_T2: 3: detected 72 chips
Jan  4 09:03:22 (none) local0.warn innominer_T2: collect core success
Jan  4 09:03:22 (none) local0.warn innominer_T2: 3: no A1 chip-chain detected
Jan  4 09:03:22 (none) local0.warn innominer_T2: spidev3.0: 3: Found 72 A1 chips
Jan  4 09:03:22 (none) local0.warn innominer_T2: Detected the 3 A1 chain with 72 chips
Jan  4 09:03:22 (none) local0.info innominer_T2: start to configure all chain from 0 to 120
Jan  4 09:03:22 (none) local0.err innominer_T2: start to read temp
Jan  4 09:03:23 (none) local0.info innominer_T2: start to configure chain 0
Jan  4 09:03:23 (none) local0.notice innominer_T2: A1 = 120,0, Clock = 120MHz
Jan  4 09:03:23 (none) local0.err innominer_T2: start to read temp
Jan  4 09:04:27 (none) auth.info login[1330]: root login on 'pts/0'
Jan  4 09:04:27 (none) local0.warn innominer_T2: Started cgminer 4.10.0
Jan  4 09:04:27 (none) local0.info innominer_T2: hardware version is G19
Jan  4 09:04:27 (none) local0.info innominer_T2: miner type is T2
Jan  4 09:04:27 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:04:27 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:04:27 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:04:27 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:04:27 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:04:27 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:04:27 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:04:27 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz
Jan  4 09:04:27 (none) local0.warn innominer_T2: A1: checking A1 chain
Jan  4 09:04:27 (none) local0.warn innominer_T2: SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000
Jan  4 09:04:29 (none) local0.warn innominer_T2: SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000
Jan  4 09:04:31 (none) local0.warn innominer_T2: SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000
Jan  4 09:04:33 (none) local0.warn innominer_T2: SPI '/dev/spidev3.0': mode=1, bits=8, speed=1500000
Jan  4 09:04:35 (none) local0.warn innominer_T2: SPI '/dev/spidev4.0': mode=1, bits=8, speed=1500000
Jan  4 09:04:37 (none) local0.warn innominer_T2: SPI '/dev/spidev5.0': mode=1, bits=8, speed=1500000
Jan  4 09:04:39 (none) local0.warn innominer_T2: SPI '/dev/spidev6.0': mode=1, bits=8, speed=1500000
Jan  4 09:04:41 (none) local0.warn innominer_T2: SPI '/dev/spidev7.0': mode=1, bits=8, speed=1500000
Jan  4 09:04:54 (none) local0.err innominer_T2: Plug Status[0] = 0
Jan  4 09:05:00 (none) local0.err innominer_T2: Plug Status[1] = 0
Jan  4 09:05:06 (none) local0.err innominer_T2: Plug Status[2] = 0
Jan  4 09:05:12 (none) local0.err innominer_T2: Plug Status[3] = 0
Jan  4 09:05:18 (none) local0.err innominer_T2: Plug Status[4] = 1
Jan  4 09:05:18 (none) local0.err innominer_T2: chain:4 the plat is not inserted
Jan  4 09:05:24 (none) local0.err innominer_T2: Plug Status[5] = 1
Jan  4 09:05:24 (none) local0.err innominer_T2: chain:5 the plat is not inserted
Jan  4 09:05:30 (none) local0.err innominer_T2: Plug Status[6] = 1
Jan  4 09:05:30 (none) local0.err innominer_T2: chain:6 the plat is not inserted
Jan  4 09:05:36 (none) local0.err innominer_T2: Plug Status[7] = 1
Jan  4 09:05:36 (none) local0.err innominer_T2: chain:7 the plat is not inserted
Jan  4 09:05:36 (none) local0.info innominer_T2: pre 0: A1 init chain
Jan  4 09:05:37 (none) local0.warn innominer_T2: 0: detected 72 chips
Jan  4 09:05:37 (none) local0.warn innominer_T2: collect core success
Jan  4 09:05:37 (none) local0.warn innominer_T2: 0: no A1 chip-chain detected
Jan  4 09:05:37 (none) local0.warn innominer_T2: spidev0.0: 0: Found 72 A1 chips
Jan  4 09:05:37 (none) local0.warn innominer_T2: Detected the 0 A1 chain with 72 chips
Jan  4 09:05:37 (none) local0.info innominer_T2: pre 1: A1 init chain
Jan  4 09:05:37 (none) local0.warn innominer_T2: cmd reset: poll fail !
Jan  4 09:05:38 (none) local0.warn innominer_T2: cmd bist start: poll fail !
Jan  4 09:05:38 (none) local0.warn innominer_T2: bist start fail
Jan  4 09:05:38 (none) local0.err innominer_T2: init 1 A1 chain fail
Jan  4 09:05:38 (none) local0.info innominer_T2: pre 2: A1 init chain
Jan  4 09:05:39 (none) local0.warn innominer_T2: 2: detected 72 chips
Jan  4 09:05:39 (none) local0.warn innominer_T2: collect core success
Jan  4 09:05:39 (none) local0.warn innominer_T2: 2: no A1 chip-chain detected
Jan  4 09:05:39 (none) local0.warn innominer_T2: spidev2.0: 2: Found 72 A1 chips
Jan  4 09:05:39 (none) local0.warn innominer_T2: Detected the 2 A1 chain with 72 chips
Jan  4 09:05:39 (none) local0.info innominer_T2: pre 3: A1 init chain
Jan  4 09:05:40 (none) local0.warn innominer_T2: 3: detected 72 chips
Jan  4 09:05:40 (none) local0.warn innominer_T2: collect core success
Jan  4 09:05:40 (none) local0.warn innominer_T2: 3: no A1 chip-chain detected
Jan  4 09:05:40 (none) local0.warn innominer_T2: spidev3.0: 3: Found 72 A1 chips
Jan  4 09:05:40 (none) local0.warn innominer_T2: Detected the 3 A1 chain with 72 chips
Jan  4 09:05:40 (none) local0.info innominer_T2: start to configure all chain from 0 to 120
Jan  4 09:05:40 (none) local0.err innominer_T2: start to read temp
Jan  4 09:05:40 (none) local0.info innominer_T2: start to configure chain 0
Jan  4 09:05:40 (none) local0.notice innominer_T2: A1 = 120,0, Clock = 120MHz
Jan  4 09:05:41 (none) local0.err innominer_T2: start to read temp

I've tried:
Reflashing firmware
restoring factory defaults
re-saving all pools
checking /lib/python3.4/_sysconfigdata.py for corruption

more logs that might help, this shows where it craps out

Code:
innominer_T2 --debug
 [2018-01-04 11:30:28.195] Started cgminer 4.10.0
 [2018-01-04 11:30:28.195] A1 detect
 [2018-01-04 11:30:28.195] hardware version is G19
 [2018-01-04 11:30:28.196] miner type is T2
pwm  name:/dev/pwmgen0.0.
pwm  step:5.
duty max: 100.
targ freq:20000.
freq rate:20000.
fan speed thrd:100.
fan up thrd:55.
fan down thrd:35.
auto_fan true, fan_speed 1
 [2018-01-04 11:30:28.197] A1 = 120,0, Clock = 120MHz
 [2018-01-04 11:30:28.197] A1 = 120,0, Clock = 120MHz
 [2018-01-04 11:30:28.197] A1 = 120,0, Clock = 120MHz
 [2018-01-04 11:30:28.197] A1 = 120,0, Clock = 120MHz
 [2018-01-04 11:30:28.197] A1 = 120,0, Clock = 120MHz
 [2018-01-04 11:30:28.197] A1 = 120,0, Clock = 120MHz
 [2018-01-04 11:30:28.197] A1 = 120,0, Clock = 120MHz
 [2018-01-04 11:30:28.198] A1 = 120,0, Clock = 120MHz
 [2018-01-04 11:30:28.198] A1: checking A1 chain
 [2018-01-04 11:30:28.198] SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000
 [2018-01-04 11:30:30.199] SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000
 [2018-01-04 11:30:32.200] SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000
 [2018-01-04 11:30:34.201] SPI '/dev/spidev3.0': mode=1, bits=8, speed=1500000
 [2018-01-04 11:30:36.203] SPI '/dev/spidev4.0': mode=1, bits=8, speed=1500000
 [2018-01-04 11:30:38.204] SPI '/dev/spidev5.0': mode=1, bits=8, speed=1500000
 [2018-01-04 11:30:40.205] SPI '/dev/spidev6.0': mode=1, bits=8, speed=1500000
 [2018-01-04 11:30:42.206] SPI '/dev/spidev7.0': mode=1, bits=8, speed=1500000
 [2018-01-04 11:30:55.207] Plug Status[0] = 0
 [2018-01-04 11:31:01.208] Plug Status[1] = 0
 [2018-01-04 11:31:07.209] Plug Status[2] = 0
 [2018-01-04 11:31:13.209] Plug Status[3] = 0
 [2018-01-04 11:31:19.210] Plug Status[4] = 1
 [2018-01-04 11:31:19.210] chain:4 the plat is not inserted
 [2018-01-04 11:31:25.211] Plug Status[5] = 1
 [2018-01-04 11:31:25.211] chain:5 the plat is not inserted
 [2018-01-04 11:31:31.211] Plug Status[6] = 1
 [2018-01-04 11:31:31.211] chain:6 the plat is not inserted
 [2018-01-04 11:31:37.212] Plug Status[7] = 1
 [2018-01-04 11:31:37.212] chain:7 the plat is not inserted
 [2018-01-04 11:31:37.212] pre 0: A1 init chain
send command [reset]
send command [bist_start]
 [2018-01-04 11:31:38.222] 0: detected 72 chips
send command [bist_collect]
 [2018-01-04 11:31:38.239] collect core success
 [2018-01-04 11:31:38.239] 0: no A1 chip-chain detected
 [2018-01-04 11:31:38.249] spidev0.0: 0: Found 72 A1 chips
 [2018-01-04 11:31:38.249] Detected the 0 A1 chain with 72 chips
set_vid_value_g19:1,chain 0.
 [2018-01-04 11:31:38.249] pre 1: A1 init chain
send command [reset]
 [2018-01-04 11:31:38.255] cmd reset: poll fail !
send command [bist_start]
 [2018-01-04 11:31:39.262] cmd bist start: poll fail !
 [2018-01-04 11:31:39.262] bist start fail
 [2018-01-04 11:31:39.272] init 1 A1 chain fail
 [2018-01-04 11:31:39.272] pre 2: A1 init chain
send command [reset]
send command [bist_start]
 [2018-01-04 11:31:40.284] 2: detected 72 chips
send command [bist_collect]
 [2018-01-04 11:31:40.301] collect core success
 [2018-01-04 11:31:40.301] 2: no A1 chip-chain detected
 [2018-01-04 11:31:40.311] spidev2.0: 2: Found 72 A1 chips
 [2018-01-04 11:31:40.311] Detected the 2 A1 chain with 72 chips
set_vid_value_g19:1,chain 2.
 [2018-01-04 11:31:40.311] pre 3: A1 init chain
send command [reset]
send command [bist_start]
 [2018-01-04 11:31:41.323] 3: detected 72 chips
send command [bist_collect]
 [2018-01-04 11:31:41.340] collect core success
 [2018-01-04 11:31:41.340] 3: no A1 chip-chain detected
 [2018-01-04 11:31:41.350] spidev3.0: 3: Found 72 A1 chips
 [2018-01-04 11:31:41.350] Detected the 3 A1 chain with 72 chips
set_vid_value_g19:1,chain 3.
 [2018-01-04 11:31:41.350] start to configure all chain from 0 to 120
 [2018-01-04 11:31:41.351] start to read temp
 [2018-01-04 11:31:41.785] start to configure chain 0
 [2018-01-04 11:31:41.786] A1 = 120,0, Clock = 120MHz
 [2018-01-04 11:31:41.912] start to read temp
Segmentation fault
yummyyummy
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 04, 2018, 11:02:15 AM
 #87

According to inno they keep screwing up the firmware and it burns out the thing, so at least Dec 20th firmware.
just remember the root password changed to t1t2t3a5 with the Dec 20th firmware.

I have some running Dec20th and Dec29th. both seem similarly okay.

thanks for your reply, i just wonder since my firmware is 22nd November g19, and as I see instruction from the Inno website, I see it's

"If the firmware build date is before 2017.11.24, you must upgrade through TF card"

but after I read the instruction manual to update through TF card, i have no idea how the TF card can connect with the G19 one. after the step 10 in the instruction, I see it do nothing with the TF card for the miner? so what I need to do

Please sorry for my newbie question. I've just begun some first step to the mining zone.

appreciate so much for your answer. thanks.
needed357
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
January 04, 2018, 04:18:14 PM
 #88

which fan should i buy?

if one fan is down
Gazdac2
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
January 04, 2018, 04:56:58 PM
 #89

which fan should i buy?

if one fan is down

https://www.aliexpress.com/item/New-power-motorcycle-conversion-motorcycle-fan-violence-12CM-fan-3-9A-12v-TFC1212DE-120-120-38mm/32581804418.html\
this is what I bought, but it wont arrive till this afternoon or tomorrow to see if it's any good.


According to inno they keep screwing up the firmware and it burns out the thing, so at least Dec 20th firmware.
just remember the root password changed to t1t2t3a5 with the Dec 20th firmware.

I have some running Dec20th and Dec29th. both seem similarly okay.

thanks for your reply, i just wonder since my firmware is 22nd November g19, and as I see instruction from the Inno website, I see it's

"If the firmware build date is before 2017.11.24, you must upgrade through TF card"

but after I read the instruction manual to update through TF card, i have no idea how the TF card can connect with the G19 one. after the step 10 in the instruction, I see it do nothing with the TF card for the miner? so what I need to do

Please sorry for my newbie question. I've just begun some first step to the mining zone.

appreciate so much for your answer. thanks.

Yup. No flashing of machines for us. If it fails  then I guess hope you have another miner you can plug the chains into.

Anyways, the web UI upgraded okay for me from the first firmware using the .bin.

They cleaned up their code a lot on the Dec 29th  firmware. before it was just full of redundant garbage. at least its easier to understand  some of the config files now.

And if you have firmware Before Dec 20th. It can corrupt your miner at any moment. after Dec 20th there is less risk.


Hi Gazdac2
Wondering if you can help

I have 3 miners that never start mining. System > Overview shows information OK however Miner status just spins forever.

ps|grep inno shows the ./innominer process running

Code:
innominer_T2 -o stratum+tcp://s1.theblocksfactory.com:9004 -u x -p x -o stratum+tcp://scrypt.eu.nicehash.com:3333#xnsub -u x -p x -o stratum+tcp://scrypt.usa.nicehash.com:3333#xnsub -u x -p x --A1Pll1 1044 --A1Pll2 1044 --A1Pll3 1044 --A1Pll4 1044 --A1Pll5 1044 --A1Pll6 1044 --A1Pll7 1044 --A1Pll8 1044 --A1Vol1 25 --A1Vol2 25 --A1Vol3 25 --A1Vol4 25 --A1Vol5 25 --A1Vol6 25 --A1Vol7 25 --A1Vol8 25 --A1Fanmode 1 --A1Fanspd 1 --api-listen --syslog


Segmentation fault

Uhh, some type of memory access error.
IDK if if that's related to the read only drive (Dec 20th+ firmware or what)

you can try making the drive read/write and  relaunching the miner. If that works you'd have to see if it just needs that access once, or if it needs it constantly

mount / -o rw,remount
/tmp/run.sh

if it starts mining, then halfway there.

if it successfully mines, then do a full restart(reboot) and see if it continues mining. if it wont mine now, after starting before. Then you'd have to edit the init.d to remove the remount commands.
but then that will leave you vulnerable to corruption.




ukjack
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
January 04, 2018, 05:10:46 PM
 #90

you can try making the drive read/write and  relaunching the miner. If that works you'd have to see if it just needs that access once, or if it needs it constantly

mount / -o rw,remount
/tmp/run.sh

if it starts mining, then halfway there.


tried this, but it does the same thing unfortunately

Code:
(none) login: root
Password:
root@miner~:
mount / -o rw,remount
root@miner~:
/tmp/run.sh
killall: innominer_T2: no process killed
killall: innominer_T2: no process killed
killall: innominer_T2: no process killed
root@miner~:
root@miner~:
ps |grep inno
  839 root     476:43 python3.4 /home/inno_daemon/MServer.py
  844 root       0:00 syslogd -f /etc/syslog.conf -O /tmp/log/innominer.log -s 1024 -b 5
 8704 root       0:00 innominer_T2 -o stratum+tcp://s1.theblocksfactory.com:9004 -u x -p x -o stratum+tcp://scrypt.eu.nicehash.com:3333#xnsub -u x -p x -o stratum+tcp://scrypt.usa.nicehash.com:3333#xnsub -u x -p x --A1Pll1 1044 --A1Pll2 1044 --A1Pll3 1044 --A1Pll4 1044 --A1Pll5 1044 --A1Pll6 1044 --A1Pll7 1044 --A1Pll8 1044 --A1Vol1 25 --A1Vol2 25 --A1Vol3 25 --A1Vol4 25 --A1Vol5 25 --A1Vol6 25 --A1Vol7 25 --A1Vol8 25 --A1Fanmode 1 --A1Fanspd 1 --api-listen --syslog

Code:
root@miner~:
ps |grep inno
  839 root     480:17 python3.4 /home/inno_daemon/MServer.py
  844 root       0:00 syslogd -f /etc/syslog.conf -O /tmp/log/innominer.log -s 1024 -b 5
 8948 root       0:00 grep inno

Code:
root@miner~:
innominer_T2 --debug -o stratum+tcp://s1.theblocksfactory.com:9004 -u x -p x -o stratum+tcp://scrypt.eu.nicehash.com:3
333#xnsub -u x-p x -o stratum+tcp://scrypt.usa.nicehash.com:3333#xnsub -u 3x -p x --A1Pll1 1044 --A1Pll2 1044 --A1Pll3 1044 --A1Pll4 1044 --A1Pll5 1044 --A1Pll6 1044 --A1Pll7 1044 --A1Pll8 1044 --
A1Vol1 25 --A1Vol2 25 --A1Vol3 25 --A1Vol4 25 --A1Vol5 25 --A1Vol6 25 --A1Vol7 25 --A1Vol8 25 --A1Fanmode 1 --A1Fanspd 1 --api-list
en --syslog
 [2018-01-04 17:06:22.949] Global quota greatest common denominator set to 1
 [2018-01-04 17:06:22.949] start to set url
 [2018-01-04 17:06:22.949] Global quota greatest common denominator set to 1
 [2018-01-04 17:06:22.949] Pool 1 extranonce subscribing enabled.
 [2018-01-04 17:06:22.949] start to set url
 [2018-01-04 17:06:22.950] Global quota greatest common denominator set to 1
 [2018-01-04 17:06:22.950] Pool 2 extranonce subscribing enabled.
 [2018-01-04 17:06:22.950] start to set url
pwm  name:/dev/pwmgen0.0.
pwm  step:5.
duty max: 100.
targ freq:20000.
freq rate:20000.
fan speed thrd:100.
fan up thrd:55.
fan down thrd:35.
auto_fan true, fan_speed 1
send command [reset]
send command [bist_start]
send command [bist_collect]
set_vid_value_g19:25,chain 0.
send command [reset]
send command [bist_start]
send command [reset]
send command [bist_start]
send command [bist_collect]
set_vid_value_g19:25,chain 2.
send command [reset]
send command [bist_start]
send command [bist_collect]
set_vid_value_g19:25,chain 3.
Segmentation fault

needed357
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
January 04, 2018, 05:25:29 PM
 #91

which fan should i buy?

if one fan is down

https://www.aliexpress.com/item/New-power-motorcycle-conversion-motorcycle-fan-violence-12CM-fan-3-9A-12v-TFC1212DE-120-120-38mm/32581804418.html\
this is what I bought, but it wont arrive till this afternoon or tomorrow to see if it's any good.







link not work, can you tell me if you tested that
Gazdac2
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
January 04, 2018, 06:22:27 PM
 #92

you can try making the drive read/write and  relaunching the miner. If that works you'd have to see if it just needs that access once, or if it needs it constantly

mount / -o rw,remount
/tmp/run.sh

if it starts mining, then halfway there.


tried this, but it does the same thing unfortunately

Code:
(none) login: root
Password:
root@miner~:
mount / -o rw,remount
root@miner~:
/tmp/run.sh
killall: innominer_T2: no process killed
killall: innominer_T2: no process killed
killall: innominer_T2: no process killed
root@miner~:
root@miner~:
ps |grep inno
  839 root     476:43 python3.4 /home/inno_daemon/MServer.py
  844 root       0:00 syslogd -f /etc/syslog.conf -O /tmp/log/innominer.log -s 1024 -b 5
 8704 root       0:00 innominer_T2 -o stratum+tcp://s1.theblocksfactory.com:9004 -u x -p x -o stratum+tcp://scrypt.eu.nicehash.com:3333#xnsub -u x -p x -o stratum+tcp://scrypt.usa.nicehash.com:3333#xnsub -u x -p x --A1Pll1 1044 --A1Pll2 1044 --A1Pll3 1044 --A1Pll4 1044 --A1Pll5 1044 --A1Pll6 1044 --A1Pll7 1044 --A1Pll8 1044 --A1Vol1 25 --A1Vol2 25 --A1Vol3 25 --A1Vol4 25 --A1Vol5 25 --A1Vol6 25 --A1Vol7 25 --A1Vol8 25 --A1Fanmode 1 --A1Fanspd 1 --api-listen --syslog

Code:
root@miner~:
ps |grep inno
  839 root     480:17 python3.4 /home/inno_daemon/MServer.py
  844 root       0:00 syslogd -f /etc/syslog.conf -O /tmp/log/innominer.log -s 1024 -b 5
 8948 root       0:00 grep inno

Code:
root@miner~:
innominer_T2 --debug -o stratum+tcp://s1.theblocksfactory.com:9004 -u x -p x -o stratum+tcp://scrypt.eu.nicehash.com:3
333#xnsub -u x-p x -o stratum+tcp://scrypt.usa.nicehash.com:3333#xnsub -u 3x -p x --A1Pll1 1044 --A1Pll2 1044 --A1Pll3 1044 --A1Pll4 1044 --A1Pll5 1044 --A1Pll6 1044 --A1Pll7 1044 --A1Pll8 1044 --
A1Vol1 25 --A1Vol2 25 --A1Vol3 25 --A1Vol4 25 --A1Vol5 25 --A1Vol6 25 --A1Vol7 25 --A1Vol8 25 --A1Fanmode 1 --A1Fanspd 1 --api-list
en --syslog
 [2018-01-04 17:06:22.949] Global quota greatest common denominator set to 1
 [2018-01-04 17:06:22.949] start to set url
 [2018-01-04 17:06:22.949] Global quota greatest common denominator set to 1
 [2018-01-04 17:06:22.949] Pool 1 extranonce subscribing enabled.
 [2018-01-04 17:06:22.949] start to set url
 [2018-01-04 17:06:22.950] Global quota greatest common denominator set to 1
 [2018-01-04 17:06:22.950] Pool 2 extranonce subscribing enabled.
 [2018-01-04 17:06:22.950] start to set url
pwm  name:/dev/pwmgen0.0.
pwm  step:5.
duty max: 100.
targ freq:20000.
freq rate:20000.
fan speed thrd:100.
fan up thrd:55.
fan down thrd:35.
auto_fan true, fan_speed 1
send command [reset]
send command [bist_start]
send command [bist_collect]
set_vid_value_g19:25,chain 0.
send command [reset]
send command [bist_start]
send command [reset]
send command [bist_start]
send command [bist_collect]
set_vid_value_g19:25,chain 2.
send command [reset]
send command [bist_start]
send command [bist_collect]
set_vid_value_g19:25,chain 3.
Segmentation fault


ahh damnit...
this is a multithreaded application I bet the error is related to
Code:
[2018-01-04 17:06:22.950] start to set url
https://www.nicehash.com/help/scrypt-mining

did you try a different pool other than nicehash?
are you escaping the #?
eg 3333/#xnsub
you might even have to enter it as "///#" depending on how many levels of stupid.

"it works for us, on our own pools. so send it to the customers"- inno
lonerko
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 04, 2018, 06:50:04 PM
Last edit: January 04, 2018, 07:01:29 PM by lonerko
 #93

Hi all
I  have some problem with a5 after reboot.
Symptoms were the HTTP control page loading, but not showing any data e.g. not showing me  "miner type" under system.

Manually running each of the commands in /etc/init.d/rcS
The problem in "python3.4 /home/inno_daemon/MServer.py"

Code:
root@miner~:
python3.4 /home/inno_daemon/MServer.py
Traceback (most recent call last):
  File "/home/inno_daemon/MServer.py", line 12, in <module>
    from MParser  import *
  File "/home/inno_daemon/MParser.py", line 17, in <module>
    from inno_lib import *
  File "/home/inno_py/inno_lib.py", line 5, in <module>
    import cgi
  File "/lib/python3.4/cgi.py", line 39, in <module>
    from email.parser import FeedParser
  File "/lib/python3.4/email/parser.py", line 12, in <module>
    from email.feedparser import FeedParser, BytesFeedParser
  File "/lib/python3.4/email/feedparser.py", line 27, in <module>
    from email import message
  File "/lib/python3.4/email/message.py", line 16, in <module>
    from email import utils
  File "/lib/python3.4/email/utils.py", line 40, in <module>
    from email.charset import Charset
  File "/lib/python3.4/email/charset.py", line 14, in <module>
    import email.base64mime
  File "/lib/python3.4/email/base64mime.py", line 37, in <module>
    from base64 import b64encode
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1129, in _exec
  File "<frozen importlib._bootstrap>", line 1467, in exec_module
  File "<frozen importlib._bootstrap>", line 1570, in get_code
  File "<frozen importlib._bootstrap>", line 656, in _compile_bytecode
ValueError: bad marshal data (unknown type code)
Does anyone have any ideas?
Gazdac2
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
January 04, 2018, 07:08:19 PM
 #94

Hi all
I  have some problem with a5 after reboot.
Symptoms were the HTTP control page loading, but not showing any data e.g. not showing me  "miner type" under system.

Manually running each of the commands in /etc/init.d/rcS
The problem in "python3.4 /home/inno_daemon/MServer.py"

Code:

ValueError: bad marshal data (unknown type code)
Does anyone have any ideas?

Only time i've seen that error is using the wrong \ /. could be in your pool url, could be in their code. who knows.
https://
not
https:\\

or if there is an extra / laying around could be bad too.
this can be a difference between windows and unix.
lonerko
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 04, 2018, 07:37:31 PM
 #95

Problem was in /lib/python3.4/base64.py 
vmssecuritycloud
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 04, 2018, 09:16:49 PM
 #96

Has anyone had an issue where only one ASIC is showing up? Very frustrating to say the least.
BWYeung
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 05, 2018, 03:20:05 AM
 #97

WOOT WOOT...I'm mining.

I had an Innosilicon tech remote into my system and got it running. He was able to determine my A4+ wasn't connecting to the internet correctly. The culprit was the Network Gateway; once he put in the correct one (router's IP address) into the gateway field, I started mining.

Hope this helps others who were having spinning Miner Status page like I was.
Giantppl
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 05, 2018, 03:40:39 AM
 #98

Just got mine fixed also, Guy was helping me install some software thru remote and reboot the System and worked.. like I said I’m not tech savvy enuf.. but both running well now! Innosilicon rocks and after sales support is superb!

WOOT WOOT...I'm mining.

I had an Innosilicon tech remote into my system and got it running. He was able to determine my A4+ wasn't connecting to the internet correctly. The culprit was the Network Gateway; once he put in the correct one (router's IP address) into the gateway field, I started mining.

Hope this helps others who were having spinning Miner Status page like I was.
Gazdac2
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
January 05, 2018, 05:35:30 AM
 #99

Just got mine fixed also, Guy was helping me install some software thru remote and reboot the System and worked.. like I said I’m not tech savvy enuf.. but both running well now! Innosilicon rocks and after sales support is superb!

WOOT WOOT...I'm mining.

I had an Innosilicon tech remote into my system and got it running. He was able to determine my A4+ wasn't connecting to the internet correctly. The culprit was the Network Gateway; once he put in the correct one (router's IP address) into the gateway field, I started mining.

Hope this helps others who were having spinning Miner Status page like I was.

Good to hear. With how little sales would communicate, and receiving damaged fans that I have to replace, I kinda gave up on ever getting any real support from them.
Maybe if something I can't fix happens they would be able to.
Chan8
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
January 05, 2018, 06:02:53 AM
 #100

Thank you for the set up guide.
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!