How to create Monero wallet's public address
1. Go to https://mymonero.com/#/create-your-account
2. Enter private login key and save this in key somewhere safe.
3. Once you logged in you will see your wallet address.
Mining Monero on Ubuntu 14 and above
Replace WALLET_ADDRESS with your own Monero wallet's public address. The "-t 2" option determines how many of your CPU threads will be used for mining.
1. sudo apt-get install git libcurl4-openssl-dev build-essential libjansson-dev autotools-dev automake
2. git clone https://github.com/hyc/cpuminer-multi cd cpuminer-multi
3. ./autogen.sh
4. CFLAGS="-march=native" ./configure
5. make
6. sudo ./minerd -a cryptonight -o stratum+tcp://pool.minexmr.com:4444 -u WALLET_ADDRESS -p x -t 2
1. Go to https://mymonero.com/#/create-your-account
2. Enter private login key and save this in key somewhere safe.
3. Once you logged in you will see your wallet address.
Mining Monero on Ubuntu 14 and above
Replace WALLET_ADDRESS with your own Monero wallet's public address. The "-t 2" option determines how many of your CPU threads will be used for mining.
1. sudo apt-get install git libcurl4-openssl-dev build-essential libjansson-dev autotools-dev automake
2. git clone https://github.com/hyc/cpuminer-multi cd cpuminer-multi
3. ./autogen.sh
4. CFLAGS="-march=native" ./configure
5. make
6. sudo ./minerd -a cryptonight -o stratum+tcp://pool.minexmr.com:4444 -u WALLET_ADDRESS -p x -t 2
Mining Monero on Fedora 24 and above
Replace WALLET_ADDRESS with your own Monero wallet's public address. The "-t 2" option determines how many of your CPU threads will be used for mining.
1. yum -y install git curl-devel libcurl glib-devel libtool
2. git clone
https://github.com/hyc/cpuminer-multi
3. cd cpuminer-multi
4. ./autogen.sh
5. CFLAGS="-march=native" ./configure
6. make
7. sudo ./minerd -a cryptonight
-o stratum+tcp://pool.minexmr.com:4444 -u WALLET_ADDRESS -p x -t 3
How to check mining status
1. Go to http://minexmr.com/#worker_stats
2. Enter your wallet address
Note : The minimum withdrawal is 0.5XMR ( you can set here http://minexmr.com/)
Estimate Mining Profits
1KH/s = 0.02XMR/day
This is only an estimate, you may receive more or less than stated