Replies: 4 comments
-
hello, you fixed it, it keeps writing to me at the miner (consecutive shares rejected by the pool) |
Beta Was this translation helpful? Give feedback.
-
Hello, I think you still have a typo in your code, you declare At line
There is no case when |
Beta Was this translation helpful? Give feedback.
-
There were actually a fix already for the issue: #1501 (comment) You just need to follow what he suggested in his comment, increase the value for the option |
Beta Was this translation helpful? Give feedback.
-
Interesting 💡 ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
From the perspective of the integrity of the program code, conitnue is missing when confirming the uncle block, which leads to the wrong entry of if block.ConfirmationProgress > 0.75 , cause uncle blocks to become orphan blocks
New pull request, try to fix it
#1574
Beta Was this translation helpful? Give feedback.
All reactions