Guide to Mine BTQ with XMRig
This guide will walk you through the process of setting up and running XMRig to mine BTQ on Windows, macOS, and Ubuntu.
Step 1: Download and Install XMRig
Windows
Visit the official XMRig website: https://xmrig.com/.
Download the Windows version of XMRig.
Extract the downloaded file into a convenient folder.
macOS
Visit the official XMRig website: https://xmrig.com/.
Download the macOS version of XMRig.
Extract the downloaded file into a convenient folder.
Ubuntu
Open Terminal and run the following commands to update and install necessary packages:
Clone the XMRig repository from GitHub and build the project:
Step 2: Configure XMRig
Windows
Open the folder where XMRig was extracted.
Create a new file named
start_mining.bat
.Open the file with Notepad and paste the following configuration:
Save the file and close Notepad.
macOS and Ubuntu
Open a Text Editor and create a new file named
start_mining.sh
.Paste the following configuration into the file:
Save the file and close the Text Editor.
Open Terminal and navigate to the folder containing
start_mining.sh
.Run the following command to make the script executable:
BTQ Mining Pools
Below are the links to the Bitcoin Quantum (BTQ) mining pools:
Silicon Valley, USA: us.silicon-valley.pool.bitcoinq.xyz
Phoenix, USA: us.phoenix.pool.bitcoinq.xyz
Dubai, UAE: uae.dubai.pool.bitcoinq.xyz
Singapore: sg.singapore.pool.bitcoinq.xyz
Shanghai, China: qq.shanghai.pool.bitcoinq.xyz
Hong Kong: qq.hongkong.pool.bitcoinq.xyz
Shanghai, China: qq.cn-sh.pool.bitcoinq.xyz
Jakarta, Indonesia: in.jakarta.pool.bitcoinq.xyz
Hong Kong, China: cn.hongkong.pool.bitcoinq.xyz
You can join any of these pools to combine computational power and share BTQ rewards efficiently.
Step 3: Run XMRig
Windows
Double-click on the
start_mining.bat
file to start mining.
macOS and Ubuntu
Open Terminal.
Navigate to the folder containing
start_mining.sh
using the command:Run the script using the command:
Parameters Explained
--donate-level 5
: Donation level to the developer (5%).-o ip:port
: The address and port of the mining pool.-u Address
: Your BTQ wallet address to receive mined coins.-p SiliconValleyUM
: Worker name or pool password (depending on pool configuration).--coin BTQ
: The coin you want to mine (BTQ - Bitcoin Quantum).-a cn/1
: The algorithm used for mining (cn/1 - CryptoNight variant 1).
Notes
Ensure you have all necessary drivers installed for your CPU/GPU.
Check your internet connection to ensure you can connect to the mining pool.
With these steps, you are ready to start mining BTQ with XMRig on Windows, macOS, and Ubuntu. Good luck!
Last updated