Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners
by
patrike
on 21/06/2019, 20:37:14 UTC
Anyone know how to monitor my hiveos rigs that are running GMiner? I add them as external miners but AM says it cannot connect. I think I need to specify the default ports when adding in Awesome Miner... no idea what they are.  Thanks
Is Gminer started with API enabled? The Gminer process should be started with the following command line, the port number can be anything but you need to use the same in Awesome Miner.
--api 4040

If you add an External Miner in Awesome Miner and select Gminer as software, you can specify the address like: 192.168.0.123:4040

Hmmm... strange I added that in the 'Extra config arguments' section but still awesome miner cant see it
A good way to test if you can connect to a specific port on another computer is to use Microsoft PsPing.
https://docs.microsoft.com/en-us/sysinternals/downloads/psping

A standard ping command will only test if the computer replies, but psping will test if you have any application (Gminer in this case) that listen on a specific port.

psping -t 192.168.0.123:4040