zukolega
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 29, 2017, 03:29:08 PM |
|
I also have some Innosilicon A5's I've been trying to get in Awesome Miner and was finally successful tonight. You need to edit three lines in the /home/inno_py/inno_config.py file. It looks like it generates a new run.sh file for each pool/pool change. I highlighted the lines and the adds below:
gInnoInitCmdStr = 'innominer_%s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 > /dev/null 2>&1' gInnoBtcName = 'T1' gInnoBtcPool = 'stratum+tcp://btc.s.innomining.com:1800' gInnoBtcUser = 'inno.btc' gInnoBtcPwd = 'x' gInnoBtcFreq = 1332 gInnoBtcVid = 10 gInnoInitBtcCmd = gInnoInitCmdStr % (gInnoBtcName, gInnoBtcPool, gInnoBtcUser, gInnoBtcPwd, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcVid) gInnoLtcName = 'T2' gInnoLtcPool = 'stratum+tcp://ltc.s.innomining.com:1900' gInnoLtcUser = 'inno.ltc' gInnoLtcPwd = 'x' gInnoLtcFreq = 1044 gInnoLtcVid = 25 gInnoInitLtcCmd = gInnoInitCmdStr % (gInnoLtcName, gInnoLtcPool, gInnoLtcUser, gInnoLtcPwd, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcVid) gInnoDashName = 'T3' gInnoDashPool = 'stratum+tcp://dash.s.innomining.com:2000' gInnoDashUser = 'inno.dash' gInnoDashPwd = 'x' gInnoDashFreq = 1100 gInnoDashVid = 12 gInnoInitDashCmd= gInnoInitCmdStr % (gInnoDashName, gInnoDashPool, gInnoDashUser, gInnoDashPwd, gInnoDashFreq, gInnoDashFreq, gInnoDashFreq, gInnoDashFreq, gInnoDashVid) gInnoXmrName = 'T4' gInnoXmrPool = 'stratum+tcp://a8.s.innomining.com:19333' gInnoXmrUser = 'inno.001' gInnoXmrPwd = 'x' gInnoXmrFreq = 1000 gInnoXmrVid = 175 gInnoInitXmrCmd = gInnoInitCmdStr % (gInnoXmrName, gInnoXmrPool, gInnoXmrUser, gInnoXmrPwd, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrVid) gInnoCmd1Pool = gInnoInitCmdStr gInnoCmd2Pool = 'innominer_%s -o %s -u %s -p %s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 >/dev/null 2>&1' gInnoCmd3Pool = 'innominer_%s -o %s -u %s -p %s -o %s -u %s -p %s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 >/dev/null 2>&1'
Awesome!! Works works! Thank's @chadl2
|
|
|
|
Gazdac2
Newbie
Offline
Activity: 35
Merit: 0
|
|
December 29, 2017, 07:53:21 PM Last edit: December 29, 2017, 08:13:25 PM by Gazdac2 |
|
I also have some Innosilicon A5's I've been trying to get in Awesome Miner and was finally successful tonight. You need to edit three lines in the /home/inno_py/inno_config.py file. It looks like it generates a new run.sh file for each pool/pool change. I highlighted the lines and the adds below:
gInnoInitCmdStr = 'innominer_%s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 > /dev/null 2>&1' gInnoBtcName = 'T1' gInnoBtcPool = 'stratum+tcp://btc.s.innomining.com:1800' gInnoBtcUser = 'inno.btc' gInnoBtcPwd = 'x' gInnoBtcFreq = 1332 gInnoBtcVid = 10 gInnoInitBtcCmd = gInnoInitCmdStr % (gInnoBtcName, gInnoBtcPool, gInnoBtcUser, gInnoBtcPwd, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcVid) gInnoLtcName = 'T2' gInnoLtcPool = 'stratum+tcp://ltc.s.innomining.com:1900' gInnoLtcUser = 'inno.ltc' gInnoLtcPwd = 'x' gInnoLtcFreq = 1044 gInnoLtcVid = 25 gInnoInitLtcCmd = gInnoInitCmdStr % (gInnoLtcName, gInnoLtcPool, gInnoLtcUser, gInnoLtcPwd, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcVid) gInnoDashName = 'T3' gInnoDashPool = 'stratum+tcp://dash.s.innomining.com:2000' gInnoDashUser = 'inno.dash' gInnoDashPwd = 'x' gInnoDashFreq = 1100 gInnoDashVid = 12 gInnoInitDashCmd= gInnoInitCmdStr % (gInnoDashName, gInnoDashPool, gInnoDashUser, gInnoDashPwd, gInnoDashFreq, gInnoDashFreq, gInnoDashFreq, gInnoDashFreq, gInnoDashVid) gInnoXmrName = 'T4' gInnoXmrPool = 'stratum+tcp://a8.s.innomining.com:19333' gInnoXmrUser = 'inno.001' gInnoXmrPwd = 'x' gInnoXmrFreq = 1000 gInnoXmrVid = 175 gInnoInitXmrCmd = gInnoInitCmdStr % (gInnoXmrName, gInnoXmrPool, gInnoXmrUser, gInnoXmrPwd, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrVid) gInnoCmd1Pool = gInnoInitCmdStr gInnoCmd2Pool = 'innominer_%s -o %s -u %s -p %s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 >/dev/null 2>&1' gInnoCmd3Pool = 'innominer_%s -o %s -u %s -p %s -o %s -u %s -p %s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 >/dev/null 2>&1'
Awesome!! Works works! Thank's @chadl2 this would probably work too : edit the first one then gInnoCmd1Pool = gInnoInitCmdStr gInnoCmd2Pool = gInnoInitCmdStr gInnoCmd3Pool = gInnoInitCmdStr and #comment out the other gInnoCmd#Pool lines *edit --if you are only using one pool
|
|
|
|
ukjack
Newbie
Offline
Activity: 34
Merit: 0
|
|
January 03, 2018, 01:52:20 AM |
|
thanks guys, your methods for getting the a4+ into awesome miner worked.
anyone managed to get temps to display?
|
|
|
|
chadl2
Copper Member
Jr. Member
Offline
Activity: 53
Merit: 1
Cryptocurrency Miner in Los Angeles
|
|
January 03, 2018, 02:14:43 AM |
|
I haven't been able to, but would be great to know if anyone does.
|
|
|
|
Gazdac2
Newbie
Offline
Activity: 35
Merit: 0
|
|
January 03, 2018, 04:09:43 AM |
|
So here's a fun one. One of my fans stopped working, and inno said go F#*% yourself and find a fan yourself. Great warranty.
Anyways while I wait for new ones to arrive from china (you CAN get them for "$5 each", but only if you buy like 10-20 at a time and pay +$60 in shipping.)
Anyways. I took the fan apart to diagnose and well... half rusted. perfect straight line across the middle. Rusted as in it sat in a pool of saltwater, one side shiny new, one side dead. I have one more fan that is loud, so I'll take it apart once the new fans arrive. but WTF Inno.
Anyways... if one fan is louder than the others better order replacements early.
|
|
|
|
Boneyg001
Newbie
Offline
Activity: 81
Merit: 0
|
|
January 03, 2018, 05:51:46 AM |
|
So here's a fun one. One of my fans stopped working, and inno said go F#*% yourself and find a fan yourself. Great warranty.
Anyways while I wait for new ones to arrive from china (you CAN get them for "$5 each", but only if you buy like 10-20 at a time and pay +$60 in shipping.)
Anyways. I took the fan apart to diagnose and well... half rusted. perfect straight line across the middle. Rusted as in it sat in a pool of saltwater, one side shiny new, one side dead. I have one more fan that is loud, so I'll take it apart once the new fans arrive. but WTF Inno.
Anyways... if one fan is louder than the others better order replacements early.
Wow! That really sucks... It's what happens when these miners are poorly made and tbh they don't really care about the customer.
|
|
|
|
ukjack
Newbie
Offline
Activity: 34
Merit: 0
|
|
January 03, 2018, 03:11:56 PM |
|
I've got 3 miners that never start mining. I've tried reflashing the firmware and restoring defaults The logs show it appearing to just loop round Jan 3 15:08:29 (none) local0.warn innominer_T2: Started cgminer 4.10.0 Jan 3 15:08:29 (none) local0.info innominer_T2: hardware version is G19 Jan 3 15:08:29 (none) local0.info innominer_T2: miner type is T2 Jan 3 15:08:29 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:08:29 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:08:29 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:08:29 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:08:29 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:08:29 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:08:29 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:08:29 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:08:29 (none) local0.warn innominer_T2: A1: checking A1 chain Jan 3 15:08:29 (none) local0.warn innominer_T2: SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000 Jan 3 15:08:31 (none) local0.warn innominer_T2: SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000 Jan 3 15:08:33 (none) local0.warn innominer_T2: SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000 Jan 3 15:08:35 (none) local0.warn innominer_T2: SPI '/dev/spidev3.0': mode=1, bits=8, speed=1500000 Jan 3 15:08:37 (none) local0.warn innominer_T2: SPI '/dev/spidev4.0': mode=1, bits=8, speed=1500000 Jan 3 15:08:39 (none) local0.warn innominer_T2: SPI '/dev/spidev5.0': mode=1, bits=8, speed=1500000 Jan 3 15:08:41 (none) local0.warn innominer_T2: SPI '/dev/spidev6.0': mode=1, bits=8, speed=1500000 Jan 3 15:08:43 (none) local0.warn innominer_T2: SPI '/dev/spidev7.0': mode=1, bits=8, speed=1500000 Jan 3 15:08:56 (none) local0.err innominer_T2: Plug Status[0] = 0 Jan 3 15:09:02 (none) local0.err innominer_T2: Plug Status[1] = 0 Jan 3 15:09:08 (none) local0.err innominer_T2: Plug Status[2] = 0 Jan 3 15:09:14 (none) local0.err innominer_T2: Plug Status[3] = 0 Jan 3 15:09:20 (none) local0.err innominer_T2: Plug Status[4] = 1 Jan 3 15:09:20 (none) local0.err innominer_T2: chain:4 the plat is not inserted Jan 3 15:09:26 (none) local0.err innominer_T2: Plug Status[5] = 1 Jan 3 15:09:26 (none) local0.err innominer_T2: chain:5 the plat is not inserted Jan 3 15:09:32 (none) local0.err innominer_T2: Plug Status[6] = 1 Jan 3 15:09:32 (none) local0.err innominer_T2: chain:6 the plat is not inserted Jan 3 15:09:38 (none) local0.err innominer_T2: Plug Status[7] = 1 Jan 3 15:09:38 (none) local0.err innominer_T2: chain:7 the plat is not inserted Jan 3 15:09:38 (none) local0.info innominer_T2: pre 0: A1 init chain Jan 3 15:09:39 (none) local0.warn innominer_T2: 0: detected 72 chips Jan 3 15:09:39 (none) local0.warn innominer_T2: collect core success Jan 3 15:09:39 (none) local0.warn innominer_T2: 0: no A1 chip-chain detected Jan 3 15:09:39 (none) local0.warn innominer_T2: spidev0.0: 0: Found 72 A1 chips Jan 3 15:09:39 (none) local0.warn innominer_T2: Detected the 0 A1 chain with 72 chips Jan 3 15:09:39 (none) local0.info innominer_T2: pre 1: A1 init chain Jan 3 15:09:39 (none) local0.warn innominer_T2: cmd reset: poll fail ! Jan 3 15:09:40 (none) local0.warn innominer_T2: cmd bist start: poll fail ! Jan 3 15:09:40 (none) local0.warn innominer_T2: bist start fail Jan 3 15:09:40 (none) local0.err innominer_T2: init 1 A1 chain fail Jan 3 15:09:40 (none) local0.info innominer_T2: pre 2: A1 init chain Jan 3 15:09:41 (none) local0.warn innominer_T2: 2: detected 72 chips Jan 3 15:09:41 (none) local0.warn innominer_T2: collect core success Jan 3 15:09:41 (none) local0.warn innominer_T2: 2: no A1 chip-chain detected Jan 3 15:09:41 (none) local0.warn innominer_T2: spidev2.0: 2: Found 72 A1 chips Jan 3 15:09:41 (none) local0.warn innominer_T2: Detected the 2 A1 chain with 72 chips Jan 3 15:09:41 (none) local0.info innominer_T2: pre 3: A1 init chain Jan 3 15:09:42 (none) local0.warn innominer_T2: 3: detected 72 chips Jan 3 15:09:42 (none) local0.warn innominer_T2: collect core success Jan 3 15:09:42 (none) local0.warn innominer_T2: 3: no A1 chip-chain detected Jan 3 15:09:42 (none) local0.warn innominer_T2: spidev3.0: 3: Found 72 A1 chips Jan 3 15:09:42 (none) local0.warn innominer_T2: Detected the 3 A1 chain with 72 chips Jan 3 15:09:42 (none) local0.info innominer_T2: start to configure all chain from 0 to 120 Jan 3 15:09:42 (none) local0.err innominer_T2: start to read temp Jan 3 15:09:42 (none) local0.info innominer_T2: start to configure chain 0 Jan 3 15:09:42 (none) local0.notice innominer_T2: A1 = 120,0, Clock = 120MHz Jan 3 15:09:42 (none) local0.err innominer_T2: start to read temp Jan 3 15:10:46 (none) local0.warn innominer_T2: Started cgminer 4.10.0 Jan 3 15:10:46 (none) local0.info innominer_T2: hardware version is G19 Jan 3 15:10:46 (none) local0.info innominer_T2: miner type is T2 Jan 3 15:10:46 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:10:46 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:10:46 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:10:46 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:10:46 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:10:46 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:10:46 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:10:46 (none) local0.notice innominer_T2: A1 = 1044,92, Clock = 1044MHz Jan 3 15:10:46 (none) local0.warn innominer_T2: A1: checking A1 chain Jan 3 15:10:46 (none) local0.warn innominer_T2: SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000 Jan 3 15:10:48 (none) local0.warn innominer_T2: SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000 Jan 3 15:10:50 (none) local0.warn innominer_T2: SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000 Jan 3 15:10:52 (none) local0.warn innominer_T2: SPI '/dev/spidev3.0': mode=1, bits=8, speed=1500000 Jan 3 15:10:54 (none) local0.warn innominer_T2: SPI '/dev/spidev4.0': mode=1, bits=8, speed=1500000 Jan 3 15:10:56 (none) local0.warn innominer_T2: SPI '/dev/spidev5.0': mode=1, bits=8, speed=1500000 Jan 3 15:10:58 (none) local0.warn innominer_T2: SPI '/dev/spidev6.0': mode=1, bits=8, speed=1500000 Jan 3 15:11:00 (none) local0.warn innominer_T2: SPI '/dev/spidev7.0': mode=1, bits=8, speed=1500000
|
|
|
|
Gazdac2
Newbie
Offline
Activity: 35
Merit: 0
|
|
January 03, 2018, 06:55:45 PM |
|
I've got 3 miners that never start mining. I've tried reflashing the firmware and restoring defaults The logs show it appearing to just loop round ... Jan 3 15:09:26 (none) local0.err innominer_T2: chain:5 the plat is not inserted Jan 3 15:09:32 (none) local0.err innominer_T2: Plug Status[6] = 1 Jan 3 15:09:32 (none) local0.err innominer_T2: chain:6 the plat is not inserted Jan 3 15:09:38 (none) local0.err innominer_T2: Plug Status[7] = 1 Jan 3 15:09:38 (none) local0.err innominer_T2: chain:7 the plat is not inserted Jan 3 15:09:38 (none) local0.info innominer_T2: pre 0: A1 init chain Jan 3 15:09:39 (none) local0.warn innominer_T2: 0: detected 72 chips Jan 3 15:09:39 (none) local0.warn innominer_T2: collect core success Jan 3 15:09:39 (none) local0.warn innominer_T2: 0: no A1 chip-chain detected Jan 3 15:09:39 (none) local0.warn innominer_T2: spidev0.0: 0: Found 72 A1 chips Jan 3 15:09:39 (none) local0.warn innominer_T2: Detected the 0 A1 chain with 72 chips Jan 3 15:09:39 (none) local0.info innominer_T2: pre 1: A1 init chain Jan 3 15:09:39 (none) local0.warn innominer_T2: cmd reset: poll fail ! Jan 3 15:09:40 (none) local0.warn innominer_T2: cmd bist start: poll fail ! Jan 3 15:09:40 (none) local0.warn innominer_T2: bist start fail Jan 3 15:09:40 (none) local0.err innominer_T2: init 1 A1 chain fail Jan 3 15:09:40 (none) local0.info innominer_T2: pre 2: A1 init chain Jan 3 15:09:41 (none) local0.warn innominer_T2: 2: detected 72 chips Jan 3 15:09:41 (none) local0.warn innominer_T2: collect core success Jan 3 15:09:41 (none) local0.warn innominer_T2: 2: no A1 chip-chain detected Jan 3 15:09:41 (none) local0.warn innominer_T2: spidev2.0: 2: Found 72 A1 chips Jan 3 15:09:41 (none) local0.warn innominer_T2: Detected the 2 A1 chain with 72 chips Jan 3 15:09:41 (none) local0.info innominer_T2: pre 3: A1 init chain Jan 3 15:09:42 (none) local0.warn innominer_T2: 3: detected 72 chips Jan 3 15:09:42 (none) local0.warn innominer_T2: collect core success Jan 3 15:09:42 (none) local0.warn innominer_T2: 3: no A1 chip-chain detected Jan 3 15:09:42 (none) local0.warn innominer_T2: spidev3.0: 3: Found 72 A1 chips Jan 3 15:09:42 (none) local0.warn innominer_T2: Detected the 3 A1 chain with 72 chips Jan 3 15:09:42 (none) local0.info innominer_T2: start to configure all chain from 0 to 120 Jan 3 15:09:42 (none) local0.err innominer_T2: start to read temp Jan 3 15:09:42 (none) local0.info innominer_T2: start to configure chain 0 Jan 3 15:09:42 (none) local0.notice innominer_T2: A1 = 120,0, Clock = 120MHz Jan 3 15:09:42 (none) local0.err innominer_T2: start to read temp
Here is where our logs kinda start to differ. Sure sounds like it can see the chains are plugged in, but they don't reply to commands. Green lights on all 4 chains? they getting power? CLEAN power? Need higher (lower #) voltage? I'm using my own power supplies and I think some are as high as Power Level 22. You have a G19? so you CAN'T flash it right? only use the "upgrade" file or did some actually come with a TF port? Jan 3 18:35:54 (none) local0.err innominer_T2: Plug Status[5] = 1 Jan 3 18:35:54 (none) local0.err innominer_T2: chain:5 the plat is not inserted Jan 3 18:36:00 (none) local0.err innominer_T2: Plug Status[6] = 1 Jan 3 18:36:00 (none) local0.err innominer_T2: chain:6 the plat is not inserted Jan 3 18:36:06 (none) local0.err innominer_T2: Plug Status[7] = 1 Jan 3 18:36:06 (none) local0.err innominer_T2: chain:7 the plat is not inserted Jan 3 18:36:06 (none) local0.info innominer_T2: chain_id:0 Jan 3 18:36:18 (none) local0.info innominer_T2: send command [write_reg] Jan 3 18:36:18 (none) local0.warn innominer_T2: #####Write t/v sensor Value Success! Jan 3 18:36:18 (none) local0.info innominer_T2: chain_id:1 Jan 3 18:36:30 (none) local0.info innominer_T2: send command [write_reg] Jan 3 18:36:30 (none) local0.warn innominer_T2: #####Write t/v sensor Value Success! Jan 3 18:36:30 (none) local0.info innominer_T2: chain_id:2 Jan 3 18:36:41 (none) local0.info innominer_T2: send command [write_reg] Jan 3 18:36:41 (none) local0.warn innominer_T2: #####Write t/v sensor Value Success! Jan 3 18:36:41 (none) local0.info innominer_T2: chain_id:3 Jan 3 18:36:53 (none) local0.info innominer_T2: send command [write_reg] Jan 3 18:36:53 (none) local0.warn innominer_T2: #####Write t/v sensor Value Success! Jan 3 18:36:53 (none) local0.info innominer_T2: chain_id:4 Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd reset: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd write reg: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: set default PLL fail Jan 3 18:36:53 (none) local0.info innominer_T2: send command [write_reg] Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd write reg: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: #####Write t/v sensor Value Failed! Jan 3 18:36:53 (none) local0.warn innominer_T2: #####Write t/v sensor Value Success! Jan 3 18:36:53 (none) local0.info innominer_T2: chain_id:5 Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd reset: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd write reg: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: set default PLL fail Jan 3 18:36:53 (none) local0.info innominer_T2: send command [write_reg] Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd write reg: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: #####Write t/v sensor Value Failed! Jan 3 18:36:53 (none) local0.warn innominer_T2: #####Write t/v sensor Value Success! Jan 3 18:36:53 (none) local0.info innominer_T2: chain_id:6 Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd reset: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd write reg: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: set default PLL fail Jan 3 18:36:53 (none) local0.info innominer_T2: send command [write_reg] Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd write reg: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: #####Write t/v sensor Value Failed! Jan 3 18:36:53 (none) local0.warn innominer_T2: #####Write t/v sensor Value Success! Jan 3 18:36:53 (none) local0.info innominer_T2: chain_id:7 Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd reset: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd write reg: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: set default PLL fail Jan 3 18:36:53 (none) local0.info innominer_T2: send command [write_reg] Jan 3 18:36:53 (none) local0.warn innominer_T2: cmd write reg: poll fail ! Jan 3 18:36:53 (none) local0.warn innominer_T2: #####Write t/v sensor Value Failed! Jan 3 18:36:53 (none) local0.warn innominer_T2: #####Write t/v sensor Value Success! Jan 3 18:36:55 (none) local0.warn innominer_T2: 0: detected 72 chips Jan 3 18:36:55 (none) local0.warn innominer_T2: collect core success Jan 3 18:36:55 (none) local0.warn innominer_T2: 0: no A1 chip-chain detected Jan 3 18:36:55 (none) local0.warn innominer_T2: spidev0.0: 0: Found 72 A1 chips Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 1 with 9 active cores Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 2 with 9 active cores Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 3 with 9 active cores Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 4 with 9 active cores Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 5 with 9 active cores Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 6 with 9 active cores Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 7 with 9 active cores Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 8 with 9 active cores Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 9 with 9 active cores Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 10 with 9 active cores Jan 3 18:36:56 (none) local0.warn innominer_T2: 0: Found chip 11 with 9 active cores ...
|
|
|
|
ukjack
Newbie
Offline
Activity: 34
Merit: 0
|
|
January 03, 2018, 07:04:14 PM |
|
I *think* they had a TF port, I'm not physically near the machines so can't double check.
Power is good - they're hosted in a data center using Innosilicon PSU
I've submitted a ticket to Innosilicon - see what they say.
|
|
|
|
Pujols89
Newbie
Offline
Activity: 8
Merit: 0
|
|
January 03, 2018, 07:09:14 PM |
|
I've emailed all of those emails multiple times and still nothing. I wired the rest of my money over a month ago and haven't heard diddly. Anyone have a better way of getting a hold of these people?!
|
|
|
|
Gazdac2
Newbie
Offline
Activity: 35
Merit: 0
|
|
January 03, 2018, 07:19:06 PM |
|
I *think* they had a TF port, I'm not physically near the machines so can't double check.
Power is good - they're hosted in a data center using Innosilicon PSU
I've submitted a ticket to Innosilicon - see what they say.
Heh, yeah TF port. When I first got mine I took my shiny new SD card with the new firmware( Just like the instructions say on the website) on it and put in the slot and. *plunk*, it just fell in the hole. No actual port, just a hole. GL, majorly suspicious if you ended up with 3 failures, with a total of 12 cards broken. Then again parts of mine look like they were physically dunked in water before sending to me. I've emailed all of those emails multiple times and still nothing. I wired the rest of my money over a month ago and haven't heard diddly. Anyone have a better way of getting a hold of these people?! That's how my entire ordering process went. My email to tell them that the just lost my future business was replied with "here is tracking number xxxxx" Funny how they could ship "immediately" if you ordered on Christmas, so I am guessing you are just forgotten. I think the replies came after sending to miner_sales and shupp. Did they even confirm your payment, and request your mailing address? Guess you can always email miner support and say "my miners are not working, since they are not physically present. Please send replacements."
|
|
|
|
needed357
Newbie
Offline
Activity: 66
Merit: 0
|
|
January 03, 2018, 07:41:05 PM |
|
some overclock this miner?
and what is the normal/best temperature for the miner?
|
|
|
|
BWYeung
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 03, 2018, 11:06:55 PM Last edit: January 04, 2018, 12:53:24 AM by BWYeung |
|
New Miner - just got the Innosilicon A4+ LTC Master hooked up to a Bitmain APW3++ (110) and plugged directly into my AT&T Uverse Modem/Router. I've followed the direction from the OP, (upgraded firmware, enter my pool info - Litecoinpool) I have not gone into the Advance Config and change the inno_config.py file. I've also enabled pass through the AT&T modem/router for litecoinpool's ports-TCP 3333 & 8080), been running for over 2 hours. I did have to change the A4+'s IP as it was the same as the modem/router.
Question: How do I know if I'm connected and mining in the pool? Issues, Miner Status Overview does not show me anything, I get the spinning flower fore Summery, InnoMiner, and Pools. Also, my litecoinpool accounts page shows all zeros, if connect, when should you start seeing data?
TIA.
EDIT: Using latest firmware as it works with the Dec 22 Password.
|
|
|
|
Giantppl
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 03, 2018, 11:51:33 PM |
|
Same here miner status is constantly loading.. no hash rate showed at the pool. Tried to upgrade the software but it stops at 10% and when u refresh the page its gone. Any idea how to flash it? I have another A4+ working well. Any advice greatly appreciated..
|
|
|
|
BWYeung
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 04, 2018, 12:15:23 AM |
|
Same here miner status is constantly loading.. no hash rate showed at the pool. Tried to upgrade the software but it stops at 10% and when u refresh the page its gone. Any idea how to flash it? I have another A4+ working well. Any advice greatly appreciated..
What's your System Version info, mine are: Miner Type: 17 Hw Version: G19 Build Date: Thur Dec 21 17:56:17 CST 2017 Platform Version: 810e0c2934044ec019b1d929d3de1f3c899b6410 Rootfs Version: 4973e48bd7ab0bb58688ce4845bd7b2b532429f7
|
|
|
|
Giantppl
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 04, 2018, 12:21:07 AM |
|
Same here miner status is constantly loading.. no hash rate showed at the pool. Tried to upgrade the software but it stops at 10% and when u refresh the page its gone. Any idea how to flash it? I have another A4+ working well. Any advice greatly appreciated..
What's your System Version info, mine are: Miner Type: 17 Hw Version: G19 Build Date: Thur Dec 21 17:56:17 CST 2017 Platform Version: 810e0c2934044ec019b1d929d3de1f3c899b6410 Rootfs Version: 4973e48bd7ab0bb58688ce4845bd7b2b532429f7 Mine is the same 17 and G19 just the date is 29 dec instead
|
|
|
|
BWYeung
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 04, 2018, 02:02:57 AM |
|
Same here miner status is constantly loading.. no hash rate showed at the pool. Tried to upgrade the software but it stops at 10% and when u refresh the page its gone. Any idea how to flash it? I have another A4+ working well. Any advice greatly appreciated..
What's your System Version info, mine are: Miner Type: 17 Hw Version: G19 Build Date: Thur Dec 21 17:56:17 CST 2017 Platform Version: 810e0c2934044ec019b1d929d3de1f3c899b6410 Rootfs Version: 4973e48bd7ab0bb58688ce4845bd7b2b532429f7 Mine is the same 17 and G19 just the date is 29 dec instead I'm on the same Build Date as you, found the 17-12-29 build off the support site. The good thing now, it doesn't sound like a drone trying to take off. Weird thing, on their support site, their screenshots shows "Cgminer Version" "Sgminer Version" mine does not, does yours?
|
|
|
|
BWYeung
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 04, 2018, 04:23:32 AM |
|
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. cd /bin root@miner/bin: ./innominer_T3 --debug [1970-01-01 00:09:08] Started sgminer 4.4.2 [1970-01-01 00:09:08] A1 detect [1970-01-01 00:09:08] hardware version is G19 [1970-01-01 00:09:08] miner type is T2 [ERRO:1970-01-01 00:09:08.331] set fan speed 80 [DEBG:1970-01-01 00:09:08.331] pwm name:/dev/pwmgen0.0. [DEBG:1970-01-01 00:09:08.331] pwm step:5. [DEBG:1970-01-01 00:09:08.331] duty max: 100. [DEBG:1970-01-01 00:09:08.332] targ freq:20000. [DEBG:1970-01-01 00:09:08.332] freq rate:20000. [DEBG:1970-01-01 00:09:08.332] fan speed thrd:100. [DEBG:1970-01-01 00:09:08.332] fan up thrd:55. [DEBG:1970-01-01 00:09:08.332] fan down thrd:35. [DEBG:1970-01-01 00:09:08.332] auto_fan true, fan_speed 1 [1970-01-01 00:09:58] A1: checking A1 chain 8,8,8,8,8,8,8,8 [1970-01-01 00:09:58] SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000
[1970-01-01 00:09:59] SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000
[1970-01-01 00:10:00] SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000
[1970-01-01 00:10:01] SPI '/dev/spidev3.0': mode=1, bits=8, speed=1500000
[1970-01-01 00:10:02] SPI '/dev/spidev4.0': mode=1, bits=8, speed=1500000
[1970-01-01 00:10:03] SPI '/dev/spidev5.0': mode=1, bits=8, speed=1500000
[1970-01-01 00:10:09] spi init [1970-01-01 00:10:15] Plug Status[0] = 0 [1970-01-01 00:10:21] Plug Status[1] = 0 [1970-01-01 00:10:27] Plug Status[2] = 0 [1970-01-01 00:10:33] Plug Status[3] = 0 [1970-01-01 00:10:39] Plug Status[4] = 1 [1970-01-01 00:10:45] Plug Status[5] = 1 set_vid_value_G19:8. set_vid_value_G19:8. set_vid_value_G19:8. set_vid_value_G19:8. set_vid_value_G19:8. set_vid_value_G19:8. [1970-01-01 00:10:45] 0: A1 init chain [1970-01-01 00:10:45] cmd bist start: poll fail ! [1970-01-01 00:10:45] bist start fail [1970-01-01 00:10:45] init a1 chain fail [1970-01-01 00:10:45] 1: A1 init chain [1970-01-01 00:10:45] cmd bist start: poll fail ! [1970-01-01 00:10:45] bist start fail [1970-01-01 00:10:45] init a1 chain fail [1970-01-01 00:10:45] 2: A1 init chain [1970-01-01 00:10:45] cmd bist start: poll fail ! [1970-01-01 00:10:45] bist start fail [1970-01-01 00:10:45] init a1 chain fail [1970-01-01 00:10:45] 3: A1 init chain [1970-01-01 00:10:46] cmd bist start: poll fail ! [1970-01-01 00:10:46] bist start fail [1970-01-01 00:10:46] init a1 chain fail [1970-01-01 00:10:46] 4: A1 init chain [1970-01-01 00:10:46] cmd bist start: poll fail ! [1970-01-01 00:10:46] bist start fail [1970-01-01 00:10:46] init a1 chain fail [1970-01-01 00:10:46] 5: A1 init chain [1970-01-01 00:10:46] cmd bist start: poll fail ! [1970-01-01 00:10:46] bist start fail [1970-01-01 00:10:46] init a1 chain fail [1970-01-01 00:10:46] pre init_pll... [ERRO:1970-01-01 00:10:46.789] set fan speed 30 [1970-01-01 00:10:46] pll 120 finished
[1970-01-01 00:10:46] pll 120 finished
[1970-01-01 00:10:46] pll 120 finished
[1970-01-01 00:10:46] pll 120 finished
[1970-01-01 00:10:46] pll 120 finished
[1970-01-01 00:10:46] pll 120 finished
[1970-01-01 00:10:46] pll 320 finished
[1970-01-01 00:10:46] pll 320 finished
[1970-01-01 00:10:46] pll 320 finished
[1970-01-01 00:10:46] pll 320 finished
[1970-01-01 00:10:46] pll 320 finished
[1970-01-01 00:10:46] pll 320 finished
[1970-01-01 00:10:46] pll 520 finished
[1970-01-01 00:10:46] pll 520 finished
[1970-01-01 00:10:46] pll 520 finished
[1970-01-01 00:10:46] pll 520 finished
[1970-01-01 00:10:46] pll 520 finished
[1970-01-01 00:10:46] pll 520 finished
[1970-01-01 00:10:46] pll 720 finished
[1970-01-01 00:10:46] pll 720 finished
[1970-01-01 00:10:46] pll 720 finished
[1970-01-01 00:10:46] pll 720 finished
[1970-01-01 00:10:46] pll 720 finished
[1970-01-01 00:10:46] pll 720 finished
[1970-01-01 00:10:46] pll 920 finished
[1970-01-01 00:10:46] pll 920 finished
[1970-01-01 00:10:46] pll 920 finished
[1970-01-01 00:10:46] pll 920 finished
[1970-01-01 00:10:46] pll 920 finished
[1970-01-01 00:10:46] pll 920 finished
[1970-01-01 00:10:46] pll 1120 finished
[1970-01-01 00:10:46] pll 1120 finished
[1970-01-01 00:10:46] pll 1120 finished
[1970-01-01 00:10:46] pll 1120 finished
[1970-01-01 00:10:46] pll 1120 finished
[1970-01-01 00:10:46] pll 1120 finished
[1970-01-01 00:10:46] reload init a1 chain0 fail [1970-01-01 00:10:46] reload init a1 chain1 fail [1970-01-01 00:10:46] reload init a1 chain2 fail [1970-01-01 00:10:46] reload init a1 chain3 fail [1970-01-01 00:10:46] reload init a1 chain4 fail [1970-01-01 00:10:46] reload init a1 chain5 fail [1970-01-01 00:10:46] A1 dectect finish [1970-01-01 00:10:46] All devices disabled, cannot mine! root@miner/bin:
|
|
|
|
Giantppl
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 04, 2018, 04:27:00 AM |
|
I'm really an illiterate when it comes to tech. the miner status just keeps spinning and not even loading anything.. is there a way where I can copy the files from the working A4+ to the not working one? I do suspect its the software issue. Same here miner status is constantly loading.. no hash rate showed at the pool. Tried to upgrade the software but it stops at 10% and when u refresh the page its gone. Any idea how to flash it? I have another A4+ working well. Any advice greatly appreciated..
What's your System Version info, mine are: Miner Type: 17 Hw Version: G19 Build Date: Thur Dec 21 17:56:17 CST 2017 Platform Version: 810e0c2934044ec019b1d929d3de1f3c899b6410 Rootfs Version: 4973e48bd7ab0bb58688ce4845bd7b2b532429f7 Mine is the same 17 and G19 just the date is 29 dec instead I'm on the same Build Date as you, found the 17-12-29 build off the support site. The good thing now, it doesn't sound like a drone trying to take off. Weird thing, on their support site, their screenshots shows "Cgminer Version" "Sgminer Version" mine does not, does yours?
|
|
|
|
Gazdac2
Newbie
Offline
Activity: 35
Merit: 0
|
|
January 04, 2018, 06:00:35 AM |
|
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. 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.htmllook 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.
|
|
|
|
|