mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
* added go and bash script to get config out of start.sh and updated flagset.go * changed 'requiredblocks' flag back to 'eth.requiredblocks' * updated script * changed 'requiredblocks' flag back to 'eth.requiredblocks' * updated tests, and removed requiredblocks from json and hcl * addressed comments
13 lines
No EOL
98 B
HCL
13 lines
No EOL
98 B
HCL
datadir = "./data"
|
|
|
|
p2p {
|
|
maxpeers = 30
|
|
}
|
|
|
|
txpool {
|
|
lifetime = "1s"
|
|
}
|
|
|
|
gpo {
|
|
maxprice = "100"
|
|
} |