Getting Started
This guide walks you through the complete process of setting up and running an Xphere miner.
Prerequisites
Before you begin mining, ensure you have:
- Checked the system requirements
- A Zigap wallet account
- The latest Xphere miner binary
Installation Guide
1. Wallet Setup
- Create a new wallet at Zigap
- Select the
XPHERE 2.0
network - Copy your wallet address - you'll need this for miner configuration
2. Download the Miner
Download the latest version of the Xphere miner:
- Visit the releases page
- Download the appropriate binary for your operating system
- Make sure to also download (or place) the config.json file in the same directory as the binary.
3. Installation Steps
For MacOS Users
- Open Terminal
- Navigate to your download directory
- Make the binary executable:
chmod +x miner-darwin-amd64
- Run the miner:
- 4-1: Using config.json
./miner-darwin-amd64 -config ./config.json
🛠 Example config.json
File
If you prefer to use a configuration file instead of manually entering parameters, create a config.json
file with the following structure:
{
"targetMiner": "your address",
"domain": [
"https://sgp-mining.x-phere.com",
"https://bkk-mining.x-phere.com",
"https://hkg-mining.x-phere.com",
"https://idn-mining.x-phere.com"
]
}
- 4-2: Running without config.json (Manually specify all parameters)
./miner-darwin-amd64 -targetMiner "your address" -domain https://sgp-mining.x-phere.com,https://bkk-mining.x-phere.com,https://hkg-mining.x-phere.com,https://idn-mining.x-phere.com]
Note: If you see a security warning, go to System Preferences → Security & Privacy → General and allow the application to run.
For Windows Users
- Open Command Prompt as administrator
- Navigate to your download directory
cd %USERPROFILE%\Downloads
3.Run the miner:
- 3-1: Using config.json
./miner-windows-amd64 -config ./config.json
🛠 Example config.json
File
If you prefer to use a configuration file instead of manually entering parameters, create a config.json
file with the following structure:
{
"targetMiner": "your address",
"domain": [
"https://sgp-mining.x-phere.com",
"https://bkk-mining.x-phere.com",
"https://hkg-mining.x-phere.com",
"https://idn-mining.x-phere.com"
]
}
- Option 2: Running without config.json (Manually specify all parameters)
miner-windows-amd64 -targetMiner "your address" -domain https://sgp-mining.x-phere.com,https://bkk-mining.x-phere.com,https://hkg-mining.x-phere.com,https://idn-mining.x-phere.com
Configuration
The miner requires two main parameters:
config.json
: Contains basic configuration settingstargetMiner
: Your Zigap wallet address
Example Commands - Mainnet,Testnet
MacOS
Mainnet
- Using config.json
{
"targetMiner": "0xcf52d7D7Ffb9Fe4De4fa218d14BbF7Af04603B3",
"domain": [
"https://sgp-mining.x-phere.com",
"https://bkk-mining.x-phere.com",
"https://hkg-mining.x-phere.com",
"https://idn-mining.x-phere.com"
]
}
./miner-darwin-amd64 -config ./config.json
- Running without config.json (Manually specify all parameters)
./miner-darwin-amd64 -targetMiner 0xcf52d7D...7Af04603B3 -domain https://sgp-mining.x-phere.com,https://bkk-mining.x-phere.com,https://hkg-mining.x-phere.com,https://idn-mining.x-phere.com
TestNet
./miner-darwin-amd64 -targetMiner 0x43e...e8768 -domain https://testnet-asia-mining.x-phere.com