mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
add : commitinterrupt flag to toml files (#873)
This commit is contained in:
parent
773905ec59
commit
0f3d965067
10 changed files with 10 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ syncmode = "full"
|
||||||
# etherbase = "VALIDATOR ADDRESS"
|
# etherbase = "VALIDATOR ADDRESS"
|
||||||
# extradata = ""
|
# extradata = ""
|
||||||
# recommit = "2m5s"
|
# recommit = "2m5s"
|
||||||
|
# commitinterrupt = true
|
||||||
|
|
||||||
|
|
||||||
# [jsonrpc]
|
# [jsonrpc]
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,7 @@ devfakeauthor = false # Run miner without validator set authorization
|
||||||
gaslimit = 30000000 # Target gas ceiling for mined blocks
|
gaslimit = 30000000 # Target gas ceiling for mined blocks
|
||||||
gasprice = "1000000000" # Minimum gas price for mining a transaction (recommended for mainnet = 30000000000, default suitable for mumbai/devnet)
|
gasprice = "1000000000" # Minimum gas price for mining a transaction (recommended for mainnet = 30000000000, default suitable for mumbai/devnet)
|
||||||
recommit = "2m5s" # The time interval for miner to re-create mining work
|
recommit = "2m5s" # The time interval for miner to re-create mining work
|
||||||
|
commitinterrupt = true # Interrupt the current mining work when time is exceeded and create partial blocks
|
||||||
|
|
||||||
[jsonrpc]
|
[jsonrpc]
|
||||||
ipcdisable = false # Disable the IPC-RPC server
|
ipcdisable = false # Disable the IPC-RPC server
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@ gcmode = "archive"
|
||||||
# etherbase = ""
|
# etherbase = ""
|
||||||
# extradata = ""
|
# extradata = ""
|
||||||
# recommit = "2m5s"
|
# recommit = "2m5s"
|
||||||
|
# commitinterrupt = true
|
||||||
|
|
||||||
[jsonrpc]
|
[jsonrpc]
|
||||||
ipcpath = "/var/lib/bor/bor.ipc"
|
ipcpath = "/var/lib/bor/bor.ipc"
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@ syncmode = "full"
|
||||||
# etherbase = ""
|
# etherbase = ""
|
||||||
# extradata = ""
|
# extradata = ""
|
||||||
# recommit = "2m5s"
|
# recommit = "2m5s"
|
||||||
|
# commitinterrupt = true
|
||||||
|
|
||||||
[jsonrpc]
|
[jsonrpc]
|
||||||
ipcpath = "/var/lib/bor/bor.ipc"
|
ipcpath = "/var/lib/bor/bor.ipc"
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@ syncmode = "full"
|
||||||
# etherbase = ""
|
# etherbase = ""
|
||||||
# extradata = ""
|
# extradata = ""
|
||||||
# recommit = "2m5s"
|
# recommit = "2m5s"
|
||||||
|
# commitinterrupt = true
|
||||||
|
|
||||||
[jsonrpc]
|
[jsonrpc]
|
||||||
ipcpath = "/var/lib/bor/bor.ipc"
|
ipcpath = "/var/lib/bor/bor.ipc"
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@ syncmode = "full"
|
||||||
# etherbase = ""
|
# etherbase = ""
|
||||||
# extradata = ""
|
# extradata = ""
|
||||||
# recommit = "2m5s"
|
# recommit = "2m5s"
|
||||||
|
# commitinterrupt = true
|
||||||
|
|
||||||
[jsonrpc]
|
[jsonrpc]
|
||||||
ipcpath = "/var/lib/bor/bor.ipc"
|
ipcpath = "/var/lib/bor/bor.ipc"
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@ gcmode = "archive"
|
||||||
# etherbase = ""
|
# etherbase = ""
|
||||||
# extradata = ""
|
# extradata = ""
|
||||||
# recommit = "2m5s"
|
# recommit = "2m5s"
|
||||||
|
# commitinterrupt = true
|
||||||
|
|
||||||
[jsonrpc]
|
[jsonrpc]
|
||||||
ipcpath = "/var/lib/bor/bor.ipc"
|
ipcpath = "/var/lib/bor/bor.ipc"
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@ syncmode = "full"
|
||||||
# etherbase = ""
|
# etherbase = ""
|
||||||
# extradata = ""
|
# extradata = ""
|
||||||
# recommit = "2m5s"
|
# recommit = "2m5s"
|
||||||
|
# commitinterrupt = true
|
||||||
|
|
||||||
[jsonrpc]
|
[jsonrpc]
|
||||||
ipcpath = "/var/lib/bor/bor.ipc"
|
ipcpath = "/var/lib/bor/bor.ipc"
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@ syncmode = "full"
|
||||||
# etherbase = ""
|
# etherbase = ""
|
||||||
# extradata = ""
|
# extradata = ""
|
||||||
# recommit = "2m5s"
|
# recommit = "2m5s"
|
||||||
|
# commitinterrupt = true
|
||||||
|
|
||||||
[jsonrpc]
|
[jsonrpc]
|
||||||
ipcpath = "/var/lib/bor/bor.ipc"
|
ipcpath = "/var/lib/bor/bor.ipc"
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@ syncmode = "full"
|
||||||
# etherbase = ""
|
# etherbase = ""
|
||||||
# extradata = ""
|
# extradata = ""
|
||||||
# recommit = "2m5s"
|
# recommit = "2m5s"
|
||||||
|
# commitinterrupt = true
|
||||||
|
|
||||||
[jsonrpc]
|
[jsonrpc]
|
||||||
ipcpath = "/var/lib/bor/bor.ipc"
|
ipcpath = "/var/lib/bor/bor.ipc"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue