Skip to content

Commit 1595988

Browse files
committed
13.4.0
1.增加手机扫面二维码添加信息的功能 2.增加系统高级参数配置功能在设置界面 3.连接队列从1024改为了30万 4.增加了端口主备用功能(需要使用高级参数开启此功能详情请查看以后的文档这个功能并不需要所有人使用无需担心) 5.本机外网IP判断逻辑修改
1 parent 37a0121 commit 1595988

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[homeicon]:https://raw.githubusercontent.com/FxPool/FXMinerProxy/main/image/home-en.png
22
[rtlogicon]:https://raw.githubusercontent.com/FxPool/FXMinerProxy/main/image/rt-log.png
3-
[fxminerproxyv3.zip]:https://github.com/FxPool/FXMinerProxy/releases/download/13.3.5/fxminerproxyv3windows.zip
3+
[fxminerproxyv3.zip]:https://github.com/FxPool/FXMinerProxy/releases/download/13.4.0/fxminerproxyv3windows.zip
44
[简体中文]:https://github.com/FxPool/FXMinerProxy/blob/main/readmes/zh.md
55
[English]:https://github.com/FxPool/FXMinerProxy/blob/main/readmes/English.md
66
[randlogin]:https://raw.githubusercontent.com/FxPool/FXMinerProxy/main/image/randlogin.png
@@ -9,10 +9,10 @@
99
<p align="center"><a target="_blank" rel="noopener noreferrer"><img width="500" src="https://raw.githubusercontent.com/FxPool/FXMinerProxy/main/image/logo.png" alt="Vue logo"></a></p>
1010
<p align="center">
1111
<a>
12-
<img src="https://img.shields.io/badge/Release-13.3.5-orgin.svg" alt="travis">
12+
<img src="https://img.shields.io/badge/Release-13.4.0-orgin.svg" alt="travis">
1313
</a>
1414
<a>
15-
<img src="https://img.shields.io/badge/Last_Update-2025 02 02-orgin.svg" alt="travis">
15+
<img src="https://img.shields.io/badge/Last_Update-2025 04 26-orgin.svg" alt="travis">
1616
</a>
1717
<a>
1818
<img src="https://img.shields.io/badge/Language-GoLang-green.svg" alt="travis">

brg/brg_install_zh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
router_line=$1
44

5-
version='13.3.5'
5+
version='13.4.0'
66
shell_version='2.0.0'
77
uiname='FXMinerProxyV3-shell'
88
pkgname='FXMinerProxy'

fxminerproxyv3linux.tar.gz

59.3 KB
Binary file not shown.

install_en.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#bin
2-
version='13.3.5'
2+
version='13.4.0'
33
shell_version='5.1'
44
uiname='FXMinerProxyV3-shell'
55
pkgname='FXMinerProxy'

install_zh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
router_line=$1
44

5-
version='13.3.5'
5+
version='13.4.0'
66
shell_version='6.0.5'
77
uiname='FXMinerProxyV3-shell'
88
pkgname='FXMinerProxy'

install_zh_cdn1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#bin
2-
version='13.3.5'
2+
version='13.4.0'
33
shell_version='4.3'
44
uiname='FXMinerProxyV3-shell'
55
pkgname='FXMinerProxy'

readmes/English.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[homeicon]:https://raw.githubusercontent.com/FxPool/FXMinerProxy/main/image/home-en.png
22
[rtlogicon]:https://raw.githubusercontent.com/FxPool/FXMinerProxy/main/image/rt-log.png
3-
[fxminerproxyv3.zip]:https://github.com/FxPool/FXMinerProxy/releases/download/13.3.5/fxminerproxyv3windows.zip
3+
[fxminerproxyv3.zip]:https://github.com/FxPool/FXMinerProxy/releases/download/13.4.0/fxminerproxyv3windows.zip
44
[简体中文]:https://github.com/FxPool/FXMinerProxy/blob/main/readmes/zh.md
55
[randlogin]:https://raw.githubusercontent.com/FxPool/FXMinerProxy/main/image/randlogin_en.png
66
[bigminerexample]:https://raw.githubusercontent.com/FxPool/FXMinerProxy/main/image/en-example.png
77
<p align="center"><a target="_blank" rel="noopener noreferrer"><img width="500" src="https://raw.githubusercontent.com/FxPool/FXMinerProxy/main/image/logo.png" alt="Vue logo"></a></p>
88
<p align="center">
99
<a>
10-
<img src="https://img.shields.io/badge/Release-13.3.5-orgin.svg" alt="travis">
10+
<img src="https://img.shields.io/badge/Release-13.4.0-orgin.svg" alt="travis">
1111
</a>
1212
<a>
13-
<img src="https://img.shields.io/badge/Last_Update-2025 02 02-orgin.svg" alt="travis">
13+
<img src="https://img.shields.io/badge/Last_Update-2025 04 26-orgin.svg" alt="travis">
1414
</a>
1515
<a>
1616
<img src="https://img.shields.io/badge/Language-GoLang-green.svg" alt="travis">

0 commit comments

Comments
 (0)