Hi everyone,
I've been working on a simple mining profitability calculator for BitcoinZ and wanted to share it with the community. This should help miners determine if mining BTCZ is profitable for their specific setup.
You can access the calculator here: https://btcz-calc.herokuapp.com/
The calculator takes into account:
- Your hashrate (in Sol/s)
- Power consumption (in watts)
- Electricity cost (in USD/kWh)
- Pool fee (%)
- Current network difficulty
- Current BTCZ price
It then calculates your estimated daily, weekly, monthly, and yearly earnings in both BTCZ and USD, as well as your power costs and net profit.
The calculator automatically fetches the current network difficulty and BTCZ price, but you can also manually adjust these values if you want to run projections based on different scenarios.
Please let me know if you find any bugs or have suggestions for improvements!