forked from decred/dcrctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-dcrctl.conf
More file actions
36 lines (25 loc) · 908 Bytes
/
sample-dcrctl.conf
File metadata and controls
36 lines (25 loc) · 908 Bytes
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
[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