Code Monkey home page Code Monkey logo

coder-drinker / minerproxy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from minerpr0xy/minerproxy

0.0 0.0 0.0 255.93 MB

本程序为正版原创,最稳定的ETH以太坊代理中转矿池程序,全新界面,支持ETH,ETC,抽水稳定不掉线,作者抽水千分之三,MinerProxy/矿池代理,支持TCP和SSL协议,支持自定义抽水,高性能高并发,支持web界面管理,包含自启动和进程守护,重启后可以自动运行,会放开防火墙和连接数限制,一键搞定。

Shell 100.00%

minerproxy's Introduction


全新界面,支持ETH,ETC,抽水稳定不掉线,作者抽水千分之三。

最稳定的ETH以太坊代理中转矿池程序,MinerProxy/矿池代理,支持TCP和SSL协议,支持自定义抽水,高性能高并发,支持web界面管理,包含自启动和进程守护,重启后可以自动运行,会放开防火墙和连接数限制,一键搞定。

travis travis travis travis

MinerProxy

重要提示必看

1.Linux系统第一次安装完成后请重启服务器,这样可以突破连接限制,单机稳定2000台!!!

2.安装完成后,请立即修改默认密码,以防别有用心之人,扫描端口偷偷登录!!!

MinerProxy - 使用后算力截图,算力几乎无损耗。

矿工交流 TG电报群:https://t.me/Miner_Proxy

联系我们:QQ群:683918874、微信:edavhdl(备注:加群)

Liunx-一键安装脚本

好处:适合又想要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

提示 curl: command not found的先安装curl

ubuntu/debian 系统安装 curl 方法:

apt-get update -y && apt-get install curl -y

centos 系统安装 curl 方法:

yum update -y && yum install curl -y

安装好 curl 之后就能安装脚本了

Liunx-手动安装

git clone https://github.com/MinerPr0xy/MinerProxy.git
cd MinerProxy
chmod a+x MinerProxy_6.0.4_linux
nohup ./MinerProxy_6.0.4_linux & (后台运行,注意:& 也需要复制,运行完再敲几下回车)
tail -f nohup.out (后台运行时查看)

运行成功后访问 IP:19999 (如:127.0.0.1:19999 注意开放端口) 进行配置即可。

后台运行(注意后面的&)运行完再敲几下回车

nohup ./MinerProxy_6.0.4_linux &

后台运行时关闭

killall MinerProxy_6.0.4_linux

后台运行时查看

tail -f nohup.out

更新软件-重新执行脚本安装自动安装最新版本

# 一键安装脚本
bash <(curl -s -L https://git.io/Jy13U)
# 一键安装脚本 - 备用
bash <(curl -s -L https://cdn.jsdelivr.net/gh/MinerPr0xy/minerProxy@master/install.sh)

提示bash: git: command not found的先安装git

ubuntu下

apt update
apt install git

centos下

yum update
yum install git

Windows-使用方法

./MinerProxy_6.0.4_windows.exe

或双击打开 启动.bat 运行成功后访问 IP:19999 (如:127.0.0.1:19999 注意开放端口) 进行配置即可。

minerproxy's People

Contributors

minerpr0xy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.