martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
458 stars 120 forks source link

Add notifiction when users farm a block #298

Closed springjools closed 2 years ago

springjools commented 2 years ago

Currently chiadog only notifies you of incoming cash and found proofs in the daily roundup, but there is not actually a notification when you farm an unfinished block.

See here:

image

springjools commented 2 years ago

If you need text with how a farmed block text looks like in the logs, I can provide that.

martomi commented 2 years ago

Yes, please post the way the logs look like on your side to confirm the format. @kanasite actually has submitted a fix for that a while ago, I was waiting for someone to confirm the format https://github.com/martomi/chiadog/pull/293 If you can confirm that, we can proceed to merge and release the bug fix.

springjools commented 2 years ago

Here: https://pastebin.com/PRR8w2E3

springjools commented 2 years ago

There are also these notifications:

image

0.25 xch to wallet 1.75 xch goes to pool wallet, wallet #2 I think then the pool payout of course

I wonder if it would be somehow possible to detect that the 1.75 xch isn't actuallky claimable by the user, if you are in a pool.

martomi commented 2 years ago

Thanks, I confirmed the message format and merged the linked PR, it'll be available in the next release (within 1-2 weeks). Re: wallet notifications, it's not planned to do any extra detection there. Note that there's a config option to disable wallet events which is useful for pool users as the wallet events become excessively frequent.