Bitcoin Forum
May 21, 2024, 07:12:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 198 199 200 201 202 203 [204] 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 »
4061  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 21, 2017, 09:20:53 AM
I am not sure if you want user suggestions or not?
In case you do, I have suggestions on the UI that I'd love to see:
I appreciate this kind of feedback very much. I'm taking notes of all the feature requests I get, in order to improve Awesome Miner even more. The most popular feature requests typically get implemented first, but I'm keeping track of all requests I get. Many thanks for these suggestions!

2)
It would be cool in the default "Miners" view to be able to re-arrange the columns and/or choose what the columns display.

For example, the default is:
Description, Status, Progress, Speed, Coin Total per day.

I'd love to be able to rearrange those columns (and turn them off/on) as well as in the Coin Total per day to change it to month or what not.  Or to be able to separate "Status" and "Temperature" into two columns that I can then put where I want.  Or to have separate columns for Speed and Average speed (so I could turn average off if I wanted).
Have you checked out the feature to customize the Progress field? It doesn't solve everything you list above, but it gives you a way of customizing what information to display:
http://www.awesomeminer.com/help/customizefield.aspx

3)
I know you have some "tint" themes available but I'd also love a full inverse "black" theme (like ethermine.org's colors) because when working at night a negative image is so much easier on the eyes (especially with the miner's all in black - the awesome miner window is too bright!  Smiley ).   I know you have done this on the dashboard and it looks GREAT in those colors!  It just doesn't display enough of the information I want to see (temperatures especially) so I find myself defaulting to the Miners tab instead of the Dashboard tab.
In addition to the dark theme request, I should probably add temperature to Dashboard. I've had that request before.

4062  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 21, 2017, 07:54:22 AM
Is there some guide what I can manage on my Antminer L3+?
I know I can add it as "External Miner" and see it hashing incl. stats - is it also possible to reboot it remotely or something like that?
This is a very good question, and it would probably be a good idea to document this in a better way.
Antminers typically support all features you see in the user interface in Awesome Miner. You can also do reboot via SSH, but you need to define a custom rule for this.

Go to Options dialog, Rules section, Add a user defined rule. Give the rule a name like "Reboot Antminer". Don't define any triggers, instead you check "Support manual activation". Then you define a single action of type SSH, where you need to specify username and password to your Antminer, and make sure that the command is set to "Reboot system".
Default SSH username/password for Antminers are typically: root/admin

When you save this rule you will find a new button in the toolbar of the main window called Actions. When you add rule with Manual Activation, those rules will be displayed in the Actions menu. Now you have access to a reboot feature for all the Antminers you select.

Hi Patrike, I'm fairly computer illiterate. is it possible to have a antminer automatically reboot if its hash rate drops below a certain level?
Thanks
That's fully possible using the Rules in the Options dialog of Awesome Miner. Define a new User Rule like this where you will trigger on hashrates lower than 7 TH/s. It checks both the current hashrate an the hashrate two minutes ago. When both conditions (triggers) are met, the Antminer will be rebooted.

Select "Match all" for the triggers
Trigger 1: Check statistics trigger
 - Hashrate kH/s  - Current
 - Compare operation: Less than or equals
 - Compare with: 7000000000
Trigger 2: Check statistics trigger
 - Hashrate kH/s - Two minutes ago
 - Compare operation: Less than or equals
 - Compare with: 7000000000
Action: SSH
 - Enter username, password and make sure the command is set to Reboot.
4063  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 21, 2017, 07:41:15 AM
Thanks for your comments. The Excavator miner reporting is very very limited at the moment. This is because the API of this miner doesn't provide much information at all at the moment. I've already written to the developers of this miner and ask for more, and they are planning to improve their API in the Excavator 1.2 release.

As soon as the Excavator mining software improves in this area, I will make sure the information will be presented in Awesome Miner.

You can try to use the very latest feature on the GPU tab called "Map to system monitoring", to get a bit more GPU information by using what Awesome Miner can find.

I will also try the -ca parameter case you reported to see if it can be solved from Awesome Miner. I will get back to you on that one.

For the Managed Profit Switcher, you should be able to configure this via the Profit Profiles. So go to Options dialog, Profit Profile section, edit for example the AMD GPU profile, select Ccminer in the list and click Configure. In this dialog you should be able to point to custom software path. If you have a larger number of miners, it could make sense to use this feature to upload the mining software to all miners first:
http://www.awesomeminer.com/help/uploadsoftware.aspx


Thx for your answers, i'll wait for next Excavator release to have full reporting, and i'll try the custom software path to enable tpruvot ccMiner 1.7.6. Thx.

Here is a capture of what i get when i add a second thread to excavator (-ca parameter) on a 6 GPU rig :

It reports twice the number of GPU, and "Map to system monitor" only maps the first 6... Speed is also splited across duplicates, each card should have been around 428H/s. Hope that helps.
Thanks for the information. Could you also select the miner and generate an API report for it? From the toolbar: Tools -> API report.

Also, the API of the Excavator minor has changed in the latest release, and even in there, it says that the API is just in the early state and will be changed.

Based on your API report, I will see if this can be solved from an Awesome Miner point of view. Otherwise we simply have to wait for the new Excavator API to stablize.
4064  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 17, 2017, 05:36:31 PM
Is there some guide what I can manage on my Antminer L3+?
I know I can add it as "External Miner" and see it hashing incl. stats - is it also possible to reboot it remotely or something like that?
This is a very good question, and it would probably be a good idea to document this in a better way.
Antminers typically support all features you see in the user interface in Awesome Miner. You can also do reboot via SSH, but you need to define a custom rule for this.

Go to Options dialog, Rules section, Add a user defined rule. Give the rule a name like "Reboot Antminer". Don't define any triggers, instead you check "Support manual activation". Then you define a single action of type SSH, where you need to specify username and password to your Antminer, and make sure that the command is set to "Reboot system".
Default SSH username/password for Antminers are typically: root/admin

When you save this rule you will find a new button in the toolbar of the main window called Actions. When you add rule with Manual Activation, those rules will be displayed in the Actions menu. Now you have access to a reboot feature for all the Antminers you select.
Thank you! This is working fine! So I can create some kind of watchdog if the miner is hashing at reduced speed and initiate a reboot.
Yes - it's fully possible to both define triggers and at the same time use "Support manual activation" to let you manually execute the SSH action when needed.
4065  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 16, 2017, 08:53:48 PM
Is there some guide what I can manage on my Antminer L3+?
I know I can add it as "External Miner" and see it hashing incl. stats - is it also possible to reboot it remotely or something like that?
This is a very good question, and it would probably be a good idea to document this in a better way.
Antminers typically support all features you see in the user interface in Awesome Miner. You can also do reboot via SSH, but you need to define a custom rule for this.

Go to Options dialog, Rules section, Add a user defined rule. Give the rule a name like "Reboot Antminer". Don't define any triggers, instead you check "Support manual activation". Then you define a single action of type SSH, where you need to specify username and password to your Antminer, and make sure that the command is set to "Reboot system".
Default SSH username/password for Antminers are typically: root/admin

When you save this rule you will find a new button in the toolbar of the main window called Actions. When you add rule with Manual Activation, those rules will be displayed in the Actions menu. Now you have access to a reboot feature for all the Antminers you select.
4066  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 16, 2017, 08:26:58 PM
Awesome Miner development release v2.9.6 (preview of v3.0)

Read this post about the v3.0 previews in general:
https://bitcointalk.org/index.php?topic=676942.msg18621070#msg18621070

Please make sure to run the same version of both Awesome Miner and the Remote Agent.

New in v2.9.6:
- GPU mapping feature on the GPU tab for Managed Miner, to combine system hardware monitoring statistics with miner device information like hashrate
- Improvements to MSI AfterBurner integration, where AfterBurner can be automatically launched if not running and reverting back to default values are easier.
- Several minor improvements and corrections

We are getting closer to the v3.0 release now. No more features will be added, instead the focus is on finalizing the work and correcting any issues. The web site and help section will be updated together with the v3.0 release.

Please continue to give feedback on issues and request new features. Even if the v3.0 release content is defined, there will of course be many more releases in the future. I do have a long list of feature ideas already, but I'm always trying to prioritize the most popular requests first.

Great release you have here ! This new managed profit switching is so great ! I'm planning on buying Premium version to try AfterBurner integration and API.

I just have some issues with Excavator reporting :
- Temperatures and progress are not reported back, 'Miners' tab show only zeroes for these two columns, only Speed is reported correctly
- When forcing a second '-ca' (to have 2 threads per GPU) in the 'Command line parameters...' of Excavator configuration window in the profit profile, AM reports twice the number of GPUs.

Also, how can i add new mining softwares for managed profit switching ? It realy misses ccMiner 1.7.6-git fork by tpruvot when working on Lyra2REv2 !

Hope you can help me on these points ! Thx a lot !

Thanks for your comments. The Excavator miner reporting is very very limited at the moment. This is because the API of this miner doesn't provide much information at all at the moment. I've already written to the developers of this miner and ask for more, and they are planning to improve their API in the Excavator 1.2 release.

As soon as the Excavator mining software improves in this area, I will make sure the information will be presented in Awesome Miner.

You can try to use the very latest feature on the GPU tab called "Map to system monitoring", to get a bit more GPU information by using what Awesome Miner can find.

I will also try the -ca parameter case you reported to see if it can be solved from Awesome Miner. I will get back to you on that one.

For the Managed Profit Switcher, you should be able to configure this via the Profit Profiles. So go to Options dialog, Profit Profile section, edit for example the AMD GPU profile, select Ccminer in the list and click Configure. In this dialog you should be able to point to custom software path. If you have a larger number of miners, it could make sense to use this feature to upload the mining software to all miners first:
http://www.awesomeminer.com/help/uploadsoftware.aspx
4067  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 16, 2017, 08:23:01 PM
good afternoon
Why bypass the side Expanse (EXP), Musicoin (MUSIC)
Vertcoin (VTC), Ubiq (UBQ)
I can not configure any of them on Dual Ethereum from Claymore + Decred_Siacoin_Lbry_Pascal AMD + NVIDIA GPU Miner within the program
good afternoon
Once again I repeat my questions because the help is not complete and not transparent ((
1. How to configure Claymore's Dual Ethereum + Decred_Siacoin_Lbry_Pascal AMD + NVIDIA GPU Miner v9.3 for the Currency Musicoin (MUSIC) or Expanse (EXP)?
2. How to set up a balance based on bittrex.com
Already just did not try to get one error
Hi,

All those coins are not compatible with Claymore's Ethereum Dual miner. Vertcoin uses another algorithm for example. Do you have any pool where you want to mine Musicoin or Expanse for example? Then I can try to guide you based on this pool, as some Ethereum pools are different when it comes to Wallet Address vs Worker Names.

For Bittrex.com, do you want to see your current Bitcoin balance on an address you have there? You can start with this guide how to use the Balance feature in Awesome Miner:
http://www.awesomeminer.com/help/coinbalance.aspx
The idea is that you enter one or many Bitcoin address in the Coin balance properties. Then you can follow your current Bitcoin balance for these addresses on the Balance tab in the main window of Awesome Miner. If you run into any error, please let me know the details. Thanks!
4068  Alternate cryptocurrencies / Mining (Altcoins) / Re: How to remotely monitor temps? on: May 16, 2017, 08:14:52 PM
If you want something more powerful, you could take a look at Awesome Miner. Then you don't have to do TeamViewer/Remote Desktop anymore as all miners and temperatures are available in a single user interface. It can of course do way more than just displaying remote temperatures, but that's one of the features. It can also display temperatures from remote computers no matter if you run Claymore or something else. You can also do remote GPU overclocking if needed.

Example:
4069  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 14, 2017, 10:16:13 PM
Awesome Miner development release v2.9.6 (preview of v3.0)

Read this post about the v3.0 previews in general:
https://bitcointalk.org/index.php?topic=676942.msg18621070#msg18621070

Please make sure to run the same version of both Awesome Miner and the Remote Agent.

New in v2.9.6:
- GPU mapping feature on the GPU tab for Managed Miner, to combine system hardware monitoring statistics with miner device information like hashrate
- Improvements to MSI AfterBurner integration, where AfterBurner can be automatically launched if not running and reverting back to default values are easier.
- Several minor improvements and corrections

We are getting closer to the v3.0 release now. No more features will be added, instead the focus is on finalizing the work and correcting any issues. The web site and help section will be updated together with the v3.0 release.

Please continue to give feedback on issues and request new features. Even if the v3.0 release content is defined, there will of course be many more releases in the future. I do have a long list of feature ideas already, but I'm always trying to prioritize the most popular requests first.
4070  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 10, 2017, 03:27:30 PM
Thanks for the direct link!
I updated the version of the remote agent to 2.9.5 and now the system tab works.

It is interesting - because the system tab is getting the temperatures but they are still not showing in the other listing (the one I watch all the time Smiley )

screen capture:

I assume the one is pulling it from Claymore and the System Info one is pulling it from your remote agent.
Product update idea:   use the system information one in both locations if available Cheesy - lol

any idea how to fix claymore's bug?

In the next update, 2.9.6, you will actually be able to see the GPU monitoring information from the System tab also on the GPU tab. That will however only work for Managed Miners, because the information from the System tab is from the Awesome Miner Remote Agent.

There will be a new button "Map to system monitoring..." in the GPU tab for this purpose. Depending on mining software, settings to mining software and more factors, the order of the devices from the mining software being displayed on the GPU tab may not match all the devices on the system. For that reason it will be possible to map between them. You will see this once I have released the updated versions within a few days.

The Claymore temperature bug is something you need to report to the author of that software.

4071  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 09, 2017, 09:25:58 PM
I think the Claymore miner isn't reporting the GPU status in some scenarios. I've seen that behavior before. Could you provide the API report for this miner and I can verify it. You will find it in the toolbar: Tools -> API Report. If you switch to the new System-tab, can you see any GPU status there?

I looked on the remote machine and the remote agent version was 2.2
Thinking that maybe it was too old I grabbed the newest version - 2.4.2 - but this didn't fix it.

It still shows up like this:

screen shot:

i.e. Mining (68/0/0/0 °C)

Claymore version is 9.3

the new System-tab comes up completely blank - no information on it.


Here is the API Report:

Version: 2.9.5
API command: miner_getstat1
{
  "result": [
    "9.1 - ETH",
    "185",
    "103928;290;0",
    "25661;26083;26091;26091",
    "0;0;0",
    "off;off;off;off",
    "70;31",
    "us2.ethermine.org:4444",
    "0;0;0;0"
  ],
  "id": 0,
  "error": null
}
Thanks for providing these details. From the API report it's clearly a problem in the Claymore miner, as it only reports the status of a single GPU. "70;31" indicates GPU#0 temperature 70 and GPU0 Fan speed: 31%. If you have multiple GPU's those values should also be reported by the Claymore miner, but they are not.

I can also see that you are running Awesome Miner main application version 2.9.5. Then you should use the same version of the Remote Agent, also 2.9.5. You can download Remote Agent 2.9.5 manually from here if you was unable to upgrade it from the software:
http://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi

After applying this version, please check the System tab again.
4072  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 08, 2017, 08:36:15 PM
Couple weird ass sugestions that would be useful, some take more work then others.

There needs to be a way to see when a rig locks up after applying a OC. You can do this manually right now, but say if a rig starts locking up/rebooting/going offline after clocks change maybe highlight it in red or something. Some sort of management feature for outlining problematic rigs.

A local mining stratum, along with the earlier mentioned solo mining pool. There are a few different ones available. Stratehm is a popular and available one to consider integrating. This is important for wallet mining and also for large scale mining on outside pools.
These are good points. About highlighting problematic miners, it could probably be solved by using the Rules.
Triggers:
- Offline detection: If the miner becomes offline because of restart or not responding
OR
- Accept Progress: If number of Accepted shares has been unchanged for example 5 minutes (or any number of minutes between 1 - 10)
Action: Highlight Miner -> Red

A miner that is rebooting will show up with some red status text in the Status column even without any rules configured.

About a built-in stratum - yes, I've had this on my list of things to investigate for future releases. I agree that it would make sense for larger installations.
4073  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 08, 2017, 08:28:21 PM
How do I get the other card's temps to show up?
They are four RX480 cards mining Eth with Claymore and I can see the temps of all 4 in afterburner but only card 1 is showing in awesome miner.

Screen shot:

Another rig with two GTX cards in it shows the temperatures for each card fine.
I think the Claymore miner isn't reporting the GPU status in some scenarios. I've seen that behavior before. Could you provide the API report for this miner and I can verify it. You will find it in the toolbar: Tools -> API Report. If you switch to the new System-tab, can you see any GPU status there?



- Display of exchange rates for the 4 most popular coins in the status bar

Awesome feature!  but trying to ride white text on light blue is impossible if in the "Black" Theme

screen capture to show:

cheers!
I will try to address that one.
4074  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 08, 2017, 08:25:12 PM
Is there any way of increasing the AM text size? I know I could use the Windows "Ease of Access" Magnifier tool, but that is a pain in the @ss to use and makes the magnifier more difficult than it's worth.

Is there any way currently to increase the Awesome Miner text size or is that something that could be addressed in future releases?

Thanks again for a great app and I'm sure if there is a way to make the GUI easier to see for us older folks, you will figure out a way!
Thanks for the nice feedback. It's currently not possible to change the font size. I do have a note about this request, so it's not forgotten.
4075  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 06, 2017, 02:40:07 PM
Awesome Miner development release v2.9.5 (preview of v3.0)

Read this post about the v3.0 previews in general:
https://bitcointalk.org/index.php?topic=676942.msg18621070#msg18621070

Please make sure to run the same version of both Awesome Miner and the Remote Agent.

New in v2.9.5:
- Display of exchange rates for the 4 most popular coins in the status bar
- With a new setting, all the profit switching pools (NiceHash, Zpool) can be accessed from any miner, to make it easier to use the same pool configuration for non-profit switching miners as well.
- Beta-level support for Excavator miner. Mining statistics are limited due to limited API.
4076  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 05, 2017, 09:16:00 PM
In those cases I have to reboot the rig, but unfortunately sometimes not all GPUs start hashing after start of CM. CM states that the GPU hangs in OpenCL call and watchdog restarts CM which can also lead to the screen above.
I do have this problem on all my rigs, so I would appreciate any idea that might help.

It would also be an option if Awesome Miner could monitor the miner if it is still hashing and, if it is not, reboot the whole Rig (since this seems to be the only way to solve this I think). Currently I am rebooting manually, up to 10 times until all cards are hashing and I do not get a watchdog restart due to the watchdog.
From an Awesome Miner point of view, you should be able to use the Rules (Options dialog, Rules section) for this. If no GPU at all is hashing it would be possible to use the "Accept progress" rule that takes care of the scenario where the number of Accepted shares isn't increasing. If only a few GPU's are hashing, it should be indicated on the hashrate in some way. You can then use the Check Statistics trigger with property "Hashrate 5s" to define multiple checkmarks for the hashrate. If current, 1 min ago, 2 min ago hashrates are all below a certain level you could trigger an Action. The action can be a reboot.

When looking at the statistics reported to Awesome Miner, how do you see that Claymore isn't operating as it should? Is it only that the hashrate is lower than it should?

Hello patrike,
thank you for your response. Unfortunately I have not found a good way yet, so let me describe more detailed what happened.
I do start Claymore Miner (CM) using Awesome Miner (AM), I did this without additional parameters (set by me).
Normally the software starts hashing, but often not all GPUs can be initiated and fail on OpenCL initialization. Since CM has a watchdog by default it restarts the software.
When this happens it comes to the screen posted before, it gets stuck on starting CM even before one single package has been submitted. Actually I do not think that this is a state I can access the rules with, right? If there is a way please let me know, this would be my preferred way.
When the Claymore Miner is hanging at startup, has it initialized the API or is it indicated as "Interface offline" in Awesome Miner?
If the API is up, you should be able to use rules like "Accept progress" to detect that Accepted shares doesn't increase.
If the API isn't running (Interface offline), you have a rule for "Offline detection". That one should be able to detect disconnected API's on a Managed Miner that is indicating "Mining - Interface offline". If the interface is offline for more than 2 minutes - it could be a sign that the miner isn't working as it should.
4077  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: May 05, 2017, 09:05:12 PM
Wow, I will definately be trying out your program over the next week when I get some time off work. Very slick looking! Great work!
Thanks! Please let me know your feedback once you started using the application as well.

Downloading now, If I get some time this evening I will install and test on some older gear including USBs, S1 and GPUs. Does it support both LTC and BTC mode on the Gridseed 5 chip miners, I have one of those aswell - if it does dual mining that would be cool as.
Awesome Miner will support ASIC's with network API's like Antminers S1-S9 and also GPU mining. For Gridseed 5, that one requires cgminer to be running on your computer to control it - right? Awesome Miner doesn't give much help here, other than allowing you to select cgminer as mining software and then you have to put in the command line yourself. Once cgminer is running, Awesome Miner should be able to monitor it using the API
4078  Alternate cryptocurrencies / Mining (Altcoins) / Re: excavator by NiceHash - multi-algorithm advanced NVIDIA CUDA miner [1.1.4a] on: May 04, 2017, 08:20:09 PM
Excavator's API has a pretty interesting minimalist design philosophy, which is refreshingly different from sgminer etc.
Hi,
I had a quick look at the API of the current release 1.1.4a and although I understand this is just the very beginning, there are some concepts that can be improved. Maybe you are already planning these kind of changes for the 1.2 release? It would also be interesting to learn more about what kind of problems you are addressing by aiming for having an API design that is different from sgminer.

You are for example providing "accepted_per_minute" but no total number of accepted. Accepted Per Minute is actually not very usable for monitoring applications, because you typically want to measure how the value for Accepted is increasing or if it stays the same for a longer period of time. In general it's often better to provide the raw values in the API, instead of hiding the information by grouping it per minute or similar.

I've consumed a number of different mining software API's during the development of Awesome Miner, so if I can be of any help reviewing the API design, please let me know.
Thanks!

We are talking about very different API here. You may be used to API that allows you to set pool, but no mining sw currently available allows you to turn devices on/off, turn algorithms on/off and the ability to create multialgorithm mining the way you like it with combination of any algorithms you like. Oh and here comes also the ability to fine tune OC parameters of every single GPU. So... basically, everything you need and no more miner restarts. When it comes to monitoring data you are speaking of, that is just a tip of the iceberg and nothing hard to add; we will take care of that too.
Thanks for the update. cgminer/sgminer do have API's to enable/disable devices and set clocking per GPU, but of course not all the other features you list. I'm looking forward to follow the development of this miner - the concepts sounds interesting.
4079  Alternate cryptocurrencies / Mining (Altcoins) / Re: excavator by NiceHash - multi-algorithm advanced NVIDIA CUDA miner [1.1.4a] on: May 04, 2017, 06:08:35 PM
Excavator's API has a pretty interesting minimalist design philosophy, which is refreshingly different from sgminer etc.
Hi,
I had a quick look at the API of the current release 1.1.4a and although I understand this is just the very beginning, there are some concepts that can be improved. Maybe you are already planning these kind of changes for the 1.2 release? It would also be interesting to learn more about what kind of problems you are addressing by aiming for having an API design that is different from sgminer.

You are for example providing "accepted_per_minute" but no total number of accepted. Accepted Per Minute is actually not very usable for monitoring applications, because you typically want to measure how the value for Accepted is increasing or if it stays the same for a longer period of time. In general it's often better to provide the raw values in the API, instead of hiding the information by grouping it per minute or similar.

I've consumed a number of different mining software API's during the development of Awesome Miner, so if I can be of any help reviewing the API design, please let me know.
Thanks!
4080  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.3 (Windows/Linux) on: May 03, 2017, 03:42:12 PM
I think I have identified a problem in the API output of the miner. When I'm running it on my system where I have one AMD and one nVidia card, I get the following temperature and fan reading from the API:
"79;4772;59"

The expected output should be on the format GPU#0 Temp; GPU#0 Fan; GPU#1 Temp; GPU#1 Fan
"79;47;72;59"

The result is that Awesome Miner doesn't display the correct temperature and fan information when mining.
Pages: « 1 ... 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 198 199 200 201 202 203 [204] 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!