# 20240707-挖矿中转教程

By [ytjoe](https://paragraph.com/@ytjoe) · 2024-07-06

---

基础条件
----

*   服务器: 海外Ubuntu服务器
    
*   github程序: [https://github.com/EvilGenius-dot/RustMinerSystem](https://github.com/EvilGenius-dot/RustMinerSystem)
    

安装教程
----

*   查看github仓库直接执行linux系统中转程序安装命令
    
    *   ​`bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/install.sh)`​
        
*   默认后台账号密码为 qzpm19kkx xloqslz913
    
*   自行修改用户名密码
    
*   登陆后创建代理，配置端口协议（包含TCP，也可以使用其他的，但是配置会比较复杂，自行摸索），配置端口号（保持机器放通和服务商端放通），代理币种NGINX，代理矿池地址（f2pool矿池地址，需测试连通性）
    
    *     
        

![创建代理页面](https://storage.googleapis.com/papyrus_images/8fe06802a2ba4598b21b0d7e7887f87f23de2570ed26e7679577d960a6d759bd.png)

创建代理页面

*   复制设备连接地址（NGINX-选择创建的那个端口-端口日志-设备连接地址）
    
*   aleo命令使用创建的代理
    
    *   例: `nohup ./aleo-miner -u 设备连接地址 -w accountname.workername -d 0 >> ./aleo-miner.log 2>&1 &`​
        

参考文档
----

    https://github.com/EvilGenius-dot/RustMinerSystem?tab=readme-ov-file#-linux%E5%AE%89%E8%A3%85
    

‍

‍

---

*Originally published on [ytjoe](https://paragraph.com/@ytjoe/20240707)*
