add : commitinterrupt flag to toml files (#873)

This commit is contained in:
SHIVAM SHARMA 2023-05-22 15:25:02 +05:30 committed by GitHub
parent 773905ec59
commit 0f3d965067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 0 deletions

View file

@ -71,6 +71,7 @@ syncmode = "full"
# etherbase = "VALIDATOR ADDRESS"
# extradata = ""
# recommit = "2m5s"
# commitinterrupt = true
# [jsonrpc]

View file

@ -73,6 +73,7 @@ devfakeauthor = false # Run miner without validator set authorization
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)
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]
ipcdisable = false # Disable the IPC-RPC server

View file

@ -66,6 +66,7 @@ gcmode = "archive"
# etherbase = ""
# extradata = ""
# recommit = "2m5s"
# commitinterrupt = true
[jsonrpc]
ipcpath = "/var/lib/bor/bor.ipc"

View file

@ -66,6 +66,7 @@ syncmode = "full"
# etherbase = ""
# extradata = ""
# recommit = "2m5s"
# commitinterrupt = true
[jsonrpc]
ipcpath = "/var/lib/bor/bor.ipc"

View file

@ -68,6 +68,7 @@ syncmode = "full"
# etherbase = ""
# extradata = ""
# recommit = "2m5s"
# commitinterrupt = true
[jsonrpc]
ipcpath = "/var/lib/bor/bor.ipc"

View file

@ -68,6 +68,7 @@ syncmode = "full"
# etherbase = ""
# extradata = ""
# recommit = "2m5s"
# commitinterrupt = true
[jsonrpc]
ipcpath = "/var/lib/bor/bor.ipc"

View file

@ -66,6 +66,7 @@ gcmode = "archive"
# etherbase = ""
# extradata = ""
# recommit = "2m5s"
# commitinterrupt = true
[jsonrpc]
ipcpath = "/var/lib/bor/bor.ipc"

View file

@ -66,6 +66,7 @@ syncmode = "full"
# etherbase = ""
# extradata = ""
# recommit = "2m5s"
# commitinterrupt = true
[jsonrpc]
ipcpath = "/var/lib/bor/bor.ipc"

View file

@ -68,6 +68,7 @@ syncmode = "full"
# etherbase = ""
# extradata = ""
# recommit = "2m5s"
# commitinterrupt = true
[jsonrpc]
ipcpath = "/var/lib/bor/bor.ipc"

View file

@ -68,6 +68,7 @@ syncmode = "full"
# etherbase = ""
# extradata = ""
# recommit = "2m5s"
# commitinterrupt = true
[jsonrpc]
ipcpath = "/var/lib/bor/bor.ipc"