Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Mar 7, 2024
1 parent 5961c16 commit 15e5bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NOTES_ALGORITHM.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Every ten minutes, the algorithm will decide how next 10 minutes will be distrib

## Manage with outside HashRate

Gupaxx will need to know the local hashrate (lHR) it can control and the outside of his control HR (eHR) that contributes to the same payout address on the p2pool network so that it can substract HR needed to be put on p2pool if there is already eHR given for it.
To know the eHR, it can see the global HR on p2pool network and substract with lHR.
Gupaxx will need to know the local hashrate (lHR) it can control and the outside of his control HR (eHR) that contributes to the same payout address on the p2pool network so that it can subtract HR needed to be put on p2pool if there is already eHR given for it.
To know the eHR, it can see the global HR on p2pool network and subtract with lHR.


## Examples
Expand Down

0 comments on commit 15e5bc4

Please sign in to comment.