Check also our YouTube channel for instructions and other related information YouTube.
If you had fun with the projects, please consider giving us a Super Thanks on YouTube or buying us a cup of coffee.
sudo apt update
sudo apt full-upgrade -y
sudo apt-get install screen
sudo apt install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev -y
git clone https://github.com/xmrig/xmrig.git
cd xmrig
mkdir build
cd build
cmake ..
make
screen
./xmrig -o RANDOMXPOOLSERVER:PORT -u COIN:WALLETADDRESS.WORKERNAME#REFERRALCODE -p x
Example from Unmineable video:
./xmrig -o rx-eu.unmineable.com:3333 -u XNO:WALLETADDRESS.PI5#Bloxy-Labs -p x
Other pool servers:
Global: rx.unmineable.com:3333
Europe: rx-eu.unmineable.com:3333
United States: rx-us.unmineable.com:3333
Asia: rx-asia.unmineable.com:3333
To get a small discount on the UnMineable mining fees use the referral code:
Bloxy-Labs It will reduce your mining fee from 1% to 0.75% and you will also support our YT channel ;)
./xmrig -o POOLSERVER:PORT -u WALLETADDRESS -p x
Example from Zephyr video:
./xmrig -o de-zephyr.miningocean.org:5332 -u WALLETADDRESS -p x
./xmrig -o POOLSERVER:PORT -u YOUR_SAL_WALLET_ADDRESS -p YOUR_WORKER_NAME -a rx/0 -k
Example from Salvium video:
./xmrig -o de.salvium.herominers.com:1230 -u YOUR_SAL_WALLET_ADDRESS -p YOUR_WORKER_NAME -a rx/0 -k
screen => to start new screen session
ctrl-a and d => to leave screen session and keep it running
screen -r => to reconnect to the screen session