Skip to content

Instantly share code, notes, and snippets.

@cdtweb
Created December 6, 2017 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdtweb/cc1734a6829b6333600d308100c77449 to your computer and use it in GitHub Desktop.
Save cdtweb/cc1734a6829b6333600d308100c77449 to your computer and use it in GitHub Desktop.
Install minergate and start mining XMR on Ubuntu
#!/bin/bash
wget https://gist.githubusercontent.com/cdtweb/0f2e8df3858a3ab0c4c9fa3d132a36e6/raw/6c9a06a663f80b384b177f700a368936aa067ece/install-minergate.sh
chmod +x install-minergate.sh
./install-minergate.sh
minergate-cli -user <YOUR_EMAIL> -xmr
@Nabeel-javaid
Copy link

image
it is showing this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment