What is Monero?
Monero (XMR) is a private, decentralized cryptocurrency. Unlike Bitcoin — where every transaction is permanently visible on a public ledger — Monero hides the sender, receiver, and amount of every transaction by default.
Not optional. Not a setting. Private always.
Why not just use Bitcoin?
Bitcoin's blockchain is fully transparent. Anyone with your wallet address can see every transaction you've ever made. Chain analysis companies make a business of tracking Bitcoin flows. Monero makes this impossible by design.
The Three Privacy Technologies
Ring Signatures
When you send XMR, your transaction is mixed with 15 other decoy outputs from the blockchain. An outside observer sees 16 possible senders — they cannot determine which is real.
Stealth Addresses
Every time someone sends you XMR, a one-time address is generated on the fly. Even if you post your public address everywhere, no one can link your incoming payments to each other or to you.
RingCT (Ring Confidential Transactions)
Transaction amounts are hidden using cryptographic commitments. The network can verify that inputs equal outputs (no money created from nothing) without knowing the actual values.
Quiz · Chapter 1 — Pass to unlock Chapter 2
1. What does Monero hide by default that Bitcoin does NOT?
2. How many decoy outputs does a ring signature mix your transaction with?
3. What is the purpose of stealth addresses?
Your First Wallet
To hold Monero you need a wallet. Unlike exchanges, a self-custody wallet means you control your keys — no company can freeze your funds or go bankrupt with your XMR.
Recommended Wallets
Cake Wallet (iOS & Android) — The easiest mobile wallet. Open source, supports XMR natively, has built-in exchange.
Feather Wallet (Desktop) — Lightweight desktop wallet for Windows/Mac/Linux. Fast sync using remote nodes.
Monero GUI — Official wallet from getmonero.org. Full node integration. Best for advanced users.
The Seed Phrase — Your Master Key
When you create a wallet, you receive a 25-word seed phrase. This is the only backup of your wallet. Anyone with these words can access all your XMR — forever.
🔑 Seed Phrase Demo (Educational — not a real wallet)
This shows the concept of a 25-word Monero seed phrase. Real seeds are generated cryptographically by your wallet software.
Subaddresses
Monero lets you generate unlimited subaddresses from a single wallet. Give a unique subaddress to each person or service you receive from — this way no one can link your payments together, even if they compare notes.
Quiz · Chapter 2
1. How many words is a Monero seed phrase?
2. What is the safest way to store your seed phrase?
Sending & Receiving
Every Monero transaction is private on the blockchain. But how does it actually work when you hit "Send"?
How a Transaction Works
1. You specify a recipient address and amount.
2. Your wallet selects 15 decoy outputs + your real output (ring signature).
3. A stealth address is generated for the recipient.
4. RingCT hides the amount.
5. The transaction is broadcast to the network and mined into a block.
The recipient's wallet continuously scans the blockchain using their view key to detect incoming payments. The spend key is needed to actually send funds.
Fees & Confirmation Times
Monero blocks are mined every ~2 minutes. Transactions are typically considered confirmed after 10 confirmations (~20 minutes). Fees are dynamically adjusted by the network and are generally very low.
💸 Transaction Simulator
Quiz · Chapter 3
1. How often are Monero blocks mined?
2. What does a view key allow someone to do?
Mining Monero
Monero uses the RandomX proof-of-work algorithm, specifically designed to run best on consumer CPUs. Unlike Bitcoin (which requires expensive ASICs), you can mine Monero on any modern laptop or desktop.
Solo Mining vs Pool Mining
Solo mining: You mine alone. If you find a block, you keep the full reward (~0.6 XMR). But with a typical CPU you might wait months or years between blocks.
Pool mining: You combine hashrate with thousands of other miners. Rewards are split proportionally and paid out regularly. Predictable income.
P2Pool — The Best of Both Worlds
P2Pool is a decentralized mining pool — you get regular payouts like a pool, but there's no central operator who can steal funds or censor miners. Your XMR goes directly to your wallet every time you find a share.
This site's creator built p2pool-pool, a stratum proxy that makes connecting to P2Pool easier for miners using standard mining software.
⛏ Hashrate Estimator
Quiz · Chapter 4
1. What makes RandomX different from Bitcoin's mining algorithm?
2. What is the advantage of P2Pool over a regular mining pool?
Running a Full Node
A full node downloads the entire Monero blockchain and validates every transaction independently. Running one strengthens the network, improves your privacy, and makes you fully sovereign — you don't trust anyone else's data.
Why Run a Node?
When you use a remote node (someone else's), that operator can see your IP address and which transactions you're scanning for. Running your own node means zero information leakage.
System Requirements
• Storage: ~170GB (pruned: ~40GB)
• RAM: 4GB minimum, 8GB recommended
• OS: Windows, macOS, or Linux
• Bandwidth: ~20GB/month
Step-by-Step Setup
# 1. Download Monero CLI from getmonero.org # 2. Extract and navigate to the folder # 3. Start monerod (full sync — takes 1-3 days first time) ./monerod # 3b. Or start with pruning (saves ~130GB) ./monerod --prune-blockchain # 4. Once synced, check status ./monerod status # 5. Connect Feather Wallet to your node # Settings → Node → Add node → 127.0.0.1:18081
Final Quiz · Chapter 5
1. What privacy risk exists when using a remote node?
2. Approximately how much storage does a pruned Monero node require?
MONERO HERO
You've mastered the private money.