Post
Topic
Board Pools
Re: [145+PH] KanoPool kano.is 7 BTC giveaway 🐈 US,NL,JP,NYA,DE,SG
by
gusti_
on 27/04/2018, 16:28:45 UTC
anyone know how i can setup the 841 on awesome miner?


I got it to connect by:


On the configuration page, where your pool info is, you'll see: API Allow(Default: W:127.0.0.1). In that box it needs to be W: the ip of the pc you're using for monitoring.

But I'm not having luck:

Personally, I am still tinkering with it. The 841's, for whatever reason, drop the signal. When that happens, AM sends out a disconnected alert. It reconnects, then disconnects, about every 1-5min. When I check cgminer it's empty, so I defaulted until I get time.  I haven't tinkered again this week, I've been tracking remotely on it.

AM is working, as it should, with ALL of my other miners though. As of right now, there's not much in the AM thread concerning 841's.
If anyone else that is familiar with AM api, and Avalons in general, could chime in that'd be great!!!

It needs to be "W:127.0.0.1,W:IP" (without the quotes)

Where IP is your IP address looking at the miner.

You can't get rid of W:127.0.0.1 otherwise, as you've seen, the miner will keep restarting coz it can't talk to my cgminer API.
i.e. both the miner linux and AM needs to be able to talk to the API, removing the W:127.0.0.1 is why it keeps restarting.

Some light reading Smiley
https://github.com/kanoi/cgminer/blob/master/API-README

WOW... have been looking for the answer to this problem for 3 months now, thanks guys =)

So I can put the API Allow to "W:127.0.0.1,W:192.168.25.0/24" as well?