How to mine Conflux (CFX)?
In this guide we will show you how to set up Conflux (CFX) mining with minerstat.
Note Please note that mining CFX is currently only possible on Nvidia systems due to miners not having an implementation of Octopus algorithm CFX uses available for AMD systems.
First, open the address editor and add a new tag (POOL:CFX) which will hold the pool's stratum address. We'll be using Nanopool in our example. There are several locations available, so choose one of the following stratum addresses:
- stratum+tcp://cfx-eu1.nanopool.org:17777
- stratum+tcp://cfx-eu2.nanopool.org:17777
- stratum+tcp://cfx-us-east1.nanopool.org:17777
- stratum+tcp://cfx-us-west1.nanopool.org:17777
- stratum+tcp://cfx-asia1.nanopool.org:17777
- stratum+tcp://cfx-jp1.nanopool.org:17777
- stratum+tcp://cfx-au1.nanopool.org:17777

In the next step you need to save your wallet address to your address editor. Create new tag (WALLET:CFX) under wallets with your CFX wallet address. For example: aazjy2abab3j0ud8ys0npt18ggnung5r4ps2pg8van

Note Note that this address must be a CFX main network address. Binance, for instance, only allows CFX deposits via Binance Smart Chain (and not CFX main network) so pools will not be able to payout to those addresses.
In the next step, navigate to your worker's config. Select a default mining client that you want to use for mining CFX and then use the simple or advanced configuration.
Click on the default mining client's name, search for CFX, and select preferred mining client. Mining clients that are grayed out are not available for your system and type of worker.

- Coin: CFX
- Pool: (POOL:CFX)
- Wallet: (WALLET:CFX)
- Password: x

To set up CFX mining with T-Rex, you can use the following configuration:
{ "pools": [ { "user": "(WALLET:CFX)", "worker": "(WORKER)", "url": "(POOL:CFX)", "pass": "x" } ], "no-nvml": true, "api-bind-http": "127.0.0.1:4068", "json-response": true, "pci-indexing":true, "retries": 3, "retry-pause": 5, "timeout": 500, "no-watchdog":true, "algo": "octopus", "exit-on-cuda-error": true, "exit-on-connection-lost": false }
To set up CFX mining with NBMiner, you can use the following configuration:
-a octopus -o (POOL:CFX) -u (WALLET:CFX).(WORKER) -p x -long-format
To set up CFX mining with BMiner, you can use the following configuration:
-uri conflux://(WALLET:CFX).(WORKER):x@(POOL:CFX)
To set up CFX mining with Nanominer, you can use the following configuration:
-algo octopus -pool1 (POOL:CFX) -wallet (WALLET:CFX) -rigName (WORKER) -rigPassword x
Improve your mining operation with minerstat
It's easy and free to get started
Sign up now