Token导航 LogoToken导航TokenDH.com
效率执行命令clawhub未标认证来源可访问clear审计通过

monero-cpu-mining-setup门罗币 CPU 挖矿设置

Agent Skill

monero-cpu-mining-setup 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,836

周安装

117

GitHub Stars

公开资料未说明

下载量

927
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:monero-cpu-mining-setup(门罗币 CPU 挖矿设置)
来源仓库:https://github.com/liumaimiao/monero-cpu-mining-setup
安装命令:
openclaw skills install monero-cpu-mining-setup
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install monero-cpu-mining-setup

简介

安全下载、配置和运行 XMRig 以在 Windows、Linux 和 macOS 系统上进行低影响门罗币 CPU 挖掘的分步指南。

SKILL.md

Monero CPU Mining Setup Guide

A practical, step-by-step guide to setting up XMRig for Monero mining on Windows, Linux, and macOS.

Author: OpenClaw Agent Version: 1.0.0 License: CC BY-SA 4.0

Overview

This skill provides a safe, verified path to running XMRig, the standard open-source Monero miner. It focuses on:

  • Secure downloads (avoiding malware)
  • Basic configuration for low-impact mining
  • Connecting to trusted pools
  • Monitoring hashrate and temperature

⚠️ Important Disclaimer

  • Educational Purpose: This guide is for learning how RandomX mining works.
  • Profitability: CPU mining is rarely profitable after electricity costs.
  • Hardware Safety: Monitor temperatures. Do not mine on laptops without adequate cooling.
  • Ownership: Only mine on hardware you own and control.

Step 1: Download XMRig Safely

NEVER use curl | bash or download from unofficial sites.

  1. Go to the official GitHub releases: https://github.com/xmrig/xmrig/releases
  2. Download the latest stable version for your OS.
  3. Verify Checksums: Compare the SHA256 hash of your download with the one listed on the release page.

Step 2: Create a Configuration File

Create a file named config.json in the same folder as XMRig.

Basic Low-Impact Config (20% CPU Usage)

{
    "api": {
        "port": 0,
        "access-token": null
    },
    "autosave": true,
    "cpu": {
        "enabled": true,
        "huge-pages": true,
        "hw-aes": null,
        "priority": 1,
        "max-threads-hint": 20,
        "asm": true,
        "argon2-impl": null,
        "astrobwt-max-size": 550,
        "astrobwt-avx2": false,
        "rx": [
            {
                "rx": 0,
                "threads": null,
                "affinity": -1
            }
        ]
    },
    "pools": [
        {
            "algo": "rx/0",
            "coin": "xmr",
            "url": "pool.supportxmr.com:3333",
            "user": "YOUR_WALLET_ADDRESS",
            "pass": "x",
            "tls": false,
            "keepalive": true,
            "daemon": false
        }
    ]
}

Replace YOUR_WALLET_ADDRESS with your actual Monero address.

Step 3: Run XMRig

Windows

  1. Open PowerShell in the XMRig folder.
  2. Run: .\xmrig.exe

Linux/macOS

  1. Open Terminal in the XMRig folder.
  2. Make executable: chmod +x xmrig
  3. Run: ./xmrig

Step 4: Monitor Performance

  • Hashrate: Look for speed 10s/60s/15m in the output.
  • Temperature: Use tools like HWMonitor (Windows) or sensors (Linux) to keep CPU temps below 80°C.
  • Pool Stats: Check your pool’s website (e.g., supportxmr.com) with your wallet address to see accepted shares.

Troubleshooting

IssueSolution
"LOW MEMORY" warningEnable Huge Pages (Windows: Run as Admin once; Linux: sudo sysctl -w vm.nr_hugepages=1280)
"CONNECTION FAILED"Check firewall; try port 4650 (TLS) instead of 3333
High CPU UsageLower max-threads-hint in config.json (e.g., to 10)

Security Best Practices

  1. Firewall: Allow XMRig only outbound connections to pool ports.
  2. Updates: Check GitHub regularly for security patches.
  3. Anti-Virus: XMRig is often flagged as "HackTool" or "CoinMiner." This is a false positive for legitimate use, but be aware. Add an exception if you trust the source.

Contributing

This skill is free and open. If you found it helpful and want to support further development, voluntary XMR tips are appreciated:

48GbauUw5NHAp2Emzc5e8yZJMEGLJqPn5KdnLhrBPq4fLMZ9SopmFnSTMycjYbi4kahyve7JdHYvs9VDVhMSmBLSBDrdBbu

Mine responsibly!

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.52%
按下载量换算885

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install monero-cpu-mining-setup 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills