Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners
by
moppidoo
on 02/04/2018, 00:38:46 UTC
...

3: Given that mining has been less profitable of late with the drop on value of Crypto would it be possible to add the ability per profit profile or miner where if the profit per day for my miner/profit profile is less than X amount AM will tell the miner to stop mining (PC on but idle), then when the profit per day is above X amount to resume mining again? This way we can get the best "profit" between mining and electrical cost savings.


I've sent Patrike similar feedback a while back, this certainly will be a very welcomed feature addition for people who are more sensitive to the electricity cost factor. Of course, if it cannot be implemented in the near future, maybe we can have some sort of workaround that allows users to do so via API.

it will be (if easier to implement) great to have API method returning the Profit Switching tab data as per "View Details..." window. As far as I understand, these information are probably stored in the AM.xml and either you can generate API report manually or extract the portion from the XML. If that's the case, we can currently do a complicate workaround to get the data and implement our own profit switching rule but it's rather inefficient as the needless double calculation from some data AM already have stored somewhere...doing data modelling matching keys ... etc and finally to just set a rule.

Another Way if not via HTTP API, is to have a new Rule script user can run, that allows the action "Generate API Report" to be performed and store the API report in Filename of your choice (I think API report generated are for individual miner ATM) That way there are probably less effort extracting data on each miner from the main config XML and perhaps less complicated?