This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
poolinfo:dashboard:pool-diff [2021/08/11 19:52] vleesbanaan |
poolinfo:dashboard:pool-diff [2021/11/22 18:59] aj Remove old difficulty calculator |
||
---|---|---|---|
Line 4: | Line 4: | ||
==== Points ==== | ==== Points ==== | ||
- | Points represent the amount of farming that a farmer has done. It is calculated by number of proofs submitted, weighted by difficulty. One k32 farms 10 points per day. To accumulate 1000 points you need 10 TiB farming for a day. | + | Points represent the amount of farming that a farmer has done. It is calculated by number of proofs submitted, weighted by difficulty. One k32 farms 10 points per day (on average). To accumulate 1000 points you need 10 TiB farming for a day. |
==== Difficulty ==== | ==== Difficulty ==== | ||
Line 10: | Line 10: | ||
==== So, does my difficulty matter?==== | ==== So, does my difficulty matter?==== | ||
- | For farmers it should not matter what difficulty is set, as long as they are consistently submitting partials. | + | For farmers it should not matter what difficulty is set, as long as they are //consistently submitting partials//. |
+ | This last bit matters specifically when you are still in the plotting phase, as stress to your system may cause the consistency of your partial submissions (see below). | ||
Pool operators prefer a higher difficulty, as this results in less traffic to their servers. | Pool operators prefer a higher difficulty, as this results in less traffic to their servers. | ||
Line 21: | Line 22: | ||
We offer farmers the possibilty to change their pool difficulty. If your system is under high stress from plotting resulting in many stale or invalid submissions, | We offer farmers the possibilty to change their pool difficulty. If your system is under high stress from plotting resulting in many stale or invalid submissions, | ||
- | Changing you pool difficulty can be done through the [[poolinfo: | + | Changing you pool difficulty can be done through the [[poolinfo: |
+ | * Partial per x minutes | ||
+ | * Fixed difficulty | ||
+ | Choose which one you like best. Keep in mind you may only switch your settings once every hour. | ||
- | For a more detailed explaination, see https://github.com/Chia-Network/pool-reference# | + | ===Partial per x minutes=== |
+ | What our difficulty algorithm does: | ||
+ | - calculate | ||
+ | - new difficulty is the rounded arithmetic median of current and target diff, or round((curr_diff + target_diff) | ||
+ | //Thanks to TripleM999 for making this algorithm// | ||
+ | |||
+ | === Fixed difficulty=== | ||
+ | Sets a fixed difficulty level. Simple. |