mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36: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
12 lines
No EOL
144 B
JSON
12 lines
No EOL
144 B
JSON
{
|
|
"datadir": "./data",
|
|
"p2p": {
|
|
"maxpeers": 30
|
|
},
|
|
"txpool": {
|
|
"lifetime": "1s"
|
|
},
|
|
"gpo": {
|
|
"maxprice": "100"
|
|
}
|
|
} |