ipld-eth-state-snapshot/environments/example.toml

40 lines
871 B
TOML
Raw Normal View History

2020-07-15 04:43:11 +00:00
[database]
2021-12-13 15:12:02 +00:00
name = "vulcanize_public"
hostname = "localhost"
2021-12-13 15:12:02 +00:00
port = 5432
user = "postgres"
2020-07-15 04:43:11 +00:00
[leveldb]
2022-04-04 19:35:18 +00:00
path = "/Users/iannorden/Library/Ethereum/geth/chaindata"
ancient = "/Users/iannorden/Library/Ethereum/geth/chaindata/ancient"
[log]
level = "info"
file = "log_file"
2020-07-15 04:43:11 +00:00
[prom]
metrics = true
http = true
httpAddr = "0.0.0.0"
httpPort = 9101
dbStats = true
2020-07-15 04:43:11 +00:00
[snapshot]
mode = "file"
workers = 4
blockHeight = -1
recoveryFile = "recovery_file"
startHeight = 1
endHeight = 12
[file]
outputDir = "output_dir/"
[ethereum]
clientName = "Geth" # $ETH_CLIENT_NAME
nodeID = "arch1" # $ETH_NODE_ID
networkID = "1" # $ETH_NETWORK_ID
chainID = "1" # $ETH_CHAIN_ID
genesisBlock = "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3" # $ETH_GENESIS_BLOCK