This comprehensive guide walks you through setting up and mining on the Conflux Network across Windows, Mac, and Linux systems. Whether you're a beginner or an experienced miner, follow these optimized steps to start earning rewards efficiently.
Key Features of Conflux Network
- Pontus Mainnet: Launched April 27, 2020 (v0.6.0-rc-3)
- Testnet: Current version v0.6.0-rc-3 (test data only)
- Bounty Program: Earn FanCoins (FC) convertible to CFX tokens
- Decentralized Architecture: High-throughput blockchain with Tree-Graph consensus
Preparation: Wallet Setup
Creating a Secure Wallet
- Download ConfluxPortal browser extension
- Generate a new wallet (addresses now begin with "0x1" for standard wallets)
- Securely store your private key and seed phrase
Important: Never share your private key or store it digitally in plain text.
Installation Guides
Windows Setup
- Download the latest release (v0.6.0-rc-3)
- Extract files to
C:\Users\[YourUsername]\conflux\run Configure
default.toml:start_mining = true mining_author = "your_wallet_address_without_0x" public_address = "your_public_ip:32323"Start mining:
cd conflux\run conflux --config default.toml --full 2>stderr.txt
👉 Optimize your Conflux mining setup
macOS Setup
- Download the macOS package
Create directory structure:
cd ~/Downloads && mkdir -p conflux unzip conflux_mac_v0.6.0-rc-3.zip -d conflux- Configure
default.toml(same as Windows) Start mining:
cd ~/Downloads/conflux/run ulimit -n 10000 ./conflux --config default.toml
Linux Setup
- Download Linux package
Prepare environment:
mkdir -p conflux unzip conflux_linux_v0.6.0-rc-3.zip -d conflux- Configure
default.toml Start mining:
./conflux --config default.toml --full 2>stderr.txt
Maintaining Your Node
Synchronizing Updates
- Delete old files in
conflux/run - Download latest release from GitHub
- Replace
confluxexecutable - Verify
default.tomlconfigurations - Restart node
Monitoring Mining Status
Check logs for:
- Increasing
inserted_block_count(healthy synchronization) mode: false(mining active)- Continuously increasing epoch numbers
FAQ Section
Q: How do I check my mining rewards?
A: Rewards automatically deposit to your mining_author wallet address. Track them using ConfluxScan.
Q: What's the minimum hardware requirement?
A: Recommended:
- 4+ CPU cores
- 8GB RAM
- 100GB+ storage
- Stable internet connection
Q: How often are blocks created?
A: Conflux produces blocks every 1-2 seconds, with epochs (~5 minutes) determining reward distribution.
Q: Can I mine with GPU?
A: Currently, Conflux mining is CPU-based only for network security.
Q: Where can I get support?
A: Join the official Conflux Forum for community assistance.
Optimization Tips
- Keep your node updated to the latest version
- Monitor system resources to prevent crashes
- Join mining pools for more stable earnings
- Regularly backup your wallet and configuration
By following this guide, you've joined the innovative Conflux Network ecosystem. Happy mining!