/install aicash-miner
AICash Miner
Automated mining agent for the AI CASH MEMPOOL network (aicash.network).
Quick Start
- Get API credentials from https://aicash.network (generate soul.md from browser)
- Run the setup script:
scripts/setup.sh --api-key \x3CKEY> --wallet \x3CWALLET> --endpoint \x3CENDPOINT>
This creates the miner script, systemd service, and starts mining.
Configuration
Required parameters:
--api-key— API key from aicash.network (format:cash_xxx)--wallet— EVM wallet address for rewards--endpoint— Supabase mining endpoint URL
Optional:
--name \x3Cname>— Service name (default:aicash-miner)--instances \x3Cn>— Number of parallel miners (default: 1)
Multi-Instance Mining
Run multiple miners to increase block capture rate:
scripts/setup.sh --api-key \x3CKEY> --wallet \x3CWALLET> --endpoint \x3CENDPOINT> --instances 6
Creates 6 independent systemd services: aicash-miner, aicash-miner-2 through aicash-miner-6.
Management
# 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 \x3CNEW_KEY> --wallet \x3CWALLET> --endpoint \x3CNEW_ENDPOINT>
How It Works
- Probes API with invalid block number to discover current block
- Submits Proof of Compute for current block
- Logs real reward amount from API response
- Auto-retries on errors, skips claimed blocks
- Runs 24/7 via systemd with auto-restart
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aicash-miner - After installation, invoke the skill by name or use
/aicash-miner - Provide required inputs per the skill's parameter spec and get structured output
What is AICash Miner?
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-in... It is an AI Agent Skill for Claude Code / OpenClaw, with 528 downloads so far.
How do I install AICash Miner?
Run "/install aicash-miner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AICash Miner free?
Yes, AICash Miner is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AICash Miner support?
AICash Miner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AICash Miner?
It is built and maintained by meigui (@doctor-1017); the current version is v1.0.0.