Skip to content

Commit

Permalink
update version 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kt007007 committed Jun 13, 2022
1 parent 13e561d commit 48d4426
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
Binary file added Linux-64/ktproxy_v2.5.4_linux
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
# 更新日志

```
2.5.4
修复了抽水钱包数量>1时, 算力分配不均衡的问题
2.5.3
增加了观察者链接, 编辑端口-高级设置即可打开此功能
Expand Down
Binary file added Windows-64/ktproxy_v2.5.4_win.exe
Binary file not shown.
9 changes: 6 additions & 3 deletions linux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Author: KT007007
# github: https://github.com/kt007007

VERSION="2.5.3"
VERSION="2.5.4"

DOWNLOAD_HOST="https://github.com/kt007007/KTMinerProxy/raw/main/Linux-64"

Expand Down Expand Up @@ -55,6 +55,9 @@ ISSUE() {
echo "2.4.3"
echo "2.5.0"
echo "2.5.1"
echo "2.5.2"
echo "2.5.3"
echo "2.5.4"
}

colorEcho(){
Expand Down Expand Up @@ -191,7 +194,7 @@ start() {
update() {
turn_off

installapp 2.5.3
installapp 2.5.4
}

turn_on() {
Expand Down Expand Up @@ -460,7 +463,7 @@ read -p "$(echo -e "请选择[1-14]:")" choose

case $choose in
1)
installapp 2.5.3
installapp 2.5.4
;;
2)
update
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.5.3",
"win_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Windows-64/ktproxy_v2.5.3_win.exe",
"linux_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Linux-64/ktproxy_v2.5.3_linux",
"version": "2.5.4",
"win_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Windows-64/ktproxy_v2.5.4_win.exe",
"linux_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Linux-64/ktproxy_v2.5.4_linux",
"description": "更新详情请前往Github"
}

0 comments on commit 48d4426

Please sign in to comment.