-
Notifications
You must be signed in to change notification settings - Fork 261
Feat: change in v4.8.1 of command line and config #520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| * 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. |
There was a problem hiding this comment.
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.| |
There was a problem hiding this comment.
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.|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a line deletion
…nd proposalExpireTime is incorrect—delete it.
No description provided.