mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
173 lines
3.5 KiB
TOML
173 lines
3.5 KiB
TOML
chain = "mumbai"
|
|
# identity = "node_name"
|
|
# verbosity = 3
|
|
# vmdebug = false
|
|
datadir = "/var/lib/bor/data"
|
|
# ancient = ""
|
|
# keystore = ""
|
|
# "rpc.batchlimit" = 100
|
|
# "rpc.returndatalimit" = 100000
|
|
syncmode = "full"
|
|
gcmode = "archive"
|
|
# snapshot = true
|
|
# ethstats = ""
|
|
# devfakeauthor = false
|
|
|
|
# ["eth.requiredblocks"]
|
|
|
|
# [log]
|
|
# vmodule = ""
|
|
# json = false
|
|
# backtrace = ""
|
|
# debug = true
|
|
|
|
[p2p]
|
|
maxpeers = 50
|
|
port = 30303
|
|
# maxpendpeers = 50
|
|
# bind = "0.0.0.0"
|
|
# nodiscover = false
|
|
# nat = "any"
|
|
# netrestrict = ""
|
|
# nodekey = ""
|
|
# nodekeyhex = ""
|
|
# txarrivalwait = "500ms"
|
|
# [p2p.discovery]
|
|
# v5disc = false
|
|
# bootnodes = []
|
|
# bootnodesv4 = []
|
|
# bootnodesv5 = []
|
|
# static-nodes = []
|
|
# trusted-nodes = []
|
|
# dns = []
|
|
|
|
# [heimdall]
|
|
# url = "http://localhost:1317"
|
|
# "bor.without" = false
|
|
# grpc-address = ""
|
|
|
|
[txpool]
|
|
nolocals = true
|
|
accountslots = 16
|
|
globalslots = 131072
|
|
accountqueue = 64
|
|
globalqueue = 131072
|
|
lifetime = "1h30m0s"
|
|
# locals = []
|
|
# journal = ""
|
|
# rejournal = "1h0m0s"
|
|
# pricelimit = 1
|
|
# pricebump = 10
|
|
|
|
[miner]
|
|
gaslimit = 30000000
|
|
# gasprice = "1000000000"
|
|
# mine = false
|
|
# etherbase = ""
|
|
# extradata = ""
|
|
# recommit = "2m5s"
|
|
# commitinterrupt = true
|
|
|
|
[jsonrpc]
|
|
ipcpath = "/var/lib/bor/bor.ipc"
|
|
# ipcdisable = false
|
|
# gascap = 50000000
|
|
# evmtimeout = "5s"
|
|
# txfeecap = 5.0
|
|
# allow-unprotected-txs = false
|
|
[jsonrpc.http]
|
|
enabled = true
|
|
port = 8545
|
|
host = "0.0.0.0"
|
|
api = ["eth", "net", "web3", "txpool", "bor"]
|
|
vhosts = ["*"]
|
|
corsdomain = ["*"]
|
|
# prefix = ""
|
|
# ep-size = 40
|
|
# ep-requesttimeout = "0s"
|
|
[jsonrpc.ws]
|
|
enabled = true
|
|
port = 8546
|
|
# prefix = ""
|
|
# host = "localhost"
|
|
# api = ["web3", "net"]
|
|
origins = ["*"]
|
|
# ep-size = 40
|
|
# ep-requesttimeout = "0s"
|
|
# [jsonrpc.graphql]
|
|
# enabled = false
|
|
# port = 0
|
|
# prefix = ""
|
|
# host = ""
|
|
# vhosts = ["*"]
|
|
# corsdomain = ["*"]
|
|
# [jsonrpc.auth]
|
|
# jwtsecret = ""
|
|
# addr = "localhost"
|
|
# port = 8551
|
|
# vhosts = ["localhost"]
|
|
# [jsonrpc.timeouts]
|
|
# read = "10s"
|
|
# write = "30s"
|
|
# idle = "2m0s"
|
|
|
|
# [gpo]
|
|
# blocks = 20
|
|
# percentile = 60
|
|
# maxheaderhistory = 1024
|
|
# maxblockhistory = 1024
|
|
# maxprice = "5000000000000"
|
|
# ignoreprice = "2"
|
|
|
|
[telemetry]
|
|
metrics = true
|
|
# expensive = false
|
|
# prometheus-addr = ""
|
|
# opencollector-endpoint = ""
|
|
# [telemetry.influx]
|
|
# influxdb = false
|
|
# endpoint = ""
|
|
# database = ""
|
|
# username = ""
|
|
# password = ""
|
|
# influxdbv2 = false
|
|
# token = ""
|
|
# bucket = ""
|
|
# organization = ""
|
|
# [telemetry.influx.tags]
|
|
|
|
[cache]
|
|
# cache = 1024
|
|
gc = 0
|
|
snapshot = 20
|
|
# database = 50
|
|
trie = 30
|
|
# journal = "triecache"
|
|
# rejournal = "1h0m0s"
|
|
# noprefetch = false
|
|
# preimages = false
|
|
# txlookuplimit = 2350000
|
|
# timeout = "1h0m0s"
|
|
# fdlimit = 0
|
|
|
|
# [accounts]
|
|
# unlock = []
|
|
# password = ""
|
|
# allow-insecure-unlock = false
|
|
# lightkdf = false
|
|
# disable-bor-wallet = false
|
|
|
|
# [grpc]
|
|
# addr = ":3131"
|
|
|
|
# [developer]
|
|
# dev = false
|
|
# period = 0
|
|
# gaslimit = 11500000
|
|
|
|
# [pprof]
|
|
# pprof = false
|
|
# port = 6060
|
|
# addr = "127.0.0.1"
|
|
# memprofilerate = 524288
|
|
# blockprofilerate = 0
|