Application Options:
  --log-json-rpc arg
          json-rpc log directory name.
  --webserver-http-endpoint arg
          Local http endpoint for webserver requests.
  --webserver-unix-endpoint arg
          Local unix http endpoint for webserver requests.
  --webserver-ws-endpoint arg
          Local websocket endpoint for webserver requests.
  --webserver-ws-deflate arg (=0)
          Enable the RFC-7692 permessage-deflate extension for the WebSocket server (only used if the client requests 
          it).  This may save bandwidth at the expense of CPU
  --rpc-endpoint arg
          Local http and websocket endpoint for webserver requests. Deprecated in favor of webserver-http-endpoint and 
          webserver-ws-endpoint
  --webserver-thread-pool-size arg (=32)
          Number of threads used to handle queries. Default: 32.


  --notifications-endpoint arg
          list of addresses, that will receive notification about in-chain 
          events
  --wallet-dir arg (=.)
          The path of the wallet files (absolute path or relative to 
          application data dir)
  --unlock-timeout arg (=900)
          Timeout for unlocked wallet in seconds (default 900 (15 minutes)). 
          Wallets will automatically lock after specified number of seconds of 
          inactivity. Activity is defined as any wallet command e.g. 
          list-wallets.
  --export-keys-wallet-name arg
          Export explicitly private keys to a local file `wallet_name.keys`. 
          Both (name/password) are required. By default is empty.
  --export-keys-wallet-password arg
          Export explicitly private keys to a local file `wallet_name.keys`. 
          Both (name/password) are required. By default is empty.
  --backtrace arg (=yes)
          Whether to print backtrace on SIGSEGV

Application Config Options:
  --plugin plugin-name
          Plugin(s) to enable, may be specified multiple times

Application Command Line Options:
  -h [ --help ] 
          Print this help message and exit.
  -v [ --version ] 
          Print version information.
  --dump-config 
          Dump configuration and exit
  --list-plugins 
          Print names of all available plugins and exit
  --generate-completions 
          Generate bash auto-complete script (try: eval "$(hived --generate-completions)")
  -d [ --data-dir ] dir
          Directory containing configuration file config.ini. Default location: $HOME/.beekeeper or CWD/. beekeeper
  -c [ --config ] filename (="config.ini")
          Configuration file name relative to data-dir