-
Notifications
You must be signed in to change notification settings - Fork 8
/
sample-propagation-pdanalytics.conf
111 lines (85 loc) · 3.11 KB
/
sample-propagation-pdanalytics.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
; This cofig file can be adapted for use in nodes that only collect propagation data for comparison.
; Note how all other modules as well as http server is disabled
[Application Options]
nohttp=1
; Postgresql Configuration
;dbhost=localhost
;dbport=5432
;dbuser=postgres
;dbpass=postgres
dbname=pdanalytics-2
; Set the logging verbosity level.
; For all logging subsystems:
;debuglevel=debug
; Set per-subsystem:
;debuglevel=DATD=debug,MEMP=debug,RPCC=info,JAPI=debug,PSQL=debug,IAPI=debug,NTFN=debug,SKDB=debug,BLKD=debug,EXPR=debug,PUBS=trace,XBOT=debug,AGDB=debug,PRDB=debug
; Authentication information for dcrd RPC (must set, no default)
;dcrduser=duser
;dcrdpass=asdfExample
; Decred network (default is mainnet)
;testnet=1
;simnet=1
; Connect to dcrd at localhost using the default port for the specified network.
;dcrdserv=localhost
; Connect using the specified port.
;dcrdserv=localhost:9109
; Specify dcrd's RPC certificate, or disable TLS for the connection
;dcrdcert=/home/me/.dcrd/rpc.cert
;nodaemontls=0
; The interface and protocol used by the web interface and HTTP API.
;apilisten=127.0.0.1:7070
;apiproto=http
; Set "Cache-Control: max-age=X" in HTTP response header for FileServer routes.
;cachecontrol-maxage=86400
; Enable exchange monitoring.
exchange-monitor=0
; Disable individual exchanges. Multiple exchanges can be disabled with a
; comma-separated list. Currently available: coinbase, coindesk, binance,
; bittrex, dragonex, huobi, poloniex
; disable-exchange=dragonex,huobi
; Disables the chain parameter component
parameters=0
; Disables the attack cost calculator component
attack-cost=0
; Disables the staking reward calculator component
staking-reward=0
; Disables the mempool component from running
mempool=0
; Enable/Disable network snapshot taker from running
snapshot=0
; Enable/Disable network snapshot web request handler from running
snapshot-http=0
; The number of minutes between network snapshots (default 720)
;snapshotinterval = 720
; Wheather or not to show detailed log for peer discovery
;showdetailedlog=0
; The address of a running instnce of dcrd for seeding the network snapshot taker
;seeder = 127.0.0.1
; The port of a running instnce of dcrd for seeding the network snapshot taker
;seederport = 9018
; IP stack access key https://ipstack.com/ for IP lookup
;ip-stack-access-key = fcd33d8814206ce1xxxxxxxxxxxxx
; An optional peer address for getting IP info
;ip-location-providing-peer = http://dev.planetdecred.org:7770
; The maximum number of failed connections before a node is marked as down
;max-peer-connection-failure = 3
;Database info with external block propagation entry for comparison.
;Must comatain block and vote tables
;propdbhost=localhost
;propdbport=5432
;propdbuser=postgres
;propdbpass=postgres
;propdbname=pdanalytics2
;propdbhost=localhost
;propdbport=5432
;propdbuser=postgres
;propdbpass=postgres
;propdbname=pdanalytics3
; Enable/Disable the proposals module from running
proposals=0
; Enable/Disable the proposals http module from running
proposalshttp=0
;Enable/Disable the agendas module from running
agendas=0
;Enable/Disable the agendas http module from running
agendashttp=0