Skip to content

Commit

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

```
2.6.2
[重要更新]
略微提升了ETH在某些池子的算力
降低了亚米设备在ETH端口的无效
增加了BEAM抽水
2.6.1
修复了ERG无效率偏高的问题
修复了RVN无效率偏高的问题
Expand Down
Binary file added Windows-64/ktproxy_v2.6.2_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.6.1"
VERSION="2.6.2"

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

Expand Down Expand Up @@ -63,6 +63,9 @@ ISSUE() {
echo "2.5.7"
echo "2.5.8"
echo "2.5.9"
echo "2.6.0"
echo "2.6.1"
echo "2.6.2"
}

colorEcho(){
Expand Down Expand Up @@ -199,7 +202,7 @@ start() {
update() {
turn_off

installapp 2.6.1
installapp 2.6.2
}

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

case $choose in
1)
installapp 2.6.1
installapp 2.6.2
;;
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.6.1",
"win_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Windows-64/ktproxy_v2.6.1_win.exe",
"linux_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Linux-64/ktproxy_v2.6.1_linux",
"version": "2.6.2",
"win_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Windows-64/ktproxy_v2.6.2_win.exe",
"linux_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Linux-64/ktproxy_v2.6.2_linux",
"description": "更新详情请前往Github"
}

0 comments on commit b6498d2

Please sign in to comment.