e7dc0bed16
* parity-version: bump beta to 2.0.1 * ci: update version strings for snaps * Be more graceful on Aura difficulty validation (#9164) * Be more graceful on Aura difficulty validation * test: rejects_step_backwards * test: proposer_switching * test: rejects_future_block * test: reports_skipped * test: verify_empty_seal_steps * Remove node-health (#9119) * Remove node-health * Remove ntp_servers * Add --ntp-servers as legacy instead of removing it * Add --ntp-servers to deprecated args * Remove unused stuff * Remove _legacy_ntp_servers * parity: fix UserDefaults json parser (#9189) * parity: fix UserDefaults json parser * parity: use serde_derive for UserDefaults * parity: support deserialization of old UserDefault json format * parity: make UserDefaults serde backwards compatible * parity: tabify indentation in UserDefaults * Fix bugfix hard fork logic (#9138) * Fix bugfix hard fork logic * Remove dustProtectionTransition from bugfix category EIP-168 is not enabled by default * Remove unnecessary 'static * Disable per-sender limit for local transactions. (#9148) * Disable per-sender limit for local transactions. * Add a missing new line. * rpc: fix is_major_importing sync state condition (#9112) * rpc: fix is_major_importing sync state condition * rpc: fix informant printout when waiting for peers * fix verification in ethcore-sync collect_blocks (#9135) * docker: update hub dockerfile (#9173) * update Dockerfile for hub update to Ubuntu Xenial 16.04 fix cmake version * docker: fix tab indentation in hub dockerfile * rpc: fix broken merge * rcp: remove node_health leftover from merge * rpc: remove dapps leftover from merge
87 lines
1.3 KiB
TOML
87 lines
1.3 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]
|
|
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"
|
|
|
|
[websockets]
|
|
disable = true
|
|
origins = ["none"]
|
|
|
|
[rpc]
|
|
disable = true
|
|
port = 8180
|
|
|
|
[ipc]
|
|
apis = ["rpc", "eth"]
|
|
|
|
[dapps]
|
|
port = 8080
|
|
user = "username"
|
|
pass = "password"
|
|
|
|
[secretstore]
|
|
http_port = 8082
|
|
port = 8083
|
|
|
|
[ipfs]
|
|
enable = false
|
|
port = 5001
|
|
|
|
[mining]
|
|
author = "0xdeadbeefcafe0000000000000000000000000001"
|
|
engine_signer = "0xdeadbeefcafe0000000000000000000000000001"
|
|
force_sealing = true
|
|
reseal_on_txs = "all"
|
|
reseal_min_period = 4000
|
|
reseal_max_period = 60000
|
|
price_update_period = "hourly"
|
|
tx_queue_size = 8192
|
|
tx_queue_gas = "off"
|
|
|
|
[footprint]
|
|
tracing = "on"
|
|
pruning = "fast"
|
|
pruning_history = 64
|
|
cache_size_db = 256
|
|
cache_size_blocks = 16
|
|
cache_size_queue = 100
|
|
cache_size_state = 25
|
|
db_compaction = "ssd"
|
|
fat_db = "off"
|
|
scale_verifiers = false
|
|
|
|
[snapshots]
|
|
disable_periodic = true
|
|
|
|
[misc]
|
|
logging = "own_tx=trace"
|
|
log_file = "/var/log/parity.log"
|
|
color = true
|
|
ports_shift = 0
|
|
unsafe_expose = false
|
|
|
|
[whisper]
|
|
enabled = true
|
|
pool_size = 50
|