Bitcoin Forum
June 13, 2024, 10:31:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 [147] 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 ... 229 »
2921  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 05, 2018, 02:37:36 PM
Hi.
awesome - crash nvidia driver (stop miner)
no good?!

---------------
stop miner:
1 press Ctrl+C
2 pause 2-5 sec
3 close cmd
good!!

------------
stop miner:
1 close cmd
not good
crash driver nvidia


This will not fix your unstable issue your dealing with, but when i build a new mining rig i always set the following change, it prevents windows from displaying the error that ccminer or whatever miner has stopped working and sits there waiting for a response to close the program. What this setting change does is just close the miner and allow the mining software to attempt to start mining again since it doesnt detect a active mining software open.

Start - run gpedit.msc
Go to Computer configuration -> Administrative templates -> Windows components -> Windows error reporting
Set "Prevent display of the user interface for critical errors" to "Enabled" and reboot your rig.
Next time when ccminer or other program will crash it will not show any GUI - just close and dont wait for key press
Hope it helps!

1. ccminer must first be stopped as a process.
2. Then the active window is closed (not crash driver)
not
1 closed the active window. (crash driver)

ps amd not problem
nvidia problem
When you stop a miner, Awesome Miner will send the close signal to it and then wait for it to terminate a few seconds. If the mining software doesn't close down, Awesome Miner will terminate the process.

You can adjust host many seconds Awesome Miner should wait in the Options dialog, Advanced section, "Wait for process stop before terminating". Please try to increase this value a bit.
2922  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 07:14:41 PM
In the benchmarking screen it shows Claymore Dual miner.... but instead of opening Claymore it is opening Phoenix miner, why?Huh

I do not have anything changed with Claymore or Phoenix, the miner is doing this all on it's own.

It really is starting to feel like every time you update AwesomeMiner you add new features and break something else.


Edit: Even when I point Claymore to the actual EthDcrMiner64.exe AwesomeMiner STILL opens Phoenix miner!!!! How is that even possible? It's like AwesomeMiner is literally fighting me...
Let's focus on finding the scenario where this can happen. I wasn't able to reproduce it.

Which version of Awesome Miner are your running? Is the benchmark on a the local computer or a remote miner? Could you send me the log files?

I have tested this on 3 different rigs and they all have the same issue.

It appears to be only With claymore miner. I have had phoenix miner pop up when I was benchmarking claymore and I have had excavator pop up when benchmarking claymore.

I always update to the latest, so I am using  4.6.6

I believe this started happening with version 4.6.5

All mining rigs are local.


EDIT: I have now completely uninstalled AwesomeMiner and cleared the registry of any mention of it.... then reinstalled the software from scratch and I am still having this issue on 3 different rigs. The only changes I make are adding my payment addresses, adding excavator, and checking all nvidia miners to make sure I have as many usable miners as possible.... Then I start benchmarking and I immediately have this problem. Also, not all miners work on the algos that they are supposed to work for.... ccminer_alexis and ccminer_klaust work for about half of the algos they are supposed to work for.

EDIT 2: Ok this makes things even weirder... Benchmarking opens up Phoenix miner or Excavator for every algo that Claymore shows as a possible miner for.... EXCEPT Ethereum, only Ethereum actually opens Claymore.
I'm still unable to reproduce this one, even on a fresh install. I might do something differently. Could you please send me your log file and I might be able to figure out in which scenario this happens? Thanks!
2923  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 04:42:19 PM
Hello. I just had an Antminer S9 delivered, I hooked it up, mining on Slushpool, then followed the directions for API access, and that all went smooth. The only thing I'm having an issue with is "Define coin" I can select it and a drop down comes up and it says "User defined" and "Unspecified", but it won't let me choose either. I hover over user defined and left click, but nothing happens. Thanks for any insight anyone might have.
You should see a list of available coins here. Please check in Options dialog, Coins&Profit section that the coins are Visible, and not Hidden. Also right click on the miner and select Properties to check that you have selected SHA-256 as algorithm, to not filter away the relevant coins.
2924  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 04:40:07 PM
Patrike,

I'm going to take a run up this hill one more time.

I would be so awesome if AM could just display all the Canaan avalon miners like it does GPU's on a single rig.

There are 2 currently can be up to 20 on that ASIC rig, all of the data is in the cgminer log/api as well as AM api (in the stats section), the MMCount is the number of miners in the rig, and the MM  IDX is the specifics for each miner, the TEMP[], TMax[], Fan[], GHSmm[] WU[] numbers are for a specific miner.

I'd even be up for trying this via an alternative way if that exists?  C# script maybe?

fingers crossed you'll consider the request.

Thanks in advance, and happy to help with data/testing etc.
I fully understand your request. The difficulty here is that this miner reports it as one or few ASIC devices, and then there is some non-standard way of reporting more temperatures per ASIC device. It would be possible for Awesome Miner to handle this, but it would require some ugly implementation to fake more devices than what is being reported by the miner. These miners are not really standard compliant in terms of temperature reporting per individual device.


Can I offer an interpretation of the above, you probably implemented the AntMain miners first which caused a specific approach to reporting ASIC miners.  The Avalons are different in that one controller can support up to 20 miners.  Both AntMain and Canaan use the same version of cgminer and both support the same cgminer api.  You just use a different set of variables to pull the antmain data and that would have to change which may be more work that you have available time for currently... Smiley

how did I do? ... thanks for at least responding... in my mind, you report one, and you have the mechanism to display GPU's so I thought A+B might be relatively easy to implement C.

But thanks again for the great product and I did buy the premium version because I like it so much, I'm just looking for one *console* for both GPU and ASIC mining is all, and it's *SOOOOO* close there


Patrike,

How about this, is there an extension to the API such that I could externally parse the cgiminer log and push data to AM that could be displayed in the GPU/ASCI/etc area as individual miners?  I'd be up for that if that's an easier approach - perhaps there are other benefits as well, dunno.  I'd forgo the ability to set triggers, etc as long as I could see the data in one place.
It's true that Awesome Miner is based on the cgminer/bfgminer/bmminer/sgminer API for this. All these have a concept of devices, and in some cases there can also be operations performed on these devices (which is why it can be a bad idea to make up devices that wasn't originally reported by the miner itself).

It's not at all impossible to modify for the API from this specific miner, but it's a different implementation and an effort that is required.

There are unfortunately no API or extensions for this.
2925  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 04:35:41 PM
hi Patrick

This is really brilliant and is already giving some interesting information, are there any plans to collect statistics for NiceHash and MiningPoolhub?

Thanks

- Adjust profit calculations for Yiimp-based pools to actual performance based on past payouts compared to estimates. Configured in Options dialog, Statistics section.
awesome!
Thanks! This feature is implemented in the Awesome Miner cloud servers, where I currently collect statistics from Zpool, Zergpool. AHashpool and HashRefinery every hour. Then it's being processed and a percentage value is calculated.

What's good is that you don't have to run your own Awesome Miner for a period of time to collect this data yourself. I can also make changes and optimizations and everyone will get it right away. Because I store the original pool statistics in the cloud all the time, any new calculations can use all old pool statistics as well.

I'm very much open to any feedback and discussions about how to improve this. At least the infrastructure for the feature is in place now.
Right now Awesome Miner is simply comparing the actual and estimated payout values from the pool API's. That's currently not possible for Nicehash and MPH.

What has been discussed earlier is if Awesome Miner can look at your own payout from the pool, but it can be a bit difficult to measure that in an accurate way.
2926  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 04:33:29 PM
In the benchmarking screen it shows Claymore Dual miner.... but instead of opening Claymore it is opening Phoenix miner, why?Huh

I do not have anything changed with Claymore or Phoenix, the miner is doing this all on it's own.

It really is starting to feel like every time you update AwesomeMiner you add new features and break something else.


Edit: Even when I point Claymore to the actual EthDcrMiner64.exe AwesomeMiner STILL opens Phoenix miner!!!! How is that even possible? It's like AwesomeMiner is literally fighting me...
Let's focus on finding the scenario where this can happen. I wasn't able to reproduce it.

Which version of Awesome Miner are your running? Is the benchmark on a the local computer or a remote miner? Could you send me the log files?
2927  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 02:08:50 PM
- Adjust profit calculations for Yiimp-based pools to actual performance based on past payouts compared to estimates. Configured in Options dialog, Statistics section.
awesome!
Thanks! This feature is implemented in the Awesome Miner cloud servers, where I currently collect statistics from Zpool, Zergpool. AHashpool and HashRefinery every hour. Then it's being processed and a percentage value is calculated.

What's good is that you don't have to run your own Awesome Miner for a period of time to collect this data yourself. I can also make changes and optimizations and everyone will get it right away. Because I store the original pool statistics in the cloud all the time, any new calculations can use all old pool statistics as well.

I'm very much open to any feedback and discussions about how to improve this. At least the infrastructure for the feature is in place now.
2928  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 02:04:11 PM
Looks like GPU order is broken in latest version, at least in 4.6.3. I have 3 1080 cards + 1 is 1080 Ti. When i go to benchmark window, i see all 4 cards GPU0-GPU3 and GPU2 is 1080 Ti. When i run benchmark for GPU0 using AM benchmark window, i see that miner is reporting GPU as 1080 Ti, but i'm benchmarking GPU0, not GPU2! Did not had this happen before.
Awesome Miner just sends a number (like 2) to the mining software for benchmarking. The GPU name in Awesome Miner may not be correct here and I've actually considered not displaying it at all. It's then up to the mining software to use the GPU based on this number. Please note that some mining software also change their ordering of GPU's between their releases, which also could be the reason for the change.
2929  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 02:01:22 PM
Why was Sumokoin removed from AM?  Because of the upcoming fork?  Will it be added back in afterward?
All coins listed in Awesome Miner is from the WhatToMain main API. In this specific case it looks like the algorithm of this coin was changed, and that by default Awesome Miner doesn't include Cryptonight-Heavy.

I will look at this in more detail for the next update. It should however be possible to manually add this algorithm in the Options dialog.
2930  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 01:49:25 PM
Awesome Miner version 4.6.6 (Development preview of 4.7)

- Benchmark feature improved to benchmark and compare multiple mining software using the same algorithm
- Adjust profit calculations for Yiimp-based pools to actual performance based on past payouts compared to estimates. Configured in Options dialog, Statistics section.
- Added Notes tab at the bottom of the screen to allow any notes to be entered for the selected miner
- Updated user interface for mining software selection
- Added buttons to select all or unselect all algorithms in the Properties of a Profit Profile
- Added context menu to copy MAC address of miner on the Summary tab
- Offline detection trigger allows for longer offline duration to be configured
- Updated pool URL's for Mining Dutch
- Performance optimizations
- Support running as a 64 bit application on 64-bit Windows
- Added mining software: Sgminer X16r for X16r algorithm
- Added mining software: RavenMiner for X16r algorithm
- Claymore Dual Ethereum Miner 11.6
- Claymore Cryptonight Miner 11.3
- Claymore NeoScrypt AMD Miner 1.1
- Bminer 6.1
- CastXMR 0.9.2
- PhoenixMiner 2.8c
- Correction to Verify Password for Cloud Services configuration
- Correction to Unicode encoding for sending messages via SMS and Telegram
- Correction to the batch file execution configured to be running before the miner is started
- Minor corrections

Development versions are intended for users that want to try the latest features before they are made available in the official releases. Development versions are not intended to be deployed at large scale as they have not been tested as much as the official releases. Please make sure that both Awesome Miner and Remote Agent are upgraded to the same version. Also note that once upgraded to a development preview, it isn't possible to downgrade to an older version.

To get access to development versions, open the Options dialog in Awesome Miner. In the General section, enable Check for development versions. Then go to the Menu and click Check for updates

Direct download links if needed:
http://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
http://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi
2931  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 01:46:40 PM
Patrike,

I'm going to take a run up this hill one more time.

I would be so awesome if AM could just display all the Canaan avalon miners like it does GPU's on a single rig.

There are 2 currently can be up to 20 on that ASIC rig, all of the data is in the cgminer log/api as well as AM api (in the stats section), the MMCount is the number of miners in the rig, and the MM  IDX is the specifics for each miner, the TEMP[], TMax[], Fan[], GHSmm[] WU[] numbers are for a specific miner.

I'd even be up for trying this via an alternative way if that exists?  C# script maybe?

fingers crossed you'll consider the request.

Thanks in advance, and happy to help with data/testing etc.
I fully understand your request. The difficulty here is that this miner reports it as one or few ASIC devices, and then there is some non-standard way of reporting more temperatures per ASIC device. It would be possible for Awesome Miner to handle this, but it would require some ugly implementation to fake more devices than what is being reported by the miner. These miners are not really standard compliant in terms of temperature reporting per individual device.
2932  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 12:53:04 PM
...

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?
Thanks for all great feedback (not only this post, but in general). The current profitability of a miner should already be available via the API as "profitPerDayValue" in /api/miners for example. So an external application should be able to react on this.

A better solution would of course be to have the Rules in Awesome Miner handle this, for example via a new Trigger that can look at Revenue and Profit of a miner and take actions based on that.

Thx for the reply Patrike, I tried the profitPerDayValue, but it only displays the profit value that the miner is currently actively running. The idea would be that I can set Rule Based actions on what's being calculated (updated) before the switching interval kicks in. Both Globally (on all miners) and Individual Miner. I have done the global workaround via Excel and it's working great (albeit extremely amateurish in the implementation)

Example would be...that:

The Global Switching Override looks at Total Profit Per Day by all miners and switch away when it hits a user defined threshold to counter a temporary algo profit spike (usually sharp drop in difficulty using "current" statistic) affecting most of the miners in AM for that period of time.

An Individual Switching Override Rule looks at the profit calculated by the "Profit Switching" Tab in "View Details...", that if none of the available algos/pools meets a certain profit threshold defined by user (say if I want this rig to earn at least $2.00 / day) after profit calculation cycle, I can tell the miner to Stop but keep monitoring and start it again when there are algos/pools that have meet the threshold I defined. Also, sometimes individual miners are mining at a loss or not optimal (HW difference between rigs, susceptible to small scale individual spike since mining different algo than powerful rigs), this rule allows it not just to stop, but look at the overall profit rank for this particular profit profile and adjust accordingly. Example, my NVidia rigs might be mining profitably after global profit switch, and the few AMD ones suddenly decided to mine Neoscrypt (due to profit/difficulty fluctuation), 5 minutes later, all NV rigs are happily pulling in profit while the Neoscrypt coins went down drastically but it is still profitable to mine Ethash with the AMD at profit, but there's still 10 minutes left for my say...15min switching cycle, so now I want AM to only switch those AMD rigs which are making loss to another algo that's still making profit above threshold I specified. As I understand, I can still do an overall switching and the rigs that are already mining the most profitable in the switching time interval won't be affected and stay mining away. However, right now, I can't just keep switching say, having a bad day, and certain cards that I have completely stopped making profit altogether (my poor NV 1050 and R7 370 say...affected most directly with most pronounced effect followed by other less power efficient AMD cards with limited choice of profitable algos)....that's why I think it's necessary to have the switching rule look at the entire profit profile's profit + what it is currently pulling in before making a call to "switch" or "pause".

Hope it illustrates what I was trying to get at and not confuses you instead,

Cheers,
Many thanks for all details. I do get your point here.
2933  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 09:00:20 AM
1.  I currently have the professional edition of AM which allows 10 mining processes to be monitored.  I have a couple of rigs and I initially created a new managed miner for each different coin/algo that I wanted to mine which allowed me to easily switch from one to the other.  I soon discovered that each of these were considered a monitored mining process.  So even though I only have 3 rigs, AM says I have 10 monitored mining processes.  I soon discovered that templates are what I should be using... no problem, I switched over to templates but unfortunately you cannot create a "Profit Switching" template to use on your Managed Miner.  I have 3 rigs but AM counts 6 against my quota of 10 (1 Managed Miner with various templates and 1 Profit Miner for each rig).

Am I setting this up incorrectly?  Is there a better way to do this to not have it count against my quota of 10? I am only running 3 mining processes.

2.  This next one is cosmetic only but I noticed when using templates the main display on the miner tab shows Description, IP/Host, Pool Name for my Managed Miner.  When I am running this miner everything is fine as the coin or algo displays on the right side with profit info and I know which template was applied, but when the miner is idle there is no way to tell which template I have applied.  If the coin or algo was appended to the pool name (under the IP/Host) then that would tell me which template I have applied.  I believe in most all other cases I see the the coin/algo appended to the pool name but not in this instance.

I hope this all makes sense!  And thanks in advance!
1) As you found out, Managed Templates are good to use for Managed Miners. Do you need to switch between using profit switching and a Managed Miner as well? You can make the change if you right click on the miners and select "Convert to Managed Profit Miner" for example.

2) I do see your point about showing the last applied template name, and I've received feedback on this in the past as well. It's currently not being displayed.
2934  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 08:27:25 AM
Please correct the order of displaying video cards.....
The GPU order isn't reported the same way across all mining software, making it difficult for Awesome Miner to know what the correct order is. Because of this, the GPU mapping must be used to define the correct order:
http://www.awesomeminer.com/help/gpumapping.aspx
2935  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 08:07:53 AM
Have some trouble upgrading 2 of my miners with any version of awesome miner.
I have deleted everything and it doesn't work.
I've also selected the requested .msi and it still doesn't work.
I do not want to reinstall windows for this stupid agent error.
This is the error:

Please use this Microsoft tool to force removal of the installer when the Windows MSI database is giving these issues:
https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed
2936  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 08:03:55 AM
Bug v4.6.5 (perhaps in the previous 2 releases ase well
=====

Most of the remote miners will show interface offline error (some green text, some with red text) when you have option window/profile editor opened for a little while (leave it for 3 minutes and it surely kicks in)

The miners are actually still online and API are accessible and so on, just AM not seem to probe, reading them properly while the Options Window is opened so might be an issue with Remote Agent in the latest builds
Just to make sure, is it "Service Offline" as in Awesome Miner is unable to connect to Remote Agent, or "Interface offline" as in Remote Agent is unable to connect to the API of the running mining software?

I wasn't able to reproduce this one. I simply opened the Options dialog and waited for a while. Do you know if there are any additional steps I need to take here?

Can you check the following points as well?
1) Verify that the same version of Awesome Miner and Remote Agent is installed. Mixing versions are not supported and may result in miners being stopped or not started correctly
2) Verify that only a single Awesome Miner main application is connected to the Remote Agent application. Two Awesome Miner applications cannot connect to the same Remote Agent
3) Verify that the remote host is only added once in Awesome Miner. Open the Options dialog, Managed Hosts section and verify that no duplicates exists.

I will investigate any changes in the recent versions that might be related as well.
2937  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 07:47:24 AM
Claymore's CryptoNote Windows CPU Miner v4.0   on: Today at 10:44:14 AM
4.0

- removed devfee, miner is completely free now.
- added "-pow7" option to support Monero hardfork, use "-pow7 1" value to enable it.
Awesome Miner supports a total of 4 different Claymore miners, but all of them are for GPU mining. I've actually not received so many requests on the CPU miner. Is this one still popular? If there is a demand for it, I could look into supporting it.
2938  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 07:39:01 AM
I need help I installed AM to one of my rig but it sometimes restarts and AM starts too but it doesn't start miner.Is there a way to make it auto start miner after restart?
Right click on the miner and select Properties. Then you can check the Autostart setting.
2939  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 07:37:33 AM
...

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?
Thanks for all great feedback (not only this post, but in general). The current profitability of a miner should already be available via the API as "profitPerDayValue" in /api/miners for example. So an external application should be able to react on this.

A better solution would of course be to have the Rules in Awesome Miner handle this, for example via a new Trigger that can look at Revenue and Profit of a miner and take actions based on that.
2940  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: April 04, 2018, 07:30:31 AM
Hello Patrick,

I've been using AM for several months and have been loving it. Even though I am really enjoying using it there are a couple of thoughts that you might be able to assist with:

1: In Profit Profile - Customize (where all the algos are listed) can a select/un-select all button be added? When i'm testing overclocking and command line parameters for one algo its a pain to manually one by one select and un-select all but one.

2. There was a suggestion earlier in the thread related to the new fastest miner per algo benchmarking feature where it was suggested that there is a "column in which we can click (select) the miner we use as default for each algorithm once the benchmarks have been made"
Currently the UI around doing this within Options - Managed Software isn't ideal so creating this change will vastly improve the ease in setting the default miner for a selected algo per profit profile (I personally get quite confused in the Options - Managed Software - Defaults part of AM).

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.

Thanks for taking your time to read this, I have spent alot of time optimizing my miners with custom settings per algo per miner with the relevant power information to get very accurate profit information and the feedback comes after days of playing around with this :>
1) I will add buttons for select all/none in the next release

2) The current behavior could possible be improved, but let's discuss this with a specific example. You check and benchmark Ccminer and Ccminer-KlausT with X11, and they get 8MH/s and 5MH/s. If you click Save, Awesome Miner will simply look at which software was fastest on X11, and it will store "Ccminer" as the mining software and 8MH/s as the hashrate for X11 in the benchmarked profile. If you open the Properties of this Profit Profile, this should be possible to verify.

If you instead uncheck Ccminer X11 after the benchmark and click save, Awesome Miner will save Ccminer-KlausT with 5MH/s to the Profit Profile.

If you manually want to select between Ccminer and Ccminer-KlaustT, this can be configured directly in the Properties of the Profit Profile for each algorithm.

3) I've been thinking of adding rule triggers based on Revenue and Profit. I think that would be a flexible way that would allow you to define what to do (for example Stop Miner) if the profit goes below 0 for example.

Thanks!
Pages: « 1 ... 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 [147] 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 ... 229 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!