npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

minefit

v0.7.9

Published

Professional terminal UI for comparing live mineable coins, power-aware mining methods, and local rig economics.

Readme

minefit is a mining-focused fork of llmfit that turns a fast terminal UI into a live mining decision surface. It detects the local CPU and GPU, estimates electricity from the current location, pulls live coin and market data, and ranks coins and methods against real power drag instead of fantasy hashrates.

The goal is operational usefulness. minefit is built to answer a narrower question than a generic portfolio tracker: what can this machine mine, what does power do to the economics, and what method looks best right now?

[!NOTE] The current default scope is the local system only. minefit detects the CPU and GPU on the current machine and ranks mining setups against that hardware automatically.


Quick Start

minefit install card

Why minefit?

  • Local-first by default: The app models the CPU and GPU on the current machine instead of asking the user to assemble a fake rig.
  • Power-aware ranking: Electricity is part of the default math, including utility-aware California TOU modeling and U.S. state fallback.
  • Live mining data: Rankings are fed by WhatToMine, Hashrate.no, MiningPoolStats, Coinbase spot, and discovery catalog enrichment.
  • Multi-surface workflow: The same ranking engine is available as a full TUI, a classic terminal table, and a JSON output path.
  • Realism over hype: Methods include fees, stale/reject drag, uptime assumptions, service costs, eligibility checks, and solo variance.

What It Models

  • Local CPU and GPU detection, including backend hints and memory context.
  • Utility-aware electricity estimation from the current location, with explicit manual overrides.
  • Tier-one mining rows backed by live telemetry and benchmarked algorithm support.
  • Discovery coverage for the long tail of assets, so catalog assets do not vanish when feed quality drops.
  • GPU, CPU, and ASIC-oriented techniques across pool, solo, hosted, and efficiency-focused strategies.
  • Coin eligibility checks for backend fit, VRAM pressure, benchmark coverage, and algorithm support.
  • Solo variance signals including p50 and p90 monthly outcomes plus zero-block risk.
  • Persistent app state and cached startup snapshots under ~/.config/minefit/.

Ranking Model

minefit blends market opportunity with operational drag. A row score is influenced by:

  • gross daily revenue
  • electricity cost
  • pool fees and stale-share drag
  • runtime and uptime assumptions
  • service cost for hosted strategies
  • liquidity and confidence penalties
  • trend and volatility adjustments
  • fit between the coin, method, and available hardware

This means a row can appear with a negative net return if it is technically possible but economically weak. That is intentional. For example, BTC can show up on CPU or GPU through software SHA256 paths even though those rows are usually not viable in practice.

Data Sources

minefit currently draws on a mix of live mining, benchmark, and market sources:

When a source is unavailable or rate-limited, cached snapshots are used so startup stays fast and the app degrades cleanly instead of failing hard.

Star History Chart