Ok thanks
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/DtRKz5pLog:
17/06/2020 09:05:00 PM.282 [035] [S]Sending Webhook POST to: https://discordapp.com/api/webhooks// | 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/WattInformation 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