Chia-Network / pool-reference

Reference python implementation of Chia pool operations for pool operators
Apache License 2.0
439 stars 197 forks source link

How can I see all blocks farmed by the pool? How can I see the farmers who farmed each block? #261

Closed unsocial-bleach closed 2 years ago

mariano54 commented 2 years ago

You can see this in the pool reference code. Take a look at the place where it looks up coins paid to the farmers: https://github.com/Chia-Network/pool-reference/blob/main/pool/pool.py#L260