Skip to content

Commit

Permalink
fix: syntax markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Mar 7, 2024
1 parent 0fe14f7 commit 915f35f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NOTES_ALGORITHM.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 915f35f

Please sign in to comment.