Initial sync may take several hours!
The daemon needs to download and verify the entire blockchain. Keep it running until "Synchronized OK" appears.
Step-by-step instructions to start mining QBM
Before you start mining QBM, ensure you have the following:
Download all required software from the Downloads page.
First, you need to run a full QBM node to sync the blockchain.
# Extract the archive tar -xvf qbm-daemon-linux-x64.tar.gz cd qbm-daemon # Make executable chmod +x qbm-daemon # Run the node ./qbm-daemon
# Extract qbm-daemon-windows-x64.zip # Open Command Prompt in the extracted folder # Run: qbm-daemon.exe
Create a new wallet to receive mining rewards.
# Linux/macOS ./qbm-wallet-cli # Windows qbm-wallet-cli.exe
# When prompted, enter wallet name: MyQBMWallet # Set a strong password # IMPORTANT: Write down your 25-word seed phrase! # This is the ONLY way to recover your funds.
After wallet creation, get your address with:
Sample wallet address: Q5qUXyxzdv99BiFdVLkAZTvL2hAHd6jfqQgtx9bdrTUMc1NyHFZM3Kkffa4pWHQ2CWZY8ED741KunGE7eXAFKyDN1RdVMujTX
Copy your QBM address (starts with "Q"). You'll need it for mining configuration.
P2Pool allows you to mine QBM without centralized control.
# Linux/macOS tar -xvf p2pool-linux-x64.tar.gz cd p2pool chmod +x p2pool # Run P2Pool (replace YOUR_WALLET_ADDRESS) ./p2pool --host 127.0.0.1 --rpc-port 19091 --wallet YOUR_WALLET_ADDRESS # Windows p2pool.exe --host 127.0.0.1 --rpc-port 19091 --wallet YOUR_WALLET_ADDRESS
XMRig is the high-performance CPU miner for RandomX algorithm.
# Linux/macOS tar -xvf xmrig-linux-x64.tar.gz cd xmrig # Windows: Extract xmrig-windows-x64.zip
{
"autosave": true,
"cpu": {
"enabled": true,
"huge-pages": true,
"max-threads-hint": 75
},
"pools": [
{
"url": "127.0.0.1:3333",
"user": "YOUR_WALLET_ADDRESS",
"pass": "x",
"keepalive": true
}
]
}
# Linux/macOS ./xmrig # Windows xmrig.exe
Track your mining performance and earnings:
# Check wallet balance balance # View incoming transfers show_transfers in # Get new receiving address address new # Exit wallet (saves automatically) exit
Need help? Join our community:
Telegram: https://t.me/qbtmine GitHub: https://github.com/quantumbit-mine