传奇4
成为传的战争

Apoolminer适用于 Aleo 和 Qubic 的 GPU 优化矿工

Spacemesh-浏览器

介绍

适用于 Aleo 和 Qubic 的 GPU 优化矿工。

免責聲明

apool.io & apoolminer_github 是仅有的 2 个官方维护的网站,用于发布信息和新版本的 apoolminer。

安装

在用户下运行以下命令:root

wget https://raw.githubusercontent.com/apoolmine/apoolminer/main/apool.sh && chmod +x apoolminer.sh
./apoolminer.sh

矿机将安装到 ./.apoolminer/apoolminer

用法

请参考使用帮助():./apoolminer --help

如果您没有 aleo 帐户,请使用以下命令创建一个帐户:

然后像这样启动矿工:

./apoolminer --address <your address> --proxy <solo prover proxy> [OPTIONS]
Options:
      --account <ACCOUNT>    Specify the account
      --worker <WORKER>    Specify the worker name. Note: The name consists of numbers and letters and cannot exceed 15 characters in length
      --pool <POOL>          Specify the pool server address
  -g, --gpu <GPU>          Specify the index of GPU. Specify multiple times to use multiple GPUs, example: -g 0 -g 1 -g 2. Note: Use all gpus if not specify.
  -o, --log <LOG>          Specify the log file

GPU 支持

  • NVIDIA 图灵 GPU (RTX20)
  • NVIDIA Ampere GPU (RTX30)
  • NVIDIA Ada Lovelace GPU (RTX40)

API 参考

矿工状态

路径: /status

方法:获取

响应:

{
  "code": 200,
  "data": {
    "online": false
  }
}

GPU矿工信息

路径: /gpu

方法:获取

响应:

{
"code": 200,
"data": {
    "gpus": [{
        "cclk": 1635, //graphics clock
        "ctmp": 74, // gpu temperature
        "device": "2060SU", //gpu device 
        "fan": 76, //fan
        "gmclk": 6801, //graphics memory clock
        "id": 0,
        "inval": 0, //invalid
        "mtmp": "89", //max temperature
        "power": 169, //power
        "proof": 0.0, //proof rate
        "statle": 0, // statle
        "valid": 0 // valid
    }],
    "uptime": 197 //program up time 
}

用法:

./apoolminer --account <your account> --rest --port 5001 --pool <pool server address> [OPTIONS]

更改日志

0.6.0

  1. 运行 Aleo testnet3 的版本。

1.1.0

  1. 运行Qubic的版本,现在仅适用于CPU。

1.2.1

  1. Qubic Epoch 104,支持 CPU 和 NVIDIA GPU。
  2. 支持Windows10和Ubuntu18.04-22.04。
赞(0) 打赏
未经允许不得转载:传奇4 » Apoolminer适用于 Aleo 和 Qubic 的 GPU 优化矿工

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏