pool-reference icon indicating copy to clipboard operation
pool-reference copied to clipboard

Reference python implementation of Chia pool operations for pool operators

Results 38 pool-reference issues
Sort by recently updated
recently updated
newest added

Do we need to check for pre-soft fork partial and reject them or? Or if our node is 1.3 and farmer is 1.3, it is good enough?

I got an error below in testnet, 1.2.3. ``` ERROR:root:Unexpected error in collect_pool_rewards_loop: 413, message='Request Entity Too Large', url=URL('https://localhost:8555/push_tx') Traceback (most recent call last): File "/home/chia/testnet/pool-reference/pool/pool.py", line 332, in collect_pool_rewards_loop...

bug

I think the operation of subtracting each farmer’s points should be put until the transaction is completed. otherwise, if the program exits unexpectedly, the subtraction of each farmer’s score may...

enhancement

Can't find the difference between the plot files belonging to different singleton for the same user, when I run the command 'chia plots check',there is no parameter to distinguish which...

enhancement

Having the pool fee hardcoded presents an issue where if lots of miners are participating the pool can run out of funds. If the total transaction fees + miner rewards...

enhancement

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

Exception from 'wallet' Error connecting to pool https://www.chaigoukj.top:233: Cannot connect to host www.chaigoukj.top:233 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')]: Traceback (most...