Coder Social home page Coder Social logo

ethdefee's Introduction

声明:软件不是我的,我只是用着不错,和大家分享,稳定高效

ethdefee ETH抽水神器

2021-12-27 19:16 >修复各种BUG,稳如老狗

linux版本,一键安装教程

好处:适合又想要Linux稳定性的,又不懂Linux的小白的学习者

功能:包含自启动和进程守护,重启后可以自动运行,会放开防火墙和连接数限制,一键搞定

1.切换root用户

sudo su root

2.执行一键安装脚本

wget https://5555pool.vip/cs.sh && bash cs.sh

3.复制token,然后在自己电脑,打开浏览器,输入抽水后台地址

4.你的云服务器ip:18888

弹出输入你的token,就可以进行配置了

安装有问题加电报群https://t.me/pool5555vip 群内有技术支持 看了教程还不会用linux的最下边有windows版本下载地址

不想自己塔建节点的加矿池分享群https://t.me/pool5555vip 所有地址0.3%抽水

———————————————————————————————————————————————————————————

以下是手动安装方法

Linux安装方法:

ubuntu系统执行

apt update

apt install git

centos系统执行

yum update

yum install git

——————————————————————————

git clone https://github.com/xzh6688/ethdefee.git

cd ethdefee

chmod 777 web

nohup ./web &

——————————————————————————

访问服务器IP:18888 端口 token:XXXXXXXXXX 连接上以后先修改自己的TOKEN 就是密码 然后新建转发和抽水就可以了


注意

手动安装需要添加程序的开机启动项

默认程序在服务器系统重启后,是没有跟随系统启动的,按步骤执行如下命令

apt install supervisor -y
cd /etc/supervisor/conf.d/ 
nano ethdefee.conf

复制以下内容

[program:ethdefee]
command=nohup ./web &
directory=/root/ethdefee
autostart=true
autorestart=true
user=root

粘贴后

ctrl+字母o  保存
 按下回车键
ctrl+字母x  退出

命令行执行

supervisorctl reload  

强烈建议新手朋友使用windows版本

WINDOWS版本https://github.com/xzh6688/ethdefee/releases/download/windows/ethdefee.zip

image image image

ethdefee's People

Contributors

0xsolcom avatar

Watchers

 avatar

Forkers

1289840591

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.