sui生态 $MINE,挖矿图文教程

以下是挖矿图文全教程

首先下载安装文件

wget https://github.com/ronanyeah/mineral-app/releases/download/v1/linux.zip
post image

然后解压文件

unzip linux.zip
post image

添加执行权限

chmod +x mineral-linux
post image

然后,设置钱包环境变量:

export WALLET=suiprivkey11111111111111111111111111111111

suiprivkey11111111111111111111111111111111111111 更换为你sui钱包的私钥

钱包中需要有sui代币,充当gas

post image

启动挖矿

./mineral-linux mine

如图所示,正在挖矿

post image