@@ -60,7 +60,7 @@ The ```bor server``` command runs the Bor client.
6060
6161- ``` gpo.maxblockhistory ``` : Maximum block history of gasprice oracle (default: 1024)
6262
63- - ``` gpo.maxprice ``` : Maximum gas price will be recommended by gpo (default: 5000000000000 )
63+ - ``` gpo.maxprice ``` : Maximum gas price will be recommended by gpo (default: 500000000000 )
6464
6565- ``` gpo.ignoreprice ``` : Gas price below which gpo will ignore transactions (default: 2)
6666
@@ -134,6 +134,8 @@ The ```bor server``` command runs the Bor client.
134134
135135- ``` rpc.allow-unprotected-txs ``` : Allow for unprotected (non EIP155 signed) transactions to be submitted via RPC (default: false)
136136
137+ - ``` rpc.enabledeprecatedpersonal ``` : Enables the (deprecated) personal namespace (default: false)
138+
137139- ``` ipcdisable ``` : Disable the IPC-RPC server (default: false)
138140
139141- ``` ipcpath ``` : Filename for IPC socket/pipe within the datadir (explicit paths escape it)
@@ -258,7 +260,7 @@ The ```bor server``` command runs the Bor client.
258260
259261- ``` metrics.prometheus-addr ``` : Address for Prometheus Server (default: 127.0.0.1:7071)
260262
261- - ``` metrics.opencollector-endpoint ``` : OpenCollector Endpoint (host: port ) (default: 127.0.0.1:4317)
263+ - ``` metrics.opencollector-endpoint ``` : OpenCollector Endpoint (host: port )
262264
263265- ``` metrics.influxdbv2 ``` : Enable metrics export/push to an external InfluxDB v2 database (default: false)
264266
@@ -290,4 +292,4 @@ The ```bor server``` command runs the Bor client.
290292
291293- ``` txpool.globalqueue ``` : Maximum number of non-executable transaction slots for all accounts (default: 32768)
292294
293- - ``` txpool.lifetime ``` : Maximum amount of time non-executable transaction are queued (default: 3h0m0s)
295+ - ``` txpool.lifetime ``` : Maximum amount of time non-executable transaction are queued (default: 3h0m0s)
0 commit comments