Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.18 KB

cli.md

File metadata and controls

55 lines (38 loc) · 1.18 KB

CommandLine Options

Some of the options can be set by the related environment variable env: <NAMEVAR>

--conf Specify configuration file. Relative path will be prefixed by $HOME location (default: .satoprc) (env: CONF)

--rpcconnect Send commands to node running on (default: 127.0.0.1) (env: RPCCONNECT)

--rpcclienttimeout Timeout in seconds during HTTP requests, or 0 for no timeout (default: 5000) (env: RPCCLIENTTIMEOUT)

--rpccookiefile Location of the auth cookie. Absolute path (env: RPCCOOKIEFILE)

--rpcuser Username for JSON-RPC connections (env: RPCUSER)

--rpcpassword Password for JSON-RPC connections (env: RPCPASSWORD)

--rpcport Connect to JSON-RPC on (default: 8332) (env: RPCPORT)

--intervalsys Delay interval for system pick data, value in ms (default: 3000) (env: INTERVALSYS)

--intervalrpc Delay interval for rpc pick data, value in ms (default: 5000) (env: INTERVALRPC)

--confgen Generate new configuration file(.satoprc) in your own $HOME directory

-v, --verbose verbose mode on (env: VERBOSE)

-?, --help print help

-V, --version print version