Instructions on how to run a Full Node, Validator Node, and RPC Services for KalyChain.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
703 B

2 years ago
# Valid TOML config file
data-path="/node/data"
logging="INFO"
#Network
bootnodes=["enode://bd1782617ae151ba6da627a35a1babc0a40ae127a718cdc13322acb357411f095d56db6141c99d7f8b63b7ce896ffffbadea34a4471bca297c916a94e1d9b818@169.197.143.193:30303","enode://3ea0e690890c824cb39867c9da0e201764ecd2960c2609ecceb40b3e48d374424f791d32d87eaf7430249649b5c45673178454455b22b133458afc5ddf126c3a@169.197.143.209:30303"]
node-private-key-file="/node/data"
# Chain
genesis-file="/node/genesis.json"
rpc-http-api=["ETH","NET","QBFT","WEB3","ADMIN"]
rpc-http-enabled=true
rpc-http-host="0.0.0.0"
host-whitelist=["*"]
# WS
rpc-ws-enabled=true
# Metrics
metrics-enabled=true
metrics-host="0.0.0.0"
metrics-port="9545"