From 65febc7fb8e9712c621e4eabe213d997c123bb19 Mon Sep 17 00:00:00 2001 From: lash Date: Sat, 12 Feb 2022 08:26:52 +0000 Subject: [PATCH] Add systemd toml --- openethereum/kitabu.toml.systemd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 openethereum/kitabu.toml.systemd diff --git a/openethereum/kitabu.toml.systemd b/openethereum/kitabu.toml.systemd new file mode 100644 index 0000000..fb3eeeb --- /dev/null +++ b/openethereum/kitabu.toml.systemd @@ -0,0 +1,22 @@ +[parity] +chain = "/var/lib/kitabu.json" +base_path = "/var/lib/kitabu/data" + +[network] +max_peers = 25 +snapshot_peers = 10 + +[account] +password = ["/var/lib/kitabu/kitabu.pwd"] + +[mining] +reseal_on_txs = "none" +force_sealing = true +min_gas_price = 1 +gas_floor_target = "1" + +[footprint] +tracing = "on" +pruning = "archive" +pruning_history = 256 +cache_size_db = 2000