release the thunder

This commit is contained in:
Sebastian
2024-12-15 09:22:26 +01:00
parent 09c94f55e6
commit 95819e9884
14 changed files with 1050 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
loggingId: <YOUR_LOGGINGID>
# debug | info | note | warning | error
logLevel:
/: warn
dataDir: /datadir
key:
GenesisCommPath: /config/fastpath/pala/genesis_comm_info.json
KeyStorePath: /keystore
alterCommPath: /config/fastpath/pala/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: 8546
modules:
- eth
- thunder
- net
- web3
maxDelayBlock: 120
suspendBuffer: 60s
logs:
blockRange: -1
logRequests: True
chain:
chainID: 108
genesis: /config/fastpath/pala/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:
logFile: /logs/thunder.eth.log
logFilter: "trie=4,state=4"
txLookupLimit: 0
metrics:
address: 0.0.0.0:9201
profiling:
enable: true
port: 9998
resourceMonitor:
enable: true
interval: 10s