mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
updated toml files with ancient field
This commit is contained in:
parent
e3303294b4
commit
531d67a537
10 changed files with 10 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ chain = "mainnet"
|
|||
# identity = "Pratiks-MacBook-Pro.local"
|
||||
# log-level = "INFO"
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
# keystore = "/var/lib/bor/keystore"
|
||||
syncmode = "full"
|
||||
# gcmode = "full"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ chain = "mainnet" # Name of the chain to sync ("mumbai", "mainnet") o
|
|||
identity = "Annon-Identity" # Name/Identity of the node (default = OS hostname)
|
||||
log-level = "INFO" # Set log level for the server
|
||||
datadir = "var/lib/bor" # Path of the data directory to store information
|
||||
ancient = "" # Data directory for ancient chain segments (default = inside chaindata)
|
||||
keystore = "" # Path of the directory where keystores are located
|
||||
syncmode = "full" # Blockchain sync mode (only "full" sync supported)
|
||||
gcmode = "full" # Blockchain garbage collection mode ("full", "archive")
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ chain = "mainnet"
|
|||
# identity = "node_name"
|
||||
# log-level = "INFO"
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
# keystore = ""
|
||||
syncmode = "full"
|
||||
gcmode = "archive"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ chain = "mainnet"
|
|||
# identity = "node_name"
|
||||
# log-level = "INFO"
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
# keystore = ""
|
||||
syncmode = "full"
|
||||
# gcmode = "full"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ chain = "mainnet"
|
|||
# identity = "node_name"
|
||||
# log-level = "INFO"
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
# keystore = "$BOR_DIR/keystore"
|
||||
syncmode = "full"
|
||||
# gcmode = "full"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ chain = "mainnet"
|
|||
# identity = "node_name"
|
||||
# log-level = "INFO"
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
# keystore = "$BOR_DIR/keystore"
|
||||
syncmode = "full"
|
||||
# gcmode = "full"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ chain = "mumbai"
|
|||
# identity = "node_name"
|
||||
# log-level = "INFO"
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
# keystore = ""
|
||||
syncmode = "full"
|
||||
gcmode = "archive"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ chain = "mumbai"
|
|||
# identity = "node_name"
|
||||
# log-level = "INFO"
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
# keystore = ""
|
||||
syncmode = "full"
|
||||
# gcmode = "full"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ chain = "mumbai"
|
|||
# identity = "node_name"
|
||||
# log-level = "INFO"
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
# keystore = "$BOR_DIR/keystore"
|
||||
syncmode = "full"
|
||||
# gcmode = "full"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ chain = "mumbai"
|
|||
# identity = "node_name"
|
||||
# log-level = "INFO"
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
# keystore = "$BOR_DIR/keystore"
|
||||
syncmode = "full"
|
||||
# gcmode = "full"
|
||||
|
|
|
|||
Loading…
Reference in a new issue