Innosilicon a4+ bitcointalk

innosilicon a4+ bitcointalk

Innosilicon A10 Pro 500Mh, Jun 2020, 500.00 Mh/s, 860W, Ethash, $35.76, $33.69. ETH Ethash $33.69. Nicehash Ethash $30.69. QKC Ethash $4.20. For this reason, the Innosilicon A4 comes last on our list. The prolonged bear market has made it difficult for miners in However, there are older versions still on​. Innosilicon mining Equihash algorithm A9++ ZMaster 140ksol/s 1550W Used Innosilicon T2t T3 A6 A4+ A5+ A5 A9 A9+ Zmaster Antminer In Stock | High Harshrate A9 Zmaster From Innosilicon | Bitcointalk Innosilicon A9 Supplier | Harga. innosilicon a4+ bitcointalk

Configure API access for Innosilicon ASIC miners

In order to monitor a miner like Innosilicon A4+ and A5+, Awesome Miner is connecting to the Cgminer API running on the miner to request information. This API is by default disabled on the miner and must manually be enabled before Awesome Miner can connect.

Previous generations of Innosilicon ASIC miners are typically running with the API enabled and doesn't require any configuration.

Set Privileged API access for A4+/A5+

The Innosilicon miners can be configured via Telnet (not SSH) on port 8100. The default username is root and the default password is either innot1t2 or t1t2t3a5 depending on firmware version. If none of these passwords work, please contact the Innosilicon support.

  1. Make the file system writable:mount / -o rw,remount
  2. 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.pygInnoInitCmdStr = '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'     
  3. Reboot the miner

For additional help on the setup of this miner, please see the BitcoinTalk forum thread for Innosilicon A4+.

Set Privileged API access for A9 Zmaster

These operations can be performed via an SSH client connected to the ASIC miner. The SSH username is root and the password is often blacksheepwall.

  1. Make the file system writable:mount / -o rw,remount
  2. Open the file /etc/systemd/system/multi-user.target.wants/cgminer.service in a text editor like 'vi'. Once the file is opened in the text editor, locate the line below and add the parameter "--api-allow W:0/0" in addition to the existing parameters."ExecStart=/bin/cgminer -c /etc/cgminer.conf --api-listen --api-network --api-allow W:0/0 -syslog --text only

    Step-by-step instructions for how to modify the cgminer.service file:

    1. vi /etc/systemd/system/multi-user.target.wants/cgminer.service
    2. Move the cursor to the location where you want to insert the text. Press the key: i
    3. Start typing: --api-allow W:0/0
    4. Press ESC to leave the edit mode.
    5. Type the following (colon, w for write and q for quit
      :wq
    6. Reboot the miner

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.
Источник: https://support.awesomeminer.com/support/solutions/articles/35000085990-configure-api-access-for-innosilicon-asic-miners

3 thoughts to “Innosilicon a4+ bitcointalk”

Leave a Reply

Your email address will not be published. Required fields are marked *