[
  {
    "path": "README.md",
    "content": "# minerProxy303 一键安装脚本\n本仓库仅原版303的一键安装脚本，顺便加开防火墙+改连接数+自启动守护  \n史上最稳定一版本，稳定大于一切！转发损耗<0.5%。需要双端加密部署的进群找群主要。仅仅SSL是不安全的，已经有不少人被查了！\nsteal eth hashrate tool!!!  \nhttps://t.me/minerproxy303\n\n矿池代理，支持TCP和SSL协议，支持自定义抽水，高性能高并发，支持web界面管理。    \n转发模式无开发费\n    \n![(web页面.jpg](web页面.jpg)\n# Liunx一键安装\n\n需要root用户下运行，sudo -i 切换为root用户  \n系统推荐：Ubuntu > Debian > CentOS\n重复运行命令可以安装或者卸载\n\n```bash\nbash <(curl -s -L https://raw.githubusercontent.com/CharIesOrz/minerProxy/master/install.sh)\n```\n\n# Liunx管理页面\n\n访问您的 IP:18888(建议修改其他端口以防止cc嗅探攻击。)     \ntoken值可在/etc/minerProxy_web/config.yml中查看\n\n \n修改端口：vi /etc/minerProxy_web/config.yml  \n修改后重启守护：supervisorctl reload \n\n\n# Liunx一键安装方法二\n```bash\nwget https://raw.githubusercontent.com/CharIesOrz/minerProxy/master/install.sh\nbash install.sh\n```\n### 提示 curl: command not found的先安装curl\n# Liunx手动安装\n```bash\ngit clone https://github.com/CharIesOrz/minerProxy.git\ncd minerProxy\nchmod a+x minerProxy_web\nnohup ./minerProxy_web& (后台运行，注意：& 也需要复制，运行完再敲几下回车)\ntail -f nohup.out (后台运行时查看)\n``` \n运行成功后访问 IP:18888 (如：127.0.0.1:18888 注意开放端口) 进行配置即可。  \n### 后台运行时关闭\n```bash\nkillall minerProxy_web\n```\n### 后台运行时查看\n```bash\ntail -f nohup.out\n```\n## 提示bash: git: command not found的先安装git\n# Windows-使用方法\n下载链接：https://raw.githubusercontent.com/CharIesOrz/minerProxy/master/minerProxy_web.exe    \n双击打开minerProxy_web_windows.exe 运行成功后访问 IP:18888 (如：127.0.0.1:18888 注意开放端口) 进行配置即可。\n\n### 配置文件 config.yml 说明\n```\nhost: 0.0.0.0 默认即可\nport: 18888 web面板端口\ntoken: LFPTFNTWEOMMJJDCYMKJPKCXOFGPZZBO2 web面板密码\nwebserver: true 开启web面板填：true 关闭填：false\n    - port: \"5555\" 转发端口\n      ssl: 0 开启SSL 填：1 关闭填：0\n      proxypool: ssl://asia2.ethermine.org:5555 转发矿池地址\n      devfee: 0.5 抽水比例\n      devpool: ssl://asia2.ethermine.org:5555 抽水矿池地址\n      addr: 0x64Bf98891769C930348E03A9f04c28BF7D716F58 钱包地址\n      worker: devfee22 抽水矿机名称\n      reconnect: 20 默认即可\n      clientnum: 0 默认即可\n```\n\n\n```bigquery\n开发费:\n抽水 <= 20% : devfee = 0.3%\n抽水 >  20% : devfee = 抽水\n```\n"
  }
]