📄️ 下载 Conflux 节点客户端
Conflux-rust is a high-performance implementation of the Conflux protocol developed by the foundation with the Rust language. Conflux-rust is a Conflux node that connects to other nodes on the Conflux network and provides an RPC interface that you can use to query and interact with the blockchain. It is also a command-line tool that manages local accounts and conducts RPC interaction with nodes. You can download the released package through any of the ways listed:
📄️ 编译 Conflux 节点
Here is a step by step guide on how to build Conflux from the source code and get a node running.
📄️ 配置节点
Conflux nodes offer a rich set of configuration options, allowing the adjustment of node behavior by modifying these settings. This document provides an overview of the node configuration options and their meanings.
📄️ 节点配置文件
Below is a mainnet node configuration file, it contains all the supported options along with some explanations in the comments. You can also find the latest version at conflux-rust Github repository's run folder. The file name is hydra.toml or testnet.toml. You can also find the log config file log.yaml in the same folder.
📄️ 命令行可用命令
Conflux CLI sub-commands is a collection of command line interfaces which allows you to interact with a local or remote Conflux node.
📄️ 官方启动节点列表
Bootnodes是一组Conflux节点的列表,这些节点是可信的,当节点启动时会用于同步区块链。 The value is a string divided by comma without space, and every entry is a node A node is identified by cfxnodePORT. 这里提供的是 Conflux 团队在世界范围内维护的节点列表。
📄️ 运行轻节点
Note: Currently, eSpace (EVM full-compatible space) RPC methods are not supported on the Conflux Light Node.
📄️ 运行全节点
Requirements
📄️ 运行归档节点
Conflux archive nodes store the entire history of the Conflux blockchain. This allows them to serve historical data to other nodes and applications.
📄️ 运行私有链
You may want to run Conflux on a single node chain to develop and test smart contracts. You can run Conflux as your independent chain with several machines.