Files
ethereum-rpc-docker/bsc/config/config.toml
Sebastian 6526a10ea0 fix
2025-02-14 14:15:02 +01:00

45 lines
765 B
TOML

[Eth]
NetworkId = 56
LightPeers = 100
TrieTimeout = 150000000000
[Eth.Miner]
GasCeil = 140000000
GasPrice = 1000000000
Recommit = 10000000000
[Eth.TxPool]
Locals = []
NoLocals = true
Journal = "transactions.rlp"
Rejournal = 3600000000000
PriceLimit = 1000000000
PriceBump = 10
AccountSlots = 200
GlobalSlots = 8000
AccountQueue = 200
GlobalQueue = 4000
[Eth.GPO]
Blocks = 20
Percentile = 60
OracleThreshold = 1000
[Node]
IPCPath = "geth.ipc"
HTTPHost = "localhost"
InsecureUnlockAllowed = false
HTTPPort = 8545
HTTPVirtualHosts = ["localhost"]
HTTPModules = ["eth", "net", "web3", "txpool", "parlia"]
WSPort = 8546
WSModules = ["net", "web3", "eth"]
[Node.P2P]
MaxPeers = 200
NoDiscovery = false
StaticNodes = []
ListenAddr = ":29061"
EnableMsgEvents = false