Code Monkey home page Code Monkey logo

xm2zsq / minerproxy-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from char1esorz/minerproxy

0.0 0.0 0.0 467.65 MB

以太坊矿池代理,可以自定义抽水地址和比例 ,go语言编写,性能极高。挂几个盗版狗MinerPr0xy/MinerProxy和nicococococ/MinerProxyLite和CharIesOrz/minerProxy和ryu-shen/minerProxy都是盗版加料的,大家注意分辨,可以查看git commits记录查看谁先发布的

License: Apache License 2.0

Go 100.00%

minerproxy-1's Introduction

minerProxy

img_5.png img_6.png

更新日志

对了
在这里挂几个盗版狗
MinerPr0xy/MinerProxy  (不是老矿工那个)
nicococococ/MinerProxyLite
CharIesOrz/minerProxy
ryu-shen/minerProxy
盗版加料,已经有2个人找我说被抽了100%了
2022-01-14 20:10    4.0.0T8>>>修复了ETH专业矿机矿机名显示不正确的问题;修复了小部分人软件崩溃的问题
2022-01-11 04:31    4.0.0T7>>>新增ETH专业矿机支持,币种选择eth_stratum
2022-01-11 21:31    4.0.0T6>>>修复了矿机名重复情况下web端显示错误问题,增加了首页 矿池设置页面自动刷新功能
2022-01-11 01:00    4.0.0T5>>>修复了web端在线矿机会显示为离线矿机的显示问题
2022-01-10 18:13    4.0.0T4>>>修复了同一个矿池下多个钱包地址 矿工名会互相显示在对方钱包的问题
2022-01-09 21:53    4.0.0T3>>>新增 动态修改抽水比例
2022-01-09 18:41    4.0.0T2>>>修复了前端白屏问题
2022-01-09 16:51    4.0.0T1>>>
                    4.0.0测试版1 代码重构 稍后更新一键安装和自启动脚本,303稳定用户可以先观望一段时间
                    已知bug 在抽水池为e池时抽水份额会不够,正式版会修复这个问题,测试用户使用f池进行测试即可
2021-12-27 19:16    3.0.3>>>修复了内存溢出的问题,强烈建议3.0.X和2.6.X系列用户升级
2021-12-26 00:02    3.0.2>>>继续修复有的矿机掉线后无法连接或不断开连接的问题
                    建议3.0.X版本升级到此版本
2021-12-26 00:02    3.0.1
                    1. 修复了有的矿机掉线后无法连接或不断开连接的问题
                    2. 修复了部分人蚂蚁矿池无法连接的问题
                    建议3.0.0版本升级到此版本

2021-12-25 10:02    3.0.0>>>代码重构,经过了单机1600台压力测试

2021-12-24 00:30    2.6.6T2>>>修复若干bug

2021-12-23 11:17    2.6.5>>>增加了web版本,优化部分代码

2021-12-23 08:07    2.6.4>>>代码优化,提升稳定性

2021-12-22 03:06    2.6.3>>>修复了poolin提交算力会把算力提交到一个矿机上的问题
                            增加了config版本,配置好config直接启动即可

2021-12-21 18:39    2.6.2>>>增加了-clientNum参数 限制最大矿机连接数,可以防止cc攻击

2021-12-21 18:39    2.6.1>>>可能修复了部分矿池崩溃问题

2021-12-21 03:03    2.6.0>>>
                    1.大幅提升稳定性。
                    2.对ethermine,f2pool,poolin,2miners,ezil,nanopool进行了深度优化。(必须使用官方域名节点,否则程序不知道)
                    3.显示矿池延迟
                    4.抽水百分比现在会按照份额难度换算后呈现
                    5.增加了防DNS污染

2021-12-16 19:06    2.5.7>>>增加了两个参数
                    -reConnect 矿池多久不下发任务重连 默认10秒
                    -config 从yml配置文件启动默认为空
                    说明文档增加了linux下后台运行如何查看和linux下如何更新软件的代码,不会的小伙伴可以看一下
                    修复了在ok 币安 蚂蚁矿池下用户名错误导致崩溃的bug

2021-12-15 14:09    2.5.6>>>稳如老狗版

目前的抽水方式为随机抽水,算力曲线不会像心电图那样,更加合理
2.5.5以上版本可以查看抽水的份额了(ps:当代理矿池和抽水矿池不一样时需要根据矿池算力自己算一下百分比)

Windows 直接下载运行 Release


Liunx一键管理工具 包含安装/启动/停止/更新/删除

# 可直连github的服务器
bash <(curl -s -L https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/scripts/tools.sh)
# 无法访问github的大陆服务器
bash <(curl -s -L https://cdn.jsdelivr.net/gh/Char1esOrz/minerProxy@master/scripts/tools_cdn.sh)

查看运行情况

screen -r minerProxy

退出查看运行情况 键盘键入

ctrl + a + d

Linux手动安装

# 运行3.0.3稳定版
mkdir minerProxy303
cd minerProxy303
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v3.0.3/minerProxy_web
chmod 777 minerProxy_web
./minerProxy_web
# 运行4.0.0测试版
mkdir minerProxy
cd minerProxy
wget https://raw.githubusercontent.com/Char1esOrz/minerProxy/master/release/v4.0.0T8/minerProxy_v4.0.0T8_linux_amd64
chmod 777 minerProxy_v4.0.0T8_linux_amd64
./minerProxy_v4.0.0T8_linux_amd64

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

# 运行3.0.3稳定版
nohup ./minerProxy_web &
# 运行4.0.0测试版
nohup ./minerProxy_v4.0.0T8_linux_amd64 &
# 运行之后查看webtoken
tail -f nohup.out

后台运行时关闭

killall minerProxy

后台运行时查看

tail -f nohup.out

重要说明

开发者费用
v4版本为0.3%的开发者费用
v3版本为阶梯开发者费用 你抽水大于0%小于等于5%开发者费用为0.5% 大于5%小于等于10%开发者费用为1% 大于10%小于等于20%为2%开发者费用 大于20%开发者费用等于你的抽水百分比
所有版本如果您是自用不开启抽水,则没有开发者费用

推荐使用腾讯云香港节点,flexpool和ethermine都可以到50ms左右,延迟率在0.5%-0.9%之间
该软件系统占用极小,开最便宜的云服务器即可(不要使用轻量服务器,轻量网络极差)

tg 交流群
QQ交流群 (゜-゜)つロ 干杯

minerproxy-1's People

Contributors

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