dcrd/cmd/dcrctl/sample-dcrctl.conf
Frank Braun 33ff72f031 Adjust sample-dcrctl.conf for dcrctl options.
Most stuff in the file was still for dcrd.

Closes #11
2016-02-12 16:22:34 -05:00

34 lines
845 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
; RPC server certificate chain file for validation
; rpccert=~/.dcrd/rpc.cert