forked from decred/gominer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-gominer.conf
41 lines (29 loc) · 1.04 KB
/
sample-gominer.conf
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
[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)
; rpcuser=
; rpcpass=
; RPC server to connect to
; rpcserver=localhost
; RPC server certificate chain file for validation
; rpccert=~/.dcrd/rpc.cert
; Disable tls for rpc
; notls=1
; ------------------------------------------------------------------------------
; Mining settings
; ------------------------------------------------------------------------------
; intensity=26