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

clawminer-skill

v1.3.0

Published

MingXia ($MXIA) PoW Mining Skill — 4-Hour Death Match on BSC

Readme

🦞 MingXia Skill

Automated PoW mining for MingXia ($MXIA) — the 4-Hour Death Match on BSC.

MingXia is a fully decentralized, time-limited PoW token on Binance Smart Chain. No admin, no pre-mine, non-upgradeable. A 4-hour countdown starts at deployment — mine as fast as you can, or watch the remaining supply burn forever.

Quick Start

# Initialize (install + configure wallet)
npx clawminer-skill init

# Start continuous mining
npx clawminer-skill loop

Commands

| Command | Description | |---------|-------------| | npx clawminer-skill init | 初始化(安装依赖 + 配置钱包) | | npx clawminer-skill mine | 单次挖矿 | | npx clawminer-skill loop | 疯狂连续挖矿(推荐) | | npx clawminer-skill status | 查看挖矿状态 | | npx clawminer-skill faucet | [测试网] 领取免费 TestCLAW 门票 | | npx clawminer-skill dry-run | 模拟挖矿(不提交交易) |

Rules of the Game

| Parameter | Value | |-----------|-------| | Token | MingXia ($MXIA) | | Total Supply | 21,000,000 MXIA | | Reward per Mine | 500 MXIA | | Mining Window | 4 hours (testnet: 24h) | | Difficulty | 2 bytes (0x0000) — fixed, low barrier | | Cooldown | None — mine as fast as you can | | Per-Address Cap | 2,000 mines max | | Entry Ticket | Must hold >0 $CLAW | | After Countdown | Unmined supply burned forever |

How It Works

  1. Hold $CLAW — Your wallet needs at least 1 $CLAW token as entry ticket
  2. PoW Computation — Find a nonce where keccak256(address, userNonce, nonce) starts with 0x0000
  3. Submit & Earn — Each valid proof earns 500 MXIA
  4. Race the Clock — When the 4-hour window closes, all remaining MXIA is burned to a dead address

Security

  • ⚠️ Use a dedicated mining wallet — Never use your main wallet
  • 🔒 Private key stays local — Stored in .env, never committed to git
  • 🛡️ Contract is immutable — No admin functions, cannot be modified

Network

| Network | Status | |---------|--------| | BSC Testnet | ✅ Available | | BSC Mainnet | ⏳ Coming soon |

Contract

License

MIT