This option allows one to specify a different option for the wallet rpc server it will connect to. This is primarily meant to be used in the config file so that a single dcrctl.conf may be used in the situation where the wallet is on one host and dcrd is on another host.
37 lines
908 B
Plaintext
37 lines
908 B
Plaintext
[Application Options]
|
|
|
|
; ------------------------------------------------------------------------------
|
|
; Network settings
|
|
; ------------------------------------------------------------------------------
|
|
|
|
; Use testnet (cannot be used with simnet=1).
|
|
; testnet=1
|
|
|
|
; Use simnet (cannot be used with testnet=1).
|
|
; simnet=1
|
|
|
|
|
|
; ------------------------------------------------------------------------------
|
|
; RPC client settings
|
|
; ------------------------------------------------------------------------------
|
|
|
|
; Connect via a SOCKS5 proxy.
|
|
; proxy=127.0.0.1:9050
|
|
; proxyuser=
|
|
; proxypass=
|
|
|
|
; Username and password to authenticate connections to a Decred RPC server
|
|
; (usually dcrd or dcrwallet)
|
|
; rpcuser=
|
|
; rpcpass=
|
|
|
|
; RPC server to connect to
|
|
; rpcserver=localhost
|
|
|
|
; Wallet RPC server to connect to
|
|
; walletrpcserver=localhost
|
|
|
|
; RPC server certificate chain file for validation
|
|
; rpccert=~/.dcrd/rpc.cert
|
|
|