This tutorial describes a detailed procedure showing how to mine monero using the CPU of a computer running Ubuntu Linux .
In our youtube channel you can view the video of this tutorial.
Minergate Account
First, you need to create an account at Minergate
Open your browser, access the Minergate website and create a new account.
On the linux console, use the following command to update the apt-get database.
apt-get update
Required Packages
Install the required packages using the following commands:
apt-get install libcurl4-openssl-dev git
apt-get install build-essential
apt-get install autotools-dev autoconf
apt-get install libcurl3 libcurl4-gnutls-dev
Installing the miner
Now, let’s clone the CPU miner program called cpuminer-multi:
mkdir /download
cd /downloads
git clone https://github.com/wolf9466/cpuminer-multi
Compile and install the cpuminer-multi:
cd cpuminer-multi
./autogen.sh
CFLAGS="-march=native" ./configure
make
make install
Mining Monero
Use the following command to start mining Monero:
minerd -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45560 -u [email protected] -p x
REMEMBER to replace the e-mail [email protected] for the e-mail account you used to create the minergate account.
As we show in the video, open your browser, access the Minergate Dashboard and check if the linux computer is connected to the monero pool.
As we show in the video, you can use the Minergate calculator to check how much monero will your computer make
Conclusion
This tutorial shows a quick way to start mining monero using the CPU of a computer runnning ubnutu linux.
Is monero safer than zcash?
Actually I dont knoe. Sorry
both are good, secure cryptocurrencies actively developed by the community, investing in both is a good way to hedge our funds! ;)
Nice post! Great! Congrats!
I used that and Its work pretty nice.
Just on point that I thing could be fixed...
onto...
CFLAGS="-march=native" ./configure
it should be fixed to...
CFLAGS="-march=native"
./configure
Really thanks for your post! upvote for sure!
Thanks!
Thanks for the fix! Happy mining!
I know I’m late to the party but the command line for : cd /downloads...I had to drop the (s) on downloads to make the command work. Other than great video.
Thanks for this wonderfull tutorial
Nice tutorial dude ;)
thanks, will publish more this week
moenro is up 35% today bro, thanks for this tutorial
this tutorial is very good.
thank you for being helpful.
is there a way to use somethiung else than minersgate ?