[parity] chain = "{{OPENETHEREUM_CONFIG}}/{{OPENETHEREUM_CHAIN}}.json" base_path = "{{OPENETHEREUM_CONFIG}}/data" [network] port = 30303 # reserved_only = true max_peers = 10 snapshot_peers = 25 #nat = "extip:100.102.26.121" nat = "extip:159.223.92.107" # !TODO ask louis reserved_peers = "{{OPENETHEREUM_CONFIG}}/bootnodes.txt" [rpc] port = 8545 apis = [ "web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts", ] interface = "all" cors = ["*"] [websockets] disable = false port = 8546 interface = "all" origins = ["all"] [account] password = ["{{OPENETHEREUM_CONFIG}}/bootnode.pwd"] [mining] #CHANGE ENGINE SIGNER TO VALIDATOR ADDRESS engine_signer = "{{SIGNER_ADDRESS}}" 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 [misc] log_file = "kitabu.log"