eth-statediff-service/environments/example.toml

52 lines
958 B
TOML
Raw Normal View History

2020-08-19 06:00:52 +00:00
[leveldb]
2020-08-19 16:35:09 +00:00
path = "/Users/user/Library/Ethereum/geth/chaindata"
ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient"
2020-08-19 06:00:52 +00:00
[server]
2020-08-19 16:35:09 +00:00
ipcPath = ".ipc"
httpPath = "127.0.0.1:8545"
2020-08-19 06:00:52 +00:00
2020-09-15 04:19:13 +00:00
[statediff]
2021-10-25 19:06:05 +00:00
prerun = true
serviceWorkers = 1
workerQueueSize = 1024
trieWorkers = 4
2020-09-15 04:19:13 +00:00
2021-10-25 19:06:05 +00:00
[prerun]
ranges = [
2021-10-25 19:06:05 +00:00
[0, 1000]
]
2021-10-25 19:06:05 +00:00
[prerun.params]
intermediateStateNodes = true
intermediateStorageNodes = true
includeBlock = true
includeReceipts = true
includeTD = true
includeCode = true
watchedAddresses = []
watchedStorageKeys = []
2020-08-19 06:00:52 +00:00
[log]
file = ""
2020-08-19 16:35:09 +00:00
level = "info"
2020-08-19 06:00:52 +00:00
[eth]
chainID = 1
[database]
name = "vulcanize_test"
hostname = "localhost"
port = 5432
user = "vulcanize"
password = "..."
[cache]
database = 1024
trie = 1024
2021-10-21 18:10:16 +00:00
[prom]
metrics = true
http = true
2021-10-25 19:06:05 +00:00
httpAddr = "localhost"
httpPort = "8889"