Last active
May 12, 2021 04:57
-
-
Save ermin-muratovic/e347319ea1d11fd21bd7413a6606c98f to your computer and use it in GitHub Desktop.
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
searched further for the answer I found that the issue resides with version 1.6 and later of the minergate software.
Uninstall* the version you currently have:
sudo apt-get --purge remove minergate
Now download and install version 1.5 using the following commands:
curl -o minergate-cli.deb https://download.minergate.com/xfast-ubuntu-cli/1.5 && sudo dpkg -i minergate-cli.deb
Then run the software using the command:
minergate-cli --user <minergate user email here> --xmr