最稳定的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 之后就能安装脚本了