Why Zama Buy ZAM Mine FAQ Roadmap Join Waitlist
⏳ Public mining is not yet open — the network opens once the 4,000,000 ZAM founder reserve is reached.  Join the waitlist to be first.
⛏ Mining for Everyone

Turn Your Laptop
Into a Bank.

Any computer with a CPU can mine ZAM. No expensive GPUs. No ASIC machines. No special equipment. If you bought a laptop in the last 10 years — you qualify. Read the guide below so you're ready the moment mining opens.

🌍 Join the Waitlist — Mine First

Waitlist members get 24-hour early access before the public

✓ No ICO ✓ No Pre-sale ✓ CPU Only ✗ ASICs Not Welcome
💻
Any CPU Works
Zama uses RandomX — designed for regular CPUs. The more cores, the more you earn.
🌍
Any Country
Mine from anywhere in Africa or the world. No restrictions, no ID required.
10 Minutes to Start
Download wallet, download XMRig, edit one config file. That's it.
🚫
ASICs Are Not Welcome Here
Bitcoin and Ethereum were taken over by billion-dollar ASIC manufacturers — making it impossible for ordinary people to compete. Zama uses the RandomX algorithm, which is specifically designed so that ASICs cannot gain an advantage. A R3,000 laptop mines the same algorithm as a R500,000 server rig — just slower. This network belongs to the people, not the machines.
🪟 Windows
🐧 Linux
🍎 macOS
1
Get your ZAM wallet address
You need a wallet address before you can mine — this is where your earned ZAM gets sent. If you haven't set one up yet, go to the wallet page first.
Get Your Wallet →
2
Download XMRig (Windows)
XMRig is the mining software that runs on your computer. Download the latest Windows release from the official GitHub page — look for the file ending in -msvc-win64.zip
Download XMRig ↗
3
Extract and open the folder
Right-click the downloaded .zip file → Extract All. Open the extracted folder. You will see a file called config.json — this is the file you need to edit.
4
Edit config.json
Open config.json with Notepad. Replace the entire contents with the config below. Change YOUR_WALLET_ADDRESS to your actual ZAM wallet address.
Copy{ "autosave": true, "cpu": { "enabled": true, "max-threads-hint": 75 }, "opencl": false, "cuda": false, "pools": [ { "url": "pool.zamacoin.org:3333", "user": "YOUR_WALLET_ADDRESS", "pass": "x", "coin": "monero" } ] }
💡 max-threads-hint: 75 means XMRig will use 75% of your CPU cores. This keeps your computer usable while mining. Set it to 100 if you want maximum earnings from a dedicated machine.
5
Start mining
Double-click xmrig.exe to start. A black window will open showing your hash rate (H/s). The higher the number, the more ZAM you earn. Your balance will appear in the pool dashboard after a few minutes.
⚠️ Windows Defender may flag XMRig — this is a false positive. Mining software looks similar to malware to antivirus programs. Add the XMRig folder to your Windows Defender exclusions to fix this.
1
Get your ZAM wallet address
Download the Zama wallet for Linux, create your wallet, and copy your ZAM address.
Get Your Wallet →
2
Download and install XMRig
Open a terminal and run these commands:
Copy wget https://github.com/xmrig/xmrig/releases/latest/download/xmrig-6.22.2-linux-static-x64.tar.gz
tar -xvf xmrig-*.tar.gz
cd xmrig-*/
3
Edit the config file
Open config.json in the XMRig folder:
nano config.json
Replace the entire contents with this config. Change YOUR_WALLET_ADDRESS to your ZAM address:
Copy{ "autosave": true, "cpu": { "enabled": true, "max-threads-hint": 75 }, "opencl": false, "cuda": false, "pools": [ { "url": "pool.zamacoin.org:3333", "user": "YOUR_WALLET_ADDRESS", "pass": "x", "coin": "monero" } ] }
Save with Ctrl+O then exit with Ctrl+X.
4
Start mining
./xmrig
You'll see your hash rate (H/s) in the terminal. To keep mining after closing the terminal, run:
nohup ./xmrig &
1
Get your ZAM wallet address
You need a wallet address first. The Mac wallet is coming soon — for now, set up on Linux or use the guide below to mine and send coins to a Linux wallet address.
Wallet Page →
2
Install XMRig via Homebrew
Open Terminal and run:
Copy brew install xmrig
If you don't have Homebrew, install it first at brew.sh
3
Create and edit your config
Create a config file in your home folder:
nano ~/zama-config.json
Paste this config and replace YOUR_WALLET_ADDRESS:
Copy{ "autosave": true, "cpu": { "enabled": true, "max-threads-hint": 50 }, "opencl": false, "cuda": false, "pools": [ { "url": "pool.zamacoin.org:3333", "user": "YOUR_WALLET_ADDRESS", "pass": "x", "coin": "monero" } ] }
💡 Mac is set to 50% threads to keep your laptop cool. You can increase this if you're on mains power and want more earnings.
4
Start mining
Copy caffeinate -i xmrig --config=~/zama-config.json
caffeinate -i prevents your Mac from sleeping while mining. Your hash rate will appear in the terminal.
Common Questions
What is hash rate (H/s)? +
Hash rate is how fast your computer is mining. Higher is better. A typical home laptop gets 300–800 H/s. A desktop with a good CPU gets 2,000–8,000 H/s. Your earnings are proportional to your share of the total network hash rate.
How much ZAM will I earn? +
It depends on your hash rate and the total network hash rate. Use the mining calculator on the home page to estimate your daily earnings. As more miners join, each miner earns a smaller share — so early miners always earn the most.
Will mining damage my computer? +
Mining runs your CPU at high usage for extended periods. Your computer will get warm. We recommend keeping max-threads-hint at 75% so your computer stays cool and responsive. Never mine on a laptop that has poor ventilation or overheats easily.
Windows Defender is blocking XMRig — what do I do? +
This is a known false positive. XMRig is safe and open source. To fix it: open Windows Security → Virus & threat protection → Manage settings → Add or remove exclusions → Add the XMRig folder. This tells Windows Defender to ignore that folder.
When do I get paid? +
The pool pays out automatically once your balance reaches the minimum payout threshold (0.5 ZAM). Payouts go directly to your wallet address with no action needed from you.
Can I mine on multiple computers? +
Yes — just use the same wallet address in the config on every computer. All your earnings go to one address and combine automatically.
💬 Join Zama Community