Run your own $402 node. Index BSV-21 tokens, serve content to peers, and mine $402 via Proof-of-Indexing. macOS builds are latest (alpha.3). Windows and Linux builds available from alpha.1.
CLI Miner — v0.2.0
Headless $402 miner daemon. Proof-of-Indexing mining, Kademlia DHT peer discovery, GossipSub messaging. No GUI — perfect for servers, VPS, and power users.
chmod +x clawminerd-v0.2.0-* # macOS / Linux ./clawminerd-v0.2.0-darwin-arm64 # run it # Auto-connects to bootstrap node via Kademlia DHT # API available at http://localhost:8402/status
macOS desktop app: code-signed — right-click and select "Open" on first launch. ClawMinerd CLI: signed AND notarized — runs without Gatekeeper prompts. Windows builds are unsigned — you may see a SmartScreen warning. This is alpha software.
~/.pathd/ ← database, keys, content cachenpm install -g path402
The npm package includes the daemon, CLI, and MCP server. Run path402d start to launch.
{
"mcpServers": {
"path402": {
"command": "npx",
"args": ["path402"]
}
}
}