How to Start a Fullnode Tutorial
Conflux v2.0.0-fix
1. Set configuration of the fullnode program
Running test notes on Windows:
- We recommend you to close your anti-virus software (including Windows Defender)
- Your Windows 10’s version must be 1903 or higher
You need to download the following files:
Fullnode GitHub download link:
Preparation of running full node program:
- Create a directory named “conflux”
- Extract the download package to the directory
- Download the
pos_config
package and move the decompressed folder to therun
directory
The directory structure should look like this:
conflux
└── run
└── pos_config
└── conflux.exe
└── conflux.pdb
└── hydra.toml
└── log.yaml
└── clear_state.bat
└── clear_state.sh
└── libcrypto-1_1-x64.dll
└── libssl-1_1-x64.dll
└── start.bat
└── start.sh
└── throttling.toml
Note: the previous tethys.toml has changed to hydra.toml.
Configuration set-up instruction
If you only run the PoS node, no modification is required here;
If you need to run the GPU mining program, you need to edit hydra.toml
file in order to set up the configuration.
# mining_author="cfx:xxxxxxxxxx..."
Please change the “cfx:xxxx…” to your own wallet address, and then delete “#” before “mining_author…”
2. Run the Fullnode program
Double click start.bat
to start the Fullnode.
Note: here you will need to enter the password and re-confirm the password:
For some computers, they may not be able to start the program. If the startup fails, please replace the compatible version of the program to retry. The download link is the same as above.