mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
builder,docs/cli,packaging: update toml files
This commit is contained in:
parent
2c35dcc5bb
commit
4917fde5be
10 changed files with 20 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ syncmode = "full"
|
||||||
# snapshot = true
|
# snapshot = true
|
||||||
# "bor.logs" = false
|
# "bor.logs" = false
|
||||||
# ethstats = ""
|
# ethstats = ""
|
||||||
|
# devfakeauthor = false
|
||||||
# ["eth.requiredblocks"]
|
# ["eth.requiredblocks"]
|
||||||
|
|
||||||
[p2p]
|
[p2p]
|
||||||
|
|
@ -65,6 +65,7 @@ syncmode = "full"
|
||||||
# ipcpath = ""
|
# ipcpath = ""
|
||||||
# gascap = 50000000
|
# gascap = 50000000
|
||||||
# txfeecap = 5.0
|
# txfeecap = 5.0
|
||||||
|
# allow-unprotected-txs = false
|
||||||
# [jsonrpc.http]
|
# [jsonrpc.http]
|
||||||
# enabled = false
|
# enabled = false
|
||||||
# port = 8545
|
# port = 8545
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ gcmode = "full" # Blockchain garbage collection mode ("full", "arch
|
||||||
snapshot = true # Enables the snapshot-database mode
|
snapshot = true # Enables the snapshot-database mode
|
||||||
"bor.logs" = false # Enables bor log retrieval
|
"bor.logs" = false # Enables bor log retrieval
|
||||||
ethstats = "" # Reporting URL of a ethstats service (nodename:secret@host:port)
|
ethstats = "" # Reporting URL of a ethstats service (nodename:secret@host:port)
|
||||||
|
devfakeauthor = false # Run miner without validator set authorization [dev mode] : Use with '--bor.withoutheimdall' (default: false)
|
||||||
|
|
||||||
["eth.requiredblocks"] # Comma separated block number-to-hash mappings to require for peering (<number>=<hash>) (default = empty map)
|
["eth.requiredblocks"] # Comma separated block number-to-hash mappings to require for peering (<number>=<hash>) (default = empty map)
|
||||||
"31000000" = "0x2087b9e2b353209c2c21e370c82daa12278efd0fe5f0febe6c29035352cf050e"
|
"31000000" = "0x2087b9e2b353209c2c21e370c82daa12278efd0fe5f0febe6c29035352cf050e"
|
||||||
|
|
@ -64,6 +65,7 @@ ethstats = "" # Reporting URL of a ethstats service (nodename:sec
|
||||||
ipcpath = "" # Filename for IPC socket/pipe within the datadir (explicit paths escape it)
|
ipcpath = "" # Filename for IPC socket/pipe within the datadir (explicit paths escape it)
|
||||||
gascap = 50000000 # Sets a cap on gas that can be used in eth_call/estimateGas (0=infinite)
|
gascap = 50000000 # Sets a cap on gas that can be used in eth_call/estimateGas (0=infinite)
|
||||||
txfeecap = 5.0 # Sets a cap on transaction fee (in ether) that can be sent via the RPC APIs (0 = no cap)
|
txfeecap = 5.0 # Sets a cap on transaction fee (in ether) that can be sent via the RPC APIs (0 = no cap)
|
||||||
|
allow-unprotected-txs = false # Allow for unprotected (non EIP155 signed) transactions to be submitted via RPC (default: false)
|
||||||
[jsonrpc.http]
|
[jsonrpc.http]
|
||||||
enabled = false # Enable the HTTP-RPC server
|
enabled = false # Enable the HTTP-RPC server
|
||||||
port = 8545 # http.port
|
port = 8545 # http.port
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ syncmode = "full"
|
||||||
gcmode = "archive"
|
gcmode = "archive"
|
||||||
# snapshot = true
|
# snapshot = true
|
||||||
# ethstats = ""
|
# ethstats = ""
|
||||||
|
# devfakeauthor = false
|
||||||
|
|
||||||
# ["eth.requiredblocks"]
|
# ["eth.requiredblocks"]
|
||||||
|
|
||||||
|
|
@ -57,6 +58,7 @@ gcmode = "archive"
|
||||||
# ipcdisable = false
|
# ipcdisable = false
|
||||||
# gascap = 50000000
|
# gascap = 50000000
|
||||||
# txfeecap = 5.0
|
# txfeecap = 5.0
|
||||||
|
# allow-unprotected-txs = false
|
||||||
[jsonrpc.http]
|
[jsonrpc.http]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 8545
|
port = 8545
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ syncmode = "full"
|
||||||
# gcmode = "full"
|
# gcmode = "full"
|
||||||
# snapshot = true
|
# snapshot = true
|
||||||
# ethstats = ""
|
# ethstats = ""
|
||||||
|
# devfakeauthor = false
|
||||||
|
|
||||||
# ["eth.requiredblocks"]
|
# ["eth.requiredblocks"]
|
||||||
|
|
||||||
|
|
@ -57,6 +58,7 @@ syncmode = "full"
|
||||||
# ipcdisable = false
|
# ipcdisable = false
|
||||||
# gascap = 50000000
|
# gascap = 50000000
|
||||||
# txfeecap = 5.0
|
# txfeecap = 5.0
|
||||||
|
# allow-unprotected-txs = false
|
||||||
[jsonrpc.http]
|
[jsonrpc.http]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 8545
|
port = 8545
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ syncmode = "full"
|
||||||
# gcmode = "full"
|
# gcmode = "full"
|
||||||
# snapshot = true
|
# snapshot = true
|
||||||
# ethstats = ""
|
# ethstats = ""
|
||||||
|
# devfakeauthor = false
|
||||||
|
|
||||||
# ["eth.requiredblocks"]
|
# ["eth.requiredblocks"]
|
||||||
|
|
||||||
|
|
@ -59,6 +60,7 @@ syncmode = "full"
|
||||||
# ipcdisable = false
|
# ipcdisable = false
|
||||||
# gascap = 50000000
|
# gascap = 50000000
|
||||||
# txfeecap = 5.0
|
# txfeecap = 5.0
|
||||||
|
# allow-unprotected-txs = false
|
||||||
[jsonrpc.http]
|
[jsonrpc.http]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 8545
|
port = 8545
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ syncmode = "full"
|
||||||
# gcmode = "full"
|
# gcmode = "full"
|
||||||
# snapshot = true
|
# snapshot = true
|
||||||
# ethstats = ""
|
# ethstats = ""
|
||||||
|
# devfakeauthor = false
|
||||||
|
|
||||||
# ["eth.requiredblocks"]
|
# ["eth.requiredblocks"]
|
||||||
|
|
||||||
|
|
@ -59,6 +60,7 @@ syncmode = "full"
|
||||||
# ipcdisable = false
|
# ipcdisable = false
|
||||||
# gascap = 50000000
|
# gascap = 50000000
|
||||||
# txfeecap = 5.0
|
# txfeecap = 5.0
|
||||||
|
# allow-unprotected-txs = false
|
||||||
[jsonrpc.http]
|
[jsonrpc.http]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 8545
|
port = 8545
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ syncmode = "full"
|
||||||
gcmode = "archive"
|
gcmode = "archive"
|
||||||
# snapshot = true
|
# snapshot = true
|
||||||
# ethstats = ""
|
# ethstats = ""
|
||||||
|
# devfakeauthor = false
|
||||||
|
|
||||||
# ["eth.requiredblocks"]
|
# ["eth.requiredblocks"]
|
||||||
|
|
||||||
|
|
@ -57,6 +58,7 @@ gcmode = "archive"
|
||||||
# ipcdisable = false
|
# ipcdisable = false
|
||||||
# gascap = 50000000
|
# gascap = 50000000
|
||||||
# txfeecap = 5.0
|
# txfeecap = 5.0
|
||||||
|
# allow-unprotected-txs = false
|
||||||
[jsonrpc.http]
|
[jsonrpc.http]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 8545
|
port = 8545
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ syncmode = "full"
|
||||||
# gcmode = "full"
|
# gcmode = "full"
|
||||||
# snapshot = true
|
# snapshot = true
|
||||||
# ethstats = ""
|
# ethstats = ""
|
||||||
|
# devfakeauthor = false
|
||||||
|
|
||||||
# ["eth.requiredblocks"]
|
# ["eth.requiredblocks"]
|
||||||
|
|
||||||
|
|
@ -57,6 +58,7 @@ syncmode = "full"
|
||||||
# ipcdisable = false
|
# ipcdisable = false
|
||||||
# gascap = 50000000
|
# gascap = 50000000
|
||||||
# txfeecap = 5.0
|
# txfeecap = 5.0
|
||||||
|
# allow-unprotected-txs = false
|
||||||
[jsonrpc.http]
|
[jsonrpc.http]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 8545
|
port = 8545
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ syncmode = "full"
|
||||||
# gcmode = "full"
|
# gcmode = "full"
|
||||||
# snapshot = true
|
# snapshot = true
|
||||||
# ethstats = ""
|
# ethstats = ""
|
||||||
|
# devfakeauthor = false
|
||||||
|
|
||||||
# ["eth.requiredblocks"]
|
# ["eth.requiredblocks"]
|
||||||
|
|
||||||
|
|
@ -59,6 +60,7 @@ syncmode = "full"
|
||||||
# ipcdisable = false
|
# ipcdisable = false
|
||||||
# gascap = 50000000
|
# gascap = 50000000
|
||||||
# txfeecap = 5.0
|
# txfeecap = 5.0
|
||||||
|
# allow-unprotected-txs = false
|
||||||
[jsonrpc.http]
|
[jsonrpc.http]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 8545
|
port = 8545
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ syncmode = "full"
|
||||||
# gcmode = "full"
|
# gcmode = "full"
|
||||||
# snapshot = true
|
# snapshot = true
|
||||||
# ethstats = ""
|
# ethstats = ""
|
||||||
|
# devfakeauthor = false
|
||||||
|
|
||||||
# ["eth.requiredblocks"]
|
# ["eth.requiredblocks"]
|
||||||
|
|
||||||
|
|
@ -59,6 +60,7 @@ syncmode = "full"
|
||||||
# ipcdisable = false
|
# ipcdisable = false
|
||||||
# gascap = 50000000
|
# gascap = 50000000
|
||||||
# txfeecap = 5.0
|
# txfeecap = 5.0
|
||||||
|
# allow-unprotected-txs = false
|
||||||
[jsonrpc.http]
|
[jsonrpc.http]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 8545
|
port = 8545
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue