Author

Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners - page 191. (Read 703563 times)

jr. member
Activity: 756
Merit: 2
https://dl.dropboxusercontent.com/s/6o2i39gufuevpnt/Captura%20de%20pantalla%202019-03-27%20a%20las%2021.07.31.png


http://explore.placeh.io:8080/api/getdifficulty

I have this fault, which is foreign to AM. It is to obtain the difficulty of a coin. If you run the url in a browser it looks good, but then in AM you see that it also gets the Google Analytics code, Google's free statistics system

But the first line corresponds to the difficulty. I leave it to you in case there is some easy way that you can solve it, as some option to just read the first line, or ignore a scrypt if it has "google" inside as a name. Any option is valid.

This being very useful, there are coins that according to the providers to the explorer there a huge difference. The most realistic difficulty data apart from the explorer, is WTM.

I hope something can be done.
jr. member
Activity: 756
Merit: 2
@PAtrike   Now we can even add new coins, obtaining price and difficulty by api URL. But there is one thing that we can not define and that is as easy as putting an extra field. THE blocktime. It is important because it determines how many blocks a day are generated and I suppose it would be important for AM calculations.

If I could add that simple field, we can now add coins directly as before with AM CU.

I feel like I'm always asking for something ...
jr. member
Activity: 756
Merit: 2
Version 6.2.9 (Development preview of 6.3)

 ASIC mining
  - Updates to Antminer T15 support to include temperatures
 Features
  - Define custom data sources for coin properties; Difficulty, Block Reward and Exchange rate. Use expressions to load values from any JSON data source.
  - Reboot button in main toolbar will be available for External Miners as well, performing a reboot over SSH
  - Custom filter expressions configurable per User Group when accessing the local web interface
 User interface
  - Coins with modified properties will be indicated with a blue color for the coin name on the Coins tab, even when running in Compact List mode
  - Updated coin images
 Integration
  - Adjustments to CuckaRoo29s calculations
  - Adjustments to new API for CoinCalculators.io
  - Updated Exp. Factor for ARRR coin
 Mining softare
  - PhoenixMiner 4.2c, including ProgPow support
  - TT-Miner 2.2.0
 Corrections
  - The combinaton of using CoinCalculators.io, non-default exchange rate mode and exchange filtering could result in incorrect exchange rate for BTC.
  - Correction to JCE GPU Miner selection of GPUs to use
  - Correction to Bminer command line for specific combinations of pool algorithms
  - Improved detection of mining software crashes and recovery for the Managed Profit Switcher

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:
https://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
https://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi


Totally awesome. We already have an online document with the URLS and the name Json to extract the difficulties and also of many currencies the price of the exchange.

It's a big change, more complex than I suggested, but more complete. I already have about 20 personalized coins, being able to read the difficulty in real time gives me an advantage without delay.

Thank you very much for attending to the requests of the users.

I have noticed that there is no option to add the URL for nethash, it would be perfect. While you do not have it, you will read it from the provider.
Thanks for the nice feedback on this new feature.

Nethash has never been configurable for a coin in Awesome Miner because it isn't used for the revenue calculations. It can however be a good insight when mining, especially now when coin properties can be dynamically updated with custom data sources. I understand your point that Nethash also could make sense to support.

IF it is not used then better. But it is informative to see the health of the currency, to see how much hash there is and to determine if it is worthwhile to enter, or simply to observe its change.

IF it is not fundamental for the currency, do not bother. I am really grateful and enjoying the personalized data, some currencies change very fast and to enter before to mine it that other bots that are based on Yiimp data is already an advantage. With this we already have control of the coins that we mine. And also to be able to mix data taking them from other suppliers. There are coins that your Explorer does not show in difficulty, because they do not have API, so I get it from CC, but I use the CTM prices. Yes, you have made my mining group very happy and personally, we already have some 50 custom coins

A detail, in the update says that coins with something modified would be marked in blue or something similar. I do not see that, even to a currency that I have put the price by hand, does not mark anything in the list of coins that tell me that it is modified. I say it to review it, I am more than happy with everything else.
jr. member
Activity: 58
Merit: 5
Hi Patrike,

I'm trying to write a custom C# Script that sends a "reboot by IP" request. What is the way to get the host IP of a host that has triggered a Rule? Is it included in List?

I need to run a Script like this:

Code:
using System.Text;
using System.Net;
using System.Collections.Specialized;

public class ActionScript
{
private ContextProvider Context = ScriptManager.Context;

public bool Execute(List list)
{
foreach (var miner in list)
{
String ipToReset = // I need the IP of the miner that has triggered the rule or its host name

using (var wb = new WebClient())
            {
                var response = wb.DownloadString("http://xxx.xxx.xxx.xxx:xxx/?IP=" + ipToReset + "&RESET=");
            }
}
return true;
}
}
jr. member
Activity: 348
Merit: 5
Version 6.2.9 (Development preview of 6.3)

...

Thank you Patrike for the dynamic coin properties update feature, it's simply amazing! Going to test it out for a few days and see if it have significant effect on mining efficiency/luck, will let you know! Wink
legendary
Activity: 3346
Merit: 1094
Version 6.2.9 (Development preview of 6.3)

 ASIC mining
  - Updates to Antminer T15 support to include temperatures
 Features
  - Define custom data sources for coin properties; Difficulty, Block Reward and Exchange rate. Use expressions to load values from any JSON data source.
  - Reboot button in main toolbar will be available for External Miners as well, performing a reboot over SSH
  - Custom filter expressions configurable per User Group when accessing the local web interface
 User interface
  - Coins with modified properties will be indicated with a blue color for the coin name on the Coins tab, even when running in Compact List mode
  - Updated coin images
 Integration
  - Adjustments to CuckaRoo29s calculations
  - Adjustments to new API for CoinCalculators.io
  - Updated Exp. Factor for ARRR coin
 Mining softare
  - PhoenixMiner 4.2c, including ProgPow support
  - TT-Miner 2.2.0
 Corrections
  - The combinaton of using CoinCalculators.io, non-default exchange rate mode and exchange filtering could result in incorrect exchange rate for BTC.
  - Correction to JCE GPU Miner selection of GPUs to use
  - Correction to Bminer command line for specific combinations of pool algorithms
  - Improved detection of mining software crashes and recovery for the Managed Profit Switcher

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:
https://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
https://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi


Totally awesome. We already have an online document with the URLS and the name Json to extract the difficulties and also of many currencies the price of the exchange.

It's a big change, more complex than I suggested, but more complete. I already have about 20 personalized coins, being able to read the difficulty in real time gives me an advantage without delay.

Thank you very much for attending to the requests of the users.

I have noticed that there is no option to add the URL for nethash, it would be perfect. While you do not have it, you will read it from the provider.
Thanks for the nice feedback on this new feature.

Nethash has never been configurable for a coin in Awesome Miner because it isn't used for the revenue calculations. It can however be a good insight when mining, especially now when coin properties can be dynamically updated with custom data sources. I understand your point that Nethash also could make sense to support.
legendary
Activity: 3346
Merit: 1094
Version 6.2.9 (Development preview of 6.3)

 Mining softare
  - PhoenixMiner 4.2c, including ProgPow support
  - TT-Miner 2.2.0
the auto-generated config for PhoenixMiner+ProgPoW sets wrong protocol type for the pool.

Code:
POOL: stratum+tcp://progpow.mine.zergpool.com:3200, WALLET: wallet, PSW: c=BTC, PROTO: 2, ALLPOOLS: 1
PROTO value should be set to 1 here, also COIN: bci should be added.
Thanks for the feedback. I will update Awesome Miner to automatically set these pool properties for Zergpool and ProgPow.
jr. member
Activity: 756
Merit: 2
Version 6.2.9 (Development preview of 6.3)

 ASIC mining
  - Updates to Antminer T15 support to include temperatures
 Features
  - Define custom data sources for coin properties; Difficulty, Block Reward and Exchange rate. Use expressions to load values from any JSON data source.
  - Reboot button in main toolbar will be available for External Miners as well, performing a reboot over SSH
  - Custom filter expressions configurable per User Group when accessing the local web interface
 User interface
  - Coins with modified properties will be indicated with a blue color for the coin name on the Coins tab, even when running in Compact List mode
  - Updated coin images
 Integration
  - Adjustments to CuckaRoo29s calculations
  - Adjustments to new API for CoinCalculators.io
  - Updated Exp. Factor for ARRR coin
 Mining softare
  - PhoenixMiner 4.2c, including ProgPow support
  - TT-Miner 2.2.0
 Corrections
  - The combinaton of using CoinCalculators.io, non-default exchange rate mode and exchange filtering could result in incorrect exchange rate for BTC.
  - Correction to JCE GPU Miner selection of GPUs to use
  - Correction to Bminer command line for specific combinations of pool algorithms
  - Improved detection of mining software crashes and recovery for the Managed Profit Switcher

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:
https://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
https://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi


Totally awesome. We already have an online document with the URLS and the name Json to extract the difficulties and also of many currencies the price of the exchange.

It's a big change, more complex than I suggested, but more complete. I already have about 20 personalized coins, being able to read the difficulty in real time gives me an advantage without delay.

Thank you very much for attending to the requests of the users.

I have noticed that there is no option to add the URL for nethash, it would be perfect. While you do not have it, you will read it from the provider.
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490



Then learn more, read the awesomeminer documentation. 30 to 40 reboots lol XD

Awesomeminer save so much time for me, but you have to understand what you are doing there.

i have a few times - and the reboots are because AM looses connection to miners - it happened a number of months ago and then stopped after a later update. and has not done it since the last update. but now since the last update - after I changed nothing - it looses connections to miners nearly every 20 to 30 minutes sometimes longer sometimes sooner.
jr. member
Activity: 238
Merit: 3
Version 6.2.9 (Development preview of 6.3)

 Mining softare
  - PhoenixMiner 4.2c, including ProgPow support
  - TT-Miner 2.2.0
the auto-generated config for PhoenixMiner+ProgPoW sets wrong protocol type for the pool.

Code:
POOL: stratum+tcp://progpow.mine.zergpool.com:3200, WALLET: wallet, PSW: c=BTC, PROTO: 2, ALLPOOLS: 1
PROTO value should be set to 1 here, also COIN: bci should be added.
legendary
Activity: 3346
Merit: 1094
Version 6.2.9 (Development preview of 6.3)

 ASIC mining
  - Updates to Antminer T15 support to include temperatures
 Features
  - Define custom data sources for coin properties; Difficulty, Block Reward and Exchange rate. Use expressions to load values from any JSON data source.
  - Reboot button in main toolbar will be available for External Miners as well, performing a reboot over SSH
  - Custom filter expressions configurable per User Group when accessing the local web interface
 User interface
  - Coins with modified properties will be indicated with a blue color for the coin name on the Coins tab, even when running in Compact List mode
  - Updated coin images
 Integration
  - Adjustments to CuckaRoo29s calculations
  - Adjustments to new API for CoinCalculators.io
  - Updated Exp. Factor for ARRR coin
 Mining softare
  - PhoenixMiner 4.2c, including ProgPow support
  - TT-Miner 2.2.0
 Corrections
  - The combinaton of using CoinCalculators.io, non-default exchange rate mode and exchange filtering could result in incorrect exchange rate for BTC.
  - Correction to JCE GPU Miner selection of GPUs to use
  - Correction to Bminer command line for specific combinations of pool algorithms
  - Improved detection of mining software crashes and recovery for the Managed Profit Switcher

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:
https://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
https://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi
legendary
Activity: 3346
Merit: 1094
also how do i specify different power consumption rates for different miners - when i change it for one asic it changes it for all my asics and they do not all have the same power consumption

You must create different profit profiles.

i have tried - each time leads to me just screwing something up - I am too ignorant in how this works I think.

i also am having so many issues with cloud services due to that the software keeps requiring me to reboot (30 to 40 a day) my miners just to keep them showing up. I had hoped the software would save time of using google remote desktop to view the miners directly -- works perfectly but requires looking at each one separately so time consuming. but I think it might require less time the reboots. the reboots also lead to considerable down time which is a loss of revenue/profit as miner is working but not hashing during reboot (miners are working while AM reports them as offline)
1) You can define one more Profit Profile in the Options dialog, Profit Profile section. If you create a profile called "Antminer S9" for example, you can enter your hashrate and power usage in this profile. Later on you can right click on a miner and select Properties, where you can set the Profile Profile to be the newly created "Antminer S9" profile.
You can of course assign many miners to use the same Profit Profile, as long as they have similar hashrate and power usage.

2) For the Antminer issues you have reported earlier, my recommendation is still to use the Diagnostics feature and check out if the issue could be the pool as suggested by the troubleshooting guide:
https://support.awesomeminer.com/support/solutions/articles/35000094734-troubleshooting-antminer-and-asic-miners

I fully understand that it can be annoying run into these problems, but it's always a good idea to confirm the exact issue to begin with. Based on your description so far, it sounds like the Antminer monitoring interface isn't responding after a while, but it would be good to get a confirmation on that.
member
Activity: 1558
Merit: 69
also how do i specify different power consumption rates for different miners - when i change it for one asic it changes it for all my asics and they do not all have the same power consumption

You must create different profit profiles.

i have tried - each time leads to me just screwing something up - I am too ignorant in how this works I think.

i also am having so many issues with cloud services due to that the software keeps requiring me to reboot (30 to 40 a day) my miners just to keep them showing up. I had hoped the software would save time of using google remote desktop to view the miners directly -- works perfectly but requires looking at each one separately so time consuming. but I think it might require less time the reboots. the reboots also lead to considerable down time which is a loss of revenue/profit as miner is working but not hashing during reboot (miners are working while AM reports them as offline)

Then learn more, read the awesomeminer documentation. 30 to 40 reboots lol XD

Awesomeminer save so much time for me, but you have to understand what you are doing there.
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
also how do i specify different power consumption rates for different miners - when i change it for one asic it changes it for all my asics and they do not all have the same power consumption

You must create different profit profiles.

i have tried - each time leads to me just screwing something up - I am too ignorant in how this works I think.

i also am having so many issues with cloud services due to that the software keeps requiring me to reboot (30 to 40 a day) my miners just to keep them showing up. I had hoped the software would save time of using google remote desktop to view the miners directly -- works perfectly but requires looking at each one separately so time consuming. but I think it might require less time the reboots. the reboots also lead to considerable down time which is a loss of revenue/profit as miner is working but not hashing during reboot (miners are working while AM reports them as offline)
legendary
Activity: 3346
Merit: 1094
PAtrike this like crazy waiting for your update, where we can specify the url of the Explorer and get the direct difficulty. Today I have been mining a coin, which days ago if the difficulty worked well, but today it stops at a predetermined value and the profit is very high. I have mined badly, that coin has been put and then the difficulty with the coin explorer was more than double

I hope you give priority to that new function, because it is sorely needed. Any function that helps obtain such fundamental data well, will be a great improvement. And I think that right now is the most important for AM, from my point of view.
There will be a development release with the new Dynamic Update feature for Coin Properties - it's not that far away now.

You will find the documentation here:
https://support.awesomeminer.com/support/solutions/articles/35000115480-load-coin-properties-from-a-custom-source

For what I read in documentation, there will not be as you indicated above to be able to add an Explorer url or at least the most popular, to read directly the difficulty in real time there. That would be a very important point.

I mention it because you commented it like that before. There is nothing better than reading the difficulty without delay in the explorer of each coin
example

http://explorer.choosebitcash.com/api/getdifficulty

for me there is no better data provider, the vast majority use Inquidus as the default browser. It would be nice to add the difficulty of this source. Because although CC is more accurate than CTM at this point, nothing is more immediate and real than reading the difficulty of the coin explorer. I know that in all you can not do it because of the type of explorer you use, but in 80 or 90% of the coins you can do it.

What changes the most fundamental data is the difficulty, this data to obtain it directly is a very good bonus. I hope everything can be done from the panel and are not options just for the api.
This is fully supported. This is referred to as a "plain value" in the documentation. You can simply enter a URL like the one above and you don't have to enter anything else - and Awesome Miner will load the difficulty based on the response.

Awesome Miner do however not provide any of these URL's for you - you still need to find a data source and then enter the URL in Awesome Miner.

You are correct that the documentation didn't have any specific example for this scenario, so I will add that as well. Please see the updates on the same documentation link. Thanks for your feedback!

GRacias Patrike. If you do not worry, I'm not maimed, I'll set up the explorer's urls. I use intensely AM.

How much more or less do you think that will launch this update?
A development release will be available within the next 1 - 2 hours.
legendary
Activity: 3346
Merit: 1094
T15 API log
Thanks for sharing the details. I will include an update for this in the next release.
member
Activity: 1558
Merit: 69
also how do i specify different power consumption rates for different miners - when i change it for one asic it changes it for all my asics and they do not all have the same power consumption

You must create different profit profiles.
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
also how do i specify different power consumption rates for different miners - when i change it for one asic it changes it for all my asics and they do not all have the same power consumption
jr. member
Activity: 756
Merit: 2
PAtrike this like crazy waiting for your update, where we can specify the url of the Explorer and get the direct difficulty. Today I have been mining a coin, which days ago if the difficulty worked well, but today it stops at a predetermined value and the profit is very high. I have mined badly, that coin has been put and then the difficulty with the coin explorer was more than double

I hope you give priority to that new function, because it is sorely needed. Any function that helps obtain such fundamental data well, will be a great improvement. And I think that right now is the most important for AM, from my point of view.
There will be a development release with the new Dynamic Update feature for Coin Properties - it's not that far away now.

You will find the documentation here:
https://support.awesomeminer.com/support/solutions/articles/35000115480-load-coin-properties-from-a-custom-source

For what I read in documentation, there will not be as you indicated above to be able to add an Explorer url or at least the most popular, to read directly the difficulty in real time there. That would be a very important point.

I mention it because you commented it like that before. There is nothing better than reading the difficulty without delay in the explorer of each coin
example

http://explorer.choosebitcash.com/api/getdifficulty

for me there is no better data provider, the vast majority use Inquidus as the default browser. It would be nice to add the difficulty of this source. Because although CC is more accurate than CTM at this point, nothing is more immediate and real than reading the difficulty of the coin explorer. I know that in all you can not do it because of the type of explorer you use, but in 80 or 90% of the coins you can do it.

What changes the most fundamental data is the difficulty, this data to obtain it directly is a very good bonus. I hope everything can be done from the panel and are not options just for the api.
This is fully supported. This is referred to as a "plain value" in the documentation. You can simply enter a URL like the one above and you don't have to enter anything else - and Awesome Miner will load the difficulty based on the response.

Awesome Miner do however not provide any of these URL's for you - you still need to find a data source and then enter the URL in Awesome Miner.

You are correct that the documentation didn't have any specific example for this scenario, so I will add that as well. Please see the updates on the same documentation link. Thanks for your feedback!

GRacias Patrike. If you do not worry, I'm not maimed, I'll set up the explorer's urls. I use intensely AM.

How much more or less do you think that will launch this update?
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
T15 API log
Code:
Version: 6.2.8
API command: config
{
  "STATUS": [
    {
      "STATUS": "E",
      "When": 1553598484,
      "Code": 45,
      "Msg": "Access denied to 'config' command",
      "Description": "cgminer 4.9.0"
    }
  ],
  "id": 1
}
API command: summary
{
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1553598484,
      "Code": 11,
      "Msg": "Summary",
      "Description": "cgminer 4.9.0"
    }
  ],
  "SUMMARY": [
    {
      "Elapsed": 52069,
      "GHS 5s": "23726.76",
      "GHS av": 23364.39,
      "Found Blocks": 0,
      "Getworks": 1724,
      "Accepted": 14855,
      "Rejected": 82,
      "Hardware Errors": 2723,
      "Utility": 17.12,
      "Discarded": 27700,
      "Stale": 113,
      "Get Failures": 4,
      "Local Work": 4463721,
      "Remote Failures": 4,
      "Network Blocks": 90,
      "Total MH": 1216536919506.0,
      "Work Utility": 327011.06,
      "Difficulty Accepted": 282197809.0,
      "Difficulty Rejected": 1587839.0,
      "Difficulty Stale": 0.0,
      "Best Share": 744156028,
      "Device Hardware%": 0.001,
      "Device Rejected%": 0.5595,
      "Pool Rejected%": 0.5595,
      "Pool Stale%": 0.0,
      "Last getwork": 1553598483
    }
  ],
  "id": 1
}
API command: privileged
{
  "STATUS": [
    {
      "STATUS": "E",
      "When": 1553598484,
      "Code": 45,
      "Msg": "Access denied to 'privileged' command",
      "Description": "cgminer 4.9.0"
    }
  ],
  "id": 1
}
API command: devs
{
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1553598484,
      "Code": 9,
      "Msg": "1 ASC(s)",
      "Description": "cgminer 4.9.0"
    }
  ],
  "DEVS": [
    {
      "ASC": 0,
      "Name": "BTM_SOC",
      "ID": 0,
      "Enabled": "Y",
      "Status": "Alive",
      "Temperature": 0.0,
      "MHS av": 23363938.61,
      "MHS 5s": 22896685.61,
      "Accepted": 14855,
      "Rejected": 82,
      "Hardware Errors": 2723,
      "Utility": 17.12,
      "Last Share Pool": 0,
      "Last Share Time": 1553598480,
      "Total MH": 1216536919506.0,
      "Diff1 Work": 0,
      "Difficulty Accepted": 282197809.0,
      "Difficulty Rejected": 1587839.0,
      "Last Share Difficulty": 19960.0,
      "Last Valid Work": 1553598480,
      "Device Hardware%": 100.0,
      "Device Rejected%": 0.0,
      "Device Elapsed": 52069
    }
  ],
  "id": 1
}
API command: pools
{
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1553598484,
      "Code": 7,
      "Msg": "3 Pool(s)",
      "Description": "cgminer 4.9.0"
    }
  ],
  "POOLS": [
    {
      "POOL": 0,
      "URL": "stratum+tcp://nya.kano.is:3333",
      "Status": "Alive",
      "Priority": 0,
      "Quota": 1,
      "Long Poll": "N",
      "Getworks": 1703,
      "Accepted": 14694,
      "Rejected": 81,
      "Discarded": 27560,
      "Stale": 109,
      "Get Failures": 4,
      "Remote Failures": 4,
      "User": "MoparMiningLLC.005",
      "Last Share Time": "0:00:04",
      "Diff": "20K",
      "Diff1 Shares": 0,
      "Proxy Type": "",
      "Proxy": "",
      "Difficulty Accepted": 280343569.0,
      "Difficulty Rejected": 1583743.0,
      "Difficulty Stale": 0.0,
      "Last Share Difficulty": 19960.0,
      "Has Stratum": true,
      "Stratum Active": true,
      "Stratum URL": "nya.kano.is",
      "Has GBT": false,
      "Best Share": 744156028,
      "Pool Rejected%": 0.5618,
      "Pool Stale%": 0.0
    },
    {
      "POOL": 1,
      "URL": "stratum+tcp://us-east.stratum.slushpool.com:3333",
      "Status": "Alive",
      "Priority": 1,
      "Quota": 1,
      "Long Poll": "N",
      "Getworks": 15,
      "Accepted": 63,
      "Rejected": 0,
      "Discarded": 72,
      "Stale": 4,
      "Get Failures": 0,
      "Remote Failures": 0,
      "User": "Moparminer.005",
      "Last Share Time": "0:09:15",
      "Diff": "26.2K",
      "Diff1 Shares": 0,
      "Proxy Type": "",
      "Proxy": "",
      "Difficulty Accepted": 1166112.0,
      "Difficulty Rejected": 0.0,
      "Difficulty Stale": 0.0,
      "Last Share Difficulty": 26248.0,
      "Has Stratum": true,
      "Stratum Active": false,
      "Stratum URL": "",
      "Has GBT": false,
      "Best Share": 1501832,
      "Pool Rejected%": 0.0,
      "Pool Stale%": 0.0
    },
    {
      "POOL": 2,
      "URL": "stratum+tcp://bitcoin.viabtc.com:3333",
      "Status": "Alive",
      "Priority": 2,
      "Quota": 1,
      "Long Poll": "N",
      "Getworks": 6,
      "Accepted": 98,
      "Rejected": 1,
      "Discarded": 68,
      "Stale": 0,
      "Get Failures": 0,
      "Remote Failures": 0,
      "User": "moparminingllc.005",
      "Last Share Time": "12:20:55",
      "Diff": "32.8K",
      "Diff1 Shares": 0,
      "Proxy Type": "",
      "Proxy": "",
      "Difficulty Accepted": 688128.0,
      "Difficulty Rejected": 4096.0,
      "Difficulty Stale": 0.0,
      "Last Share Difficulty": 32768.0,
      "Has Stratum": true,
      "Stratum Active": false,
      "Stratum URL": "",
      "Has GBT": false,
      "Best Share": 655283,
      "Pool Rejected%": 0.5917,
      "Pool Stale%": 0.0
    }
  ],
  "id": 1
}
API command: coin
{
  "STATUS": [
    {
      "STATUS": "E",
      "When": 1553598484,
      "Code": 45,
      "Msg": "Access denied to 'coin' command",
      "Description": "cgminer 4.9.0"
    }
  ],
  "id": 1
}
API command: stats
{
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1553598484,
      "Code": 70,
      "Msg": "CGMiner stats",
      "Description": "cgminer 4.9.0"
    }
  ],
  "STATS": [
    {
      "BMMiner": "4.9.0",
      "Miner": "13.16394.1.3",
      "CompileTime": "Tue Dec 18 11:04:09 CST 2018",
      "Type": "Antminer T15"
    },
    {
      "STATS": 0,
      "ID": "BTM_SOC0",
      "Elapsed": 52069,
      "Calls": 0,
      "Wait": 0.0,
      "Max": 0.0,
      "Min": 99999999.0,
      "GHS 5s": "23726.76",
      "GHS av": 23364.39,
      "Voltage": "19.50",
      "Mode": "H",
      "miner_count": 3,
      "frequency": "",
      "freq1": "496",
      "freq2": "525",
      "freq3": "504",
      "freq4": "0",
      "freq5": "0",
      "freq6": "0",
      "freq7": "0",
      "freq8": "0",
      "fan_num": 2,
      "fan1": 4800,
      "fan2": 4800,
      "fan3": 0,
      "fan4": 0,
      "fan5": 0,
      "fan6": 0,
      "fan7": 0,
      "fan8": 0,
      "temp_num": 3,
      "temp1": 52,
      "temp2": 55,
      "temp3": 52,
      "temp4": 0,
      "temp5": 0,
      "temp6": 0,
      "temp7": 0,
      "temp8": 0,
      "temp9": 0,
      "temp10": 0,
      "temp11": 0,
      "temp12": 0,
      "temp13": 0,
      "temp14": 0,
      "temp15": 0,
      "temp16": 0,
      "temp2_1": 48,
      "temp2_2": 52,
      "temp2_3": 47,
      "temp2_4": 0,
      "temp2_5": 0,
      "temp2_6": 0,
      "temp2_7": 0,
      "temp2_8": 0,
      "temp2_9": 0,
      "temp2_10": 0,
      "temp2_11": 0,
      "temp2_12": 0,
      "temp2_13": 0,
      "temp2_14": 0,
      "temp2_15": 0,
      "temp2_16": 0,
      "temp3_1": 67,
      "temp3_2": 69,
      "temp3_3": 64,
      "temp3_4": 0,
      "temp3_5": 0,
      "temp3_6": 0,
      "temp3_7": 0,
      "temp3_8": 0,
      "temp3_9": 0,
      "temp3_10": 0,
      "temp3_11": 0,
      "temp3_12": 0,
      "temp3_13": 0,
      "temp3_14": 0,
      "temp3_15": 0,
      "temp3_16": 0,
      "temp_pcb1": "33-52-33-52",
      "temp_pcb2": "37-54-37-55",
      "temp_pcb3": "32-49-33-52",
      "temp_pcb4": "-",
      "temp_pcb5": "-",
      "temp_pcb6": "-",
      "temp_pcb7": "-",
      "temp_pcb8": "-",
      "temp_pcb9": "-",
      "temp_pcb10": "-",
      "temp_pcb11": "-",
      "temp_pcb12": "-",
      "temp_pcb13": "-",
      "temp_pcb14": "-",
      "temp_pcb15": "-",
      "temp_pcb16": "-",
      "temp_chip1": "48-67-48-67",
      "temp_chip2": "52-69-52-70",
      "temp_chip3": "47-64-48-67",
      "temp_chip4": "-",
      "temp_chip5": "-",
      "temp_chip6": "-",
      "temp_chip7": "-",
      "temp_chip8": "-",
      "temp_chip9": "-",
      "temp_chip10": "-",
      "temp_chip11": "-",
      "temp_chip12": "-",
      "temp_chip13": "-",
      "temp_chip14": "-",
      "temp_chip15": "-",
      "temp_chip16": "-",
      "freq_avg1": 0.0,
      "freq_avg2": 0.0,
      "freq_avg3": 0.0,
      "freq_avg4": 0.0,
      "freq_avg5": 0.0,
      "freq_avg6": 0.0,
      "freq_avg7": 0.0,
      "freq_avg8": 0.0,
      "freq_avg9": 0.0,
      "freq_avg10": 0.0,
      "freq_avg11": 0.0,
      "freq_avg12": 0.0,
      "freq_avg13": 0.0,
      "freq_avg14": 0.0,
      "freq_avg15": 0.0,
      "freq_avg16": 0.0,
      "total_rateideal": 23000.0,
      "total_freqavg": 0.0,
      "total_acn": 180,
      "total_rate": 23726.76,
      "chain_rateideal1": 0.0,
      "chain_rateideal2": 0.0,
      "chain_rateideal3": 0.0,
      "chain_rateideal4": 0.0,
      "chain_rateideal5": 0.0,
      "chain_rateideal6": 0.0,
      "chain_rateideal7": 0.0,
      "chain_rateideal8": 0.0,
      "chain_rateideal9": 0.0,
      "chain_rateideal10": 0.0,
      "chain_rateideal11": 0.0,
      "chain_rateideal12": 0.0,
      "chain_rateideal13": 0.0,
      "chain_rateideal14": 0.0,
      "chain_rateideal15": 0.0,
      "chain_rateideal16": 0.0,
      "temp_max": 55,
      "Device Hardware%": 0.001,
      "no_matching_work": 2723,
      "chain_acn1": 60,
      "chain_acn2": 60,
      "chain_acn3": 60,
      "chain_acn4": 0,
      "chain_acn5": 0,
      "chain_acn6": 0,
      "chain_acn7": 0,
      "chain_acn8": 0,
      "chain_acn9": 0,
      "chain_acn10": 0,
      "chain_acn11": 0,
      "chain_acn12": 0,
      "chain_acn13": 0,
      "chain_acn14": 0,
      "chain_acn15": 0,
      "chain_acn16": 0,
      "chain_acs1": " oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooo",
      "chain_acs2": " oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooo",
      "chain_acs3": " oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooo",
      "chain_acs4": "",
      "chain_acs5": "",
      "chain_acs6": "",
      "chain_acs7": "",
      "chain_acs8": "",
      "chain_acs9": "",
      "chain_acs10": "",
      "chain_acs11": "",
      "chain_acs12": "",
      "chain_acs13": "",
      "chain_acs14": "",
      "chain_acs15": "",
      "chain_acs16": "",
      "chain_hw1": 203,
      "chain_hw2": 509,
      "chain_hw3": 2011,
      "chain_hw4": 0,
      "chain_hw5": 0,
      "chain_hw6": 0,
      "chain_hw7": 0,
      "chain_hw8": 0,
      "chain_hw9": 0,
      "chain_hw10": 0,
      "chain_hw11": 0,
      "chain_hw12": 0,
      "chain_hw13": 0,
      "chain_hw14": 0,
      "chain_hw15": 0,
      "chain_hw16": 0,
      "chain_rate1": "7564.42",
      "chain_rate2": "8312.06",
      "chain_rate3": "7850.28",
      "chain_rate4": "",
      "chain_rate5": "",
      "chain_rate6": "",
      "chain_rate7": "",
      "chain_rate8": "",
      "chain_rate9": "",
      "chain_rate10": "",
      "chain_rate11": "",
      "chain_rate12": "",
      "chain_rate13": "",
      "chain_rate14": "",
      "chain_rate15": "",
      "chain_rate16": "",
      "chain_xtime1": "{}",
      "chain_xtime2": "{}",
      "chain_xtime3": "{}",
      "chain_offside_1": "0",
      "chain_offside_2": "0",
      "chain_offside_3": "0",
      "chain_opencore_1": "0",
      "chain_opencore_2": "0",
      "chain_opencore_3": "0",
      "miner_version": "13.16394.1.3",
      "miner_id": "80308d801c208814"
    }
  ],
  "id": 1
}
Jump to: