I have these lines in the cgminer configuration file on the miner:
"api-listen": true,
"api-allow": "W:0/0"
When I try to add the miner by IP or DNS name, nothing happens in the API Output window.
Should I see an error when it fails? Is there a log I can check?
Huh that's no good, my config is like this
{
"pools": [
{
"url": "
http://pool.fabulouspanda.co.uk:9332/",
"user": "yes",
"pass": "indeed"
}
],
"api-listen": true,
"api-allow": "W:0/0"
}
Yes, mine has the same structure, I've only omitted the non relevant parts.

and if I add the IP 192.168.1.99 (where the miner is) and the port 4028 it works - did you enter the port? In future it will default to 4028 but right now it only works entered manually
Yes, I manually entered the port, without success.
I also entered the IP but could I enter the DNS name as well?
The only place something might show up if not in the table is at the bottom of the log below where the verbose output might be showing up
I don't see any messages in the log.
I'll try again in the next days.