diff --git a/NOTES_ALGORITHM.md b/NOTES_ALGORITHM.md index 21cb687b..1517a749 100644 --- a/NOTES_ALGORITHM.md +++ b/NOTES_ALGORITHM.md @@ -16,9 +16,9 @@ If HR is enough to probably always have at least one share in the (WP), the spar ## How -PPLNS window size (PWS): API P2pool pplnsWindowSize -p2pool difficulty(PD): API P2pool sidechainDifficulty -mHR: minimum required HR to stay in WP = PD / (PWS*10) [^1] +PPLNS window size (PWS): API P2pool pplnsWindowSize +p2pool difficulty(PD): API P2pool sidechainDifficulty +mHR: minimum required HR to stay in WP = PD / (PWS*10) [^1] Because it is probabilities, a buffer will be put in place for the required HR for p2pool and mHR for round type to allow some margin of errors. The mHR needs to be refreshed periodically because it can change with the difficulty changing. (PWS should not change).