# sui生态 $MINE，挖矿图文教程

By [考拉kk](https://paragraph.com/@kk-28) · 2024-05-14

---

以下是挖矿图文全教程

首先下载安装文件

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

![](https://storage.googleapis.com/papyrus_images/208850f8709ef78d90a5c4b89864a101b049c0221a2e69f1f3c4e65e4e9e8b84.png)

然后解压文件

    unzip linux.zip
    

![](https://storage.googleapis.com/papyrus_images/8e9a18591c5e05730d09132aa21fa0db7daa5fdebc60f6dc17cdd50071a45044.png)

添加执行权限

    chmod +x mineral-linux
    

![](https://storage.googleapis.com/papyrus_images/f21e68c62d8e39ff5f068db175c185978e2177ef1484a53616d910936c1181c3.png)

然后，设置钱包环境变量：

    export WALLET=suiprivkey11111111111111111111111111111111
    

suiprivkey11111111111111111111111111111111111111 更换为你sui钱包的私钥

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

![](https://storage.googleapis.com/papyrus_images/54fb721867fdb868cfeff540bdd8b862203a5c47afb97403b2615e2d34eb62c7.png)

启动挖矿

    ./mineral-linux mine
    

如图所示，正在挖矿

![](https://storage.googleapis.com/papyrus_images/ed6e74762d1403332dd4bdeba2102b1ef09daafea8a2672576b93286e69b55cc.png)

---

*Originally published on [考拉kk](https://paragraph.com/@kk-28/sui-mine)*
