Skip to content

Instantly share code, notes, and snippets.

@cdtweb
Created January 3, 2018 19:46
Show Gist options
  • Save cdtweb/fd75ba5ff2ed967c4ca695aea569d836 to your computer and use it in GitHub Desktop.
Save cdtweb/fd75ba5ff2ed967c4ca695aea569d836 to your computer and use it in GitHub Desktop.
Install minergate and start mining Bytecoin 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> -bcn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment