Bitcoin Forum
June 17, 2024, 05:55:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 [559] 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 ... 647 »
  Print  
Author Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners  (Read 701413 times)
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
June 16, 2020, 11:06:15 AM
 #11161

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.
Waytoogo
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 16, 2020, 04:33:57 PM
 #11162

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.
patrike (OP)
Legendary
*
Offline Offline

Activity: 3346
Merit: 1094


View Profile WWW
June 17, 2020, 11:06:12 AM
 #11163

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

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3346
Merit: 1094


View Profile WWW
June 17, 2020, 11:12:11 AM
 #11164

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.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
June 17, 2020, 11:24:58 AM
 #11165

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
GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
June 17, 2020, 12:30:45 PM
 #11166

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

Thanks waiting to test it out. Will be a huge update to monitoring the rigs
patrike (OP)
Legendary
*
Offline Offline

Activity: 3346
Merit: 1094


View Profile WWW
June 17, 2020, 03:10:21 PM
 #11167

Awesome Miner version 7.7.5

 Awesome Miner Antminer firmware
  - List Mining Profile power usage for Antminer S17 and T17.
 Features
  - Progress column adds support for expression 'miningHelper.GetBtcPerDay()'
  - Information column adds Revenue in USD/day and Profit in USD/day
  - Webhook action can set custom HTTP headers
 Configuration
  - Configurable if Dashboard should count disabled miners in total number
 Mining software
  - SrbMiner Multi 0.4.7
  - TeamRedMiner 0.7.6
 Corrections
  - Correction to system uptime trigger
  - Correction to license usage check for subscriptions
  - Correction to Prohashing pool balance

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3346
Merit: 1094


View Profile WWW
June 17, 2020, 03:12:17 PM
 #11168

Ok thanks  Grin

Thanks waiting to test it out. Will be a huge update to monitoring the rigs
The new version is available. Please add this HTTP header and give the Discord webhook a try:
Content-Type: application/json

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
June 17, 2020, 03:43:36 PM
 #11169

Ok thanks  Grin

Thanks waiting to test it out. Will be a huge update to monitoring the rigs
The new version is available. Please add this HTTP header and give the Discord webhook a try:
Content-Type: application/json

Not able to get it to post:
Config:
https://ibb.co/DtRKz5p



Log:
Code:
17/06/2020 09:05:00 PM.282 [035] [S]Sending Webhook POST to: https://discordapp.com/api/webhooks/<server>/<channel> | message length: 30 | 1080 Rig: Overheat protection 
17/06/2020 09:05:00 PM.282 [006] [S]Rule execution done: Overheat protection
17/06/2020 09:05:00 PM.615 [035] [E]System.Net.WebException: The remote server returned an error: (400) Bad Request.
17/06/2020 09:05:00 PM.615 [035] [E]   at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
   at System.Net.WebClient.UploadString(Uri address, String method, String data)
   at #=zA8pBLkKw8epkXPHA9pWPx4NqkEH4LpAjM6kuPQiwqBTT.#=zp8wSggo=(String #=zj$uhIi0=, #=z_Ju3xSQVkpXEoAd2aXioM364$vLZCcPjNkPAhsb4febH #=z0SUh2uQ=, String #=zLME18ks=)

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()


miningHelper.GetCoinsPerDay() -> return double/float
miningHelper.GetBtcPerDay() -> return string -> cant use it for further calc, would prefer double instead
patrike (OP)
Legendary
*
Offline Offline

Activity: 3346
Merit: 1094


View Profile WWW
June 17, 2020, 06:10:30 PM
Last edit: June 17, 2020, 06:28:27 PM by patrike
 #11170

Ok thanks  Grin

Thanks waiting to test it out. Will be a huge update to monitoring the rigs
The new version is available. Please add this HTTP header and give the Discord webhook a try:
Content-Type: application/json

Not able to get it to post:
Config:

Log:
Code:
17/06/2020 09:05:00 PM.282 [035] [S]Sending Webhook POST to: https://discordapp.com/api/webhooks/<server>/<channel> | message length: 30 | 1080 Rig: Overheat protection 
Please note that you must send the data to Discord as a JSON structure. Can you try to set the message (POST Body) to the following:
Code:
{
  "content": "1080 Rig: Overheat protection"
}

In addition to the content property, Discord also allows you to set a number of other properties in the requests - for example setting the name of the sender. A more detailed example:

Code:
{
    "username": "My Webhook Name",
    "avatar_url": "",
    "content": "1080 Rig: Overheat protection"
}

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()


miningHelper.GetCoinsPerDay() -> return double/float
miningHelper.GetBtcPerDay() -> return string -> cant use it for further calc, would prefer double instead

Thanks for the feedback. I will change this in the next release.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
June 17, 2020, 06:55:28 PM
 #11171

Awesome  Grin Grin !! The AM webhook to discord works great.

Currently configured the post body for all 5 rules in the following template:
Code:
{
    "username" : "[MinerName] Tracker",
    "content" : "Miner offline at [MinerIp]"
}
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
June 18, 2020, 09:02:15 AM
 #11172

Ok thanks  Grin

Thanks waiting to test it out. Will be a huge update to monitoring the rigs
The new version is available. Please add this HTTP header and give the Discord webhook a try:
Content-Type: application/json

Yes it works  Grin
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
June 18, 2020, 01:06:08 PM
 #11173

Patrike is it possible to add the HTTP header option (Content-Type: application/json) to the "Create notification" rule?

patrike (OP)
Legendary
*
Offline Offline

Activity: 3346
Merit: 1094


View Profile WWW
June 18, 2020, 01:54:48 PM
 #11174

Patrike is it possible to add the HTTP header option (Content-Type: application/json) to the "Create notification" rule?

Thanks for the feedback. Yes - I will add this.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3346
Merit: 1094


View Profile WWW
June 19, 2020, 10:15:58 AM
 #11175

Awesome Miner version 7.7.6

 Awesome Miner Antminer firmware
  - Antminer firmware S17, S17+, T17, T17+ version 2.0.1 released
  - Added configuration for the new Mining Profile properties in version 2.0.1
  - Updated user interface for Mining Profile configuration
 Features
  - Notification action can be configured with webhook HTTP headers
 Corrections
  - Correction to display for current mining profile

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
Waytoogo
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 19, 2020, 05:54:06 PM
 #11176

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.

Thank you for your reply. ProHashing Equihash 125.4 does show up in the Online Services tab. It is also enabled in Alogrithms. I can mine it fine on other pools, just not on ProHashing. If I try to benchmark it there is no entry for Equihash 125.4 under Prohashing. Every other algorithm for ProHashing shows up.
patrike (OP)
Legendary
*
Offline Offline

Activity: 3346
Merit: 1094


View Profile WWW
June 21, 2020, 08:24:16 PM
 #11177

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.

Thank you for your reply. ProHashing Equihash 125.4 does show up in the Online Services tab. It is also enabled in Alogrithms. I can mine it fine on other pools, just not on ProHashing. If I try to benchmark it there is no entry for Equihash 125.4 under Prohashing. Every other algorithm for ProHashing shows up.
Is this for a Managed Profit Miner (profit switching) scenario?
In the Benchmark dialog you have a blue link "View excluded algorithms" in the bottom right corner. Please click that one as it will list the algorithms being ignored and the reason. If it for example says that no mining software is available (with Equihash 125,4 support), please make sure you enable Gminer or similar mining software in your Profit Profile.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
Waytoogo
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 22, 2020, 01:37:48 PM
 #11178

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.

Thank you for your reply. ProHashing Equihash 125.4 does show up in the Online Services tab. It is also enabled in Alogrithms. I can mine it fine on other pools, just not on ProHashing. If I try to benchmark it there is no entry for Equihash 125.4 under Prohashing. Every other algorithm for ProHashing shows up.
Is this for a Managed Profit Miner (profit switching) scenario?
In the Benchmark dialog you have a blue link "View excluded algorithms" in the bottom right corner. Please click that one as it will list the algorithms being ignored and the reason. If it for example says that no mining software is available (with Equihash 125,4 support), please make sure you enable Gminer or similar mining software in your Profit Profile.
Yes I am using Profit switching. When I go to benchmark, Equihash 125.4 is not in the exculuded algorithms. When I set the dropdown box to custom pool the dropdown box below it shows all the pools and all their algorithms. It does not show Equihash 125.4 for ProHashing.
patrike (OP)
Legendary
*
Offline Offline

Activity: 3346
Merit: 1094


View Profile WWW
June 24, 2020, 02:14:27 PM
 #11179

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.

Thank you for your reply. ProHashing Equihash 125.4 does show up in the Online Services tab. It is also enabled in Alogrithms. I can mine it fine on other pools, just not on ProHashing. If I try to benchmark it there is no entry for Equihash 125.4 under Prohashing. Every other algorithm for ProHashing shows up.
Is this for a Managed Profit Miner (profit switching) scenario?
In the Benchmark dialog you have a blue link "View excluded algorithms" in the bottom right corner. Please click that one as it will list the algorithms being ignored and the reason. If it for example says that no mining software is available (with Equihash 125,4 support), please make sure you enable Gminer or similar mining software in your Profit Profile.
Yes I am using Profit switching. When I go to benchmark, Equihash 125.4 is not in the exculuded algorithms. When I set the dropdown box to custom pool the dropdown box below it shows all the pools and all their algorithms. It does not show Equihash 125.4 for ProHashing.

Thanks for the details. I found the issue and pushed an updated definition for the pools and algorithms. Your Awesome Miner will automatically get this update within the next few hours. At this point, you should see the missing pool.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
Waytoogo
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 24, 2020, 03:09:58 PM
 #11180

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.

Thank you for your reply. ProHashing Equihash 125.4 does show up in the Online Services tab. It is also enabled in Alogrithms. I can mine it fine on other pools, just not on ProHashing. If I try to benchmark it there is no entry for Equihash 125.4 under Prohashing. Every other algorithm for ProHashing shows up.
Is this for a Managed Profit Miner (profit switching) scenario?
In the Benchmark dialog you have a blue link "View excluded algorithms" in the bottom right corner. Please click that one as it will list the algorithms being ignored and the reason. If it for example says that no mining software is available (with Equihash 125,4 support), please make sure you enable Gminer or similar mining software in your Profit Profile.
Yes I am using Profit switching. When I go to benchmark, Equihash 125.4 is not in the exculuded algorithms. When I set the dropdown box to custom pool the dropdown box below it shows all the pools and all their algorithms. It does not show Equihash 125.4 for ProHashing.

Thanks for the details. I found the issue and pushed an updated definition for the pools and algorithms. Your Awesome Miner will automatically get this update within the next few hours. At this point, you should see the missing pool.
Thank you for your work finding the problem.
When I woke up this morning I found both my GPUs mining Equihash 125.4 on ProHashing. I though I must be going out of my mind until I came here and saw your message Smiley
Pages: « 1 ... 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 [559] 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 ... 647 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!