diff --git a/templates/cdk-erigon/config.yml b/templates/cdk-erigon/config.yml index 9afe3f7d..468b2e50 100644 --- a/templates/cdk-erigon/config.yml +++ b/templates/cdk-erigon/config.yml @@ -297,67 +297,6 @@ txpool.commit.every: 15s # txpool.api.addr: localhost:9092 -# ------------------------------------------------------------------------------ -# __ __ ___ _ _ _____ ____ -# | \/ |_ _| \ | | ____| _ \ -# | |\/| || || \| | _| | |_) | -# | | | || || |\ | |___| _ < -# |_| |_|___|_| \_|_____|_| \_\ -# -# ------------------------------------------------------------------------------ -# Enable mining. -# Default: false -mine: false - -# Disable PoS proposer. -# Default: false -proposer.disable: false - -# A comma separated HTTP URL list to notify of new work packages. -# Default: "" -miner.notify: "" - -# The target gas limit for mined blocks. -# Default: 30_000_000 -miner.gaslimit: 30_000_000 - -# The minimum gas price for mining a transaction. -# Default: 1_000_000_000 -miner.gasprice: 1_000_000_000 # 1e9 - -# The public address for block mining rewards. -# Default: 0 -miner.etherbase: 0 - -# The private key to sign blocks with. -# Default: "" -miner.sigfile: "" - -# The block extra data set by the miner. -# Default: client version -miner.extradata: "" - -# The time interval to recreate the block being mined. -# Default: 3s -miner.recommit: 3s - -# Disable remote sealing verification. -# Default: false -miner.noverify: false - -# Record information useful for VM and contract debugging. -# Default: false -vmdebug: false - -# Allow insecure account unlocking when account-related RPCs are exposed by HTTP. -# Default: false -allow-insecure-unlock: false - -# TODO: rpc.gascap -# TODO: rpc.txfeecap -# TODO: ethstats -# TODO: fakepow - # ------------------------------------------------------------------------------ # _ _ _____ _______ _____ ____ _ __ # | \ | | ____|_ _\ \ / / _ \| _ \| |/ / @@ -564,3 +503,65 @@ pprof.port: "{{.zkevm_pprof_port}}" # Write CPU profile to the given file pprof.cpuprofile: "/tmp/cdk-erigon.cpuprofile" + + +# ------------------------------------------------------------------------------ +# __ __ ___ _ _ _____ ____ +# | \/ |_ _| \ | | ____| _ \ +# | |\/| || || \| | _| | |_) | +# | | | || || |\ | |___| _ < +# |_| |_|___|_| \_|_____|_| \_\ +# +# ------------------------------------------------------------------------------ +# Enable mining. +# Default: false +mine: false + +# Disable PoS proposer. +# Default: false +proposer.disable: false + +# A comma separated HTTP URL list to notify of new work packages. +# Default: "" +miner.notify: "" + +# The target gas limit for mined blocks. +# Default: 30_000_000 +miner.gaslimit: 30_000_000 + +# The minimum gas price for mining a transaction. +# Default: 1_000_000_000 +miner.gasprice: 1_000_000_000 # 1e9 + +# The public address for block mining rewards. +# Default: 0 +miner.etherbase: 0 + +# The private key to sign blocks with. +# Default: "" +miner.sigfile: "" + +# The block extra data set by the miner. +# Default: client version +miner.extradata: "" + +# The time interval to recreate the block being mined. +# Default: 3s +miner.recommit: 3s + +# Disable remote sealing verification. +# Default: false +miner.noverify: false + +# Record information useful for VM and contract debugging. +# Default: false +vmdebug: false + +# Allow insecure account unlocking when account-related RPCs are exposed by HTTP. +# Default: false +allow-insecure-unlock: false + +# TODO: rpc.gascap +# TODO: rpc.txfeecap +# TODO: ethstats +# TODO: fakepow