Solo Odds models solo block-finding as a Poisson process. It is a variance model, not a profit calculator. Why EV isn’t enough.
Drift models network growth as a deterministic change to λ over time:
flat: constant λstep: λ increases by a fixed percent every N dayslinear: λ increases by a fixed percent dailyWhen drift is enabled, the horizon is split into segments and μ is the sum of segment μ values.
Monte Carlo simulates block counts by sampling a Poisson draw per segment and aggregating across the horizon. Time-to-first-block is estimated from simulated first arrivals inside segments.
Network snapshots are fetched from public APIs and cached locally as data/<coin>/latest.json.