Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 26, 2024
1 parent 570fdae commit 285adb4
Showing 1 changed file with 62 additions and 61 deletions.
123 changes: 62 additions & 61 deletions templates/cdk-erigon/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

# ------------------------------------------------------------------------------
# _ _ _____ _______ _____ ____ _ __
# | \ | | ____|_ _\ \ / / _ \| _ \| |/ /
Expand Down Expand Up @@ -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

0 comments on commit 285adb4

Please sign in to comment.