-
Raspberry Pi 5 (8GB RAM) - $80
- Where: Amazon, CanaKit, Adafruit
- Why 8GB: Running 3 models + other apps
-
Official 27W USB-C Power Supply - $12
- Must be official Pi 5 power supply
- 27W required (don't use phone charger!)
-
128GB MicroSD Card (Class 10/U3) - $15
- Samsung EVO Plus or SanDisk Extreme
- 128GB gives room for other projects
-
Case with Active Cooling - $15
- Argon ONE V3 (best) - $25
- Or Geekworm with dual fans - $15
- Cooling is IMPORTANT for 24/7 operation
-
Ethernet Cable (Cat6) - $5
- More reliable than WiFi for trading
Total: ~$127 (can save $10 with cheaper case)
- Heatsink Kit - $8 (if case has no fan)
- 32GB USB Drive - $10 (for backups)
- Mini HDMI Cable - $8 (for initial setup)
3 Polymarket models + Dashboard
Resources: ~2GB RAM, 10GB storage
Uptime: 24/7
- Blocks ads on ALL devices
- Faster browsing
- Privacy protection
curl -sSL https://install.pi-hole.net | bash- Control lights, thermostats, cameras
- Automation rules
- No cloud needed
docker run -d --name homeassistant homeassistant/home-assistant- Stream movies/TV to any device
- Your own Netflix
- Pi 5 can handle 1080p transcoding
docker run -d --name plex plexinc/pms-docker- Your own Dropbox/Google Drive
- File sync across devices
- Calendar, contacts, notes
docker run -d --name nextcloud nextcloud- Access home network from anywhere
- Secure browsing on public WiFi
- Connect to your Pi remotely
docker run -d --name wireguard linuxserver/wireguard- Grafana + Prometheus
- Monitor your trading performance
- System health dashboards
docker-compose up -d # Pre-built stack- Private GitHub
- Code backup
- Lightweight
docker run -d --name gitea gitea/gitea- Samba/NFS file sharing
- Time Machine backups
- Shared folder for all devices
Priority 1: Trading System (Always Running)
- 3 Polymarket models
- Dashboard
- Auto-restart on crash
- Resources: 2GB RAM
Priority 2: Useful Stuff
- Pi-hole (ad blocking) - 512MB RAM
- Wireguard VPN (remote access) - 256MB RAM
- Monitoring (Grafana) - 512MB RAM
Total Used: ~3.2GB / 8GB = Plenty of room!
- CPU: 2.4GHz quad-core ARM Cortex-A76
- RAM: 8GB LPDDR4X
- Storage: MicroSD (we'll use 128GB)
- Network: Gigabit Ethernet + WiFi 6
- USB: 2x USB 3.0, 2x USB 2.0
- Power: 5V 5A (27W max)
- Cooling: Needs active cooling for 24/7
Performance: ~3x faster than Pi 4!
- Flash OS
# On your Mac
# Download Raspberry Pi Imager
brew install raspberry-pi-imager
# Flash Raspberry Pi OS (64-bit)
# Enable SSH before flashing!- Boot Pi
- Insert SD card
- Connect ethernet
- Connect power
- Wait 2 min for boot
- SSH In
# Find Pi on network
ping raspberrypi.local
# Connect
ssh pi@raspberrypi.local
# Default password: raspberry- Update Everything
sudo apt update && sudo apt upgrade -y
sudo reboot# Install Docker
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker pi
# Install Docker Compose
sudo apt install docker-compose -y
# Test
docker --version
docker-compose --version# Clone your repo
git clone <your-repo-url>
cd aztec-auction-analysis
# Start everything
docker-compose up -d
# Check
docker-compose psDone! Dashboard at: http://raspberrypi.local:8000
Trading Models: 2.0 GB
Dashboard: 0.3 GB
Pi-hole: 0.5 GB
Wireguard: 0.2 GB
System/Buffer: 1.0 GB
---
Total: 4.0 GB / 8 GB (50% usage)
Remaining 4GB for other projects!
OS: 8 GB
Trading System: 10 GB
Docker Images: 5 GB
Logs (30 days): 2 GB
Other Apps: 20 GB
Free Space: 83 GB
---
Total: 45 GB / 128 GB
- Pi throttles at 80°C
- Performance drops
- Crashes possible
- Shorter lifespan
- Stays ~50-60°C
- Full performance 24/7
- Reliable for years
- Silent operation
Best cases:
- Argon ONE V3 ($25) - Best cooling + power button
- Geekworm ($15) - Great cooling, budget
- Flirc ($20) - Passive (aluminum), silent
- Motion detection
- 24/7 recording
- Remote viewing
- Face recognition
- Run Bitcoin/Ethereum node
- Support decentralization
- Learn blockchain tech
- RetroPie
- Thousands of games
- 4K output
- Track internet speed
- Uptime monitoring
- Alert on outages
- Voice control (Mycroft)
- Task automation
- Calendar integration
- Add sensors
- Log data
- Beautiful dashboards
- Kubernetes cluster
- Learn cloud tech
- Overkill but cool
| Feature | Pi 4 8GB | Pi 5 8GB |
|---|---|---|
| CPU Speed | 1.8 GHz | 2.4 GHz |
| Performance | Good | 3x faster |
| RAM Speed | LPDDR4 | LPDDR4X (faster) |
| USB | USB 3.0 x2 | USB 3.0 x2 |
| Network | 1 Gbps | 1 Gbps |
| PCIe | No | Yes! (NVMe possible) |
| Power | 15W | 27W |
| Price | $75 | $80 |
Verdict: Pi 5 for $5 more is worth it!
Once your Pi is running, access from anywhere:
# Install on Pi
docker run -d --name wireguard linuxserver/wireguard
# Connect from phone/laptop
# Access dashboard: http://raspberrypi.local:8000# Install on Pi
curl -fsSL https://tailscale.com/install.sh | sh
# Access from anywhere
# No port forwarding needed!# Make dashboard public
cloudflared tunnel --url localhost:8000
# Get public URL
# Share with friends!- Fast shipping
- Easy returns
- Slightly more expensive
- Complete kits
- Quality parts
- Good support
- www.canakit.com
- Official distributor
- Great quality
- Educational focus
- www.adafruit.com
- Cheapest
- Longer shipping
- www.raspberrypi.com
- ✅ Docker on your Mac (we're doing this now!)
- Run trading for the week
- Learn Docker basics
- Day 1: Setup + Deploy trading (1 hour)
- Day 2: Add Pi-hole (30 min)
- Day 3: Add monitoring (30 min)
- Day 4: Add VPN for remote access (30 min)
- Day 5-7: Explore other projects!
- Trading runs 24/7 automatically
- Add more cool stuff
- Low power usage (~5W)
- Silent operation
- Never think about it
- Pi 5 kit: $127
- Electricity (30 days): ~$2
- Total first month: $129
- Electricity: ~$2/month
- No subscription fees
- Runs forever
- DigitalOcean: $6/month = $72/year
- Pi: $127 one-time + $24/year = $151 year 1, $24/year after
Pi pays for itself in year 2!
Pi 5 8GB is perfect for:
- ✅ Your trading bots (always on)
- ✅ 5-10 other projects simultaneously
- ✅ Learning server/Docker/Linux
- ✅ Home automation
- ✅ Ad blocking for whole network
For $127 you get:
- Powerful little computer
- Runs 24/7 for $2/month
- Can do 10+ things at once
- Learn tons of skills
- Fun projects forever
Order next week, running by next weekend! 🚀
Amazon:
- CanaKit Raspberry Pi 5 Starter Kit (8GB) - $127
- Includes: Pi, power supply, case, SD card, cables
- One order, everything you need!
OR build your own:
- Raspberry Pi 5 (8GB) - $80
- Official 27W Power Supply - $12
- Samsung EVO Plus 128GB MicroSD - $15
- Geekworm Armor Case with Fans - $15
- Cat6 Ethernet Cable 6ft - $5
Total: $127 (same either way!)
Want me to find the exact Amazon links? 📦