QUAI Mainnet Mining Launch: Everything You Need to Know
On February 5th, QUAI mainnet mining will officially begin. The exact time has not been specified yet. Below, you’ll find the latest information about QUAI mining, pool details, and how to start mining coins using your GPUs.
Overview:
Quai Network has introduced the first scalable and programmable Proof-of-Work blockchain, implementing the Energy Dollar — a stablecoin pegged to energy rather than inflationary fiat currencies.
Why is this important? The world needs a stable decentralized currency that isn’t controlled by central banks or printed endlessly. Quai’s Energy Dollar is backed by real energy supply and demand, making it the most sustainable form of money. But that’s not all. The Quai blockchain on PoW is designed for speed, scalability, and security, offering developers, miners, and traders an ecosystem of the future. In the Quai network, there are two tokens: QUAI for interacting with dApps, and QI for real-world applications.
- February 4th : TGE (Token Generation Event) and mining start for Node Wranglers.
- February 5th : Public mining begins.
- February 10th : Launch of transactions on the Quai network.
- March 19th : Launch of $QI token transactions.
- X (Twitter): @QuaiNetwork
- Website: http://qu.ai
- Discord: https://discord.com/invite/quai
Wallet Setup:
✔️ Download the wallet extension here:
Chrome Web Store - Pelagus Wallet
✔️ DEX Exchange for swapping QUAI:
QuaiSwap
Mining Pools for QUAI:
(For mining $QI, you need to set up a node.)
- HeroMiners:
https://quai.herominers.com/
First month commission-free starting from February 5th. - K1Pool:
https://k1pool.com/invite/41122e3fbe
Referral commission set at a minimum of 0.1%, pool commission is 1%. - Kryptex Pool:
https://pool.kryptex.com/?ref=54c97341
First month commission-free starting from February 5th. - ZKWORK Pool:
https://v2.zk.work/ru/quai
Pool commission is 1%. Use promo codeLFX9AV
on the pool page to get 90% cashback on pool fees.
Additional Tools & Resources:
💙 HiveOS: New users get $10 credited to their account balance with the promo code TGPLITKA
. Your support helps!
💙 Clore GPU Rental (Referral Link):
https://clore.ai/?ref_id=vfgl1pyu
✔️ QUAI Explorer:
https://orchard.quaiscan.io
✔️ NFT Marketplace for QUAI:
https://quaimark.com
✔️ Testnet Meme Token Platform (Similar to Pump.fun):
https://poop.fun
Mining Instructions
RigelMiner (1% Fee)
@echo off @cd /d "%~dp0" :: mine to herominers rigel.exe a quai -o stratum+tcp://ru.quai.herominers.com:1185 -u YOUR_QUAI_WALLET_ADDRESS -w YOUR_WORKER_NAME pause
Replace POOL_ADDRESS
with the address of your chosen pool and WALLET_ADDRESS
with your wallet address.
Ubuntu/Linux One-Line Command
Replace the wallet address (after -u
) and worker name (after -w
) in this command:
wget https://github.com/rigelminer/rigel/releases/download/1.20.1/rigel-1.20.1-linux.tar.gz -O rigel-1.20.1-linux.tar.gz && tar -xzvf rigel-1.20.1-linux.tar.gz && cd rigel-1.20.1-linux && ./rigel -a quai -o stratum+tcp://ru.quai.herominers.com:1185 -u YOUR_QUAI_WALLET_ADDRESS -w YOUR_WORKER_NAME
cd ~/tmp && rm -rf ~/tmp/rigel-1.20.1-linux/ && wget https://github.com/rigelminer/rigel/releases/download/1.20.1/rigel-1.20.1-linux.tar.gz && tar -xvf rigel-1.20.1-linux.tar.gz && miner stop && cp -rf ~/tmp/rigel-1.20.1-linux/rigel /hive/miners/rigel/1.20.0/ && rm -rf ~/tmp/rigel-1.20.1-linux/ && miner start
Open HiveShell and create a new session:
screen -S quai
Run the mining command (replace wallet and worker):
wget https://github.com/rigelminer/rigel/releases/download/1.20.1/rigel-1.20.1-linux.tar.gz -O rigel-1.20.1-linux.tar.gz && tar -xzvf rigel-1.20.1-linux.tar.gz && cd rigel-1.20.1-linux && ./rigel -a quai -o stratum+tcp://ru.quai.herominers.com:1185 -u YOUR_WALLET_ADDRESS -w WORKER_NAME
To resume the session later:
wget https://github.com/rigelminer/rigel/releases/download/1.20.1/rigel-1.20.1-linux.tar.gz -O rigel-1.20.1-linux.tar.gz && tar -xzvf rigel-1.20.1-linux.tar.gz && cd rigel-1.20.1-linux && ./rigel -a quai -o stratum+tcp://ru.quai.herominers.com:1185 -u 0x00025bf3e76e4aE6Aa5D1fd5B1e15aB4fB9cEAeA -w 4090
- Wallet Address Example:
0x00025bf3e76e4aE6Aa5D1fd5B1e15aB4fB9cEAeA
(replace with your own). - Pool Address Example:
stratum+tcp://ru.quai.herominers.com:1185
screen -r quai
screen -ls
Quick Start via HiveShell Alternatively, use tmux
for session management.
SRBMiner Setup (0.85% Fee)
Create a .bat
file with this content (pool: HeroMiners):
@echo off cd %~dp0 cls SRBMiner-MULTI.exe --algorithm progpow_quai --pool ru.quai.herominers.com:1185 --wallet YOUR_QUAI_WALLET_ADDRESS pause
HiveOS Flight Sheet for SRBMiner
- Miner Name:
srbsminer_custom
- Installation URL:
https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.6/srbminer_custom-2.7.6.tar.gz
- Hash Algorithm:
progpow-quai
- Wallet/Worker Template:
%WAL%
- Pool URL:
quai.asia.zk.work:13333
- Extra Config Arguments:
--algorithm progpow_quai --disable-cpu --pool quai.asia.zk.work:13333 --wallet %WAL%.%WORKER_NAME% --password x
wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.7.6/SRBMiner-Multi-2-7-6-Linux.tar.gz tar -xvf SRBMiner-Multi-2-7-6-Linux.tar.xz vi quai_mining.sh
Add the following script content:
export GPU_MAX_HEAP_SIZE=100 export GPU_MAX_USE_SYNC_OBJECTS=1 export GPU_SINGLE_ALLOC_PERCENT=100 export GPU_MAX_ALLOC_PERCENT=100 export GPU_MAX_SINGLE_ALLOC_PERCENT=100 export GPU_ENABLE_LARGE_ALLOCATION=100 export GPU_MAX_WORKGROUP_SIZE=1024 #!/bin/sh reset ./SRBMiner-MULTI --disable-cpu --algorithm progpow_quai --pool quai.asia.zk.work:13333 --wallet YOUR_QUAI_WALLET_ADDRESS.YOUR_WORKER_NAME
chmod +x quai_mining.sh
nohup ./quai_mining.sh >> mining.log 2>&1 &
tail -f mining.log
Technical Information
- Update your system:
sudo apt update && sudo apt upgrade -y
- Install dependencies (if needed):
sudo apt install build-essential cmake libuv1-dev libssl-dev libhwloc-dev wget unzip -y
- Install GPU drivers (if needed):
sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update && sudo apt install nvidia-driver-XXX -y
ReplaceXXX
with your driver version. Reboot after installation.
Kryptex Pool Setup Guide:
You can find detailed instructions for configuring the Kryptex pool here:
Kryptex Pool QUAI Instructions
If you’d like to support me while using Kryptex services, feel free to use my referral links below:
- Mining Pool: https://pool.kryptex.com/?ref=54c97341
- Kryptex Miner Software: https://www.kryptex.com/?ref=54c97341
Thank you for reading! If you’re interested in crypto mining and blockchain technology, follow my blog for more insights.
Telegram Channel, translations (available via Telegram Premium): https://t.me/TGPLITKA