-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start Guide
davidotero edited this page Jan 1, 2026
·
1 revision
Get mining in 5 minutes!
You need a Bitcoin wallet address to receive mining rewards.
| Wallet | Type | Platform |
|---|---|---|
| BlueWallet | Mobile | iOS, Android |
| Sparrow | Desktop | macOS, Windows, Linux |
| Electrum | Desktop | macOS, Windows, Linux |
| Ledger | Hardware | All |
| Trezor | Hardware | All |
Use a SegWit address starting with bc1q for lower fees:
bc1q2xh89ghtpxya8hj34vulfvx3ckl6rf00umayjt
Server: public-pool.io
Port: 21496
Fee: 0%
Server: solo.ckpool.org
Port: 3333
Fee: 2%
See Recommended Pools for more options.
- Launch MacMetal Miner Pro Max
- Enter your Bitcoin address
- Enter pool server and port
- Click Start Mining
./MacMetalCLI bc1qYourAddressHere --pool public-pool.io:21496Look for:
- Hashrate - Should show 200-400 MH/s depending on your chip
- Shares - Counter should increase every few seconds
- Accepted - Pool accepting your shares
- "[OK] Authorized" in logs
╔══════════════════════════════════════════════════════════════════════════╗
║ MacMetal CLI Miner v2.1 - GPU Edition ║
╚══════════════════════════════════════════════════════════════════════════╝
[+] GPU: Apple M3 Pro
[~] Connecting to public-pool.io:21496...
[OK] TCP connected (45ms)
[OK] Authorized on public-pool.io:21496
Hashrate │ Shares │ Accepted │ Rejected │ Best
─────────────┼──────────┼────────────┼────────────┼────────
352.4 MH/s │ 127 │ 127 │ 0 │ 31 bits
Most pools have a web dashboard where you can see your stats:
-
Public Pool:
https://web.public-pool.io/#/app/YOUR_ADDRESS -
Solo CKPool:
https://solo.ckpool.org/users/YOUR_ADDRESS
| Stat | Meaning |
|---|---|
| Hashrate | Your computing power |
| Shares | Work units submitted |
| Best Difficulty | Highest difficulty share found |
| Workers | Number of connected miners |
With pool difficulty 0.001 and 350 MH/s:
- ~4 shares per second
At current network difficulty (~148T):
- 1 in 13 trillion per day at 350 MH/s
- Expected time: ~37,000 years
- Pool Configuration - Customize your setup
- Performance Tuning - Maximize hashrate
- Ayedex Pool - Run your own pool
- Frequently Asked Questions