欢迎光临
我们一直在努力

[GPU挖矿教程] XMRig CPU 挖矿软件介绍,使用教程

XMRig是一款高性能的门罗币(XMR)CPU挖矿软件,官方支持Windows。最初基于cpuminer-multi,具有大量优化/重写并删除了大量遗留代码,因为版本1.0.0在C ++上完全从头开始重写。

软件抽水:默认5%,可通过修改参数–donate-level =1 调到1%抽水

特征

  • 高性能。
  • 官方Windows支持。
  • 小型Windows可执行文件,没有依赖项。
  • x86 / x64支持。
  • 支持备份(故障转移)挖矿服务器。
  • 保持支持。
  • 与cpuminer兼容的命令行选项。
  • CryptoNight-Lite支持AEON。
  • 智能自动配置CPU。
  • Nicehash支持
  • 软件开源。

使用教程:

配置文件在线生成网址:https://config.xmrig.com/xmrig

您也可以通过配置文件使用配置,默认名称为config.json。有些选项仅通过配置文件提供:autosavehw-aes。watch选项目前尚未在矿工中仅在代理中实施。
本地配置文件修改参数:

  1. -a, –algo=ALGO          指定算法
  2.                              cryptonight
  3.                              cryptonight-lite
  4.                              cryptonight-heavy
  5.   -o, –url=URL            挖矿网址
  6.   -O, –userpass=U:P       用户名:密码
  7.   -u, –user=USERNAME      username for mining server
  8.   -p, –pass=PASSWORD      password for mining server
  9.       –rig-id=ID          rig identifier for pool-side statistics (needs pool support)
  10.   -t, –threads=N          number of miner threads
  11.   -v, –av=N               algorithm variation, 0 auto select
  12.   -k, –keepalive          send keepalived packet for prevent timeout (needs pool support)
  13.       –nicehash           enable nicehash.com support
  14.       –tls                enable SSL/TLS support (needs pool support)
  15.       –tls-fingerprint=F  pool TLS certificate fingerprint, if set enable strict certificate pinning
  16.   -r, –retries=N          number of times to retry before switch to backup server (default: 5)
  17.   -R, –retry-pause=N      time to pause between retries (default: 5)
  18.       –cpu-affinity       set process affinity to CPU core(s), mask 0x3 for cores 0 and 1
  19.       –cpu-priority       set process priority (0 idle, 2 normal to 5 highest)
  20.       –no-huge-pages      disable huge pages support
  21.       –no-color           disable colored output
  22.       –variant            algorithm PoW variant
  23.       –donate-level=N     donate level, default 5% (5 minutes in 100 minutes)
  24.       –user-agent         set custom user-agent string for pool
  25.   -B, –background         run the miner in the background
  26.   -c, –config=FILE        load a JSON-format configuration file
  27.   -l, –log-file=FILE      log all output to a file
  28.   -S, –syslog             use system log for output messages
  29.       –max-cpu-usage=N    maximum CPU usage for automatic threads mode (default 75)
  30.       –safe               safe adjust threads and av settings for current CPU
  31.       –asm=ASM            ASM code for cn/2, possible values: auto, none, intel, ryzen.
  32.       –print-time=N       print hashrate report every N seconds
  33.       –api-port=N         port for the miner API
  34.       –api-access-token=T access token for API
  35.       –api-worker-id=ID   custom worker-id for API
  36.       –api-id=ID          custom instance ID for API
  37.       –api-ipv6           enable IPv6 support for API
  38.       –api-no-restricted  enable full remote access (only if API token set)
  39.       –dry-run            test configuration and exit
  40.   -h, –help               display this help and exit
  41.   -V, –version            output version information and exit

 

 

OKEX win系统挖矿   代码解析

 

xmrig.exe -o 47.96.191.37:16892 -u google.win5 -p x –donate-level 0 –max-cpu-usage 20

解析

xmrig.exe -o 矿池地址 -u 旷工组.旷工名称 -p x –donate-level 抽水比例 –max-cpu-usage CPU占用率

 

 

 

 

复制代码
赞(0)
未经允许不得转载:老徐小屋老徐小屋 » [GPU挖矿教程] XMRig CPU 挖矿软件介绍,使用教程
分享到: 更多 (0)