← 返回
AI智能 Key 中文

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...
Base L2 上 $CASH 代币的 AICash 网络自动矿工。用于在 AICash 内存池网络上设置自动化的计算证明挖矿。支持多实例...
doctor-1017
AI智能 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 889
下载
💾 15
安装
1
版本
#latest

概述

AICash Miner

Automated mining agent for the AI CASH MEMPOOL network (aicash.network).

Quick Start

  1. Get API credentials from https://aicash.network (generate soul.md from browser)
  2. Run the setup script:
scripts/setup.sh --api-key <KEY> --wallet <WALLET> --endpoint <ENDPOINT>

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 — Service name (default: aicash-miner)
  • --instances — Number of parallel miners (default: 1)

Multi-Instance Mining

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.

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 <NEW_KEY> --wallet <WALLET> --endpoint <NEW_ENDPOINT>

How It Works

  1. Probes API with invalid block number to discover current block
  2. Submits Proof of Compute for current block
  3. Logs real reward amount from API response
  4. Auto-retries on errors, skips claimed blocks
  5. Runs 24/7 via systemd with auto-restart

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 18:16 安全

安全检测

腾讯云安全 (Keen)

suspicious
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,531
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 796,000
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,701