Files
ethereum-rpc-docker/thundercore/zeus/override.yaml
2025-03-31 07:30:53 +02:00

67 lines
1.2 KiB
YAML

loggingId: <YOUR_LOGGINGID>
# debug | info | note | warning | error
logLevel:
/: warn
dataDir: /datadir
key:
GenesisCommPath: /config/genesis_comm_info.json
KeyStorePath: /keystore
alterCommPath: /config/r2_comm_info.json
# masterCert: /keystore/master_cert.pem
pala:
fromGenesis: false
bootnode:
trusted:
- boot-public.thundercore.com:8888
isFullNode: true
rpc:
http:
hostname: 0.0.0.0
port: 8545
modules:
- eth
- thunder
- net
- web3
ws:
hostname: 0.0.0.0
origins: '*'
port: 8545
modules:
- eth
- thunder
- net
- web3
maxDelayBlock: 120
suspendBuffer: 31622400s
logs:
blockRange: -1
logRequests: True
chain:
chainID: 108
genesis: /config/genesis.json
initialSupply: 1E+28
snapshotCache: 0
accel:
txpool:
PriceLimit: 1 # 1 ella
AccountSlots: 1024
AccountQueue: 4096
GlobalSlots: 50000
GlobalQueue: 10000
Lifetime: 180s
EvictionInterval: 12s
blockmaker:
TimePerBlock: 1s
TxPerBlockLimit: -1
eth:
txLookupLimit: 0
metrics:
address: 0.0.0.0:9201
profiling:
enable: true
port: 9998
resourceMonitor:
enable: true
interval: 10s