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"]
|
|
|
|
|
2016-11-07 17:40:53 +01:00
|
|
|
[ui]
|
2016-09-10 11:37:14 +02:00
|
|
|
disable = true
|
|
|
|
|
|
|
|
[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"]
|
|
|
|
|
|
|
|
[dapps]
|
|
|
|
port = 8080
|
|
|
|
user = "username"
|
|
|
|
pass = "password"
|
|
|
|
|
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
|
|
|
|
2017-02-15 20:29:29 +01:00
|
|
|
[ipfs]
|
2017-02-16 14:41:33 +01:00
|
|
|
enable = false
|
2017-02-15 20:29:29 +01:00
|
|
|
port = 5001
|
|
|
|
|
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
|
|
|
|
2018-09-12 11:47:01 +02:00
|
|
|
[light]
|
2018-12-05 12:17:26 +01:00
|
|
|
on_demand_response_time_window = 2
|
|
|
|
on_demand_request_backoff_start = 9
|
|
|
|
on_demand_request_backoff_max = 15
|
2018-12-05 10:36:53 +01:00
|
|
|
on_demand_request_backoff_rounds_max = 10
|
|
|
|
on_demand_request_consecutive_failures = 1
|
2018-09-12 11:47:01 +02:00
|
|
|
|
2016-09-10 11:37:14 +02:00
|
|
|
[snapshots]
|
|
|
|
disable_periodic = true
|
|
|
|
|
|
|
|
[misc]
|
|
|
|
logging = "own_tx=trace"
|
|
|
|
log_file = "/var/log/parity.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
|
2017-07-14 20:40:28 +02:00
|
|
|
|
|
|
|
[whisper]
|
|
|
|
enabled = true
|
|
|
|
pool_size = 50
|