Genesis file
A complete mainnet genesis lives atconfigs/mainnet/genesis.json. The fields specific to Quantum Chain are:
Standard Ethereum hard-fork toggles (
homesteadBlock, byzantiumBlock, … londonBlock) work as in upstream geth.
Geth flags
The most common production flags are listed below. Rungeth --help for the full list.
Networking
JSON-RPC
Mining (Clique sealer)
Account unlocking
Storage and pruning
TxPool
Runtime configuration via JSON-RPC
Some parameters are runtime-tunable through theadmin_*, miner_*, and debug_* namespaces:
--http.api admin,miner,debug and should never be exposed publicly.
Recommended profiles
Validator (Clique sealer)
--http.addr 0.0.0.0. Expose only on localhost.