2016-09-10 11:37:14 +02:00
|
|
|
[parity]
|
|
|
|
mode = "dark"
|
|
|
|
mode_timeout = 15
|
|
|
|
mode_alarm = 10
|
|
|
|
chain = "./chain.json"
|
|
|
|
|
|
|
|
[account]
|
|
|
|
unlock = ["0x1", "0x2", "0x3"]
|
|
|
|
password = ["passwdfile path"]
|
|
|
|
|
|
|
|
[network]
|
2016-10-18 18:16:00 +02:00
|
|
|
warp = false
|
2016-09-10 11:37:14 +02:00
|
|
|
discovery = true
|
|
|
|
nat = "any"
|
|
|
|
min_peers = 10
|
|
|
|
max_peers = 20
|
2016-10-24 18:25:27 +02:00
|
|
|
max_pending_peers = 30
|
|
|
|
snapshot_peers = 40
|
|
|
|
allow_ips = "public"
|
2016-09-10 11:37:14 +02:00
|
|
|
|
|
|
|
reserved_only = true
|
|
|
|
reserved_peers = "./path/to/reserved_peers"
|
|
|
|
|
2017-04-13 16:32:07 +02:00
|
|
|
[websockets]
|
|
|
|
disable = true
|
|
|
|
origins = ["none"]
|
2016-09-10 11:37:14 +02:00
|
|
|
|
|
|
|
[rpc]
|
|
|
|
disable = true
|
|
|
|
port = 8180
|
|
|
|
|
|
|
|
[ipc]
|
|
|
|
apis = ["rpc", "eth"]
|
|
|
|
|
2020-09-14 16:08:57 +02:00
|
|
|
[metrics]
|
|
|
|
enable = true
|
|
|
|
interface = "local"
|
|
|
|
port = 4000
|
2021-03-03 22:44:35 +01:00
|
|
|
prefix = "oe"
|
2020-09-14 16:08:57 +02:00
|
|
|
|
2017-02-20 16:13:21 +01:00
|
|
|
[secretstore]
|
2017-04-08 11:26:16 +02:00
|
|
|
http_port = 8082
|
|
|
|
port = 8083
|
2017-02-20 16:13:21 +01:00
|
|
|
|
2016-09-10 11:37:14 +02:00
|
|
|
[mining]
|
|
|
|
author = "0xdeadbeefcafe0000000000000000000000000001"
|
2016-12-05 22:31:38 +01:00
|
|
|
engine_signer = "0xdeadbeefcafe0000000000000000000000000001"
|
2016-09-10 11:37:14 +02:00
|
|
|
force_sealing = true
|
|
|
|
reseal_on_txs = "all"
|
|
|
|
reseal_min_period = 4000
|
2017-03-15 14:04:42 +01:00
|
|
|
reseal_max_period = 60000
|
2016-09-10 11:37:14 +02:00
|
|
|
price_update_period = "hourly"
|
2017-07-13 15:12:25 +02:00
|
|
|
tx_queue_size = 8192
|
2016-09-10 11:37:14 +02:00
|
|
|
|
|
|
|
[footprint]
|
|
|
|
tracing = "on"
|
|
|
|
pruning = "fast"
|
2016-10-14 14:44:56 +02:00
|
|
|
pruning_history = 64
|
2018-01-03 11:00:37 +01:00
|
|
|
cache_size_db = 256
|
2016-09-10 11:37:14 +02:00
|
|
|
cache_size_blocks = 16
|
|
|
|
cache_size_queue = 100
|
2016-10-07 00:28:42 +02:00
|
|
|
cache_size_state = 25
|
2016-09-10 11:37:14 +02:00
|
|
|
db_compaction = "ssd"
|
2016-10-03 11:13:10 +02:00
|
|
|
fat_db = "off"
|
2016-12-05 14:12:40 +01:00
|
|
|
scale_verifiers = false
|
2016-09-10 11:37:14 +02:00
|
|
|
|
|
|
|
[snapshots]
|
2020-09-15 16:51:49 +02:00
|
|
|
enable = false
|
2016-09-10 11:37:14 +02:00
|
|
|
|
|
|
|
[misc]
|
|
|
|
logging = "own_tx=trace"
|
2020-09-22 14:53:52 +02:00
|
|
|
log_file = "/var/log/openethereum.log"
|
2016-09-11 11:52:12 +02:00
|
|
|
color = true
|
2017-05-23 12:24:32 +02:00
|
|
|
ports_shift = 0
|
|
|
|
unsafe_expose = false
|