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

Reporting incorrect payments when in a pool #299

Closed marshalleq closed 2 years ago

marshalleq commented 2 years ago

I'm using ChiaDog as part of Machinaris. I'm joined to a pool, but chiadog is reporting I'm getting 0.25 + 1.75 into my wallet. Clearly this is incorrect and should be fixed.

Screen Shot 2021-10-08 at 7 52 54 AM
kanasite commented 2 years ago

This is correct because when you joined a pool, there's a "pool wallet" created (although the beneficiary is the pool) for the 1.75XCH portion. ChiaDog only parses the debug.log without knowing which type of wallet it belongs to.

kanasite commented 2 years ago

However I think there's another issue related to this. https://github.com/martomi/chiadog/issues/286