Monero Coin (XMR) is another type of crypto mining but only uses CPU performance. If you happens to have old Desktop or Laptop laying around, it is a good place to start.
You will need to first create a Monero Wallet at (https://www.getmonero.org/downloads/#gui), you can install the Monero GUI Wallet.
Take note of the "MNEMONIC SEED" information and the "Wallet Account" information. These informations is very IMPORTANT during the configuration of the mining client later on.
(A) INSTALL UBUNTU SERVER v.22.04.1 64-bit.
- Follow the on-screen instructions to install Ubuntu.
- When prompted, Select --> OpenSSH
- Set your Username, Password and Hostname accordingly.
- sudo apt update && sudo apt upgrade -y
- sudo apt install wget git nano net-tools -y
- sudo reboot
- sudo wget https://github.com/xmrig/xmrig/releases/download/v6.16.2/xmrig-6.16.2-focal-x64.tar.gz (as of time of writing)
- sudo tar xvzf xmrig-6.16.2-focal-x64.tar.gz
- cd xmrig-6.16.2
- rm config.json
- sudo nano config.json
"autosave": true, "cpu": true, "opencl": false, "cuda": false, "pools": [ { "coin": "monero", "algo": "rx/0", "url": "[Pool Address]", "user": "[Your Account Address]", "pass": "[Your Password]", "rig-id": "[Hostname]", "tls": false, "keepalive": true, "nicehash": false } ] } |
(B) START MONERO MINING.
Before starting, below are some shortcuts for references :-
- hashrate
- pause
- resume
- results
- connection