0d20b21ee8
* Fixed some typos (#3236) * Add store for dapps state (#3211) * Add mobx * Use mobx store for dapps * Cleanup hidden reads * Remove (now) unused hidden.js * _ denotes internal functions * s/visibleApps/visible/ * AddDapps now use the mobx store as well * Move modalOpen state to store * Simplify * Complete master merge * Remove extra indirection * Remove unneeded check * Readability improvements * Remove final debug info * Load network apps manifests as contentHash (no coding) (#3235) * Add mobx * Use mobx store for dapps * Cleanup hidden reads * Remove (now) unused hidden.js * _ denotes internal functions * s/visibleApps/visible/ * AddDapps now use the mobx store as well * Move modalOpen state to store * Simplify * Complete master merge * Remove extra indirection * Remove unneeded check * Readability improvements * Remove final debug info * Load network manifests from the network * Swallow manifest errors * introduce fetchManifest * Rename cli and config options signer->ui (#3232) * rename options signer->ui * rename config signer->ui Former-commit-id: f4c4934831f80f9217ff4e6afcaa95cdd41caf45
71 lines
1.0 KiB
TOML
71 lines
1.0 KiB
TOML
[parity]
|
|
mode = "dark"
|
|
mode_timeout = 15
|
|
mode_alarm = 10
|
|
chain = "./chain.json"
|
|
|
|
[account]
|
|
unlock = ["0x1", "0x2", "0x3"]
|
|
password = ["passwdfile path"]
|
|
|
|
[ui]
|
|
disable = true
|
|
|
|
[network]
|
|
disable = false
|
|
warp = false
|
|
discovery = true
|
|
nat = "any"
|
|
min_peers = 10
|
|
max_peers = 20
|
|
max_pending_peers = 30
|
|
snapshot_peers = 40
|
|
allow_ips = "public"
|
|
|
|
reserved_only = true
|
|
reserved_peers = "./path/to/reserved_peers"
|
|
|
|
|
|
[rpc]
|
|
disable = true
|
|
port = 8180
|
|
|
|
[ipc]
|
|
apis = ["rpc", "eth"]
|
|
|
|
[dapps]
|
|
port = 8080
|
|
user = "username"
|
|
pass = "password"
|
|
|
|
[mining]
|
|
author = "0xdeadbeefcafe0000000000000000000000000001"
|
|
force_sealing = true
|
|
reseal_on_txs = "all"
|
|
reseal_min_period = 4000
|
|
price_update_period = "hourly"
|
|
tx_queue_size = 1024
|
|
tx_queue_gas = "auto"
|
|
|
|
[footprint]
|
|
tracing = "on"
|
|
pruning = "fast"
|
|
pruning_history = 64
|
|
cache_size_db = 128
|
|
cache_size_blocks = 16
|
|
cache_size_queue = 100
|
|
cache_size_state = 25
|
|
db_compaction = "ssd"
|
|
fat_db = "off"
|
|
|
|
[snapshots]
|
|
disable_periodic = true
|
|
|
|
[vm]
|
|
jit = false
|
|
|
|
[misc]
|
|
logging = "own_tx=trace"
|
|
log_file = "/var/log/parity.log"
|
|
color = true
|