← BACK TO DASHBOARD DIBI8

STRATUM CONNECTIVITY

🌍 GLOBAL ENDPOINTS
ASIA - HONG KONG
stratum+tcp://pool.dibi8.com:3333
Port 3333: Default (CPU/ASIC)
🛠️ CONFIG GENERATOR

Select your mining software to generate command line:

CGMINER
BFGMINER
CPUMINER
cgminer -o stratum+tcp://pool.dibi8.com:3333 -u dibi1e3846fe8d9f436c6c91f277fed0f069d607cc6d4.worker01 -p x
📊 Unified Data Dashboard

All mining data (Stratum & Web Miner) under the same wallet address is aggregated. You can monitor your global hashrate in real-time on the Dashboard.

🚀 HOW TO START
WINDOWS
1. Download a SHA256d Stratum miner (CGMiner/BFGMiner) for Windows.
2. Create a mine.bat file in the folder.
3. Paste the generated config and run.
LINUX / HIVEOS
1. Build a SHA256d Stratum CPU miner (cpuminer-multi):
sudo apt update && sudo apt install -y git build-essential ...
git clone ... && cd cpuminer-multi && ./build.sh
2. Run in foreground:
cd cpuminer-multi && ./cpuminer -a sha256d -o stratum+tcp://pool.dibi8.com:3333 -u dibi1...worker01 -p x
3. Run in background (nohup &):
cd cpuminer-multi && nohup ./cpuminer ... > miner.log 2>&1 &
💡 QUICK TIPS
  • Use your DIBI8 wallet address as the username.
  • Append a worker name using a dot (e.g. .rig01).
  • Most GPU miners do not support SHA256d; use ASIC or CPU for testing.
  • Our Stratum V2 bridge supports 0ms reconnection.