Conflux GPU mining test
The test shows that
network | Conflux Oceanus |
version | v0.6.3 |
Video card type | NVIDIA GPU |
Minimum video memory requirements | 8G |
Install the NVIDIA driver | download |
Windows Test Instructions
The test requirements
- You are advised to disable the antivirus software
- Win 10 version 1903 and above
Run the file
- Cfxmine.win. zip: Mining program: Click download
- Conflux_win10_x64_v0.6.3. Zip: fullnode program: Click download
(Different from previous versions: Default. toml in main network release is planned to be renamed oceanus.toml; The default.toml of the test network release will be named testnet.toml.
Run conflux to prepare
- Create a directory: conflux
- Unpack the downloaded packages to the respective directories
⚠ The directory structure is
Sci-press, sci-press, sci-press, sci-press, sci-press, sci-press, sci-press, sci-press, sci-press, sci-press, sci-press, sci-pressCopy the code
Configuration instructions
Use a text editor to open the run/ Oceanus. toml file and configure mining parameters:
mining_author="Personal wallet address (without 0x prefix)"
Copy the code
Run GPU mining program
The Conflux GPU mining program cfxMine needs to be run with the Conflux node program to start:
- in
cmd
In the openrunIn the executable directory, start fullnode:
cd conflux\run
conflux --config oceanus.toml --full 2>stderr.txt
Copy the code
You can start digging
- in
cmd
In the cfxMine executable directory, start the Conflux GPU mining program:
cd conflux
cfxmine --gpu
Copy the code
Note: Fullnode synchronization is completed on GPU command line.
Linux Test Instructions
Run the file
- Cfxmine.linux. gz: Mining program click download
- **conflux_linux_v0.6.3 ** : fullnode program click download
(Different from previous versions: Default. toml in main network release is planned to be renamed oceanus.toml; The default.toml of the test network release will be named testnet.toml.
Run conflux to prepare
- Create a directory: conflux
- Unpack the downloaded packages to the respective directories
⚠ The directory structure is
Conflux └ ─ ─ the run └ ─ ─ conflux └ ─ ─ oceanus. Toml └ ─ ─ cfxmineCopy the code
Configuration instructions
Use a text editor to open the run/ Oceanus. toml file and configure mining parameters:
mining_author="Personal wallet address (without 0x prefix)"
Copy the code
Run GPU mining program
The Conflux GPU mining program cfxMine needs to be run with the Conflux node program to start:
- in
bash
(or any POSIX-compatible Shell), start fullnode:
cd conflux/run
./conflux --config oceanus.toml --full 2>stderr.txt
Copy the code
You can start digging
- In the
bash
(or any POSIX-compatible Shell) open the cfxMine executable in the directory to start the Conflux GPU mining program:
cd conflux
./cfxmine --gpu
Copy the code
Note: Fullnode synchronization is completed on GPU command line.
Tips:
If the Conflux node program and cfxmine are not on the same machine, you can specify the IP address and port number of the remote Conflux node program when cfxMine is started (default: 32525)
./cfxmine --gpu --addr A.B.C.D
Copy the code
or
./cfxmine --gpu --addr A.B.C.D --port xxxx
Copy the code
To specify a remote node, change the configuration to stratum_listen_address= “0.0.0.0” and drop the #
Note: Fullnode synchronization is completed on GPU command line.