-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support reward notifications for more scenarios #167
Comments
I'll hijack that issue and generalise it a little so that we have the full context in the same place. The XCH notifications currently work only in the following scenario:
These notifications are just a bonus on top of critical alerts in monitoring your harvesters, so resolving that won't be a priority from my side but contributions are welcome. |
The low hanging fruit here is to bring back the "Found proof" notifications. I'll do that even though a found proof doesn't guarantee an actual reward. It's the best we can do that works for all possible setups. |
Having the "found proof" notifications are enough for me for now. Thanks! |
Hi, Since we have the official pool protocol, finding proofs doesn't give much more info if we have found a block with a reward destination inna separated wallet. The only usefull information in this case I have found in the debug log was this line :
Could we consider to add such parser? |
Actually the answer in #252 (comment) would solve this issue. Hope this will come soon :) |
closes martomi#167 closes martomi#182 The wallet events that were supposed to replace these notifications do not work in many of the scenarious that chiadog operates in. This commit reverses the removal of the found proof notifications.
I believe that if you follow the best practice of using a separate (offline) wallet (describe here https://github.com/Chia-Network/chia-blockchain/wiki/Good-Security-Practices-on-Many-Machines#keep-your-wallet-separate) you won't get notified (because the wallet logs won't contain the lines for the correct wallet)? Maybe it's a good idea to have a separate notification for when you have won and another one that watches the wallet logs?
The text was updated successfully, but these errors were encountered: