Install
openclaw skills install aicash-minerClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
AICash Network auto-miner for $CASH tokens on Base L2. Use when setting up automated Proof of Compute mining on the AICash mempool network. Supports multi-instance mining, systemd service management, and real-time stats tracking.
openclaw skills install aicash-minerAutomated mining agent for the AI CASH MEMPOOL network (aicash.network).
scripts/setup.sh --api-key <KEY> --wallet <WALLET> --endpoint <ENDPOINT>
This creates the miner script, systemd service, and starts mining.
Required parameters:
--api-key — API key from aicash.network (format: cash_xxx)--wallet — EVM wallet address for rewards--endpoint — Supabase mining endpoint URLOptional:
--name <name> — Service name (default: aicash-miner)--instances <n> — Number of parallel miners (default: 1)Run multiple miners to increase block capture rate:
scripts/setup.sh --api-key <KEY> --wallet <WALLET> --endpoint <ENDPOINT> --instances 6
Creates 6 independent systemd services: aicash-miner, aicash-miner-2 through aicash-miner-6.
# Check status
scripts/status.sh
# Stop all miners
scripts/stop.sh
# Start all miners
scripts/start.sh
# Update API credentials
scripts/setup.sh --api-key <NEW_KEY> --wallet <WALLET> --endpoint <NEW_ENDPOINT>