Pages:
Author

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

member
Activity: 1558
Merit: 69
Is the AM Webhook compatitble with Discord webhook intergration?
Thanks for your question.

Webhooks are used to send out HTTP requests. Both Awesome Miner and Discord can send out these kind of HTTP requests. There are however no feature in Awesome Miner to receive incoming HTTP requests - so if Discord sends out something - Awesome Miner will not be able to receive it.

The Discord HTTP (Post) webhooks are a service to service to recevice the webhook and post the update to a discord channel. Please let me know how to send from AM and receive in Discord. Ive setup the channel and added the AM webhook url to discord, but am not able to get the notifications.
Thanks for the clarification. If Discord provides an endpoint where you can point external webhooks - it should be possible for Awesome Miner to send a webhook HTTP Post to this destination.

There is a rule action in Awesome Miner called "Send webhook request". You can enter the target URL (where Discord is listening to incoming requests), select POST as HTTP method, and then fill in the POST body. The POST body is likely a JSON structure with the properties that Discord expects according to their documentation. From an Awesome Miner point of view - it's just some text to be sent.

I tried, but AM send no webhook to Discord. I test it with a normal rule and a rule with activation via action toolbar.
Please open the Awesome Miner log file (toolbar: Tools -> Log File). Search for "Sending Webhook". If Awesome Miner sends the HTTP request, you should be able to see the URL it's being sent to. In case of connection failure, it should be logged as an exception.

I get this in the Log file:

15.06.2020 14:24:35.622 [122] [S Sending Webhook POST to: https://discord.com/api/webhooks/722053497662472282/vN5L2VdtOUVQ2_qyNIdSjpd57gVa_krTXAzlRF9Xm8LLomBPungQwFDcL8hRuwvZfErz
15.06.2020 14:24:35.836 [122] [E]System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (400) Ungültige Anforderung.
15.06.2020 14:24:35.836 [122] [E]   bei System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
   bei System.Net.WebClient.UploadString(Uri address, String method, String data)
   bei #=zlQ$o$K9xavCaceTJJ2KjUcQDwvKxfEvrGUqnmttdR6vm.#=zK$vF2Z0=(String #=zWbiXOg0=, #=zM7Yz8troyqNmb0JpIPVRuFrlS_Ydij54JLHkw$2h3yBK #=zt9myUJE=, String #=zzcig3Vs=)


And sometimes i only get this:

15.06.2020 15:38:45.322 [023] [S Sending Webhook POST to: https://discord.com/api/webhooks/722053497662472282/vN5L2VdtOUVQ2_qyNIdSjpd57gVa_krTXAzlRF9Xm8LLomBPungQwFDcL8hRuwvZfErz

But i see no message in Discord.
I was able to identify the problem here.

Discord expects a HTTP header called Content-Type to be set to application/json. The webhook feature in Awesome Miner doesn't allow you to add headers, but I've implemented support for that now.

In the next release you will find a new field "HTTP headers" where you should add the following line:
Content-Type: application/json

Ok thanks  Grin
legendary
Activity: 3346
Merit: 1094
I am having trouble mining on the ProHashing pool. The algorithm Equihash-125.4 is missing. Can I add it or is this something you have to fix? Also Prohashing didn't automatically show up in Balances like other pools do. I tried making an entry for it in options but it didn't work.
Thanks for your questions.

1) Prohashing Equihash 125,4 should be available. I can see it in the Online Services tab. Is it missing here? If not, please go to the Options dialog, Algorithms section to ensure it's enabled.

2) Prohashing requires an API key to display balance details so it will unfortunately not automatically show up. Please go to the Options dialog, Balance section where you can add a new Pool Balance item for Prohashing where you enter your Prohashing API key. I did however identify one issue in the Prohashing balance implementation that could result in no balance showing up anyway. I will correct this in the next release.
legendary
Activity: 3346
Merit: 1094
Is the AM Webhook compatitble with Discord webhook intergration?
Thanks for your question.

Webhooks are used to send out HTTP requests. Both Awesome Miner and Discord can send out these kind of HTTP requests. There are however no feature in Awesome Miner to receive incoming HTTP requests - so if Discord sends out something - Awesome Miner will not be able to receive it.

The Discord HTTP (Post) webhooks are a service to service to recevice the webhook and post the update to a discord channel. Please let me know how to send from AM and receive in Discord. Ive setup the channel and added the AM webhook url to discord, but am not able to get the notifications.
Thanks for the clarification. If Discord provides an endpoint where you can point external webhooks - it should be possible for Awesome Miner to send a webhook HTTP Post to this destination.

There is a rule action in Awesome Miner called "Send webhook request". You can enter the target URL (where Discord is listening to incoming requests), select POST as HTTP method, and then fill in the POST body. The POST body is likely a JSON structure with the properties that Discord expects according to their documentation. From an Awesome Miner point of view - it's just some text to be sent.

I tried, but AM send no webhook to Discord. I test it with a normal rule and a rule with activation via action toolbar.
Please open the Awesome Miner log file (toolbar: Tools -> Log File). Search for "Sending Webhook". If Awesome Miner sends the HTTP request, you should be able to see the URL it's being sent to. In case of connection failure, it should be logged as an exception.

I get this in the Log file:

15.06.2020 14:24:35.622 [122] [S Sending Webhook POST to: https://discord.com/api/webhooks/722053497662472282/vN5L2VdtOUVQ2_qyNIdSjpd57gVa_krTXAzlRF9Xm8LLomBPungQwFDcL8hRuwvZfErz
15.06.2020 14:24:35.836 [122] [E]System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (400) Ungültige Anforderung.
15.06.2020 14:24:35.836 [122] [E]   bei System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
   bei System.Net.WebClient.UploadString(Uri address, String method, String data)
   bei #=zlQ$o$K9xavCaceTJJ2KjUcQDwvKxfEvrGUqnmttdR6vm.#=zK$vF2Z0=(String #=zWbiXOg0=, #=zM7Yz8troyqNmb0JpIPVRuFrlS_Ydij54JLHkw$2h3yBK #=zt9myUJE=, String #=zzcig3Vs=)


And sometimes i only get this:

15.06.2020 15:38:45.322 [023] [S Sending Webhook POST to: https://discord.com/api/webhooks/722053497662472282/vN5L2VdtOUVQ2_qyNIdSjpd57gVa_krTXAzlRF9Xm8LLomBPungQwFDcL8hRuwvZfErz

But i see no message in Discord.
I was able to identify the problem here.

Discord expects a HTTP header called Content-Type to be set to application/json. The webhook feature in Awesome Miner doesn't allow you to add headers, but I've implemented support for that now.

In the next release you will find a new field "HTTP headers" where you should add the following line:
Content-Type: application/json
newbie
Activity: 15
Merit: 0
I am having trouble mining on the ProHashing pool. The algorithm Equihash-125.4 is missing. Can I add it or is this something you have to fix? Also Prohashing didn't automatically show up in Balances like other pools do. I tried making an entry for it in options but it didn't work.
member
Activity: 1558
Merit: 69
Is the AM Webhook compatitble with Discord webhook intergration?
Thanks for your question.

Webhooks are used to send out HTTP requests. Both Awesome Miner and Discord can send out these kind of HTTP requests. There are however no feature in Awesome Miner to receive incoming HTTP requests - so if Discord sends out something - Awesome Miner will not be able to receive it.

The Discord HTTP (Post) webhooks are a service to service to recevice the webhook and post the update to a discord channel. Please let me know how to send from AM and receive in Discord. Ive setup the channel and added the AM webhook url to discord, but am not able to get the notifications.
Thanks for the clarification. If Discord provides an endpoint where you can point external webhooks - it should be possible for Awesome Miner to send a webhook HTTP Post to this destination.

There is a rule action in Awesome Miner called "Send webhook request". You can enter the target URL (where Discord is listening to incoming requests), select POST as HTTP method, and then fill in the POST body. The POST body is likely a JSON structure with the properties that Discord expects according to their documentation. From an Awesome Miner point of view - it's just some text to be sent.

I tried, but AM send no webhook to Discord. I test it with a normal rule and a rule with activation via action toolbar.
Please open the Awesome Miner log file (toolbar: Tools -> Log File). Search for "Sending Webhook". If Awesome Miner sends the HTTP request, you should be able to see the URL it's being sent to. In case of connection failure, it should be logged as an exception.

I get this in the Log file:

15.06.2020 14:24:35.622 [122] [S Sending Webhook POST to: https://discord.com/api/webhooks/722053497662472282/vN5L2VdtOUVQ2_qyNIdSjpd57gVa_krTXAzlRF9Xm8LLomBPungQwFDcL8hRuwvZfErz
15.06.2020 14:24:35.836 [122] [E]System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (400) Ungültige Anforderung.
15.06.2020 14:24:35.836 [122] [E]   bei System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
   bei System.Net.WebClient.UploadString(Uri address, String method, String data)
   bei #=zlQ$o$K9xavCaceTJJ2KjUcQDwvKxfEvrGUqnmttdR6vm.#=zK$vF2Z0=(String #=zWbiXOg0=, #=zM7Yz8troyqNmb0JpIPVRuFrlS_Ydij54JLHkw$2h3yBK #=zt9myUJE=, String #=zzcig3Vs=)


And sometimes i only get this:

15.06.2020 15:38:45.322 [023] [S Sending Webhook POST to: https://discord.com/api/webhooks/722053497662472282/vN5L2VdtOUVQ2_qyNIdSjpd57gVa_krTXAzlRF9Xm8LLomBPungQwFDcL8hRuwvZfErz

But i see no message in Discord.
legendary
Activity: 3346
Merit: 1094
Is the AM Webhook compatitble with Discord webhook intergration?
Thanks for your question.

Webhooks are used to send out HTTP requests. Both Awesome Miner and Discord can send out these kind of HTTP requests. There are however no feature in Awesome Miner to receive incoming HTTP requests - so if Discord sends out something - Awesome Miner will not be able to receive it.

The Discord HTTP (Post) webhooks are a service to service to recevice the webhook and post the update to a discord channel. Please let me know how to send from AM and receive in Discord. Ive setup the channel and added the AM webhook url to discord, but am not able to get the notifications.
Thanks for the clarification. If Discord provides an endpoint where you can point external webhooks - it should be possible for Awesome Miner to send a webhook HTTP Post to this destination.

There is a rule action in Awesome Miner called "Send webhook request". You can enter the target URL (where Discord is listening to incoming requests), select POST as HTTP method, and then fill in the POST body. The POST body is likely a JSON structure with the properties that Discord expects according to their documentation. From an Awesome Miner point of view - it's just some text to be sent.

I tried, but AM send no webhook to Discord. I test it with a normal rule and a rule with activation via action toolbar.
Please open the Awesome Miner log file (toolbar: Tools -> Log File). Search for "Sending Webhook". If Awesome Miner sends the HTTP request, you should be able to see the URL it's being sent to. In case of connection failure, it should be logged as an exception.
member
Activity: 1558
Merit: 69
Is the AM Webhook compatitble with Discord webhook intergration?
Thanks for your question.

Webhooks are used to send out HTTP requests. Both Awesome Miner and Discord can send out these kind of HTTP requests. There are however no feature in Awesome Miner to receive incoming HTTP requests - so if Discord sends out something - Awesome Miner will not be able to receive it.

The Discord HTTP (Post) webhooks are a service to service to recevice the webhook and post the update to a discord channel. Please let me know how to send from AM and receive in Discord. Ive setup the channel and added the AM webhook url to discord, but am not able to get the notifications.
Thanks for the clarification. If Discord provides an endpoint where you can point external webhooks - it should be possible for Awesome Miner to send a webhook HTTP Post to this destination.

There is a rule action in Awesome Miner called "Send webhook request". You can enter the target URL (where Discord is listening to incoming requests), select POST as HTTP method, and then fill in the POST body. The POST body is likely a JSON structure with the properties that Discord expects according to their documentation. From an Awesome Miner point of view - it's just some text to be sent.

I tried, but AM send no webhook to Discord. I test it with a normal rule and a rule with activation via action toolbar.
legendary
Activity: 3346
Merit: 1094
Is the AM Webhook compatitble with Discord webhook intergration?
Thanks for your question.

Webhooks are used to send out HTTP requests. Both Awesome Miner and Discord can send out these kind of HTTP requests. There are however no feature in Awesome Miner to receive incoming HTTP requests - so if Discord sends out something - Awesome Miner will not be able to receive it.

The Discord HTTP (Post) webhooks are a service to service to recevice the webhook and post the update to a discord channel. Please let me know how to send from AM and receive in Discord. Ive setup the channel and added the AM webhook url to discord, but am not able to get the notifications.
Thanks for the clarification. If Discord provides an endpoint where you can point external webhooks - it should be possible for Awesome Miner to send a webhook HTTP Post to this destination.

There is a rule action in Awesome Miner called "Send webhook request". You can enter the target URL (where Discord is listening to incoming requests), select POST as HTTP method, and then fill in the POST body. The POST body is likely a JSON structure with the properties that Discord expects according to their documentation. From an Awesome Miner point of view - it's just some text to be sent.
member
Activity: 204
Merit: 10
Is the AM Webhook compatitble with Discord webhook intergration?
Thanks for your question.

Webhooks are used to send out HTTP requests. Both Awesome Miner and Discord can send out these kind of HTTP requests. There are however no feature in Awesome Miner to receive incoming HTTP requests - so if Discord sends out something - Awesome Miner will not be able to receive it.

The Discord HTTP (Post) webhooks are a service to service to recevice the webhook and post the update to a discord channel. Please let me know how to send from AM and receive in Discord. Ive setup the channel and added the AM webhook url to discord, but am not able to get the notifications.
legendary
Activity: 3346
Merit: 1094
Is the AM Webhook compatitble with Discord webhook intergration?
Thanks for your question.

Webhooks are used to send out HTTP requests. Both Awesome Miner and Discord can send out these kind of HTTP requests. There are however no feature in Awesome Miner to receive incoming HTTP requests - so if Discord sends out something - Awesome Miner will not be able to receive it.
member
Activity: 204
Merit: 10
Is the AM Webhook compatitble with Discord webhook intergration?
legendary
Activity: 3346
Merit: 1094
In the progress column,

Coin per day -> miningHelper.GetCoinsPerDay()

Is there a way to get the Bitcoin per day using 'miningHelper.GetBitcoinPerDay()'

If you use the Information column (toolbar: Appearance -> Information column), you can select to include "Revenue per day (BTC/day)".

Please let me know if you need it in the progress column as well.

My setup :
Progress Column:
1. Accepted%, Rejected%, HW Error%
2. Accepted, Rejected, HW Error
3. Coin/Watt, BTC/Watt

Information Column:
1. BTC/Day (Rev)
2. BTC/Day (Prof)
3. Coin/Day

If i can have the BTC/Day in progress column, then i can track BTC/Watt across multiple devices
Thanks for the details. The next release will support:
miningHelper.GetBtcPerDay()
member
Activity: 204
Merit: 10
In the progress column,

Coin per day -> miningHelper.GetCoinsPerDay()

Is there a way to get the Bitcoin per day using 'miningHelper.GetBitcoinPerDay()'

If you use the Information column (toolbar: Appearance -> Information column), you can select to include "Revenue per day (BTC/day)".

Please let me know if you need it in the progress column as well.

My setup :
Progress Column:
1. Accepted%, Rejected%, HW Error%
2. Accepted, Rejected, HW Error
3. Coin/Watt, BTC/Watt

Information Column:
1. BTC/Day (Rev)
2. BTC/Day (Prof)
3. Coin/Day

If i can have the BTC/Day in progress column, then i can track BTC/Watt across multiple devices
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 7.7.4

 Awesome Miner Antminer firmware
  - The ASIC tab displays the ideal hashrate per device
 ASIC mining:
  - The ASIC tab displays the fan speed in a separate column
 Rules
  - The trigger for Miner State includes additional disconnected stats to consider
 Mining software
  - XmRig Miner 6.2
  - Wildrig Miner 0.25.1
  - Gminer 2.10
  - TeamRedMiner 0.7.5
  - CpuMiner-Opt 3.14.2
  - SrbMiner 0.4.6
  - PhoenixMiner 5.0e
legendary
Activity: 3346
Merit: 1094
In the progress column,

Coin per day -> miningHelper.GetCoinsPerDay()

Is there a way to get the Bitcoin per day using 'miningHelper.GetBitcoinPerDay()'

If you use the Information column (toolbar: Appearance -> Information column), you can select to include "Revenue per day (BTC/day)".

Please let me know if you need it in the progress column as well.
member
Activity: 204
Merit: 10
In the progress column,

Coin per day -> miningHelper.GetCoinsPerDay()

Is there a way to get the Bitcoin per day using 'miningHelper.GetBitcoinPerDay()'
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 7.7.3

 ASIC mining
  - Pool changes supported for Antminers running BraiinsOS BOSminer
 Features
  - Rule variables via Check Variable trigger and Set Variable action. Can for example be used as counters for how many times a rule has been executed for a specific miner.
  - Rule action to move miners to miner group
  - Tag filtering can be set to Inverted mode, to show all miners that don't meet the filter criteria
 User interface
  - Miner list can be sorted by average hashrate
 Mining software
  - SrbMiner 0.4.5
 Corrections
  - Correction to sorting by time in the list of notifications for a specific miner
newbie
Activity: 23
Merit: 0
"Reinitialize monitoring" fixed it. TYVM for the fast response.

Would not manage my remote farm without AM.

Thanks again


Hi

Since this update a lot of my rigs are no longer reporting power in the AM console but I see it in the mining software on the rig. I've checked "winver" and rigs are 1809 or above. Thoughts?

Awesome Miner version 7.7.2

Version 7.7.2
 IMPORTANT: Future versions of Awesome Miner and Remote Agent will require Microsoft .NET Framework 4.7.2 or later.
   - This .NET version is already included in Windows 10 since April 2018. Run 'winver' to check the current Windows 10 version. If the version is 1803 or above, all is fine and no action is required.
   - For Windows 7, Windows 8 and older versions of Windows 10, please download and install:
     https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net48-web-installer  

Thanks for the report.

There are no changes in the latest version (v7.2.2) of Awesome Miner related to .NET Framework or Windows version requirements. The release notes only indicates what to expect in a few weeks from now.

1) Power Usage monitoring is based on nVidia NVML. When you run into this problem, could you please select the miner and click on the System tab in the lower part of the screen. Then click on "Reinitialize monitoring".

2) If the above didn't resolve the problem, please go to the GPU tab for this miner and click "View GPU details". Please send the output to me via PM or mail. Thanks!
legendary
Activity: 3346
Merit: 1094
Hi

Since this update a lot of my rigs are no longer reporting power in the AM console but I see it in the mining software on the rig. I've checked "winver" and rigs are 1809 or above. Thoughts?

Awesome Miner version 7.7.2

Version 7.7.2
 IMPORTANT: Future versions of Awesome Miner and Remote Agent will require Microsoft .NET Framework 4.7.2 or later.
   - This .NET version is already included in Windows 10 since April 2018. Run 'winver' to check the current Windows 10 version. If the version is 1803 or above, all is fine and no action is required.
   - For Windows 7, Windows 8 and older versions of Windows 10, please download and install:
     https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net48-web-installer  

Thanks for the report.

There are no changes in the latest version (v7.2.2) of Awesome Miner related to .NET Framework or Windows version requirements. The release notes only indicates what to expect in a few weeks from now.

1) Power Usage monitoring is based on nVidia NVML. When you run into this problem, could you please select the miner and click on the System tab in the lower part of the screen. Then click on "Reinitialize monitoring".

2) If the above didn't resolve the problem, please go to the GPU tab for this miner and click "View GPU details". Please send the output to me via PM or mail. Thanks!
legendary
Activity: 3346
Merit: 1094
Have you antminer S19 pro custom firmware?
Thanks for your question. We will soon release firmware for Antminer S19 and S19 Pro.
Pages:
Jump to: