Skip to content

Commit 44d04d3

Browse files
authored
Update README.md
1 parent b55499c commit 44d04d3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
```bash
1717
git clone https://github.com/MinerPr0xy/MinerProxy.git
1818
cd MinerProxy
19-
chmod a+x minerProxy_2.6.6T2_linux
20-
./minerProxy_2.6.6T2_linux
19+
chmod a+x minerProxy_3.0.0_linux
20+
./minerProxy_3.0.0_linux
2121
```
2222

2323
运行成功后访问 IP:18888 (如:127.0.0.1:18888 注意开放端口) 进行配置即可。
2424
### 后台运行(注意后面的&)运行完再敲几下回车
2525
```bash
26-
nohup ./minerProxy_2.6.6T2_linux &
26+
nohup ./minerProxy_3.0.0_linux &
2727
```
2828
### 后台运行时关闭
2929
```bash
30-
killall minerProxy_2.6.6T2_linux
30+
killall minerProxy_3.0.0_linux
3131
```
3232
### 后台运行时查看
3333
```bash
@@ -51,9 +51,9 @@ yum install git
5151

5252
# Windows-使用方法
5353
```bash
54-
./minerProxy_2.6.6T2_windows.exe
54+
./minerProxy_3.0.0_windows.exe
5555
```
56-
或双击打开minerProxy_2.6.6T2_windows.exe 运行成功后访问 IP:18888 (如:127.0.0.1:18888 注意开放端口) 进行配置即可。
56+
或双击打开minerProxy_3.0.0_windows.exe 运行成功后访问 IP:18888 (如:127.0.0.1:18888 注意开放端口) 进行配置即可。
5757

5858
# 配置文件 config.yml
5959
```
@@ -101,6 +101,7 @@ webserver: true 开启web面板填:true 关闭填:false
101101

102102
# 更新日志
103103
```bigquery
104+
2021-12-25 10:02 3.0.0>>>代码重构,经过了单机1600台压力测试
104105
2021-12-24 00:30 2.6.6T2>>>修复若干bug
105106
2021-12-23 11:17 2.6.5>>>增加了web版本,优化部分代码
106107
2021-12-23 08:07 2.6.4>>>代码优化,提升稳定性

0 commit comments

Comments
 (0)