Minergate-cli is the console miner provided by MinerGate.
MinerGate is a mining pool created by a group of cryptocoin enthusiast.
User-friendly miner supports Bytecoin, Monero, Quazarcoin, Litecoin, DarkNote, Fantomcoin, MonetaVerde, Aeon coin, Dashcoin and Infinium-8.
Build the image:
$ cd docker-minergate-cli
$ docker build -t minergate-cli .
Run the container in the background:
$ docker run -d -e "USER_NAME=jay.amorin@gmail.com" -e "CURRENCY=eth" minergate-cli
View container logs:
$ docker logs container-id