Forked from FinlayDaG33k/gist:23a6134b1ad3e5f867a64219a374406e
Last active
June 3, 2019 02:24
-
-
Save gadelkareem/eba6a4a002737ecb38b51dbaec51301b to your computer and use it in GitHub Desktop.
Minergate-cli ubuntu installation
This file contains hidden or 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
Run this command to install MG-CLI: | |
sudo su | |
apt-get update && \ | |
apt-get install ocl-icd-libopencl1 -y && \ | |
wget https://minergate.com/download/xfast-ubuntu-cli-amd && \ | |
dpkg -i xfast-ubuntu-cli-amd | |
to start miner (4 cores for BCN) use this command: | |
minergate-cli -user <[email protected]> -bcn 4 | |
Feel free to send some of your earnings to me: | |
BTC (Don't attempt to send other coins to this address!): 17f77AYHsQbdsB1Q6BbqPahJ8ZrjFLYH2j | |
for BCN: | |
Address: 25cZNQYVAi3issDCoa6fWA2Aogd4FgPhYdpX3p8KLfhKC6sN8s6Q9WpcW4778TPwcUS5jEM25JrQvjD3XjsvXuNHSWhYUsu | |
Payment ID (REQUIRED, else donation won't arrive!): abf5597ef150f20f81f1493022371d79b2ec7ac11ac92074a30feb968a6e4ef7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment