Add PyBlock as a solo pool, fix Public Pool port, rm duplicate text#203
Conversation
|
I'm trying to test but I think I'm hitting some edge case: recently @GitGab19 introduced some behavior on tProxy where we validate whether 100% of the payout goes to the configured address (stratum-mining/sv2-apps#497) but PyBlock reserves 0.9% of the payout to the pool:
so tProxy hits fallback after receiving a |
That's correct; it can never yield 100% for the user, as the pool fee is deducted. 312742146 Sats less the pool fee, equal to 309927467 Sats. |
|
I'm working on a PR to improve the payout checks on tProxy. I will cross-reference it here once I open it. |
|
@plebhash @pavlenex @PyBLOCK-Bitcoin I opened a PR on |

This PR fixes #201 and also fixes the port for Public Pool.
Additionally, as we add more pools as options, the main call to action
Continueis being pushed below the fold. That's why in this PR I applied short-term fix, by removing information from the initial screen that is duplicated and brings no benefit to the end user. All pools are alphabetically sorted.Before
This PR