chia 奇亚 命令行耕田 p图

首先把chia.exe加入环境变量。我这里的路径是
C:\Users\Administrator\AppData\Local\chia-blockchain\app-1.0.5\resources\app.asar.unpacked\daemon\chia.exe

以下命令意思是使用j:\cache盘缓存, 生成最终plot文件在P:\final,自己看着改下参数保存成bat文件就能用
u64 表示桶64
b8390 表示内存
r2 表示2线程
a后面那是密钥使用 chia.exe keys show 获得,也可以界面先启动一个任务,观察已经启动的参数
wmic process where caption="chia.exe" get caption,commandline /value
在这里插入图片描述

set disk=j
set cache=%disk%:\cache
set final=P:\final
mkdir %final%
title %cache%-----%final%
chia.exe plots create -k32 -n1 -t%cache% -2%cache% -d%final% -b8390 -u64 -r2 -a495029506
pause

你可能感兴趣的:(脚本语言,挖矿)