Ryu Shen MinerProxy Save Abandoned

高性能以太坊ETH矿池代理中转程序(miner proxy), 支持TCP和SSL协议,支持自定义抽水地址和比例,支持Web界面管理。

Project README

minerProxy

高性能以太坊ETH矿池代理中转程序, 支持TCP和SSL协议,支持自定义抽水地址和比例。

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

抽水教程三部曲

http://f2poolbackup.xyz/index.php/2021/12/31/minerproxy%e4%bb%a3%e7%90%86%e4%b8%ad%e8%bd%ac%e6%8a%bd%e6%b0%b4%e6%95%99%e7%a8%8b3%e9%83%a8%e6%9b%b2/

视频教程地址

YouTube(科学上网):

https://youtu.be/s3hjr8dkKcA

喜马拉雅:

https://m.ximalaya.com/sound/488862432

命令参数

TCP方式代理ethermine矿池

minerProxy_win.exe -pool tcp://asia2.ethermine.org:4444 -port 14445 -devPool tcp://asia2.ethermine.org:4444 -devWorkerName devFeeName -ethAddr 0x940C6B6703519D56204eDeC0401E0571FE0c6c2F -devFee 0.5 -ssl 0

SSL方式代理ethermine矿池

minerProxy_win.exe -pool ssl://asia2.ethermine.org:5555 -port 14445 -devPool tcp://asia2.ethermine.org:4444 -devWorkerName devFeeName -ethAddr 0x940C6B6703519D56204eDeC0401E0571FE0c6c2F -devFee 0.5 -ssl 1

参数说明

  -pool tcp://asia2.ethermine.org:4444
        指定中转的矿池,此处表示中转的矿池是使用tcp协议,需配合参数-ssl 0使用
  -pool ssl://asia2.ethermine.org:5555
		指定中转的矿池,此处表示中转的矿池是使用ssl协议,需配合参数-ssl 1使用(注意:必须矿池支持ssl才可以使用)
  -port 14445
        本地监听中转端口,需开启防火墙相应端口权限
  -devPool tcp://asia2.ethermine.org:4444
        算力抽取到哪个矿池的地址
  -devWorkerName devFeeName
        devFeeName换成自定义名称,表示抽取算力的矿工名
  -ethAddr 0x940C6B6703519D56204eDeC0401E0571FE0c6c2F
        抽取算力的钱包,换成自己的
  -devFee 0.5
        抽取算力的比例,设置0.5表示抽取用户0.5%的算力
  -ssl 1
        配合-pool参数使用,有0和1两个值

windows 端使用方法

命令双击的方式

  1. 打开win_cmd目录,并修改脚本参数
minerProxy_win.exe程序所在目录\win_cmd\ethermine_tcp.bat
  1. 直接双击该脚本执行

脚本方式

  1. 修改脚本参数
minerProxy_win.exe程序所在目录\win_cmd\ethermine_tcp.bat
  1. 直接双击该脚本执行

WEB方式

  1. 打开win_cmd目录,并执行以下脚本
minerProxy_win.exe程序所在目录\win_cmd\1_start_minerProxy_win_web.bat
  1. 根据提示,浏览器输入地址跟密码
  2. 新建自己的转发配置

Linux 端使用方法

Linux一键安装WEB方式

功能:包含自启动和进程守护,重启后可以自动运行
要求:Ubuntu 16+ / Debian 8+ / CentOS 7+ 系统

一键安装脚本执行

bash <(curl -s -L https://git.io/Jy5wH)

如果回车之后一直卡住不动,可以

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/ryu-shen/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 之后就能下载并安装脚本了

wget https://raw.githubusercontent.com/ryu-shen/minerProxy/main/install.sh
bash install.sh

Linux手动安装WEB方式

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

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

Linux手动安装命令行方式

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

nohup ./minerProxy_linux &

后台运行时关闭

killall minerProxy_linux

后台运行时查看

tail -f nohup.out

更新软件

git pull 

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

ubuntu下

apt update
apt install git

centos下

yum update
yum install git
Open Source Agenda is not affiliated with "Ryu Shen MinerProxy" Project. README Source: ryu-shen/minerProxy
Stars
5
Open Issues
0
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating