Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-v1, -v2, -v3 short hand not supported #42

Open
atoulme opened this issue Sep 20, 2018 · 0 comments
Open

-v1, -v2, -v3 short hand not supported #42

atoulme opened this issue Sep 20, 2018 · 0 comments

Comments

@atoulme
Copy link
Contributor

atoulme commented Sep 20, 2018

I tried to use the short hand verbosity setting with -v2.

See https://github.com/blk-io/crux/blob/master/config/config_testdata.conf#L120

I received this error message:

unknown shorthand flag: 'v' in -v2
Usage of /opt/crux:
      --alwayssendto string    List of public keys for nodes to send all transactions too
      --berkeleydb             Use Berkeley DB for working with an existing Constellation data store [experimental]
      --generate-keys string   Generate a new keypair
      --grpc                   Use gRPC server (default true)
      --grpcport int           The local port to listen on for JSON extensions of gRPC (default -1)
      --othernodes string      "Boot nodes" to connect to to discover the network (default "")
      --port int               The local port to listen on (default -1)
      --privatekeys string     Private keys hosted by this node (default "")
      --publickeys string      Public keys hosted by this node (default "")
      --socket string          IPC socket to create for access to the Private API (default "crux.ipc")
      --storage string         Database storage file name (default "crux.db")
      --tls                    Use TLS to secure HTTP communications
      --tlsservercert string   The server certificate to be used
      --tlsserverkey string    The server private key
      --url string             The URL to advertise to other nodes (reachable by them) (default "")
      --verbosity int          Verbosity level of logs (default 1)
      --workdir string         The folder to put stuff in (default: .) (default ".")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant