Loading…
Loading…
Estimate daily revenue, daily and monthly profit, and rough break-even for an ANM mining rig. Edit any input to recompute instantly. Estimates only — not financial advice.
<main class="wrap" role="main">
<header class="head">
<span class="eyebrow">Animica · Useful-Work Mining</span>
<h1>ANM Mining Profit Calculator</h1>
<p class="lede">Estimate what a rig might earn mining ANM. Edit any field — results update instantly.</p>
</header>
<div class="grid">
<form class="card form" id="calc" autocomplete="off" novalidate>
<h2 class="card-title">Your setup</h2>
<label class="field">
<span class="label">Hashrate <em>(H/s)</em></span>
<input class="input" id="hashrate" type="number" inputmode="decimal" min="0" step="any" value="1200" />
<span class="hint">Your rig's reported hash rate.</span>
</label>
<label class="field">
<span class="label">Estimated blocks / day</span>
<input class="input" id="blocksPerDay" type="number" inputmode="decimal" min="0" step="any" value="0.42" />
<span class="hint">Blocks you expect this rig to find in a day.</span>
</label>
<label class="field">
<span class="label">ANM reward / block</span>
<input class="input" id="rewardPerBlock" type="number" inputmode="decimal" min="0" step="any" value="12" />
<span class="hint">Block subsidy plus fees, in ANM.</span>
</label>
<label class="field">
<span class="label">ANM price <em>(USD)</em></span>
<input class="input" id="priceUsd" type="number" inputmode="decimal" min="0" step="any" value="0.85" />
<span class="hint">Assumed market price per ANM.</span>
</label>
<label class="field">
<span class="label">Power cost <em>(USD / day)</em></span>
<input class="input" id="powerCostDay" type="number" inputmode="decimal" min="0" step="any" value="1.80" />
<span class="hint">Electricity your rig burns per day.</span>
</label>
<label class="field">
<span class="label">Hardware cost <em>(USD)</em></span>
<input class="input" id="hardwareCost" type="number" inputmode="decimal" min="0" step="any" value="600" />
<span class="hint">Up-front rig cost, for break-even.</span>
</label>
<button class="reset" id="reset" type="button">Reset to defaults</button>
</form>
<section class="card results" aria-live="polite">
<h2 class="card-title">Estimated results</h2>
<div class="stat stat-lead">
<span class="stat-label">Daily profit</span>
<span class="stat-value" id="dailyProfit">—</span>
</div>
<div class="stat-row">
<div class="stat">
<span class="stat-label">Daily revenue</span>
<span class="stat-value sm" id="dailyRevenue">—</span>
</div>
<div class="stat">
<span class="stat-label">Monthly profit</span>
<span class="stat-value sm" id="monthlyProfit">—</span>
</div>
</div>
<div class="stat-row">
<div class="stat">
<span class="stat-label">ANM mined / day</span>
<span class="stat-value sm" id="anmPerDay">—</span>
</div>
<div class="stat">
<span class="stat-label">Break-even</span>
<span class="stat-value sm" id="breakEven">—</span>
</div>
</div>
<p class="disclaimer" id="disclaimer">
Estimates only — not financial advice. Real earnings depend on network
difficulty, uptime, luck, fees, and price, and can be zero.
</p>
</section>
</div>
<footer class="foot">Powered by Animica</footer>
</main>Estimate the daily and monthly ANM (and USD) your GPUs could earn doing Animica useful work. All inputs are editable; results are estimates only.