17 lines
289 B
TOML
17 lines
289 B
TOML
[leveldb]
|
|
path = "/Users/user/Library/Ethereum/geth/chaindata"
|
|
ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient"
|
|
|
|
[server]
|
|
ipcPath = ".ipc"
|
|
httpPath = "127.0.0.1:8545"
|
|
|
|
[statediff]
|
|
workers = 4
|
|
|
|
[log]
|
|
file = ""
|
|
level = "info"
|
|
|
|
[eth]
|
|
chainID = 1 |