YAML/TOML Config
YAML
./build/bin/erigon --config ./config.yaml --chain=holeskydatadir : 'your datadir'
chain : "mainnet"
http : true
http.api : ["eth","debug","net"]TOML
./build/bin/erigon --config ./config.tomldatadir = 'your datadir'
chain = "mainnet"
http = true
"http.api" = ["eth","debug","net"]Last updated
Was this helpful?