Title
add live profitability tracking to the dashboard
Body
right now there's no way to know if you're actually making money without checking like 5 different sites — pool dashboard for hashrate, some calculator for profitability, a price tracker, your electricity bill etc. no pool dashboard puts this together in one view, not braiins not ocean not anyone.
post-halving margins are tight and miners need this info front and center.
what i'm thinking
- live $/hour and BTC/day calculation using actual hashrate + BTC price + electricity cost
- green/red profitability zone on the chart so you can instantly see if you're above or below breakeven
- difficulty adjustment forecast — when the next one is coming and how it'll affect earnings
- basic anomaly detection on hashrate (like "hashrate dropped 40% at 14:32")
- what-if calculator with sliders for price/difficulty changes
data
all free public APIs, no backend changes needed:
- BTC price from CoinGecko, difficulty from blockchain.info, hashrate already exists in the app
- electricity cost is just a user input stored in localStorage
- everything uses recharts and react query which are already installed
Title
add live profitability tracking to the dashboard
Body
right now there's no way to know if you're actually making money without checking like 5 different sites — pool dashboard for hashrate, some calculator for profitability, a price tracker, your electricity bill etc. no pool dashboard puts this together in one view, not braiins not ocean not anyone.
post-halving margins are tight and miners need this info front and center.
what i'm thinking
data
all free public APIs, no backend changes needed: