最稳定的ETH以太坊代理中转矿池程序,MinerProxy/矿池代理,支持TCP和SSL协议,支持自定义抽水,高性能高并发,支持web界面管理,包含自启动和进程守护,重启后可以自动运行,会放开防火墙和连接数限制,一键搞定。
矿工交流 TG电报群:https://t.me/Miner_Proxy
好处:适合又想要Linux稳定性的,又不懂Linux的小白的学习者
功能:包含自启动和进程守护,重启后可以自动运行,会放开防火墙和连接数限制,一键搞定
要求:Ubuntu 16+ / Debian 8+ / CentOS 7+ 系统
使用 root 用户输入下面命令安装或卸载
# 一键安装脚本
bash <(curl -s -L https://git.io/Jy13U)
# 一键安装脚本 - 备用
bash <(curl -s -L https://cdn.jsdelivr.net/gh/MinerPr0xy/minerProxy@master/install.sh)
ubuntu/debian 系统安装
wget: apt-get update -y && apt-get install wget -y
centos 系统安装
yum update -y && yum install wget -y
安装好 wget 之后 下载脚本并执行
wget https://raw.githubusercontent.com/MinerPr0xy/MinerProxy/main/install.sh
bash install.sh
ubuntu/debian 系统安装 curl 方法:
apt-get update -y && apt-get install curl -y
centos 系统安装 curl 方法:
yum update -y && yum install curl -y
安装好 curl 之后就能安装脚本了
git clone https://github.com/MinerPr0xy/MinerProxy.git
cd MinerProxy
chmod a+x MinerProxy_6.0.3_linux
nohup ./MinerProxy_6.0.3_linux & (后台运行,注意:& 也需要复制,运行完再敲几下回车)
tail -f nohup.out (后台运行时查看)
运行成功后访问 IP:19999 (如:127.0.0.1:19999 注意开放端口) 进行配置即可。
nohup ./MinerProxy_6.0.3_linux &
killall MinerProxy_6.0.3_linux
tail -f nohup.out
git pull
apt update
apt install git
yum update
yum install git
./MinerProxy_6.0.3_windows.exe
或双击打开 启动.bat 运行成功后访问 IP:19999 (如:127.0.0.1:19999 注意开放端口) 进行配置即可。