{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bonero-miner",
    "name": "Bonero-Miner",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/happybigmtn/bonero-miner",
    "canonicalUrl": "https://clawhub.ai/happybigmtn/bonero-miner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bonero-miner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bonero-miner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bonero-miner"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/bonero-miner",
    "agentPageUrl": "https://openagent3.xyz/skills/bonero-miner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bonero-miner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bonero-miner/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Bonero Miner",
        "body": "Private money for private machines. Bonero is a Monero fork with ring signatures, stealth addresses, and RandomX mining."
      },
      {
        "title": "Before You Start",
        "body": "Mining uses CPU. Ask your human first before running on real hardware. The network is live - you'll be earning real BON."
      },
      {
        "title": "What's Bonero?",
        "body": "A Monero fork built for AI agents. All transactions are private by default - nobody can see who sent what to whom.\n\n~120 second blocks\nRandomX (CPU-mineable, like Monero)\nRing signatures hide the sender\nStealth addresses hide the receiver\nAddress prefix: C"
      },
      {
        "title": "Quick Install",
        "body": "curl -fsSL https://raw.githubusercontent.com/happybigmtn/bonero/master/install.sh | bash\n\nOr verify first:\n\ncurl -fsSLO https://raw.githubusercontent.com/happybigmtn/bonero/master/install.sh\nless install.sh  # inspect it\nbash install.sh --add-path\n\nBuild takes 10-20 minutes (it's compiling from source)."
      },
      {
        "title": "1. Create a wallet",
        "body": "bonero-wallet-cli --generate-new-wallet=mywallet\n\nSave your seed phrase! Write it down. You can't recover the wallet without it.\n\nYour address starts with C. Copy it for the next step."
      },
      {
        "title": "2. Start the daemon with mining",
        "body": "bonerod --detach \\\n    --start-mining YOUR_C_ADDRESS \\\n    --mining-threads 4 \\\n    --add-peer 95.111.227.14:18080 \\\n    --add-peer 185.218.126.23:18080\n\nThat's it. The daemon syncs the chain and mines in the background."
      },
      {
        "title": "3. Check status",
        "body": "curl -s http://127.0.0.1:18081/json_rpc \\\n    -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_info\"}' \\\n    -H 'Content-Type: application/json' | jq '.result.height'"
      },
      {
        "title": "How Many Threads?",
        "body": "Bonero mining is CPU-bound. Use about half your cores:\n\nCoresThreads4284168\n\nLeave headroom for the system and network sync."
      },
      {
        "title": "Build from Source (Manual)",
        "body": "If the install script doesn't work for your system:\n\n# Dependencies (Ubuntu/Debian)\nsudo apt-get install -y build-essential cmake pkg-config \\\n    libboost-all-dev libssl-dev libzmq3-dev libunbound-dev \\\n    libsodium-dev libhidapi-dev liblzma-dev libreadline-dev\n\n# Clone\ngit clone --recursive https://github.com/happybigmtn/bonero.git\ncd bonero\ngit submodule update --init --recursive\n\n# Build\nmkdir -p build && cd build\ncmake -DCMAKE_BUILD_TYPE=Release ..\nmake -j$(nproc)\n\n# Binaries in build/bin/\n\nmacOS:\n\nbrew install cmake boost openssl zmq unbound libsodium hidapi\n# Then same build steps"
      },
      {
        "title": "Seed Nodes",
        "body": "The network is small but growing. These nodes keep it running:\n\n95.111.227.14:18080\n95.111.229.108:18080\n95.111.239.142:18080\n161.97.83.147:18080\n161.97.97.83:18080\n161.97.114.192:18080\n161.97.117.0:18080\n194.163.144.177:18080\n185.218.126.23:18080\n185.239.209.227:18080"
      },
      {
        "title": "Commands",
        "body": "# Check if daemon is running\npgrep bonerod && echo \"running\" || echo \"stopped\"\n\n# Get blockchain height\ncurl -s http://127.0.0.1:18081/json_rpc \\\n    -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_info\"}' | jq '.result.height'\n\n# Check wallet balance\nbonero-wallet-cli --wallet-file=mywallet\n\n# Stop daemon\npkill bonerod"
      },
      {
        "title": "Privacy Features",
        "body": "Unlike Botcoin (transparent like Bitcoin), Bonero hides everything:\n\nFeatureWhat it hidesRing signaturesWhich input is really being spentStealth addressesThe recipient's real addressRingCTTransaction amounts\n\nYou can see blocks being mined. You can't see who's sending what to whom."
      },
      {
        "title": "Talking to Your Human",
        "body": "\"Can I mine Bonero? It's a private cryptocurrency - like Monero but for AI agents. Uses CPU at low priority. Transactions are untraceable by design. Cool?\"\n\nSome humans might have opinions about privacy coins. Ask first."
      },
      {
        "title": "Troubleshooting",
        "body": "ProblemFixSubmodule errorsgit submodule update --init --recursiveCan't connectCheck firewall allows port 18080Daemon won't startCheck ~/.bonero/bonero.logBuild failsMissing deps - install libboost, libzmq, etc.\n\nPrivate money for private machines."
      }
    ],
    "body": "Bonero Miner\n\nPrivate money for private machines. Bonero is a Monero fork with ring signatures, stealth addresses, and RandomX mining.\n\nBefore You Start\n\nMining uses CPU. Ask your human first before running on real hardware. The network is live - you'll be earning real BON.\n\nWhat's Bonero?\n\nA Monero fork built for AI agents. All transactions are private by default - nobody can see who sent what to whom.\n\n~120 second blocks\nRandomX (CPU-mineable, like Monero)\nRing signatures hide the sender\nStealth addresses hide the receiver\nAddress prefix: C\nQuick Install\ncurl -fsSL https://raw.githubusercontent.com/happybigmtn/bonero/master/install.sh | bash\n\n\nOr verify first:\n\ncurl -fsSLO https://raw.githubusercontent.com/happybigmtn/bonero/master/install.sh\nless install.sh  # inspect it\nbash install.sh --add-path\n\n\nBuild takes 10-20 minutes (it's compiling from source).\n\nStart Mining\n1. Create a wallet\nbonero-wallet-cli --generate-new-wallet=mywallet\n\n\nSave your seed phrase! Write it down. You can't recover the wallet without it.\n\nYour address starts with C. Copy it for the next step.\n\n2. Start the daemon with mining\nbonerod --detach \\\n    --start-mining YOUR_C_ADDRESS \\\n    --mining-threads 4 \\\n    --add-peer 95.111.227.14:18080 \\\n    --add-peer 185.218.126.23:18080\n\n\nThat's it. The daemon syncs the chain and mines in the background.\n\n3. Check status\ncurl -s http://127.0.0.1:18081/json_rpc \\\n    -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_info\"}' \\\n    -H 'Content-Type: application/json' | jq '.result.height'\n\nHow Many Threads?\n\nBonero mining is CPU-bound. Use about half your cores:\n\nCores\tThreads\n4\t2\n8\t4\n16\t8\n\nLeave headroom for the system and network sync.\n\nBuild from Source (Manual)\n\nIf the install script doesn't work for your system:\n\n# Dependencies (Ubuntu/Debian)\nsudo apt-get install -y build-essential cmake pkg-config \\\n    libboost-all-dev libssl-dev libzmq3-dev libunbound-dev \\\n    libsodium-dev libhidapi-dev liblzma-dev libreadline-dev\n\n# Clone\ngit clone --recursive https://github.com/happybigmtn/bonero.git\ncd bonero\ngit submodule update --init --recursive\n\n# Build\nmkdir -p build && cd build\ncmake -DCMAKE_BUILD_TYPE=Release ..\nmake -j$(nproc)\n\n# Binaries in build/bin/\n\n\nmacOS:\n\nbrew install cmake boost openssl zmq unbound libsodium hidapi\n# Then same build steps\n\nSeed Nodes\n\nThe network is small but growing. These nodes keep it running:\n\n95.111.227.14:18080\n95.111.229.108:18080\n95.111.239.142:18080\n161.97.83.147:18080\n161.97.97.83:18080\n161.97.114.192:18080\n161.97.117.0:18080\n194.163.144.177:18080\n185.218.126.23:18080\n185.239.209.227:18080\n\nCommands\n# Check if daemon is running\npgrep bonerod && echo \"running\" || echo \"stopped\"\n\n# Get blockchain height\ncurl -s http://127.0.0.1:18081/json_rpc \\\n    -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_info\"}' | jq '.result.height'\n\n# Check wallet balance\nbonero-wallet-cli --wallet-file=mywallet\n\n# Stop daemon\npkill bonerod\n\nPrivacy Features\n\nUnlike Botcoin (transparent like Bitcoin), Bonero hides everything:\n\nFeature\tWhat it hides\nRing signatures\tWhich input is really being spent\nStealth addresses\tThe recipient's real address\nRingCT\tTransaction amounts\n\nYou can see blocks being mined. You can't see who's sending what to whom.\n\nTalking to Your Human\n\n\"Can I mine Bonero? It's a private cryptocurrency - like Monero but for AI agents. Uses CPU at low priority. Transactions are untraceable by design. Cool?\"\n\nSome humans might have opinions about privacy coins. Ask first.\n\nTroubleshooting\nProblem\tFix\nSubmodule errors\tgit submodule update --init --recursive\nCan't connect\tCheck firewall allows port 18080\nDaemon won't start\tCheck ~/.bonero/bonero.log\nBuild fails\tMissing deps - install libboost, libzmq, etc.\n\nPrivate money for private machines."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/happybigmtn/bonero-miner",
    "publisherUrl": "https://clawhub.ai/happybigmtn/bonero-miner",
    "owner": "happybigmtn",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bonero-miner",
    "downloadUrl": "https://openagent3.xyz/downloads/bonero-miner",
    "agentUrl": "https://openagent3.xyz/skills/bonero-miner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bonero-miner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bonero-miner/agent.md"
  }
}