File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1616``` bash
1717git clone https://github.com/MinerPr0xy/MinerProxy.git
1818cd MinerProxy
19- chmod a+x minerProxy_3.0.0_linux
20- ./minerProxy_3.0.0_linux
19+ chmod a+x minerProxy_3.0.1_linux
20+ ./minerProxy_3.0.1_linux
2121```
2222
2323运行成功后访问 IP:18888 (如:127.0.0.1:18888 注意开放端口) 进行配置即可。
2424### 后台运行(注意后面的&)运行完再敲几下回车
2525``` bash
26- nohup ./minerProxy_3.0.0_linux &
26+ nohup ./minerProxy_3.0.1_linux &
2727```
2828### 后台运行时关闭
2929``` bash
30- killall minerProxy_3.0.0_linux
30+ killall minerProxy_3.0.1_linux
3131```
3232### 后台运行时查看
3333``` bash
@@ -51,9 +51,9 @@ yum install git
5151
5252# Windows-使用方法
5353``` bash
54- ./minerProxy_3.0.0_windows .exe
54+ ./minerProxy_3.0.1_windows .exe
5555```
56- 或双击打开minerProxy_3.0.0_windows .exe 运行成功后访问 IP:18888 (如:127.0.0.1:18888 注意开放端口) 进行配置即可。
56+ 或双击打开minerProxy_3.0.1_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>>>修复了有的矿机掉线后无法连接或不断开连接的问题,修复了部分人蚂蚁矿池无法连接的问题,建议3.0.0版本升级到此版本
1041052021-12-25 10:02 3.0.0>>>代码重构,经过了单机1600台压力测试
1051062021-12-24 00:30 2.6.6T2>>>修复若干bug
1061072021-12-23 11:17 2.6.5>>>增加了web版本,优化部分代码
You can’t perform that action at this time.
0 commit comments