You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Networkstring`long:"network" description:"network to run on" choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet"`
33
+
SwapServerstring`long:"swapserver" description:"swap server address host:port"`
34
+
TLSPathSwapSrvstring`long:"tlspathswapserver" description:"Path to swap server tls certificate. Only needed if the swap server uses a self-signed certificate."`
35
+
RPCListenstring`long:"rpclisten" description:"Address to listen on for gRPC clients"`
36
+
RESTListenstring`long:"restlisten" description:"Address to listen on for REST clients"`
36
37
37
38
LogDirstring`long:"logdir" description:"Directory to log output."`
38
39
MaxLogFilesint`long:"maxlogfiles" description:"Maximum logfiles to keep (0 for no rotation)"`
0 commit comments