You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hardhat/contracts/LilypadPow.sol
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,7 @@ contract LilypadPow is Initializable, OwnableUpgradeable {
22
22
uint256 timestamp;
23
23
}
24
24
25
-
// todo difficulty may need to adjust in test
26
-
// this difficulty was calculate with this tool https://github.com/hunjixin/pow-tool/tree/main/difficulty
27
-
// Theoretically A machine with a hash rate of 8M has a probability of no more than 0.01% of not finding a nonce that meets the difficulty within 20 blocks.
28
-
// However, this issue has not been well validated in practice. it can solve nonce within one minute most of the time.
// this difficulty was calculate with this tool https://github.com/hunjixin/pow-tool/tree/main/difficulty
43
+
// Theoretically A machine with a hash rate of 40M has a probability of no more than 0.00001 of not finding a nonce that meets the difficulty within 36 blocks.
0 commit comments