Documentation

Command Line Arguments


Options

  • --deployment - Changes the deployment. Valid options are production, staging and development.
  • --log-level - Changes the log level. Valid options are trace, debug, info, warning, error and exception.
  • --consensus-alpha - Changes the consensus Alpha parameter. Useful when the number of nodes is less than K.
  • --bind-ip - Binds to the interface of the given IPv6 address.

Flags

  • --log-disable - Disables console output. Useful for lowering CPU usage.
  • --disable-txns-db - Disables both the TXN's and TXNID's databases. Useful for lowering CPU, DISK and Memory usage. Do not use if you require JSON-RPC transaction information.
  • --websocket-enable - Enables the WebSocket server on port 9602.
  • --rpc-enable - Enables the JSON-RPC server on port 9601.