nonce-miners

noncepow/nonce-miners
★ 0 stars Rust AI/LLM Updated today
Mining tools for NONCE, a proof-of-work token that funds its own liquidity. Rust CLI, JavaScript, MCP server and agent skill.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nonce-miners": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "nonce-miners"
      ]
    }
  }
}

README Excerpt

allocation and no way to buy your way into the supply. The only way any of it comes into existence is by finding hashes. This repository holds the tools that do that. Four of them, all computing the same hash: a Rust CLI that uses your GPU, a JavaScript miner that runs in Node or a browser tab, an MCP server so an AI agent can mine, and the

Tools (3)

backendcpugpu