Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Apr 16, 2024
1 parent 56a0db3 commit 0159b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/pow/PoWConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface IPoWConfig extends IBaseModuleConfig {
Proof of Work shares need to be verified to prevent malicious users from just sending in random numbers.
As that can lead to a huge verification work load on the server, this faucet can redistribute shares back to other miners for verification.
These randomly selected miners need to check the share and return its validity to the server within 10 seconds or they're penalized.
If theres a missmatch in validity-result the share is checked again locally and miners returning a bad verification result are slashed.
If there is a missmatch in validity-result the share is checked again locally and miners returning a bad verification result are slashed.
Bad shares always result in a slashing (termination of session and loss of all collected mining balance)
*/
verifyLocalPercent: number; // percentage of shares validated locally (0 - 100)
Expand Down

0 comments on commit 0159b57

Please sign in to comment.