Skip to content

High performance PHP stratum+tcp proxy for miners with automatic coin switching (same algo)

Notifications You must be signed in to change notification settings

hopfi2k/rig-booster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIG BOOSTER

RIG BOOSTER is a high performance stratum+tcp proxy between miners and pools with database and minimal web interface.

It will allow to bundle different miners (rig's) to connect to the proxy rather than individually connecting to the pool. The Proxy itself establishes only one connection to the pool, thus boosting performance by applying different optimizations while proxying connections.

Some of the features are:

  • only one connection to the mining pool, saving internet bandwidth
  • high performance proxy forwarding using the swoodle library
  • automatic switching to most profitable coin with data from https://whattomine.com (same algo only)
  • prevent miner(s) to connect to other address preventing stealing of shares

Simple installation instructions:

$ sudo apt install php-dev
$ sudo pecl install swoole
$ git clone https://github.com/hopfi2k/rig-booster.git
$ composer install
$ php ./rig-booster/boost.php

Point your browser to http://<ip-machine>:8888 to access the web-interface and follow the instructions to setup your miners.

Currently the following miners and coins are supported:

Equihash Algorithm

  • Zclassic (ZCL)
  • Huhs (HUSH)
  • BitcoinGold (BTG)
  • Zencash (ZEN)
  • Zcash (ZEC)
  • Komodo (KMD)

Miners

About

High performance PHP stratum+tcp proxy for miners with automatic coin switching (same algo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages