Differentiate log entry "Found 1 proof" that report a proof was found the same way when self farming or pooling #7616
myITToolBox
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
"Found X proofs" works for any of both, so you mus check for other strings to diferentiate.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Up until pools were launched, I have been monitoring and running stats based on what gets logged in the debug.log files, my monitoring is rather simple and it consists of grepping "Found 1 proofs" which prior to pools launch 1.2 version, always (in my experience) matched the number of rewards I had received i.e. "Found 1 proofs" = 1 block win
Since pool's launch, I observed that when there is a partial match on the pool, it seems to report it the same way, which to me, seems like a false positive, or at least the way run my monitoring/stats collection right now.
My question then is: is there a way to achieve differentiation between a full match on my OG plots, which means, I am probably going to earn a reward from the solo farm, compared to what is reporting from the pool. Not sure if the log could hit or say something different indicating this match was a partial from the pool?
thanks
Beta Was this translation helpful? Give feedback.
All reactions