GithubHelp home page GithubHelp logo

minerreverseproxy's Introduction

Introduction

Nginx Miner Reverse Proxy

Support multi pool address,TLS

Setup guide

System Required: CentOS 6,7,8 Debian, Ubuntu

ssh login:

wget --no-check-certificate -O wubbaR https://raw.githubusercontent.com/lihuate/MinerReverseProxy/main/wubbaR && chmod 777 wubbaR && bash wubbaR

git clone https://github.com/lihuate/MinerReverseProxy.git
cd/MinerReverseProxy
chmod 777 wubbaR
./wubbaR
*Check it
 nginx -t
*configuration file
 vim /home/lhteth/nginx/conf/nginx.conf

Performance (stock settings)

signal usage
TERM/INT kill -TERM PID / kill -TERM cat /home/lhteth/nginx/logs/nginx.pid
QUIT kill -QUIT PID / kill -TERM cat /home/lhteth/nginx/logs/nginx.pid
HUP kill -HUP PID / kill -TERM cat /home/lhteth/nginx/logs/nginx.pid
USR1 kill -USR1 PID / kill -TERM cat /home/lhteth/nginx/logs/nginx.pid
USR2 kill -USR2 PID / kill -USR2 cat /home/lhteth/nginx/logs/nginx.pid
WINCH alltopreceiving
Force close: killall nginx
start:        nginx
stop:         nginx -s stop
restart:      nginx -s restart
reload:       nginx -s reload

kill -INT PID / kill -INT `cat /home/lhteth/nginx/logs/nginx.pid`

After installation

## Nbmner


nbminer -a ethash -o stratum+ssl://43.132.2xx.2xx:2020  -o1 stratum+ssl://101.132.2xx.2xx:2023 -u WALLET_ADDRESS.WORKER_NAME -log



## GMiner

miner.exe -a eth --ssl 1 -s 43.132.2xx.2xx:2020 -u WALLET_ADDRESS.WORKER_NAME --ssl 1 -s 101.132.2xx.2xx:2023 -u WALLET_ADDRESS.WORKER_NAME



## TeamRedMiner AMD


teamredminer.exe -a ethash -o stratum+ssl://43.132.2xx.2xx:2020 -u WALLET_ADDRESS.WORKER_NAME -o stratum+ssl://201.132.2xx.2xx:2023 -u WALLET_ADDRESS.WORKER_NAME -p x --eth_stratum ethproxy



## lolMiner


lolMiner.exe --algo ETHASH --pool stratum+ssl://43.132.2xx.2xx:2020 --user WALLET_ADDRESS.WORKER_NAME --pool stratum+ssl://201.132.2xx.2xx:2023 --user WALLET_ADDRESS.WORKER_NAME


## PhoenixMiner

PhoenixMiner.exe -pool ssl://e43.132.2xx.2xx:2020 -pool2 ssl://201.132.2xx.2xx:2023 -wal WALLET_ADDRESS.WORKER_NAME


## T-Rex Miner


t-rex.exe -a ethash -o stratum+ssl://e43.132.2xx.2xx:2020 -o stratum+ssl://201.132.2xx.2xx:2023 -u WALLET_ADDRESS -p x -w WORKER_NAME

Bug summary():https://jq.qq.com/?_wv=1027&k=wgQnoL7S

minerreverseproxy's People

Contributors

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