-
Notifications
You must be signed in to change notification settings - Fork 583
Expand file tree
/
Copy pathdefault_config.toml
More file actions
263 lines (243 loc) · 5.11 KB
/
default_config.toml
File metadata and controls
263 lines (243 loc) · 5.11 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
chain = ""
identity = ""
verbosity = 3
vmdebug = false
vmtrace = ""
"vmtrace.jsonconfig" = ""
"state.size-tracking" = false
datadir = "/var/lib/bor"
ancient = ""
"db.engine" = "pebble"
keystore = ""
"rpc.batch-request-limit" = 1000
"rpc.batch-response-max-size" = 25000000
"rpc.returndatalimit" = 100000
syncmode = "full"
gcmode = "full"
"state.scheme" = "path"
snapshot = true
"bor.logs" = false
ethstats = ""
disable-blind-fork-validation = false
max-blind-fork-validation-limit = 256
devfakeauthor = false
["eth.requiredblocks"]
[log]
vmodule = ""
json = false
backtrace = ""
debug = false
enable-block-tracking = false
[p2p]
maxpeers = 50
maxpendpeers = 50
bind = "0.0.0.0"
port = 30303
nodiscover = false
nat = "any"
netrestrict = ""
nodekey = ""
nodekeyhex = ""
txarrivalwait = "500ms"
txannouncementonly = false
disable-tx-propagation = false
[p2p.discovery]
v4disc = true
v5disc = true
bootnodes = []
bootnodesv4 = []
bootnodesv5 = []
static-nodes = []
trusted-nodes = []
dns = []
[heimdall]
url = "http://localhost:1317"
timeout = "5s"
"bor.without" = false
grpc-address = ""
ws-address = ""
"bor.runheimdall" = false
"bor.runheimdallargs" = ""
"bor.useheimdallapp" = false
[txpool]
locals = []
nolocals = false
journal = "transactions.rlp"
rejournal = "1h0m0s"
pricelimit = 25000000000
pricebump = 10
accountslots = 16
globalslots = 131072
accountqueue = 64
globalqueue = 131072
lifetime = "3h0m0s"
filtered-addresses = ""
rebroadcast = true
rebroadcast-interval = "30s"
rebroadcast-max-age = "10m0s"
rebroadcast-batch-size = 200
[miner]
mine = false
allow-gas-tip-override = false
etherbase = ""
extradata = ""
gaslimit = 45000000
enableDynamicGasLimit = false
gasLimitMin = 50000000
gasLimitMax = 65000000
targetBaseFee = 500000000000
baseFeeBuffer = 300000000000
enableDynamicTargetGas = false
targetGasMinPercentage = 50
targetGasMaxPercentage = 80
gasprice = "25000000000"
recommit = "2m5s"
commitinterrupt = true
blocktime = "0s"
target-gas-percentage = 0
base-fee-change-denominator = 0
prefetch = false
prefetch-gaslimit-percent = 100
[jsonrpc]
ipcdisable = false
ipcpath = ""
gascap = 50000000
evmtimeout = "5s"
txfeecap = 1.0
logquerylimit = 1000
allow-unprotected-txs = false
enabledeprecatedpersonal = false
"txsync.defaulttimeout" = "20s"
"txsync.maxtimeout" = "1m0s"
accept-preconf-tx = false
accept-private-tx = false
[jsonrpc.http]
enabled = false
port = 8545
prefix = ""
host = "localhost"
api = ["eth", "net", "web3", "txpool", "bor"]
vhosts = ["localhost"]
corsdomain = ["localhost"]
ep-size = 40
ep-requesttimeout = "0s"
[jsonrpc.ws]
enabled = false
port = 8546
prefix = ""
host = "localhost"
api = ["net", "web3"]
origins = ["localhost"]
ep-size = 40
ep-requesttimeout = "0s"
[jsonrpc.graphql]
enabled = false
port = 0
prefix = ""
host = ""
vhosts = ["localhost"]
corsdomain = ["localhost"]
ep-size = 0
ep-requesttimeout = ""
[jsonrpc.auth]
jwtsecret = ""
addr = "localhost"
port = 8551
vhosts = ["localhost"]
[jsonrpc.timeouts]
read = "10s"
readheader = "30s"
write = "30s"
idle = "2m0s"
[gpo]
blocks = 20
percentile = 60
maxheaderhistory = 1024
maxblockhistory = 1024
maxprice = "500000000000"
ignoreprice = "25000000000"
[telemetry]
metrics = false
expensive = false
prometheus-addr = "127.0.0.1:7071"
opencollector-endpoint = ""
[telemetry.influx]
influxdb = false
endpoint = ""
database = ""
username = ""
password = ""
influxdbv2 = false
token = ""
bucket = ""
organization = ""
[telemetry.influx.tags]
[cache]
cache = 1024
gc = 25
snapshot = 10
database = 50
trie = 15
noprefetch = false
preimages = false
txlookuplimit = 2350000
triesinmemory = 128
blocklogs = 32
timeout = "1h0m0s"
triejournaldirectory = ""
fdlimit = 0
addresscachesizes = ""
preloadratelimit = ""
gomemlimit = ""
gogc = 100
godebug = ""
[leveldb]
compactiontablesize = 2
compactiontablesizemultiplier = 1.0
compactiontotalsize = 10
compactiontotalsizemultiplier = 10.0
[accounts]
unlock = []
password = ""
allow-insecure-unlock = false
lightkdf = false
disable-bor-wallet = true
[grpc]
addr = ":3131"
[developer]
dev = false
period = 0
gaslimit = 11500000
[parallelevm]
enable = true
procs = 8
enforce = false
[witness]
enable = false
syncwithwitnesses = false
producewitnesses = false
parallel-stateless-import = false
parallel-stateless-import-workers = 0
witnessapi = false
filestore = true
fastforwardthreshold = 6400
[pprof]
pprof = false
port = 6060
addr = "127.0.0.1"
memprofilerate = 524288
blockprofilerate = 0
[history]
transactions = 2350000
logs = 2350000
"logs.disable" = false
state = 90000
[health]
max_goroutine_threshold = 0
warn_goroutine_threshold = 0
min_peer_threshold = 0
warn_peer_threshold = 0
[relay]
enable-preconfs = false
enable-private-tx = false
bp-rpc-endpoints = []