app: add support for ephemeral keys

This commit is contained in:
Roman Khimov 2021-04-14 22:57:58 +03:00 committed by Roman Khimov
parent 1156223231
commit c06a3137e5
4 changed files with 36 additions and 3 deletions

View file

@ -33,7 +33,7 @@ version Show current version
--metrics enable prometheus
-h, --help show help
-v, --version show version
--key string "generated" to generate key, path to private key file, hex string or wif (default "generated")
--key string path to private key file, hex string or wif (the key will be autogenerated if not specified)
--verbose debug gRPC connections
--request_timeout duration gRPC request timeout (default 5s)
--connect_timeout duration gRPC connect timeout (default 30s)