devportal icon indicating copy to clipboard operation
devportal copied to clipboard

Community - Document steemd config.ini configuration options

Open TimCliff opened this issue 7 years ago • 2 comments

As a node operator, it would be beneficial to know everything that is required to properly configure the config.ini file so that the node operates as desired.

  • [ ] Determine an appropriate section on the DP to add information about steemd node configurations.
  • [ ] List all of the available configurations that are set in the config.ini file.
  • [ ] Provide a description of what each of the configuration options does.
  • [ ] Provide information on what the accepted values are for each configuration option, and what the values do.

Related issue: https://github.com/steemit/devportal/issues/269

TimCliff avatar Jul 19 '18 18:07 TimCliff

It'd also be nice if it defined the dependencies of each plugin.

Like, account history for example, which of the following combinations are valid to support the legacy account history plugin?

  • account_history account_history_api condenser_api
  • account_history_rocksdb account_history_api condenser_api
  • account_history condenser_api
  • account_history_rocksdb condenser_api
  • account_history account_history_api
  • account_history_rocksdb account_history_api

There are a number of permutations at this point with account history and no indication as to which are required by each other.

aaroncox avatar Jul 20 '18 00:07 aaroncox

Example: https://github.com/steemit/steem/issues/2667

TimCliff avatar Jul 21 '18 22:07 TimCliff