update default gas limit in config files and docs

This commit is contained in:
Manav Darji 2025-05-21 14:06:12 +05:30
parent 515caa4e6e
commit 9bea97a8fb
No known key found for this signature in database
GPG key ID: A426F0124435F36E
18 changed files with 18 additions and 18 deletions

View file

@ -71,7 +71,7 @@ syncmode = "full"
# pricebump = 10 # pricebump = 10
[miner] [miner]
gaslimit = 30000000 gaslimit = 45000000
gasprice = "25000000000" gasprice = "25000000000"
# mine = true # mine = true
# etherbase = "VALIDATOR ADDRESS" # etherbase = "VALIDATOR ADDRESS"

View file

@ -75,7 +75,7 @@ devfakeauthor = false # Run miner without validator set authorization
mine = false # Enable mining mine = false # Enable mining
etherbase = "" # Public address for block mining rewards etherbase = "" # Public address for block mining rewards
extradata = "" # Block extra data set by the miner (default = client version) extradata = "" # Block extra data set by the miner (default = client version)
gaslimit = 30000000 # Target gas ceiling for mined blocks gaslimit = 45000000 # Target gas ceiling for mined blocks
gasprice = "25000000000" # Minimum gas price for mining a transaction. Regardless the value set, it will be enforced to 25000000000 for all networks gasprice = "25000000000" # Minimum gas price for mining a transaction. Regardless the value set, it will be enforced to 25000000000 for all networks
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 commitinterrupt = true # Interrupt the current mining work when time is exceeded and create partial blocks

View file

@ -256,7 +256,7 @@ The ```bor server``` command runs the Bor client.
- ```miner.extradata```: Block extra data set by the miner (default = client version) - ```miner.extradata```: Block extra data set by the miner (default = client version)
- ```miner.gaslimit```: Target gas ceiling (gas limit) for mined blocks (default: 30000000) - ```miner.gaslimit```: Target gas ceiling (gas limit) for mined blocks (default: 45000000)
- ```miner.gasprice```: Minimum gas price for mining a transaction (default: 25000000000) - ```miner.gasprice```: Minimum gas price for mining a transaction (default: 25000000000)

View file

@ -72,7 +72,7 @@ devfakeauthor = false
mine = false mine = false
etherbase = "" etherbase = ""
extradata = "" extradata = ""
gaslimit = 30000000 gaslimit = 45000000
gasprice = "25000000000" gasprice = "25000000000"
recommit = "2m5s" recommit = "2m5s"
commitinterrupt = true commitinterrupt = true

View file

@ -65,7 +65,7 @@ gcmode = "archive"
# pricebump = 10 # pricebump = 10
[miner] [miner]
gaslimit = 30000000 gaslimit = 45000000
gasprice = "25000000000" gasprice = "25000000000"
# mine = false # mine = false
# etherbase = "" # etherbase = ""

View file

@ -64,7 +64,7 @@ syncmode = "full"
# pricebump = 10 # pricebump = 10
[miner] [miner]
gaslimit = 30000000 gaslimit = 45000000
gasprice = "25000000000" gasprice = "25000000000"
# mine = false # mine = false
# etherbase = "" # etherbase = ""

View file

@ -66,7 +66,7 @@ syncmode = "full"
# pricebump = 10 # pricebump = 10
[miner] [miner]
gaslimit = 30000000 gaslimit = 45000000
gasprice = "25000000000" gasprice = "25000000000"
# mine = false # mine = false
# etherbase = "" # etherbase = ""

View file

@ -67,7 +67,7 @@ syncmode = "full"
[miner] [miner]
mine = true mine = true
gaslimit = 30000000 gaslimit = 45000000
gasprice = "25000000000" gasprice = "25000000000"
# etherbase = "" # etherbase = ""
# extradata = "" # extradata = ""

View file

@ -69,7 +69,7 @@ syncmode = "full"
[miner] [miner]
mine = true mine = true
gaslimit = 30000000 gaslimit = 45000000
gasprice = "25000000000" gasprice = "25000000000"
# etherbase = "" # etherbase = ""
# extradata = "" # extradata = ""

View file

@ -67,7 +67,7 @@ syncmode = "full"
[miner] [miner]
mine = true mine = true
gaslimit = 30000000 gaslimit = 45000000
gasprice = "25000000000" gasprice = "25000000000"
# etherbase = "" # etherbase = ""
# extradata = "" # extradata = ""

View file

@ -68,7 +68,7 @@ syncmode = "full"
[miner] [miner]
mine = true mine = true
gaslimit = 30000000 gaslimit = 45000000
gasprice = "25000000000" gasprice = "25000000000"
# etherbase = "" # etherbase = ""
# extradata = "" # extradata = ""

View file

@ -63,7 +63,7 @@ gcmode = "archive"
# pricebump = 10 # pricebump = 10
[miner] [miner]
gaslimit = 30000000 gaslimit = 45000000
# gasprice = "25000000000" # gasprice = "25000000000"
# mine = false # mine = false
# etherbase = "" # etherbase = ""

View file

@ -62,7 +62,7 @@ syncmode = "full"
# pricebump = 10 # pricebump = 10
[miner] [miner]
gaslimit = 30000000 gaslimit = 45000000
# gasprice = "25000000000" # gasprice = "25000000000"
# mine = false # mine = false
# etherbase = "" # etherbase = ""

View file

@ -63,7 +63,7 @@ syncmode = "full"
# pricebump = 10 # pricebump = 10
[miner] [miner]
gaslimit = 30000000 gaslimit = 45000000
# gasprice = "25000000000" # gasprice = "25000000000"
# mine = false # mine = false
# etherbase = "" # etherbase = ""

View file

@ -65,7 +65,7 @@ syncmode = "full"
[miner] [miner]
mine = true mine = true
gaslimit = 30000000 gaslimit = 45000000
# gasprice = "25000000000" # gasprice = "25000000000"
# etherbase = "" # etherbase = ""
# extradata = "" # extradata = ""

View file

@ -66,7 +66,7 @@ syncmode = "full"
[miner] [miner]
mine = true mine = true
gaslimit = 30000000 gaslimit = 45000000
# gasprice = "25000000000" # gasprice = "25000000000"
# etherbase = "" # etherbase = ""
# extradata = "" # extradata = ""

View file

@ -65,7 +65,7 @@ syncmode = "full"
[miner] [miner]
mine = true mine = true
gaslimit = 30000000 gaslimit = 45000000
# gasprice = "25000000000" # gasprice = "25000000000"
# etherbase = "" # etherbase = ""
# extradata = "" # extradata = ""

View file

@ -66,7 +66,7 @@ syncmode = "full"
[miner] [miner]
mine = true mine = true
gaslimit = 30000000 gaslimit = 45000000
# gasprice = "25000000000" # gasprice = "25000000000"
# etherbase = "" # etherbase = ""
# extradata = "" # extradata = ""