Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Char1esOrz committed Feb 24, 2022
1 parent 7f7a631 commit 9606a4a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,21 @@ mkdir miner_proxy
cd miner_proxy
# x86服务器
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v5.2.0/minerProxy_v5.2.0_linux_amd64
chmod 777 minerProxy_v5.2.0_linux_amd64
./minerProxy_v5.1.0_linux_amd64
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v5.2.1/minerProxy_v5.2.1_linux_amd64
chmod 777 minerProxy_v5.2.1_linux_amd64
./minerProxy_v5.2.1_linux_amd64
# arm服务器
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v5.2.0/minerProxy_v5.2.0_linux_arm64
chmod 777 minerProxy_v5.2.0_linux_arm64
./minerProxy_v5.2.0_linux_arm64
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v5.2.1/minerProxy_v5.2.1_linux_arm64
chmod 777 minerProxy_v5.2.1_linux_arm64
./minerProxy_v5.2.1_linux_arm64
```

### 后台运行注意后面的&运行完再敲几下回车

```bash
nohup ./minerProxy_v5.2.0_linux_amd64 &
nohup ./minerProxy_v5.2.1_linux_amd64 &
# 运行之后查看webtoken
tail -f nohup.out
```
Expand Down

0 comments on commit 9606a4a

Please sign in to comment.