Simple guide to start mining Venera (VNR) using XMRig on Linux.
⚙️
Requirements- Linux (Ubuntu recommended)
- CPU with AES support
- 4GB+ RAM (8GB+ recommended)
- Stable internet connection
---
🧱
InstallationUpdate system and install dependencies:
sudo apt update && sudo apt upgrade -y
sudo apt install git build-essential cmake automake libtool autoconf -y
Download XMRig:
wget https://github.com/xmrig/xmrig/releases/download/v6.24.0/xmrig-6.24.0-linux-static-x64.tar.gz
Extract files:
tar -xzf xmrig-6.24.0-linux-static-x64.tar.gz
cd xmrig-6.24.0
⚙️
ConfigurationCreate/edit config file:
Paste the following:
{
"autosave": true,
"cpu": {
"enabled": true,
"huge-pages": true,
"huge-pages-jit": false,
"hw-aes": null,
"priority": null,
"memory-pool": false,
"yield": true,
"asm": true
},
"randomx": {
"init": -1,
"init-avx2": -1,
"mode": "fast",
"1gb-pages": false,
"rdmsr": true,
"wrmsr": true,
"numa": true
},
"pools": [
{
"url": "mine.veneralabs.org:9099",
"user": "YOUR_WALLET_ADDRESS",
"pass": "x",
"tls": true,
"keepalive": true
}
]
}
⚠️ Replace YOUR_WALLET_ADDRESS with your Venera wallet.
🚀
Start MiningBasic run:
Limit CPU threads (example: 24 threads):
sudo ./xmrig -c config.json -t 24
🔧
TipsHuge pages improve performance
Keep stable uptime to maximize rewards
Adjust threads depending on your CPU
RandomX is optimized for CPU mining
🌐
ResourcesWebsite:
https://veneralabs.org/Mining Pool:
https://pool.veneralabs.org/Wallet:
https://wallet.veneralabs.org/Discord:
https://discord.gg/CtbUTCx3m7