Application Options:
  --log-json-rpc arg
          json-rpc log directory name.
  --webserver-http-endpoint arg
          Local http endpoint for webserver requests.
  --webserver-https-endpoint arg
          Local https 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.
  --webserver-https-certificate-file-name arg
          File name with a server's certificate.
  --webserver-https-key-file-name arg
          File name with a server's private key.

  --export-keys-wallet arg
          Export explicitly private keys to a local file `wallet_name.keys`. 
          Both [name, password] are required for every wallet. By default is 
          empty.Two wallets example: --export-keys-wallet "["blue-wallet", 
          "PW5JViFn5gd4rt6ohk7DQMgHzQN6Z9FuMRfKoE5Ysk25mkjy5AY1b"]" 
          --export-keys-wallet "["green-wallet", 
          "PW5KYF9Rt4ETnuP4uheHSCm9kLbCuunf6RqeKgQ8QRoxZmGeZUhhk"]" 

  --notifications-endpoint arg
          list of addresses, that will receive notification about in-chain 
          events
  --unlock-interval arg (=500)
          Protection against unlocking by bots. Every wrong `unlock` enables a 
          delay. By default 500[ms].
  --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 be automatically locked after specified number
          of seconds of inactivity.Activity is defined as any wallet command 
          e.g. list-wallets.
  --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
