Become a Solo Validator
To become a solo validator, you’ll need to:
- Run a Conflux node.
- Register it in PoS.
- Stake CFX in this PoS node.
This guide will walk you through the process of setting up a solo validator.
1. 运行Conflux节点
运行PoS节点同样是运行Conflux节点。 你可以按照运行节点指南来操作。 运行全节点或归档节点都可以。
节点的PoS配置文件位于下载的节点包中的 pos_config
目录。 此目录中的 pos_config.yaml
文件是PoS配置文件,通常不需要修改此文件中的设置。
首次启动节点时,系统会提示您设置密码以保护节点的PoS私钥。 请务必记住这个密码,因为一旦忘记,您将无法找回密码。 稍后重新启动节点时,将需要输入此密码。 私钥存储在节点目录的 pos_config/pos_key
文件中,建议备份此文件。
首次启动节点时,建议使用区块链数据快照,因为它可以大大加快节点同步速度。 有关如何使用区块链数据快照的信息,请参阅区块链数据快照 。
Once the node data is synchronized to the latest block (and the "Catch-up mode" in the node logs changes to false), you can proceed with PoS registration.