I noticed src/monitor.h currently hard-codes the public mempool.space recommended-fees endpoint for global stats:
https://mempool.space/api/v1/fees/recommended
Would an advanced/config-only fee API override be useful for NerdMiner? I’m thinking something that keeps mempool.space as the default and only lets advanced users/builds point the fee display at a compatible endpoint.
Context: I work on Satoshi API, the Bitcoin fee API at bitcoinsapi.com. It has a free mempool-compatible endpoint with the same bucket fields:
https://bitcoinsapi.com/api/v1/compat/mempool/fees/recommended
I’m not suggesting this belongs in the normal UI or as a default. This came up in a related ESP miner thread where advanced config/Kconfig felt like the right level for fee-source overrides. If that shape fits this project too, I can send a small PR in the style maintainers prefer.
I noticed
src/monitor.hcurrently hard-codes the public mempool.space recommended-fees endpoint for global stats:https://mempool.space/api/v1/fees/recommendedWould an advanced/config-only fee API override be useful for NerdMiner? I’m thinking something that keeps mempool.space as the default and only lets advanced users/builds point the fee display at a compatible endpoint.
Context: I work on Satoshi API, the Bitcoin fee API at bitcoinsapi.com. It has a free mempool-compatible endpoint with the same bucket fields:
https://bitcoinsapi.com/api/v1/compat/mempool/fees/recommendedI’m not suggesting this belongs in the normal UI or as a default. This came up in a related ESP miner thread where advanced config/Kconfig felt like the right level for fee-source overrides. If that shape fits this project too, I can send a small PR in the style maintainers prefer.