-
Notifications
You must be signed in to change notification settings - Fork 78
witness_node_configuration
The configuration file config.ini in your data directory is commented and contains the following essential settings:
Endpoint for P2P node to listen on
P2P nodes to connect to on startup (may specify multiple times)
Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
Endpoint for websocket RPC to listen on (e.g. 0.0.0.0:8090)
Endpoint for TLS websocket RPC to listen on
The TLS certificate file for this server
Password for this certificate
File to read Genesis State from
JSON file specifying API permissions
Enable block production, even if the chain is stale. (unless for private testnets should be false)
Percent of witnesses (0-99) that must be participating in order to produce blocks
Allow block production, even if the last block was produced by the same witness.
ID of witness controlled by this node (e.g. “1.6.5”, quotes are required, may specify multiple times)
Tuple of [PublicKey, WIF private key] (may specify multiple times)
Account ID to track history for (may specify multiple times)
Track market history by grouping orders into buckets of equal size measured in seconds specified as a JSON array of numbers
How far back in time to track history for each bucket size, measured in the number of buckets (default: 1000)