适用于 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
- NVIDIA 图灵 GPU (RTX20)
- NVIDIA Ampere GPU (RTX30)
- NVIDIA Ada Lovelace GPU (RTX40)
路径: /status
方法:获取
响应:
{
"code": 200,
"data": {
"online": false
}
}
路径: /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]
- 运行 Aleo testnet3 的版本。
- 运行Qubic的版本,现在仅适用于CPU。
- Qubic Epoch 104,支持 CPU 和 NVIDIA GPU。
- 支持Windows10和Ubuntu18.04-22.04。