Skip to content

Instantly share code, notes, and snippets.

@ansermino
Last active July 25, 2018 23:40
Show Gist options
  • Save ansermino/4557597c167e81d63638eff1f7bcbcb0 to your computer and use it in GitHub Desktop.
Save ansermino/4557597c167e81d63638eff1f7bcbcb0 to your computer and use it in GitHub Desktop.
Parity Config
[parity]
mode = "last"
mode_timeout = 300
mode_alarm = 3600
auto_update = "critical"
release_track = "stable"
public_node = false
no_download = false
no_consensus = false
no_persistent_txqueue = false
chain = "mainnet"
base_path = "$HOME/.local/share/io.parity.ethereum"
db_path = "$HOME/.local/share/io.parity.ethereum/chains"
keys_path = "$HOME/.local/share/io.parity.ethereum/keys"
identity = ""
light = false
[ui]
disable = true
[rpc]
disable = true
[websockets]
disable = true
[ipc]
disable = true
[dapps]
disable = true
[secretstore]
disable = true
[ipfs]
enable = false
[footprint]
tracing = "on"
pruning = "archive"
pruning_history = 64
pruning_memory = 32
cache_size_db = 128
cache_size_blocks = 8
cache_size_queue = 40
cache_size_state = 25
cache_size = 128 # Overrides above caches with total size
fast_and_loose = false
db_compaction = "ssd"
fat_db = "on"
scale_verifiers = true
num_verifiers = 6
[snapshots]
disable_periodic = false
[vm]
jit = false
[misc]
logging = "error"
log_file = "$HOME/log/parity.log"
color = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment