mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
23 lines
240 B
TOML
23 lines
240 B
TOML
datadir = "./data"
|
|
|
|
["eth.requiredblocks"]
|
|
a = "b"
|
|
|
|
[p2p]
|
|
maxpeers = 30
|
|
|
|
[txpool]
|
|
locals = []
|
|
lifetime = "1s"
|
|
|
|
[miner]
|
|
mine = false
|
|
gaslimit = 30000000
|
|
gasprice = "1000000000"
|
|
|
|
[gpo]
|
|
ignoreprice = "4"
|
|
|
|
[cache]
|
|
cache = 1024
|
|
rejournal = "1s"
|