# XENGPUMiner **Repository Path**: openour/xengpuminer ## Basic Information - **Project Name**: XENGPUMiner - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-10-20 - **Last Updated**: 2024-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用的命令: ## 获得密钥 ```angular2html cd ~ cat .ssh/id_rsa.pub ``` ## 执行项目 ```angular2html cd /home/user # 国内的那个需要执行一下,海外的不用执行,后续操作都一样 git clone https://gitee.com/openour/xengpuminer.git cd xengpuminer bash run.sh # 一定记得输入自己的账号地址 ``` ## 执行挖矿 ```angular2html nohup python3 miner.py --gpu=true > miner-python.log 2>&1 & nohup ./xengpuminer > /dev/null 2>&1 & ``` ## 查看执行情况 ```angular2html cat miner-python.log ```