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-instance mining, systemd service management, and real-time stats tracking.
Why use this skill?
Automate your AICash Network $CASH token mining on Base L2 with OpenClaw. Features include multi-instance management, systemd integration, and real-time mining stats.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/doctor-1017/aicash-minerWhat This Skill Does
The aicash-miner skill provides a streamlined interface for deploying and managing Proof of Compute mining agents on the AICash Network, operating on the Base L2 blockchain. It acts as an automated handler for the technical orchestration of mining processes, allowing users to move from credential acquisition to 24/7 autonomous mining with minimal overhead. The skill abstracts complex systemd service management, enabling users to launch single or multi-instance mining setups that automatically handle block discovery, reward validation, and error recovery. By managing the underlying service lifecycle, it ensures that your mining operations remain resilient against node interruptions and network volatility.
Installation
To integrate this agent into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/doctor-1017/aicash-miner
Once installed, you must have your API credentials generated from the official aicash.network portal. Initialize the miner by running the setup script provided in the package: scripts/setup.sh --api-key <YOUR_KEY> --wallet <EVM_ADDRESS> --endpoint <ENDPOINT_URL>. This will automatically configure the required systemd services and establish the heartbeat connection to the network.
Use Cases
- Passive Income Optimization: Automate the accumulation of $CASH tokens by deploying the miner on dedicated VPS instances.
- Scalable Mining Infrastructure: Leverage the multi-instance configuration to run parallel mining threads across multiple CPU cores, significantly increasing the probability of block capture.
- Unattended Node Operation: Utilize the built-in systemd integration for high-uptime server environments, ensuring the agent automatically restarts after system reboots or network drops.
Example Prompts
- "OpenClaw, initialize the aicash-miner with 4 parallel instances using my current credentials and wallet address."
- "Check the status of all active aicash-miner systemd services and report the total current uptime and estimated reward rate."
- "Stop the current aicash-miner services safely to allow for system maintenance and reconfigure the endpoint to the new server URL."
Tips & Limitations
To maximize your reward rate, deploy the miner on a low-latency VPS physically located near the primary Base L2 endpoints. Always monitor the logs using scripts/status.sh to ensure that blocks are being submitted successfully. Note that this skill requires system-level permissions to register services with systemd, which may necessitate sudo access. Be cautious when sharing your API keys; ensure that the server environment is secured with firewalls to prevent unauthorized access to your mining configuration.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-doctor-1017-aicash-miner": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api, code-execution