This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#install minergate xfast cli miner v1.7 for ubuntu 18.04 or later (XMR supported) | |
sudo apt-get update && wget https://minergate.com/download/xfast-ubuntu-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb | |
#starts miner (4 cores for Monero=xmr) | |
minergate-cli -user <[email protected]> -xmr 4 |