Download Wallet

PawGanja Mining Hub

Start Mining $PAW with Optimized Miners

Supported Mining Algorithms

RandomX

CPU-optimized algorithm, best for Ryzen processors

AMD Ryzen 1GB+ L3 cache Port 3333
YesPoWer

ASIC-resistant, efficient for modern CPUs

Universal ASIC resistant Port 3334
GhostRider

GPU-compatible algorithm for high-performance mining

GPU Mining NVIDIA/AMD Port 3335

Official Mining Pool

stratum+tcp://137.220.63.82:3333

0.5% Pool Fee • Instant PPLNS Payouts • 99.9% Uptime • DDoS Protection

Windows Miners

v2.5.0 Latest

Quick Setup Guide

1 Download and Extract

Download your preferred miner and extract to a folder (e.g., C:\pawganja-miner)

2 Configure Mining

Create a batch file (start_mining.bat) with:

xmrig.exe -o stratum+tcp://137.220.63.82:3333 -u YOUR_WALLET_ADDRESS -p x -a rx/0 --cpu-priority 3

3 Algorithm Options

# RandomX (Best for Ryzen) - Port 3333 -a rx/0 -o stratum+tcp://137.220.63.82:3333 # YesPoWer (Universal) - Port 3334 -a yespower -o stratum+tcp://137.220.63.82:3334 # GhostRider (GPU Mining) - Port 3335 -a ghostrider -o stratum+tcp://137.220.63.82:3335
⚠️

Antivirus Notice

Windows Defender may flag miners as potentially unwanted programs. Add an exception for the miner folder.

Linux Miners

v2.5.0 Latest

Quick Setup Guide

1 Download and Install

# Download and extract wget https://137.220.63.82/downloads/pawganja-xmrig-linux.tar.gz tar -xzf pawganja-xmrig-linux.tar.gz cd pawganja-xmrig # Make executable chmod +x xmrig # Install dependencies (Ubuntu/Debian) sudo apt-get install -y libhwloc-dev libssl-dev

2 Start Mining

./xmrig -o stratum+tcp://137.220.63.82:3333 -u YOUR_WALLET_ADDRESS -p x -a rx/0

3 Run in Background (Screen)

# Install screen sudo apt-get install screen # Start miner in screen screen -dmS pawminer ./xmrig -o stratum+tcp://137.220.63.82:3333 -u YOUR_WALLET_ADDRESS -p x -a rx/0 # View miner screen -r pawminer # Detach from screen: Ctrl+A then D

4 Systemd Service (Auto-start)

# Create service file sudo nano /etc/systemd/system/pawganja-miner.service # Add this content: [Unit] Description=Pawganja Miner After=network.target [Service] Type=simple ExecStart=/path/to/xmrig -o stratum+tcp://137.220.63.82:3333 -u YOUR_WALLET -p x -a rx/0 Restart=always User=YOUR_USERNAME [Install] WantedBy=multi-user.target # Enable and start service sudo systemctl enable pawganja-miner sudo systemctl start pawganja-miner # Check status sudo systemctl status pawganja-miner

Advanced Mining Configuration

RandomX Optimization

# Enable 1GB pages for better performance ./xmrig -o stratum+tcp://137.220.63.82:3333 -u YOUR_WALLET_ADDRESS -p x -a rx/0 --randomx-1gb-pages # Tune for AMD Ryzen ./xmrig -o stratum+tcp://137.220.63.82:3333 -u YOUR_WALLET_ADDRESS -p x -a rx/0 --randomx-mode=fast

YesPoWer Optimization

# Optimal threads (N-1 of your CPU cores) ./xmrig -o stratum+tcp://137.220.63.82:3334 -u YOUR_WALLET_ADDRESS -p x -a yespower --threads=N

GhostRider Optimization (GPU)

# For NVIDIA GPUs ./xmrig -o stratum+tcp://137.220.63.82:3335 -u YOUR_WALLET_ADDRESS -p x -a ghostrider --cuda # For AMD GPUs ./xmrig -o stratum+tcp://137.220.63.82:3335 -u YOUR_WALLET_ADDRESS -p x -a ghostrider --opencl

Monitor Your Mining

Check your mining stats, worker status, and earnings at:

PawGanja Mining Stats

Enter your wallet address to view your personal statistics.

Performance Optimization Tips

  • Use MSR (Model Specific Register) mod for +15% performance on RandomX
  • Enable huge pages for better memory performance
  • Set CPU affinity to avoid thread switching
  • Keep CPU temperature below 80°C for stable performance
  • Close unnecessary programs while mining
  • Update to latest miner versions for best optimization

🚀 Ready to Start Mining?

Join thousands of miners securing the PawGanja network!