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
- EWBF's CUDA Zcash miner (https://bitcointalk.org/index.php?topic=1707546.0)
- bminer (https://bminer.me)
- dstm's Zcash / Equihash Nvidia Miner (https://bitcointalk.org/index.php?topic=2021765.0)