文件预览

clawhub.json

查看 Botcoin Miner 技能包中的文件内容。

文件内容

clawhub.json

{
  "name": "rbitcoin",
  "version": "1.1.0",
  "description": "Bitcoin Core fork from genesis with upstream-pinned immutable patch for chain identity. Single-node install, build, verify, mine, and update.",
  "homepage": "https://github.com/happybigmtn/rBTC",
  "source": "https://github.com/happybigmtn/rBTC",
  "entrypoint": "install.sh",
  "scripts": [
    "scripts/agent_install.sh",
    "scripts/agent_verify.sh",
    "scripts/build_from_tag.sh",
    "scripts/ensure_cpu_miner.sh",
    "scripts/enforce_patch_scope.sh",
    "scripts/enforce_network_patch_pin.sh",
    "scripts/fetch_upstream_release.sh",
    "scripts/verify_upstream_release.sh",
    "scripts/make_update_manifest.sh",
    "scripts/validate_manifest.sh",
    "scripts/verify_local_binary.sh",
    "scripts/compute_patch_hash.sh",
    "scripts/updater.sh",
    "scripts/mine_solo.sh",
    "scripts/start_cpu_miner.sh",
    "scripts/run_node.sh"
  ],
  "references": [
    "references/TRUST_MODEL.md",
    "references/VERIFICATION_GUIDE.md",
    "references/MINING_GUIDE.md",
    "references/ONBOARDING.md"
  ],
  "environment": {
    "MINER_CPU_PERCENT": {
      "description": "Max CPU percentage for mining",
      "default": "25",
      "required": false
    },
    "MINER_MAX_THREADS": {
      "description": "Max miner threads",
      "default": "2",
      "required": false
    },
    "MINER_THREADS": {
      "description": "Explicit thread count (overrides auto-detection)",
      "required": false
    },
    "MINER_BACKGROUND": {
      "description": "Run miner in background (0 or 1)",
      "default": "0",
      "required": false
    },
    "START_MINER": {
      "description": "Start CPU miner after install (0 or 1)",
      "default": "1",
      "required": false
    },
    "AUTO_ACCEPT_NETWORK_PATCH_HASH": {
      "description": "Auto-update network patch hash on mismatch (0 or 1)",
      "default": "1",
      "required": false
    }
  }
}