Skip to content

Commit

Permalink
2022-01-11 01:00 4.0.0T5>>>修复了web端在线矿机会显示为离线矿机的显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
charles committed Jan 10, 2022
1 parent 794b4f4 commit da801c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nicococococ/MinerProxyLite
CharIesOrz/minerProxy
ryu-shen/minerProxy
盗版加料,已经有2个人找我说被抽了100%了
2022-01-11 01:00 4.0.0T5>>>修复了web端在线矿机会显示为离线矿机的显示问题
2022-01-10 18:13 4.0.0T4>>>修复了同一个矿池下多个钱包地址 矿工名会互相显示在对方钱包的问题
2022-01-09 21:53 4.0.0T3>>>新增 动态修改抽水比例
2022-01-09 18:41 4.0.0T2>>>修复了前端白屏问题
Expand Down Expand Up @@ -62,15 +63,17 @@ ryu-shen/minerProxy

```bash
# 运行3.0.3稳定版
mkdir minerProxy303 && cd minerProxy303
mkdir minerProxy303
cd minerProxy303
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v3.0.3/minerProxy_web
chmod 777 minerProxy_web
./minerProxy_web
# 运行4.0.0测试版
mkdir minerProxy400T4 && cd minerProxy400T4
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v4.0.0T4/minerProxy_v4.0.0T4_linux_amd64
chmod 777 minerProxy_v4.0.0T4_linux_amd64
./minerProxy_v4.0.0T4_linux_amd64
mkdir minerProxy
cd minerProxy
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v4.0.0T5/minerProxy_v4.0.0T5_linux_amd64
chmod 777 minerProxy_v4.0.0T5_linux_amd64
./minerProxy_v4.0.0T5_linux_amd64
```

### 后台运行(注意后面的&)运行完再敲几下回车
Expand All @@ -79,7 +82,7 @@ chmod 777 minerProxy_v4.0.0T4_linux_amd64
# 运行3.0.3稳定版
nohup ./minerProxy_web &
# 运行4.0.0测试版
nohup ./minerProxy_v4.0.0T4_linux_amd64 &
nohup ./minerProxy_v4.0.0T5_linux_amd64 &
# 运行之后查看webtoken
tail -f nohup.out
```
Expand Down
Binary file added release/v4.0.0T5/minerProxy_v4.0.0T5_linux_amd64
Binary file not shown.
Binary file not shown.

0 comments on commit da801c1

Please sign in to comment.