AlphaBlock Monero Pool

Live
Last update: --
⚠️
🔍 Check Your Miner Stats
Enter your Monero wallet address to view your individual mining statistics
Your Mining Statistics
Your Hashrate
--
H/s
Shares Submitted
--
24 hours
Unpaid Balance
--
XMR
Pool Contribution
--
% of pool
Your Hashrate History
Pool Hashrate
--
H/s
Connected Miners
--
miners
Blocks Found
--
total
Block Height
--
current
Pool Fee
--
%

Analytics

Pool Hashrate (Last 10 Minutes)
Total Shares Submitted
Unpaid Balance by Miner

Connected Miners

Wallet Address Hashrate Shares Unpaid Balance Status
Loading data...

Getting Started

⛏️
Start Mining with AlphaBlock

Join our decentralized Monero mining pool

Pool Address: monero.alphablock.io:3333
Pool Type: P2Pool Mini
Fee: 0% PPLNS
1
Download XMRig
Download the latest XMRig release for Windows from the official GitHub repository.
2
Extract and Configure
Extract the ZIP file and create a config.json file or use command line parameters.
3
Start Mining
Open Command Prompt in the XMRig folder and run the following command (replace YOUR_WALLET_ADDRESS with your Monero wallet):
xmrig.exe -o monero.alphablock.io:3333 -u YOUR_WALLET_ADDRESS -k --coin monero
💡 Tip

You can add a worker name by appending it to your wallet address with a dot: YOUR_WALLET.worker1

4
Monitor Your Mining
Once connected, your miner will appear in the "Connected Miners" table above. Mining rewards are paid out automatically when blocks are found.
1
Install XMRig
You can install XMRig from your package manager or build from source.
# Ubuntu/Debian sudo apt update sudo apt install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev git clone https://github.com/xmrig/xmrig.git cd xmrig mkdir build && cd build cmake .. make -j$(nproc)
2
Start Mining
Run XMRig with your Monero wallet address:
./xmrig -o monero.alphablock.io:3333 -u YOUR_WALLET_ADDRESS -k --coin monero
3
Run as a Service (Optional)
For persistent mining, create a systemd service:
sudo nano /etc/systemd/system/xmrig.service # Add the following content: [Unit] Description=XMRig Monero Miner After=network.target [Service] Type=simple User=YOUR_USERNAME ExecStart=/path/to/xmrig -o monero.alphablock.io:3333 -u YOUR_WALLET_ADDRESS -k --coin monero Restart=on-failure [Install] WantedBy=multi-user.target # Enable and start the service sudo systemctl enable xmrig sudo systemctl start xmrig
1
Install Dependencies
Install Homebrew (if not already installed) and required dependencies:
# Install Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Install dependencies brew install cmake libuv openssl hwloc
2
Download and Build XMRig
Clone and build XMRig from source:
git clone https://github.com/xmrig/xmrig.git cd xmrig mkdir build && cd build cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl make -j$(sysctl -n hw.logicalcpu)
3
Start Mining
Run XMRig with your Monero wallet address:
./xmrig -o monero.alphablock.io:3333 -u YOUR_WALLET_ADDRESS -k --coin monero
⚙️ Advanced Configuration

Using config.json

For more control, create a config.json file:

{ "autosave": true, "cpu": { "enabled": true, "huge-pages": true, "hw-aes": null, "priority": null, "max-threads-hint": 100 }, "opencl": false, "cuda": false, "pools": [ { "algo": "rx/0", "coin": "monero", "url": "monero.alphablock.io:3333", "user": "YOUR_WALLET_ADDRESS", "pass": "x", "keepalive": true, "enabled": true, "tls": false } ] }
⚠️ Important

Mining requires significant CPU/GPU resources. Monitor your system temperature and ensure adequate cooling. Never mine on systems you don't own without permission.

Performance Tuning

  • Enable huge pages for better performance: --hugepages=100
  • Set CPU priority: --cpu-priority=5
  • Adjust thread count: -t 4 (use 50-75% of your CPU cores)
  • Enable 1GB pages on Linux for even better performance
❓ Frequently Asked Questions

What is P2Pool?

P2Pool is a decentralized mining pool for Monero that gives miners full control of their hashrate and their wallet. Unlike traditional pools, P2Pool has no central server that can be shut down or controlled.

Do I need a Monero wallet?

Yes! You need a Monero wallet address to receive your mining rewards. You can create one at getmonero.org or use a hardware wallet.

When will I get paid?

P2Pool uses the PPLNS (Pay Per Last N Shares) payment method. You'll receive payouts automatically when the pool finds blocks, proportional to your contributed shares. Minimum payout is typically 0.003 XMR.

Is mining profitable?

Mining profitability depends on your hardware, electricity costs, and network difficulty. Use a mining calculator to estimate your potential earnings.

Can I mine with a GPU?

Monero's RandomX algorithm is optimized for CPUs. While GPU mining is possible, CPUs typically provide better performance per watt for Monero mining.

Need help?

Join the AlphaBlock community or check out the official P2Pool documentation for more information.