mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
* removed package naoina/toml from dumpconfig and added BurntSushi/toml * updated cmd/gethconfig.go
23 lines
235 B
TOML
23 lines
235 B
TOML
datadir = "./data"
|
|
|
|
[requiredblocks]
|
|
a = "b"
|
|
|
|
[p2p]
|
|
maxpeers = 30
|
|
|
|
[txpool]
|
|
locals = []
|
|
lifetime = "1s"
|
|
|
|
[miner]
|
|
mine = false
|
|
gaslimit = 20000000
|
|
gasprice = "30000000000"
|
|
|
|
[gpo]
|
|
ignoreprice = "4"
|
|
|
|
[cache]
|
|
cache = 1024
|
|
rejournal = "1s"
|