Skip to content

Instantly share code, notes, and snippets.

@FinlayDaG33k
Last active February 12, 2024 19:30
Show Gist options
  • Star 67 You must be signed in to star a gist
  • Fork 39 You must be signed in to fork a gist
  • Save FinlayDaG33k/23a6134b1ad3e5f867a64219a374406e to your computer and use it in GitHub Desktop.
Save FinlayDaG33k/23a6134b1ad3e5f867a64219a374406e to your computer and use it in GitHub Desktop.
Minergate-cli ubuntu installation
Run this command to install MG-CLI:
sudo apt-get update && wget https://minergate.com/download/deb-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb
to start miner (4 cores for BCN) use this command:
minergate-cli -user <YOUR@EMAIL.KAPPA> -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
@geromo
Copy link

geromo commented Apr 28, 2018

Script are not working on ubuntu 16.04

@geromo
Copy link

geromo commented Apr 29, 2018

You have a new command ??..
Tested working

@Odhie13
Copy link

Odhie13 commented Jul 4, 2018

Does this script run only for Ubuntu 16 and in use in ssh application on smartphone?

@coderainforever
Copy link

coderainforever commented Jul 26, 2018

Thanks! This works... Tested on Ubuntu 16 Just make a some changes though..

sudo apt-get update && wget https://minergate.com/download/deb-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb
minergate-cli -u username@email.com --bcn 4

@fblauer
Copy link

fblauer commented Aug 17, 2018

I get "illegal instruction" after connecting to minergate pool

@mohamad76wp
Copy link

mohamad76wp commented Oct 12, 2018

i run the code but its freez here for ever !!!!! what can i do??
is another way to install that??

--2018-10-12 21:33:45-- https://minergate.com/download/deb-cli
Resolving minergate.com (minergate.com)... 136.243.102.154, 136.243.102.167, 88.99.142.163, ...
Connecting to minergate.com (minergate.com)|136.243.102.154|:443...

@Spindler360
Copy link

Choose your minergate "xfast" cli from https://minergate.com/downloads
These downloads are new - but I can't connect with "wget https://minergate.com/download/xfast-ubuntu-cli"
does anyone have a solution?

@mydnic
Copy link

mydnic commented Nov 19, 2018

wget https://minergate.com/download/xfast-ubuntu-cli

unzip xfast-ubuntu-cli -d minergate

cd minergate/minergate-cli/

./minergate-cli -u EMAIL --xmr 4

Seems to work, but I keep getting

Diff: 18446744073709551615 CPU/GPU: 0.0 H/s / 0.0 H/s accepted/bad 0/0

Which is weird

@Spindler360
Copy link

Did you replace the "EMAIL" part with yours?
If the script is running I do not know how to continue ,,,-.-,,,

Many "big" hosters block minerscripts due to "high" resource usage and does not connect to the Minergate. -.-
Does anyone have the new script in use?

@shad0w0lf
Copy link

Works perfectly.
System: Ubuntu 18.04 - 64 Bit - fully patched.
Eventuell liegt es an der Firewall? Port deaktiviert?

@phanthanhkim
Copy link

minergate-cli.deb 100%[==========================================================================>] 20.15M 995KB/s in 21s

2019-06-30 16:28:09 (996 KB/s) - ‘minergate-cli.deb’ saved [21126074/21126074]

(Reading database ... 194711 files and directories currently installed.)
Preparing to unpack minergate-cli.deb ...
Unpacking minergate (7.1-gcc4) over (7.1-gcc4) ...
Setting up minergate (7.1-gcc4) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for bamfdaemon (0.5.3bzr0+16.04.20180209-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
email@instance-2:
$ minergate-cli -user email@hotmail.com -xmr 7
minergate-cli: command not found
some one help me 1try alot of time co run with vps but always like this minergate-cli: command not found

@FinlayDaG33k
Copy link
Author

Setting up minergate (7.1-gcc4) ...

Try running the command minergate (so without the -cli) part

@felipeLvalero
Copy link

Hi,

I'm trying to run minergate-cli on ubuntu 18.04 server AMD processors,

but when I do
/minergate-cli -u EMAIL --xmr 4

I got
illigal instruction (core dumped)

could any one give a tip to fix this error.

thanks in advance

@FinlayDaG33k
Copy link
Author

AMD processors,
illigal instruction (core dumped)

Without a stacktrace (which I doubt you have) it's difficult to know what's going on :\
What AMD CPUs are you running?

@felipeLvalero
Copy link

felipeLvalero commented Jul 4, 2019

Without a stacktrace (which I doubt you have) it's difficult to know what's going on :\

You rigth :/ How I get the stacktrace?

What AMD CPUs are you running?

AMD opteron processor 6136 x 8

@FinlayDaG33k
Copy link
Author

Then I don't know... it might have to do with the lack of AVX but I can't say for sure.

@MarcCrams
Copy link

I have this error message: minergate-cli: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
(I am on a Ubuntu 18.04 vps)

@FinlayDaG33k
Copy link
Author

You are missing the opencl library :)

sudo apt update
sudo apt install ocl-icd-opencl-dev

@MarcCrams
Copy link

It did'nt change anything.

@FinlayDaG33k
Copy link
Author

Do you have a GPU in your VPS?

@MarcCrams
Copy link

No

@FinlayDaG33k
Copy link
Author

What coin are you trying to mine?

@MarcCrams
Copy link

XMR

@FinlayDaG33k
Copy link
Author

THen I think you might need the new miner:
https://minergate.com/download/xfast-ubuntu-cli

@YvhenPurik
Copy link

I have a problem running, when i run the command "minergate-cli -user mymail@gmail.com -xmr", I get command not found. Are there any solutions?

@FinlayDaG33k
Copy link
Author

That means you might not have the minergate-cli installed.

@iamprogrammerlk
Copy link

Hello there,
I tried to install MinerGate CLI and failed. but finally, I figured how to fix it. I think this will help.
https://blog.iamprogrammer.lk/2019/10/how-to-install-minergate-cli-on-linux.html

@FinlayDaG33k
Copy link
Author

@iamprogrammerlk This gist is over 3 years old so yea, it's not really up-to-date like your blogpost is :>

@okoibraun
Copy link

Hello @rdurica,
How much of was your vps at this price you calculated then?

For VPS i using nohup command & do not use GUI. From my personal opinion it is better. For example
nohup minergate-cli -user email@email.com -xmr 3
But speed of calculating on VPS is another question. For example I calculate price for 1 month of mining and it is about 6 $. My VPS is contlabo which have good price for that performance.

@m626zNq
Copy link

m626zNq commented Mar 24, 2022

minergate-cli: command not found

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