Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
coinbizarre
on 24/08/2018, 13:10:27 UTC
@patrike
I have a question about awesome miner connection to the miner, looking at the detailed log it looks like AM make an API call to the miner every second, doesn’t this cause a performance issue for the miner
Awesome Miner request the status from the miner API every 5 seconds by default. You can also right click on an External Miner and select Properties to change this interval.

No matter if you have an ASIC miner or GPU miner, the mining calculations are made on the actual ASIC chip or GPU while the API requests are processed on the CPU. For this reason, there shouldn't be any performance impact.

I meant to say 5 seconds, but still every 5 seconds it opens a socket connection, sends an API command and disconnects the socket that must have some effect on the performance, have you done any performance benchmark