anyone using an innosilicon A6 LTCMaster? I cannot get AM to read that it is even on my network.
edit: I finally got it to see it - it was the port, it wasnt searching port 8100
So, then I got it added but the API access is denied.
I tried the instructions of using telnet but cant get past a certain point - I can get up to where it tells me to edit the config but when I run the command provided the config does not open for me to edit.
Let me state this - this is my first Innosilicon miner.
I don't have too much experience with Innosilicon miners. What you need to do is to use a file editor available on the Linux system on the miner. Unfortunately only 'vi' is available as far as I know and that one is a bit complicated.
Run:
vi /home/inno_py/inno_config.py
You will have to press the 'i' key to be able to make modifications to the file after you opened it. Once you made the changes, you need to press 'ESC' followed by ':wq' (as in Write and Quit).
yea this is my first innosilicon miner
i tried to follow the instructions you had on the website - just couldnt get past that one part - it stops at "/home/inno_py/inno_config.py" full text from your site below.
Make the file system writable:
mount / -o rw,remount
Edit the three highlighted lines in the file below, where "--api-listen" is replaced with "--api-listen --api-network --api-allow W:0/0"
/home/inno_py/inno_config.py
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'
Reboot the miner