powd gives MCP-capable agents a local mining capability they can use through natural language.
powd works with any host that can launch a local stdio MCP server. Today that includes OpenClaw, Codex, and Claude Code.
- connect a Starcoin payout wallet
- check mining status
- check wallet rewards
- start, pause, resume, or stop mining
- switch between
auto,idle,light,balanced, andaggressive
For Codex, Claude Code, or any other generic MCP host, install the powd binary from GitHub Releases first.
- Download the latest stable
powdrelease for your platform from GitHub Releases. - Supported platforms today:
- Linux x86_64
- macOS Apple Silicon
- Windows x86_64
- Place the
powdbinary somewhere on yourPATH, then verify:
powd --helpInstall the OpenClaw plugin:
openclaw plugins install clawhub:@starcoinorg/openclaw-powd
openclaw gateway restartThen in OpenClaw, say:
install powd
OpenClaw will download the latest stable powd binary, install it locally, and register it as an MCP server.
After installing the powd binary locally, add it as an MCP server:
codex mcp add powd -- /absolute/path/to/powd mcp serveAfter installing the powd binary locally, add it as an MCP server:
claude mcp add --transport stdio powd -- /absolute/path/to/powd mcp serveIf your host can launch a local stdio MCP server, point it at:
powd mcp serveIf your host accepts a command / args / env configuration object, you can use:
powd mcp configSet my wallet to 0x...Show my mining statusHow much reward has this wallet earned?Start miningPause mining for nowSwitch to balanced modeSet mining mode to auto
- wallet settings are stored locally on your machine
- your agent host talks to
powdthrough MCP powdstarts its own local runtime when it needs to do work- OpenClaw installation does not automatically start mining
-
The /powd command does not appearRestart the OpenClaw gateway after installing the plugin. -
Your host cannot find powdMake sure thepowdbinary is installed locally and available at the exact path you registered. -
install powd fails in OpenClawThe OpenClaw plugin currently supports Linux x86_64 and macOS Apple Silicon, and it needs access to GitHub Releases. -
OpenClaw still points to an older powd pathAsk OpenClaw toinstall powdagain. The installer repairs the saved MCP registration. -
Mining commands fail because no wallet is configuredAsk your agent to set your wallet first.