Calculate an ROI ASIC daily scenario
calculate_roi_scenarioCalculate hypothetical daily revenue after an illustrative time/hashrate-based developer fee and electricity cost using user-supplied inputs. Hq(hours/24)*(1-f/100) - (W/1000)hourst. This is a scenario, not a profit forecast or a statement of actual VNISH fees. Use pre-fee gross hashrate; do not deduct the fee twice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| power_w | Yes | Average wall power while operating, watts. | |
| hashrate_th_s | Yes | Gross pre-fee hashrate, TH/s. The daily hashprice input must use the same hashrate basis. | |
| dev_fee_percent | Yes | Scenario fee as a percent of gross daily revenue. This tool does not supply an actual firmware fee. | |
| electricity_usd_per_kwh | Yes | Electricity price in USD/kWh. | |
| operating_hours_per_day | No | Hours per day at the stated hashrate and wall power. Revenue and electricity scale by this same uptime assumption. | |
| hashprice_usd_per_th_day | Yes | Gross daily revenue for one TH/s, USD/(TH/s)/day. Supply it yourself; no market data is fetched. |