// Start mining
Getting started
No account needed. Point your miner and start earning.
Monero — RandomX (CPU)
- 01
Get a Monero wallet
Download the official Monero GUI Wallet from getmonero.org. Write your seed phrase on paper. Your address starts with 4.
- 02
Download XMRig
Get XMRig from xmrig.com — the most reliable CPU miner for Monero. Choose your OS version.
- 03
Connect and start mining
Use the command below. Replace YOUR_WALLET_ADDRESS with your XMR address.
Stratum URL
stratum+tcp://farringtonpool.org:3333
XMRig command
xmrig -o stratum+tcp://farringtonpool.org:3333 \
-u YOUR_WALLET_ADDRESS.worker1 \
-p xKaspa — kHeavyHash (GPU)
Kaspa GPU mining is being set up. Use lolminer or BzMiner. Port 3334 will be active shortly.
Stratum URL
stratum+tcp://farringtonpool.org:3334
lolminer command
lolminer --algo KASPA \
--pool farringtonpool.org:3334 \
--user YOUR_WALLET_ADDRESS.worker1Config generator
Fill in your details and download a ready-to-use XMRig config file.
Preview
{
"autosave": true,
"cpu": true,
"opencl": false,
"cuda": false,
"pools": [
{
"url": "stratum+tcp://farringtonpool.org:3333",
"user": "YOUR_WALLET_ADDRESS.worker1",
"pass": "x",
"keepalive": true,
"tls": false
}
],
"print-time": 60,
"health-print-time": 60,
"retries": 5,
"retry-pause": 5
}FAQ
Should I use PPLNS or Solo?
PPLNS is recommended for most miners. Solo is only worth it if you have significant hashrate — 10+ KH/s for XMR, 1+ GH/s for KAS. With low hashrate you could mine solo for weeks without finding a block.
How long until I get a payout?
PPLNS payouts run hourly once you hit the minimum threshold (0.003 XMR / 50 KAS). Solo pays instantly when you find a block.
Do I need to register?
No. Your wallet address is your identity. Just point your miner and check stats on the My Stats page.
What is PPLNS?
Pay Per Last N Shares. Your reward is proportional to your shares contributed before each block was found. It rewards consistent miners.
Can I run multiple workers?
Yes — use WALLET.worker_name format. Each worker appears separately on your stats page.
Why is my hashrate not showing?
It takes 5-10 minutes for shares to appear. Make sure you are using the correct port for your chosen coin and mode.
What miner for XMR?
XMRig from xmrig.com — the gold standard for RandomX mining.
What miner for KAS?
lolminer or BzMiner both support Kaspa kHeavyHash. Both free and well maintained.