Add ability to configure coinbase verification in UI#210
Conversation
|
I think we should keep The application layer already defaults |
15869eb to
b6dce07
Compare
|
@pavlenex I force-pushed the changes I requested in the above comment. It would be good to get a final test from you as well. |
|
@GitGab19 Works with all the pools tested. I was able to get shares accepted with all but MKPool, but I assume that's probably larger diff on their end and with CPU miner it's just time-consuming. SRI Pool however did a fallback, unsure why, possibly unrelated to the PR itself. |
GitGab19
left a comment
There was a problem hiding this comment.
The issue you reported with SRI pool is not related to anything done on this PR for sure, as logs show that the socket was closed upstream (I don't know why).
So we can proceed with this PR.
This PR adds a Coinbase Verification toggle to Advanced Options for solo pool mining in both setup and Settings. It is enabled by default and controls
verify_payout, allowing miners to turn off the check that their payout address appears in the pool’s coinbase transaction.Before
Always turned on by default

After
Enabled by default, optional to disable