Skip to content

Conversation

@King31T
Copy link
Contributor

@King31T King31T commented Dec 11, 2025

No description provided.

* To start a **Nile Testnet FullNode** or **Private Network FullNode**, use the corresponding configuration file links provided at the beginning of this section.

### Starting a SolidityNode
SolidityNode only synchronizes solidified blocks from trusted FullNode. Trusted FullNode is configured in the configuration file, with the port number being the gRPC service port of the FullNode.
Copy link

@GordonLtron GordonLtron Dec 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SolidityNode only synchronizes solidified blocks from trusted FullNode. Trusted FullNode is configured in the configuration file, with the port number being the gRPC service port of the FullNode.

->

A SolidityNode only synchronizes solidified blocks from a trusted FullNode. The trusted FullNode is configured in the configuration file, with the port number being the gRPC service port of the FullNode.

| `needSyncCheck` | `false` | `true` | Set the first SR’s `needSyncCheck` to `false`, other SRs `true` |
| `node.discovery.enable` | `true` | `true` | If set to `false`, the current node will not be discovered by other nodes |
| `block.proposalExpireTime`|`600000` | Same as SR configuration | The default proposal effective time is 3 days: 259200000 (ms). Can be set to a lower value, such as 600,000(ms) (10 minutes), to pass the proposal faster.|
| `block.maintenanceTimeInterval`|`300000`| Same as SR configuration | The default maintenance time interval is 6 hours: 21600000 (ms). Can be set to a smaller value, such as 300000(ms) (5 minutes), to pass the proposal faster.|

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

such as 300000(ms) (5 minutes), to pass the proposal faster.|
->
such as 300000 (ms) (5 minutes), to make proposals effective faster.|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants