Table of contents
- -bind-addr string
- -cache-size int
- -conf-file string
- -log-file string
- -log-level uint
- -no-tls
- -tls-cert string
- -tls-key string
Lited parameters
-bind-addr string
the address to listen on (default "127.0.0.1:9068")
-cache-size int
number of blocks to hold in the cache (default 40000)
-conf-file string
conf file to pull RPC creds from
-log-file string
-log-level uint
log level (logrus 1-7) (default 4)
-no-tls
Disable TLS, serve un-encrypted traffic.
-tls-cert string
the path to a TLS certificate (optional)
-tls-key string
the path to a TLS key file (optional)