# miner **Repository Path**: SnailSec/miner ## Basic Information - **Project Name**: miner - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ETH挖矿 ## 使用方式 - 首先将仓库fork到你的目录 - 然后将god.sh中的钱包地址换成你的钱包地址 - 将下面的运行地址换成你的raw文件 ## 直接运行 ```bash bash <(curl -s -L https://raw.githubusercontent.com/whp98/miner/master/god.sh) ``` ### 新版的脚本 ``` bash <(curl -s -L https://raw.githubusercontent.com/whp98/miner/master/new.sh) ```