-
Notifications
You must be signed in to change notification settings - Fork 349
Description
On ESP-Miner v2.13.0 only, when mining a non-Bitcoin stratum pool, disabling Decode Coinbase does not remove the coinbase warning banner.
At the same time, the pool/status panel statistics (for example Share %) remain stuck (e.g. Share: 0%) even though the logs clearly show accepted shares.
I disabled Decode Coinbase and rebooted the miner. The problem still occurs after reboot.
Mining itself is working correctly. This appears to be a UI / frontend or stats update regression in v2.13.0.
This issue does not occur on v2.12.2.
To Reproduce
Open the Bitaxe web UI.
Configure a non-Bitcoin stratum pool.
Start mining and confirm activity in the logs.
Go to Settings.
Uncheck Decode Coinbase.
Reboot the miner.
Return to the main / status page.
Observed (v2.13.0 only)
The coinbase warning banner is still shown.
Pool panel shows Share: 0% and does not update.
Expected behavior
When Decode Coinbase is unchecked, the coinbase warning banner should not be shown.
Pool and share statistics should update normally for non-Bitcoin pools when shares are accepted.
Additional context
Logs show valid work and accepted shares, for example:
asic_result ... diff 11659.9 of 4096
stratum_api: tx: {"method":"mining.submit", ...}
stratum_api: rx: {"error":null,"result":true}
stratum_task: message result accepted
Despite this, the main/status page continues to show Share: 0% and the coinbase warning banner.
This looks like a frontend or stats update regression in v2.13.0 that still depends on BTC / coinbase-decode related fields when mining non-Bitcoin pools, even after disabling Decode Coinbase and rebooting.