-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathsample-dcrctl.conf
More file actions
53 lines (37 loc) · 1.28 KB
/
sample-dcrctl.conf
File metadata and controls
53 lines (37 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[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
; Disable TLS
; notls=1
; Do not verify TLS certificates (not recommended!)
; skipverify=1
; Print JSON messages sent and received
; json=1
; The authorization type in use by the target server (basic or clientcert)
; authtype=basic
; Path to TLS certificate for client authentication
; clientcert=~/.dcrctl/client.pem
; Path to TLS client authentication key
; clientkey=~/.dcrctl/client-key.pem