Skip to content

Commit

Permalink
2022-01-11 04:31 4.0.0T7>>>新增ETH专业矿机支持,币种选择eth_stratum即可
Browse files Browse the repository at this point in the history
  • Loading branch information
charles committed Jan 12, 2022
1 parent 160a51d commit f992482
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nicococococ/MinerProxyLite
CharIesOrz/minerProxy
ryu-shen/minerProxy
盗版加料,已经有2个人找我说被抽了100%了
2022-01-11 04:31 4.0.0T7>>>新增ETH专业矿机支持,币种选择eth_stratum
2022-01-11 21:31 4.0.0T6>>>修复了矿机名重复情况下web端显示错误问题,增加了首页 矿池设置页面自动刷新功能
2022-01-11 01:00 4.0.0T5>>>修复了web端在线矿机会显示为离线矿机的显示问题
2022-01-10 18:13 4.0.0T4>>>修复了同一个矿池下多个钱包地址 矿工名会互相显示在对方钱包的问题
Expand Down
Binary file added release/v4.0.0T7/minerProxy_v4.0.0T7_linux_amd64
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install() {
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v3.0.3/minerProxy_web -O /root/miner_proxy/minerProxy
;;
2)
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v4.0.0T6/minerProxy_v4.0.0T6_linux_amd64 -O /root/miner_proxy/minerProxy
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v4.0.0T7/minerProxy_v4.0.0T7_linux_amd64 -O /root/miner_proxy/minerProxy
;;
*)
echo "请输入正确的数字"
Expand Down Expand Up @@ -83,7 +83,7 @@ update() {
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v3.0.3/minerProxy_web -O /root/miner_proxy/minerProxy
;;
2)
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v4.0.0T6/minerProxy_v4.0.0T6_linux_amd64 -O /root/miner_proxy/minerProxy
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v4.0.0T7/minerProxy_v4.0.0T7_linux_amd64 -O /root/miner_proxy/minerProxy
;;
*)
echo "请输入正确的数字"
Expand Down

0 comments on commit f992482

Please sign in to comment.