github.com/klaytn/klaytn@v1.10.2/cmd/conf/homi/homi.yaml (about) 1 2 # generation type : docker, local, remote, deploy 3 gen-type: docker 4 5 # The output path for files (keys, genesis.json. conf, etc...) 6 output: "homi-output" 7 8 ###################################################################### 9 # For each node, test, validator keys # 10 ###################################################################### 11 12 # Network topology 13 cn-num: 1 14 pn-num: 0 15 en-num: 0 16 scn-num: 0 17 spn-num: 0 18 sen-num: 0 19 test-num: 0 20 validators-num: 0 21 22 ###################################################################### 23 # For deploy environment # 24 ###################################################################### 25 26 # Only for docker gen-type 27 docker-image-id: klaytn/klaytn:latest 28 fasthttp: false 29 network-id: 2018 30 no-grafana: false 31 txgen: false 32 txgen-rate: 2000 33 txgen-conn: 100 34 txgen-dur: "1m" 35 txgen-th: 2 36 37 rpc-port: 8551 38 ws-port: 8552 39 p2p-port: 32323 40 data-dir: /var/klay/data 41 log-dir: /var/klay/log 42 43 ###################################################################### 44 # For genesis.json # 45 ###################################################################### 46 47 # cypress-test, cypress, baobab-test, baobab, servicechain, servicechain-test, clique, default 48 genesis-type: default 49 chainID: 1000 50 serviceChainID: 1001 51 funding-addr: "" 52 53 # governance, reward and dynamic fee flags, 54 # This flags are only activated by default genesis-type 55 governance: false 56 gov-mode: "none" 57 governing-node: "0x0000000000000000000000000000000000000000" 58 unitPrice: 0 59 deriveShaImpl: 0 60 reward-mint-amount: "9600000000000000000" 61 reward-ratio: "100/0/0" 62 reward-gini-coeff: false 63 reward-deferred-tx: false 64 reward-staking-interval: 86400 65 reward-proposer-interval: 3600 66 reward-minimum-stake: "2000000" 67 lower-bound-base-fee: 25000000000 68 upper-bound-base-fee: 750000000000 69 gas-target: 30000000 70 block-gas-limit: 60000000 71 base-fee-denominator: 20 72 73 # Istanbul consensus engine options (default engine) 74 ist-epoch: 604800 75 ist-proposer-policy: 0 76 ist-subgroup: 21 77 78 # To enable clique consensus engine 79 clique-epoch: 604800 80 clique-period: 1 81 82 # Hard fork numbers, these should be ordered by ascending 83 istanbul-compatible-blocknumber: 0 84 london-compatible-blocknumber: 0 85 eth-tx-type-compatible-blocknumber: 0 86 magma-compatible-blocknumber: 0 87 kore-compatible-blocknumber: 0 88 89 # For using the patched addressbook contract 90 patch-address-book: false 91 patch-address-book-addr: ""