Code Monkey home page Code Monkey logo

minerproxy303's Introduction

minerProxy mp303 原版稳定版 一键安装脚本

本仓库仅原版303的一键安装脚本,顺便加开防火墙+改连接数+自启动守护

矿池代理,支持TCP和SSL协议,支持自定义抽水,高性能高并发,支持web界面管理。

(web页面.jpg

Liunx一键安装

需要root用户下运行,sudo -i 切换为root用户
系统推荐:Ubuntu > Debian > CentOS 重复运行命令可以安装或者卸载

bash <(curl -s -L https://raw.githubusercontent.com/CharIesOrz/minerProxy/master/install.sh)

Liunx管理页面

访问您的 IP:18888(建议修改其他端口以防止cc嗅探攻击。)
token值可在/etc/minerProxy_web/config.yml中查看

修改端口:vi /etc/minerProxy_web/config.yml
修改后重启守护:supervisorctl reload

Liunx一键安装方法二

wget https://raw.githubusercontent.com/CharIesOrz/minerProxy/master/install.sh
bash install.sh

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

Liunx手动安装

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

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

后台运行时关闭

killall minerProxy_web

后台运行时查看

tail -f nohup.out

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

Windows-使用方法

下载链接:https://raw.githubusercontent.com/CharIesOrz/minerProxy/master/minerProxy_web.exe
双击打开minerProxy_web_windows.exe 运行成功后访问 IP:18888 (如:127.0.0.1:18888 注意开放端口) 进行配置即可。

配置文件 config.yml 说明

host: 0.0.0.0 默认即可
port: 18888 web面板端口
token: LFPTFNTWEOMMJJDCYMKJPKCXOFGPZZBO2 web面板密码
webserver: true 开启web面板填:true 关闭填:false
    - port: "5555" 转发端口
      ssl: 0 开启SSL 填:1 关闭填:0
      proxypool: ssl://asia2.ethermine.org:5555 转发矿池地址
      devfee: 0.5 抽水比例
      devpool: ssl://asia2.ethermine.org:5555 抽水矿池地址
      addr: 0x64Bf98891769C930348E03A9f04c28BF7D716F58 钱包地址
      worker: devfee22 抽水矿机名称
      reconnect: 20 默认即可
      clientnum: 0 默认即可
开发费:
抽水 <= 20% : devfee = 0.3%
抽水 >  20% : devfee = 抽水

minerproxy303's People

Contributors

nicococococ 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.